.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor {
    opacity: 1
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.clear:after {
    clear: both;
    content: "";
    display: block
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0
}

.alignright {
    float: right;
    margin: 0 0 20px 20px
}

.aligncenter {
    display: block;
    margin: 10px auto
}

.header_top .aligncenter {
    margin: 8px auto
}

.text-align-right {
    text-align: right
}

.text-align-left {
    text-align: left
}

.text-align-center {
    text-align: center
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
}

blockquote {
    quotes: none
}

blockquote:before, blockquote:after {
    content: '';
    content: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: medium none;
    vertical-align: middle
}

table th {
    border: 0;
    padding: 5px 7px;
    text-align: center
}

table td {
    padding: 5px 10px;
    text-align: center
}

body.safari_browser {
    -webkit-font-smoothing: antialiased
}

.wrapper {
    background-color: #fff;
    position: relative;
    z-index: 1000;
    -webkit-transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    left: 0
}

.wrapper_inner {
    width: 100%;
    overflow: hidden
}

.boxed .wrapper_inner {
    overflow: hidden
}

.meta {
    display: none
}

.ajax_loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1100;
    display: none
}

.ajax_loader_slider {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1100;
    display: none
}

.ajax_loader_1 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%
}

.ajax_loader_2 {
    margin: -50% 0 0 -50%
}

.ajax_loader_html {
    margin: -50% 0 0 -50%;
    width: 40px;
    height: 40px;
    left: 50%;
    border: 3px solid #eb005d;
    border-right-color: transparent !important;
    border-radius: 50%;
    background-color: transparent;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -ms-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        opacity: 1
    }
    to {
        -webkit-transform: rotate(360deg);
        opacity: 1
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
        opacity: 1
    }
    to {
        -moz-transform: rotate(360deg);
        opacity: 1
    }
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
        opacity: 1
    }
    to {
        -ms-transform: rotate(360deg);
        opacity: 1
    }
}

@-o-keyframes spin {
    from {
        -o-transform: rotate(0deg);
        opacity: 1
    }
    to {
        -o-transform: rotate(360deg);
        opacity: 1
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
        opacity: 1
    }
    to {
        transform: rotate(360deg);
        opacity: 1
    }
}

.q_slider {
    width: 100%;
    overflow: hidden;
    position: relative
}

.ls-wp-fullwidth-helper {
    left: 0 !important
}

.content {
    margin-top: -90px;
    position: relative;
    z-index: 100;
    background-color: #fff
}

.container {
    position: relative;
    padding: 0;
    width: 100%
}

.content .container {
    z-index: 100;
    background-color: #fff
}

.content .title .container {
    z-index: 1;
    background-color: transparent !important
}

.container_inner {
    width: 1100px;
    margin: 0 auto
}

.content .container .container_inner {
    padding: 80px 0 0 0
}

.full_width {
    position: relative;
    z-index: 100;
    background-color: #fff
}

.header_bottom .container_inner {
    position: relative
}

.content .title .container_inner {
    padding: 0
}

section.section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative;
    padding: 50px 0;
    overflow: hidden
}

.boxed section.section .section_inner, section.grid_section .section_inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 20
}

.section .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
}

.section .video-overlay {
    height: 3000px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    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 {
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 10
}

.section .video-wrap .mejs-poster {
    background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important
}

.section .video-wrap .mejs-container .mejs-controls {
    display: none !important
}

.section .video-wrap .mejs-controls .mejs-button button:focus {
    outline: none !important
}

.section .video-wrap .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: rgba(255, 255, 255, 0.18) !important
}

.section .video-wrap .mejs-container {
    background-color: transparent !important;
    background-image: none !important;
    height: auto !important
}

.section .video-wrap .mejs-mediaelement {
    background: none !important;
    border: 0 !important
}

.section .video-wrap .mejs-container .mejs-poster img {
    max-width: none !important;
    width: 100% !important
}

.section .video-wrap .mejs-controls button {
    opacity: .8
}

.section .video-wrap .mejs-controls button:hover, .mejs-controls .mejs-fullscreen-button:hover button {
    opacity: 1 !important
}

.section .video-wrap .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #1f1f1f none repeat scroll 0 0 !important
}

.section .video-wrap .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: transparent !important
}

.two_columns_66_33 {
    width: 100%
}

.two_columns_66_33 > .column1 {
    width: 66.66%;
    float: left
}

.two_columns_66_33 > .column1 > .column_inner {
    padding: 0 20px 0 0
}

.two_columns_66_33 > .column2 {
    width: 33.33%;
    float: left
}

.two_columns_66_33 > .column2 > .column_inner {
    padding: 0 0 0 20px
}

.two_columns_33_66 {
    width: 100%
}

.two_columns_33_66 > .column1 {
    width: 33.33%;
    float: left
}

.two_columns_33_66 > .column1 > .column_inner {
    padding: 0 20px 0 0
}

.two_columns_33_66 > .column2 {
    width: 66.66%;
    float: left
}

.two_columns_33_66 > .column2 > .column_inner {
    padding: 0 0 0 20px
}

.two_columns_75_25 {
    width: 100%
}

.two_columns_75_25 > .column1 {
    width: 75%;
    float: left
}

.two_columns_75_25 > .column1 > .column_inner {
    padding: 0 20px 0 0
}

.two_columns_75_25 > .column2 {
    width: 25%;
    float: left
}

.two_columns_75_25 > .column2 > .column_inner {
    padding: 0 0 0 20px
}

.two_columns_25_75 {
    width: 100%
}

.two_columns_25_75 > .column1 {
    width: 25%;
    float: left
}

.two_columns_25_75 > .column1 > .column_inner {
    padding: 0 20px 0 0
}

.two_columns_25_75 > .column2 {
    width: 75%;
    float: left
}

.two_columns_25_75 > .column2 > .column_inner {
    padding: 0 0 0 20px
}

.two_columns_50_50 {
    width: 100%
}

.two_columns_50_50 > .column1 {
    width: 50%;
    float: left
}

.two_columns_50_50 > .column1 > .column_inner {
    padding: 0 10px 0 0
}

.two_columns_50_50 > .column2 {
    width: 50%;
    float: left
}

.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 {
    width: 33.33%;
    float: left
}

.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 {
    width: 25%;
    float: left
}

.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 {
    width: 20%;
    float: left
}

.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
}

.separator {
    position: relative;
    display: block;
    height: 1px;
    background-color: #ddd;
    margin: 25px 0
}

.wpb_column > .wpb_wrapper .separator, .wpb_column > .wpb_wrapper .separator:last-child {
    margin-bottom: 25px
}

.separator.transparent {
    background-color: transparent
}

.separator.small {
    background-color: #000;
    height: 1px;
    position: relative;
    width: 55px;
    display: block;
    margin: 18px auto 28px auto
}

.wpb_column > .wpb_wrapper .separator.small, .wpb_column > .wpb_wrapper .separator.small:last-child {
    margin-bottom: 28px
}

.separator.small.left {
    margin: 18px 0 28px 0
}

.separator.small.right {
    margin: 18px 0 28px auto
}

.q_icon_list p {
    font-size: 14px;
    line-height: 48px;
    font-weight: 300;
    color: #000;
    margin: 0 0 15px;
    padding: 0 0 0 56px;
    position: relative
}

.wpb_column > .wpb_wrapper .q_icon_list p:last-child, .wpb_column > .wpb_wrapper .q_icon_list p {
    margin-bottom: 15px
}

.q_icon_list i {
    background-color: #f6f6f6;
    border-color: transparent;
    color: #eb005d;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    width: 36px;
    text-align: center;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -o-border-radius: 2em;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.q_progress_bar {
    position: relative;
    margin: 0 0 10px 0;
    width: 100%;
    overflow: hidden;
    text-align: left
}

.q_progress_bar .progress_content_outer {
    background-color: #f6f6f6;
    width: 100%;
    position: relative;
    overflow: hidden
}

.q_progress_bar .progress_content_outer, .q_progress_bar .progress_content {
    height: 10px
}

.q_progress_bar .progress_content {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background: 0;
    background-color: #eb005d
}

.q_progress_bar .progress_title_holder {
    height: 42px;
    display: table-cell;
    width: 10%;
    vertical-align: middle;
    position: relative
}

.q_progress_bar .progress_title {
    display: inline-block;
    z-index: 100
}

.q_progress_bar .progress_number_wrapper {
    text-align: right;
    position: absolute;
    left: 0;
    z-index: 10;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff
}

.q_progress_bar .progress_number {
    background: url(img/progress_bar_number_bg.png) no-repeat;
    font-size: 11px;
    color: #fff;
    width: 36px;
    height: 25px;
    display: inline-block;
    text-align: center
}

.q_progress_bars_vertical .progress_content_outer {
    height: 200px;
    position: relative;
    background-color: #f6f6f6
}

.q_progress_bars_vertical .progress_number {
    font-size: 24px;
    line-height: 24px;
    color: #eb005d;
    margin: 23px 0 0;
    display: block;
    position: relative;
    font-weight: 300
}

.q_progress_bars_vertical .progress_title {
    margin-bottom: 1em;
    margin-top: 1em
}

.q_progress_bars_vertical .progress_content_outer .progress_content {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 0;
    background: 0;
    background-color: #eb005d
}

.q_counter_holder {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .4s ease 0s;
    -moz-transition: opacity .4s ease 0s;
    -o-transition: opacity .4s ease 0s
}

.q_counter_holder.left {
    text-align: left
}

.q_counter_holder.right {
    text-align: right
}

.q_counter_holder.center {
    text-align: center
}

.q_counter_holder span.counter {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    color: #eb005d;
    overflow: hidden;
    display: inline-block !important;
    height: 40px
}

.q_box_holder {
    display: block;
    position: relative;
    background-color: #f6f6f6;
    border: 1px solid transparent;
    z-index: 200
}

.q_box_holder.with_icon {
    background-color: #eb005d
}

.box_holder_inner {
    padding: 30px 20px;
    display: block
}

.q_box_holder.with_icon .box_holder_inner {
    padding: 50px 20px 30px
}

.qbutton.big_large {
    height: 60px;
    line-height: 60px;
    width: 100%;
    font-size: 17px;
    padding: 0;
    text-align: center
}

.qbutton.large {
    height: 51px;
    line-height: 51px;
    font-size: 15px;
    padding: 0 42px
}

.qbutton.large:hover {
    padding: 0 52px
}

.qbutton.medium {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    padding: 0 32px
}

.qbutton.medium:hover {
    padding: 0 42px
}

.qbutton.small {
    height: 43px;
    line-height: 43px;
    padding: 0 22px
}

.qbutton.small:hover {
    padding: 0 32px
}

.qbutton.tiny, #submit_comment, .load_more.tiny a {
    height: 39px;
    line-height: 39px;
    font-size: 12px;
    padding: 0 18px
}

.qbutton.tiny:hover, #submit_comment:hover, .load_more.tiny a:hover {
    padding: 0 32px
}

.qbutton.left {
    text-align: left
}

.qbutton.right {
    text-align: right
}

.qbutton.center {
    text-align: center
}

.qbutton i {
    margin: 0 0 0 30px
}

.easyPieChart {
    position: relative
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0
}

.q_pie_chart_holder, .q_pie_chart_with_icon_holder {
    display: block;
    margin: 0 0 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s ease 0s;
    -moz-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s
}

.q_percentage {
    font-size: 19px;
    font-weight: 300;
    color: #000;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s ease 0s;
    -moz-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s
}

.q_percentage_with_icon {
    color: #eb005d;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s ease 0s;
    -moz-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    -webkit-backface-visibility: hidden
}

.q_pie_chart_holder .tocounter {
    float: none;
    margin: 0
}

.q_percentage_with_icon i {
    float: none;
    margin: 0;
    vertical-align: middle !important
}

.q_pie_chart_holder .pie_chart_text, .q_pie_chart_with_icon_holder .pie_chart_text {
    text-align: center;
    margin: 28px 0 0
}

.q_pie_chart_holder .pie_chart_text .pie_title, .q_pie_chart_with_icon_holder .pie_chart_text .pie_title {
    margin: 0 0 .8em
}

.wpb_column > .wpb_wrapper .q_pie_chart_with_icon_holder:last-child, .wpb_column > .wpb_wrapper .q_pie_chart_holder:last-child {
    margin: 0 0 30px
}

.image_with_text {
    display: inline-block;
    width: 100%;
    position: relative
}

.image_with_text img {
    display: block;
    margin: 0 0 22px 0
}

.q_call_to_action {
    position: relative;
    display: block;
    padding: 25px 35px;
    background-color: #f6f6f6;
    color: #000;
    line-height: 35px
}

.q_call_to_action.with_border {
    border: 1px solid #eb005d
}

.q_call_to_action .two_columns_75_25 .column2 {
    text-align: center
}

.full_width .parallax_content {
    width: 1100px;
    margin: 0 auto
}

section.section section.parallax {
    margin: -50px 0
}

.boxed section.section section.parallax {
    margin: -50px -25px
}

.boxed .full_width .parallax_content {
    width: auto;
    margin: 0;
    padding: 0 25px
}

.parallax section {
    background-repeat: no-repeat;
    background-color: transparent;
    background-attachment: fixed;
    background-position: center 0;
    padding: 1px 0
}

.touch .parallax section {
    background-attachment: scroll
}

.parallax_content.left {
    text-align: left
}

.parallax_content.center {
    text-align: center
}

.parallax_content.right {
    text-align: right
}

.portfolio_single {
    display: block;
    position: relative
}

.portfolio_single_text_holder, .portfolio_detail, .lightbox_single_portfolio {
    position: relative
}

.portfolio_single .flexslider, .portfolio_single .portfolio_single_text_holder, .portfolio_single .portfolio_images img, .portfolio_single .portfolio_images .fluid-width-video-wrapper {
    margin: 0 0 44px
}

.portfolio_single .portfolio_container {
    position: relative;
    z-index: 200
}

.portfolio_single h3 {
    margin: 0 0 16px;
    padding: 0 70px 0 0
}

.portfolio_single h4 {
    color: #242729;
    margin: 1px 0 10px 0
}

.portfolio_detail.portfolio_single_follow {
    position: relative
}

.portfolio_detail .info {
    padding: 0 0 13px;
    margin: 0 0 8px
}

.portfolio_detail .info:last-child {
    border: 0
}

.video_holder {
    position: relative;
    width: 100%;
    display: block;
    min-height: 1px
}

.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 !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    width: 100% !important;
    height: 100% !important
}

.portfolio_single .video .video-wrap .mejs-container {
    background-color: transparent !important;
    background-image: none !important;
    height: 100% !important;
    width: 100% !important;
    overflow: hidden
}

.portfolio_single .video .video-wrap .mejs-mediaelement {
    background: none !important;
    border: 0 !important
}

.portfolio_single .video .video-wrap .mejs-container .mejs-poster img {
    max-width: none !important;
    width: 100% !important
}

.portfolio_single .mejs-container .mejs-controls {
    visibility: visible !important
}

.portfolio_single .mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none !important
}

.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;
    width: 100%;
    text-align: center;
    padding: 38px 0;
    margin: 20px 0 0;
    border-top: 1px solid #ddd;
    z-index: 100;
    position: relative
}

.portfolio_navigation .portfolio_prev, .portfolio_navigation .portfolio_next, .portfolio_navigation .portfolio_button {
    display: inline-block;
    height: 35px;
    line-height: 35px
}

.portfolio_navigation .portfolio_prev {
    position: absolute;
    left: 0
}

.portfolio_navigation .portfolio_next {
    position: absolute;
    right: 0
}

.portfolio_navigation .portfolio_prev a, .portfolio_navigation .portfolio_next a, .portfolio_navigation .portfolio_button a {
    line-height: 35px;
    height: 35px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    display: block;
    text-align: center;
    margin: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s
}

.portfolio_navigation .portfolio_prev a, .portfolio_navigation .portfolio_next a {
    background-color: #f6f6f6
}

.portfolio_navigation .portfolio_prev a:hover, .portfolio_navigation .portfolio_next a:hover {
    background-color: #eb005d
}

.portfolio_navigation .portfolio_prev a i, .portfolio_navigation .portfolio_next a i, .portfolio_navigation .portfolio_button a i {
    line-height: 35px;
    font-size: 14px;
    color: #888;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s
}

.portfolio_navigation .portfolio_button a i {
    margin: 2px 0 0;
    font-size: 20px
}

.portfolio_navigation .portfolio_prev a:hover i, .portfolio_navigation .portfolio_next a:hover i {
    color: #fff
}

.portfolio_navigation .portfolio_button a:hover i {
    color: #eb005d
}

.portfolio_social_holder {
    position: absolute;
    top: 6px;
    right: 0;
    display: inline-block
}

.portfolio_single .portfolio_social_holder .portfolio_share, .portfolio_single .portfolio_social_holder .portfolio_like {
    display: inline-block;
    float: right;
    margin: 0
}

.portfolio_single .portfolio_social_holder .portfolio_share {
    margin: 0 0 0 18px
}

.portfolio_gallery {
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0 0 15px 0
}

.portfolio_gallery a {
    position: relative;
    float: left;
    display: inline-block;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px)
}

.portfolio_gallery a.v2 {
    width: 49%;
    margin: 0 2% 2% 0
}

.portfolio_gallery a.v3 {
    width: 32%;
    margin: 0 2% 2% 0
}

.portfolio_gallery a.v4 {
    width: 23.5%;
    margin: 0 2% 2% 0
}

.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% 0
}

.portfolio_gallery a img, .portfolio_gallery a frame {
    position: relative;
    display: block;
    width: 100%;
    z-index: 100
}

.portfolio_gallery iframe {
    min-height: 200px
}

.portfolio_gallery a .gallery_text_holder {
    background-color: #eb005d;
    background-color: rgba(235, 0, 93, 0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 200;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    -ms-transition: opacity .4s
}

.portfolio_gallery a img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.portfolio_gallery a:hover .gallery_text_holder {
    opacity: 1;
    filter: alpha(opacity=100)
}

.portfolio_gallery a .gallery_text_inner {
    display: table;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.portfolio_gallery a .gallery_text_inner h4 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 15px;
    color: #fff
}

.projects_holder_outer {
    margin: 0;
    display: block;
    width: 100%
}

.full_width .projects_holder_outer.v6 .hover_text, .full_width .projects_holder_outer.v5 .hover_text, .full_width .projects_holder_outer.v4 .hover_text, .full_width .projects_holder_outer.v5 .standard, .full_width .projects_holder_outer.v6 .standard, .full_width .projects_holder_outer.v4 .standard {
    width: 95%;
    margin: 0 auto
}

.full_width .projects_holder_outer.v6 .hover_text.no_space, .full_width .projects_holder_outer.v5 .hover_text.no_space, .full_width .projects_holder_outer.v4 .hover_text.no_space {
    width: 100%;
    margin: 0
}

.projects_holder {
    font-size: .1px;
    line-height: 0;
    list-style-type: none;
    text-align: justify
}

.projects_holder.no_space {
    text-align: left
}

.projects_holder:after, .projects_holder:before {
    content: "";
    display: inline-block !important;
    width: 100%
}

.projects_holder > .mix {
    display: none;
    position: relative;
    vertical-align: top;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
    text-align: left
}

.projects_holder.circle .mix .image, .projects_holder.circle .mix .text_holder {
    -webkit-backface-visibility: hidden;
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    overflow: hidden
}

.projects_holder.circle .mix:hover .image {
    transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -o-transform: scale(1.06, 1.06);
    -ms-transform: scale(1.06, 1.06)
}

.projects_holder.circle .mix .image {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.projects_holder.circle .mix .image .circle_hover {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 101;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-backface-visibility: hidden;
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0)
}

.projects_holder.circle .mix:hover .image .circle_hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.projects_holder .mix .image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    -moz-transform: translateZ(0px)
}

.projects_holder article .image img {
    position: relative;
    display: block;
    width: 100%;
    z-index: 100
}

.projects_holder.standard article .image img, .projects_holder.standard_no_space article .image img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.projects_holder.standard article:hover .image img, .projects_holder.standard_no_space article:hover .image img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1)
}

.projects_holder article .image_holder, .projects_holder article .portfolio_description {
    display: block;
    position: relative
}

.projects_holder article .portfolio_description .portfolio_title {
    margin: 1.2em 0 .5333333333333333em;
    display: block
}

.projects_holder.hover_text article h4, .projects_holder.circle article h4 {
    text-align: center;
    display: block
}

.projects_holder.hover_text article h4, .portfolio_slider h4 {
    margin: 0 0 6px
}

.projects_holder.circle article h4 {
    margin: 0 0 12px
}

.projects_holder.hover_text article h4 a, .projects_holder.circle article h4 a {
    color: #242729
}

.projects_holder article .portfolio_description .project_category, .projects_holder.hover_text article .project_category, .projects_holder.circle article .project_category {
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    display: block
}

.projects_holder.circle article .project_category {
    margin: 0 0 18px
}

.portfolio_single .portfolio_like {
    position: relative;
    display: inline-block;
    cursor: pointer;
    float: left;
    padding: 0;
    margin: 35px 15px 0 0
}

.portfolio_like a, .portfolio_single .portfolio_like a {
    display: block;
    font-size: 13px;
    line-height: 13px;
    text-align: center
}

.portfolio_like a i, .portfolio_single .portfolio_like a i {
    display: block;
    color: #d4d4d4;
    margin: 0 0 8px;
    font-size: 19px;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out
}

.portfolio_single .portfolio_like a i {
    display: inline-block;
    margin: 0 8px 0 0
}

.portfolio_like span, .portfolio_single .portfolio_like span {
    display: block;
    color: #888
}

.portfolio_single .portfolio_like span {
    display: inline-block;
    line-height: 19px
}

.projects_holder article .portfolio_like a i, .projects_holder article .portfolio_like a.liked i, .projects_holder article .portfolio_like a:hover i, .projects_holder article .portfolio_like span, .portfolio_slider .portfolio_like a i, .portfolio_slider .portfolio_like a.liked i, .portfolio_slider .portfolio_like a:hover i, .portfolio_slider .portfolio_like span {
    color: #e0e0e0
}

.portfolio_like a.liked i, .portfolio_like a:hover i, .portfolio_single .portfolio_like a.liked i, .portfolio_single .portfolio_like a:hover i {
    color: #eb005d
}

.projects_holder article span.text_holder {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 200;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    -ms-transition: opacity .4s
}

.projects_holder.circle article span.text_holder {
    background-color: transparent
}

.projects_holder article .image_holder:hover span.text_holder {
    opacity: 1;
    filter: alpha(opacity=100)
}

.projects_holder.hover_text.with_mask article .image_holder:hover .image_hover {
    opacity: 0;
    filter: alpha(opacity=0)
}

.projects_holder article span.text_holder span.text_outer {
    display: table;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.projects_holder article span.text_holder span span.text_inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.projects_holder article .feature_holder, .projects_holder article .feature_holder .feature_holder_icons {
    display: inline-block
}

.portfolio_slider .image_holder {
    display: block;
    position: relative
}

.portfolio_slider .image_holder .image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    -moz-transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    -webkit-backface-visibility: hidden
}

.projects_holder.hover_text article .image_holder, .portfolio_slider .image_holder {
    overflow: hidden
}

.projects_holder article .hover_feature_holder, .portfolio_slider .hover_feature_holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 200;
    visibility: hidden;
    background-color: transparent;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out
}

.projects_holder article .hover_feature_holder.start_ph_animation, .portfolio_slider .hover_feature_holder.start_ph_animation {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4)
}

.projects_holder article .hover_feature_holder_icons, .portfolio_slider .hover_feature_holder_icons {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 70%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -ms-transition-delay: .2s
}

.projects_holder.v4 article .hover_feature_holder_icons, .projects_holder.v5 article .hover_feature_holder_icons, .projects_holder.v6 article .hover_feature_holder_icons {
    height: 60%
}

.projects_holder article .hover_feature_holder_icons_outer, .portfolio_slider .hover_feature_holder_icons_outer {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.projects_holder article .hover_feature_holder_icons_inner, .portfolio_slider .hover_feature_holder_icons_inner {
    display: inline-block
}

.projects_holder article .hover_feature_holder_icons.start_ph_animation, .portfolio_slider .hover_feature_holder_icons.start_ph_animation {
    opacity: 1;
    filter: alpha(opacity=100)
}

.projects_holder article .hover_feature_holder_title, .portfolio_slider .hover_feature_holder_title {
    position: absolute;
    bottom: 0;
    left: 0;
    display: table;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 30%;
    background-color: #fff;
    z-index: 300;
    padding-right: 1px
}

.projects_holder.v2.hover_text.no_space article .hover_feature_holder_icons {
    height: 78%
}

.projects_holder.v2.hover_text.no_space article .hover_feature_holder_title {
    height: 22%
}

.projects_holder article .hover_feature_holder_title_inner, .portfolio_slider .hover_feature_holder_title_inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 94%;
    height: 100%;
    padding: 15px 3%
}

.projects_holder.v2.hover_text.no_space article .hover_feature_holder_title_inner {
    padding: 13px 3% 15px
}

.projects_holder.v4 article .hover_feature_holder_title_inner {
    padding: 12px 3%
}

.projects_holder.v5 article .hover_feature_holder_title_inner, .projects_holder.v6 article .hover_feature_holder_title_inner {
    padding: 8px 3%
}

.projects_holder article a.lightbox, .projects_holder article a.preview, .projects_holder article .portfolio_like, .portfolio_slider a.lightbox, .portfolio_slider a.preview, .portfolio_slider .portfolio_like {
    position: relative;
    display: inline-block;
    top: 30px;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: top .3s ease-in-out, opacity .4s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
    -moz-transition: top .3s ease-in-out, opacity .4s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
    -o-transition: top .3s ease-in-out, opacity .4s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
    transition: top .3s ease-in-out, opacity .4s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
    -moz-transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    -webkit-backface-visibility: hidden
}

.projects_holder article a.lightbox, .portfolio_slider a.lightbox {
    margin: 0 10px 0 0
}

.projects_holder article .portfolio_like, .portfolio_slider .portfolio_like {
    margin: 0 0 0 10px
}

.projects_holder article a.preview {
    -webkit-transition: top .3s ease-in-out, opacity .4s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
    -webkit-transition-delay: .1s, 0.1s, 0s, 0s;
    -moz-transition: top .3s ease-in-out .1s, opacity .4s ease-in-out .1s, background-color .2s ease-in-out, color .2s ease-in-out;
    -o-transition: top .3s ease-in-out .1s, opacity .4s ease-in-out .1s, background-color .2s ease-in-out, color .2s ease-in-out;
    transition: top .3s ease-in-out .1s, opacity .4s ease-in-out .1s, background-color .2s ease-in-out, color .2s ease-in-out
}

.projects_holder article .portfolio_like {
    -webkit-transition: top .3s ease-in-out, opacity .4s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
    -webkit-transition-delay: .2s, 0.2s, 0s, 0s;
    -moz-transition: top .3s ease-in-out .2s, opacity .4s ease-in-out .1s, background-color .2s ease-in-out, color .2s ease-in-out;
    -o-transition: top .3s ease-in-out .2s, opacity .4s ease-in-out .1s, background-color .2s ease-in-out, color .2s ease-in-out;
    transition: top .3s ease-in-out .2s, opacity .4s ease-in-out .1s, background-color .2s ease-in-out, color .2s ease-in-out
}

.projects_holder.circle article a.lightbox, .projects_holder.circle article a.preview, .projects_holder.circle article .portfolio_like, .projects_holder.hover_text article a.lightbox, .projects_holder.hover_text article a.preview, .projects_holder.hover_text article .portfolio_like, .portfolio_slider a.lightbox, .portfolio_slider a.preview, .portfolio_slider .portfolio_like {
    -webkit-transition: none;
    -webkit-transition-delay: 0;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

.projects_holder article:hover a.lightbox, .projects_holder article:hover a.preview, .projects_holder article:hover span.portfolio_like, .portfolio_slider li:hover a.lightbox, .portfolio_slider li:hover a.preview, .portfolio_slider li:hover .portfolio_like {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0
}

.projects_holder article a.lightbox i, .projects_holder article a.preview i, .projects_holder article .portfolio_like a, .portfolio_slider a.lightbox i, .portfolio_slider a.preview i, .portfolio_slider .portfolio_like a {
    position: relative;
    display: block;
    padding: 11px 12px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out
}

.projects_holder article a.lightbox:hover i, .projects_holder article a.preview:hover i, .projects_holder article .portfolio_like a:hover, .portfolio_slider a.lightbox:hover i, .portfolio_slider a.preview:hover i, .portfolio_slider .portfolio_like a:hover {
    opacity: .7;
    filter: alpha(opacity=70)
}

.projects_holder article .portfolio_like a, .portfolio_slider .portfolio_like a {
    padding: 8px 16px
}

.projects_holder article .portfolio_like a i, .portfolio_slider .portfolio_like a i {
    font-size: 16px;
    margin: 3px 0 0
}

.projects_holder article .portfolio_like .qode-like-count {
    font-size: 13px;
    line-height: 13px
}

.projects_holder .filler {
    display: inline-block;
    height: 0
}

.projects_holder.v6 .mix, .projects_holder.v6.hover_text .mix {
    width: 15.7%;
    margin: 0 0 1.2%
}

.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.standard_no_space .mix, .projects_holder.v6.hover_text.no_space .mix {
    width: 16.66%;
    margin: 0
}

.projects_holder.v6.standard_no_space .mix {
    margin: 0 0 1.2%
}

.projects_holder.v6.standard_no_space .filler, .projects_holder.v6.hover_text.no_space .filler {
    width: 16.66%
}

.safari_browser .projects_holder.v6.standard_no_space .mix, .safari_browser .projects_holder.v6.hover_text.no_space .mix, .mac .projects_holder.v6.standard_no_space .mix, .mac .projects_holder.v6.hover_text.no_space .mix {
    width: 16.6%
}

.safari_browser .projects_holder.v6.standard_no_space .filler, .safari_browser .projects_holder.v6.hover_text.no_space .filler, .mac .projects_holder.v6.standard_no_space .filler, .mac .projects_holder.v6.hover_text.no_space .filler {
    width: 16.6%
}

.projects_holder.v5 .mix, .projects_holder.v5.hover_text .mix {
    width: 18%;
    margin: 0 0 2.9%
}

.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.standard_no_space .mix, .projects_holder.v5.hover_text.no_space .mix {
    width: 19.99%;
    margin: 0
}

.projects_holder.v5.standard_no_space .mix {
    margin: 0 0 2%
}

.projects_holder.v5.standard_no_space .filler, .projects_holder.v5.hover_text.no_space .filler {
    width: 19.99%
}

.safari_browser .projects_holder.v5.standard_no_space .mix, .safari_browser .projects_holder.v5.hover_text.no_space .mix, .mac .projects_holder.v5.standard_no_space .mix, .mac .projects_holder.v5.hover_text.no_space .mix {
    width: 19.93%
}

.safari_browser .projects_holder.v5.standard_no_space .filler, .safari_browser .projects_holder.v5.hover_text.no_space .filler, .mac .projects_holder.v5.standard_no_space .filler, .mac .projects_holder.v5.hover_text.no_space .filler {
    width: 19.93%
}

.projects_holder.circle.v5 .mix {
    width: 17%;
    margin: 0 0 3.9%
}

.projects_holder.circle.v5 .filler {
    width: 17.5%
}

.projects_holder.v4 .mix, .projects_holder.v4.hover_text .mix {
    width: 23.5%;
    margin: 0 0 2.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.standard_no_space .mix, .projects_holder.v4.hover_text.no_space .mix {
    width: 24.99%;
    margin: 0
}

.mac .projects_holder.v4.standard_no_space .mix, .mac .projects_holder.v4.hover_text.no_space .mix {
    width: 24.97%
}

.projects_holder.v4.standard_no_space .mix {
    margin: 0 0 2%
}

.projects_holder.v4.standard_no_space .filler, .projects_holder.v4.hover_text.no_space .filler {
    width: 24.99%
}

.mac .projects_holder.v4.standard_no_space .filler, .mac .projects_holder.v4.hover_text.no_space .filler {
    width: 24.97%
}

.projects_holder.circle.v4 .mix {
    width: 22.5%;
    margin: 0 0 3.5%
}

.projects_holder.circle.v4 .filler {
    width: 22.5%
}

.projects_holder.v3 .mix, .projects_holder.v3.hover_text .mix {
    width: 32%;
    margin: 0 0 2.4%
}

.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.standard_no_space .mix, .projects_holder.v3.hover_text.no_space .mix {
    width: 33.32%;
    margin: 0
}

.projects_holder.v3.standard_no_space .mix {
    margin: 0 0 2.4%
}

.projects_holder.v3.standard_no_space .filler, .projects_holder.v3.hover_text.no_space .filler {
    width: 33.32%
}

.safari_browser .projects_holder.v3.standard_no_space .mix, .safari_browser .projects_holder.v3.hover_text.no_space .mix, .mac .projects_holder.v3.standard_no_space .mix, .mac .projects_holder.v3.hover_text.no_space .mix {
    width: 33.3%
}

.safari_browser .projects_holder.v3.standard_no_space .filler, .safari_browser .projects_holder.v3.hover_text.no_space .filler, .mac .projects_holder.v3.standard_no_space .filler, .mac .projects_holder.v3.hover_text.no_space .filler {
    width: 33.3%
}

.projects_holder.circle.v3 .mix {
    width: 31%;
    margin: 0 0 3.4%
}

.projects_holder.circle.v3 .filler {
    width: 31%
}

.projects_holder.v2 .mix, .projects_holder.v2.hover_text .mix {
    width: 49%;
    margin: 0 0 2.4%
}

.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.standard_no_space .mix, .projects_holder.v2.hover_text.no_space .mix {
    width: 49.99%;
    margin: 0
}

.mac .projects_holder.v2.standard_no_space .mix, .mac .projects_holder.v2.hover_text.no_space .mix {
    width: 49.97%
}

.projects_holder.v2.standard_no_space .mix {
    margin: 0 0 2.4%
}

.projects_holder.v2.standard_no_space .filler, .projects_holder.v2.hover_text.no_space .filler {
    width: 49.99%
}

.mac .projects_holder.v2.standard_no_space .filler, .mac .projects_holder.v2.hover_text.no_space .filler {
    width: 49.97%
}

.projects_holder.circle.v2 .mix {
    width: 48%;
    margin: 0 0 3.4%
}

.projects_holder.circle.v2 .filler {
    width: 48%
}

.portfolio_paging {
    text-align: center;
    margin: 30px 0 0
}

.filter_outer {
    display: block;
    position: relative;
    height: 35px;
    margin: -20px 0 60px;
    text-align: center
}

.full_width .filter_outer {
    margin: 0 0 60px
}

.filter_holder {
    display: inline-block
}

.filter_holder ul {
    display: inline-block;
    list-style: none
}

.filter_holder ul li {
    cursor: pointer;
    display: block;
    line-height: 35px;
    margin: 0 5px 5px 0;
    float: left;
    text-align: left
}

.filter_holder ul li span {
    display: inline-block;
    line-height: 35px;
    padding: 0 17px;
    position: relative;
    color: #888;
    background-color: #f6f6f6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out
}

.filter_holder ul li.active span, .filter_holder ul li:hover span {
    background-color: #eb005d;
    color: #fff
}

.q_tabs {
    display: block;
    text-align: center;
    visibility: hidden
}

.q_tabs.boxed {
    text-align: left
}

.q_tabs .tabs-nav {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    display: inline-block;
    position: relative
}

.q_tabs.boxed .tabs-nav {
    display: block
}

.q_tabs .tabs-nav li {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    display: inline-block;
    float: left
}

.q_tabs .tabs-nav li a {
    height: 37px;
    line-height: 37px;
    display: block;
    margin: 0;
    padding: 0 24px;
    font-weight: 400;
    background-color: #f6f6f6;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s
}

.q_tabs.boxed .tabs-nav li a {
    padding: 0 20px 0 0;
    background-color: transparent
}

.q_tabs.vertical .tabs-nav li a {
    background-color: transparent
}

.q_tabs.boxed .tabs-nav li:last-child a {
    padding: 0
}

.q_tabs .tabs-nav li.active a, .q_tabs .tabs-nav li a:hover {
    background-color: #eb005d;
    color: #fff
}

.q_tabs.boxed .tabs-nav li.active a, .q_tabs.boxed .tabs-nav li a:hover, .q_tabs.vertical .tabs-nav li.active a, .q_tabs.vertical .tabs-nav li a:hover {
    background-color: transparent;
    color: #eb005d
}

.q_tabs .tabs-container {
    overflow: hidden;
    width: 100%;
    background-color: transparent;
    text-align: left
}

.q_tabs .tab-content {
    padding: 17px 0 10px
}

.q_tabs.vertical .tabs-nav {
    float: left;
    width: 24.02957486136784%;
    margin: 0 2.284658040665434% 0 0
}

.q_tabs.vertical.right .tabs-nav {
    float: right;
    margin: 0 0 0 2%
}

.q_tabs.vertical .tabs-nav li {
    display: block;
    width: 100%
}

.q_tabs.vertical .tabs-nav li a {
    text-align: left;
    height: auto;
    line-height: normal;
    padding: 9px 17px 9px 0;
    margin-bottom: 2px
}

.q_tabs.vertical .tabs-nav li:nth-child(n) a {
    border-bottom-width: 0
}

.q_tabs.vertical .tabs-nav li:last-child a {
    border-bottom-width: 1px
}

.q_tabs.vertical .tabs-container {
    width: 73.68576709796673%;
    float: left
}

.q_tabs.vertical .tab-content {
    padding: 0
}

.q_accordion_holder {
    position: relative;
    display: block;
    visibility: hidden;
    margin: 0 0 30px
}

.q_accordion_holder.wpb_content_element {
    margin-bottom: 30px !important
}

.wpb_column > .wpb_wrapper .q_accordion_holder, .wpb_column > .wpb_wrapper .q_accordion_holder:last-child {
    margin-bottom: 30px
}

.q_accordion_holder.accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    min-height: 35px;
    padding: 0;
    margin: 0 0 18px;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px)
}

.q_accordion_holder.accordion.with_icon .ui-accordion-header {
    line-height: 51px;
    min-height: 48px;
    margin: 0 0 2px;
    background-color: #f6f6f6;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out
}

.q_accordion_holder.accordion.with_icon .ui-accordion-header.ui-state-active {
    background-color: #fff
}

.q_accordion_holder.accordion.with_icon .ui-accordion-header span.tab-title {
    width: 72%;
    line-height: 25px;
    margin: 13px 0 13px 20px
}

.q_accordion_holder .ui-accordion-header span.tab-title, .q_accordion_holder.accordion.with_icon .ui-accordion-header div.icon-wrapper, .q_accordion_holder .ui-accordion-header .accordion_mark {
    float: left
}

.q_accordion_holder.accordion.without_icon .ui-accordion-header div.icon-wrapper {
    display: none !important
}

.q_accordion_holder.accordion.with_icon .ui-accordion-header i {
    margin: 0 0 0 15px;
    font-size: 18px;
    color: #eb005d
}

.q_accordion_holder .accordion_icon_mark {
    display: none
}

.q_accordion_holder.with_icon .accordion_icon_mark {
    position: absolute;
    top: 17px;
    right: 20px;
    width: 15px;
    height: 15px;
    display: block;
    background-image: url(img/plus.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: background-image .3s ease-in-out;
    -moz-transition: background-image .3s ease-in-out;
    -o-transition: background-image .3s ease-in-out;
    -ms-transition: background-image .3s ease-in-out
}

.q_accordion_holder.with_icon .ui-accordion-header.ui-state-active .accordion_icon_mark {
    background-image: url(img/minus.png)
}

.q_accordion_holder.accordion.with_icon .ui-accordion-header .accordion_mark {
    display: none
}

.q_accordion_holder.accordion .ui-accordion-header .accordion_mark {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    margin: 0 20px 0 0;
    background-color: #f6f6f6;
    background-image: url(img/plus.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: background-image .3s ease-in-out;
    -moz-transition: background-image .3s ease-in-out;
    -o-transition: background-image .3s ease-in-out;
    -ms-transition: background-image .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out
}

.q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark {
    background-image: url(img/minus.png)
}

.q_accordion_holder.accordion .ui-accordion-header.ui-state-hover .accordion_mark {
    background-color: #eb005d;
    background-image: url(img/plus_white.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 150/100), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 160dpi) {
    .q_accordion_holder.with_icon .accordion_icon_mark, .q_accordion_holder.accordion .ui-accordion-header .accordion_mark {
        -o-background-size: 15px 15px;
        -webkit-background-size: 15px 15px;
        -moz-background-size: 15px 15px;
        background-size: 15px 15px;
        background-image: url(img/plus@1_5x.png)
    }

    .q_accordion_holder.with_icon .ui-accordion-header.ui-state-active .accordion_icon_mark, .q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark {
        -o-background-size: 15px 15px;
        -webkit-background-size: 15px 15px;
        -moz-background-size: 15px 15px;
        background-size: 15px 15px;
        background-image: url(img/minus@1_5x.png)
    }

    .q_accordion_holder.accordion .ui-accordion-header.ui-state-hover .accordion_mark {
        -o-background-size: 15px 15px;
        -webkit-background-size: 15px 15px;
        -moz-background-size: 15px 15px;
        background-size: 15px 15px;
        background-image: url(img/plus_white@1_5x.png)
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2.0), only screen and (min--moz-device-pixel-ratio: 2.0), only screen and (-o-min-device-pixel-ratio: 200/100), only screen and (min-device-pixel-ratio: 2.0), only screen and (min-resolution: 210dpi) {
    .q_accordion_holder.with_icon .accordion_icon_mark, .q_accordion_holder.accordion .ui-accordion-header .accordion_mark {
        -o-background-size: 15px 15px;
        -webkit-background-size: 15px 15px;
        -moz-background-size: 15px 15px;
        background-size: 15px 15px;
        background-image: url(img/plus@2x.png)
    }

    .q_accordion_holder.with_icon .ui-accordion-header.ui-state-active .accordion_icon_mark, .q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark {
        -o-background-size: 15px 15px;
        -webkit-background-size: 15px 15px;
        -moz-background-size: 15px 15px;
        background-size: 15px 15px;
        background-image: url(img/minus@2x.png)
    }

    .q_accordion_holder.accordion .ui-accordion-header.ui-state-hover .accordion_mark {
        -o-background-size: 15px 15px;
        -webkit-background-size: 15px 15px;
        -moz-background-size: 15px 15px;
        background-size: 15px 15px;
        background-image: url(img/plus_white@2x.png)
    }
}

.q_accordion_holder.accordion .ui-accordion-header:hover span.tab-title {
    color: #eb005d
}

.q_accordion_holder.accordion div.accordion_content {
    padding: 0 0 0 52px
}

.q_accordion_holder.accordion.with_icon div.accordion_content.no_icon {
    padding: 0 0 0 22px
}

.q_accordion_holder.accordion div.accordion_content_inner {
    padding: 0 0 20px;
    display: block
}

.highlight {
    background-color: #eb005d;
    color: #fff;
    padding: 0 3px
}

.testimonials {
    display: block;
    text-align: center;
    margin: 0 0 30px;
    visibility: hidden
}

.wpb_column > .wpb_wrapper .testimonials, .wpb_column > .wpb_wrapper .testimonials:last-child {
    margin-bottom: 30px
}

.testimonials .testimonial_nav {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    display: inline-block;
    position: relative
}

.testimonials .testimonial_nav li {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    display: inline-block;
    float: left
}

.testimonials .testimonial_nav li a {
    position: relative;
    height: 11px;
    width: 11px;
    line-height: 11px;
    display: block;
    margin: 0 8px 0 0;
    padding: 0;
    text-decoration: none;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.testimonials .testimonial_nav li.active a {
    border-color: #eb005d
}

.testimonials .testimonial_container {
    overflow: hidden;
    width: 100%;
    background-color: transparent;
    text-align: left;
    margin: 0 0 16px
}

.testimonial_text_holder, .testimonial_image_holder {
    position: relative;
    display: block
}

.testimonial_text_inner p {
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    text-align: justify
}

.testimonial_text_inner .testimonial_name {
    display: block;
    margin: 15px 0 0;
    font-size: 15px;
    color: #000;
    text-align: center
}

.testimonial_text_inner .testimonial_name .author_desc {
    color: #eb005d
}

.testimonial_arrow {
    display: none
}

.testimonials.transparent .testimonial_arrow {
    display: none
}

.testimonials.transparent .testimonial_text_inner {
    background-color: transparent !important;
    padding: 0;
    border: 0
}

.testimonials .testimonial_text_inner {
    padding: 25px;
    background-color: #ddd;
    border: 1px solid transparent
}

.testimonials.transparent .transparent_arrow {
    display: none
}

.testimonial_image_holder {
    text-align: center;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -o-border-radius: 60px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 47px;
    width: 47px
}

.testimonial_image_holder img {
    width: 47px;
    height: 47px
}

blockquote {
    position: relative;
    border-left: 2px solid #ddd
}

blockquote h4 {
    padding: 0 0 0 25px;
    line-height: 27px;
    font-weight: 300
}

.gallery_holder {
    display: block;
    position: relative
}

.gallery_holder ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0
}

.gallery_holder ul li {
    position: relative;
    display: block;
    float: left
}

.gallery_holder ul li a {
    display: block;
    position: relative;
    -webkit-backface-visibility: hidden
}

.gallery_holder ul li a img {
    display: block
}

.gallery_holder ul li .gallery_hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: #eb005d;
    background-color: rgba(235, 0, 93, 0.90);
    visibility: visible;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -webkit-backface-visibility: hidden
}

.gallery_holder ul li:hover .gallery_hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.gallery_holder ul li .gallery_hover i {
    position: relative;
    top: 40%;
    left: 50%;
    margin: 0 0 0 -16px;
    font-size: 32px;
    color: #fff
}

.gallery_holder ul.v5 li, .wpb_gallery_slides .gallery_holder ul.v5 li {
    width: 18.4%;
    margin: 0 2% 20px 0
}

.gallery_holder ul.v4 li, .wpb_gallery_slides .gallery_holder ul.v4 li {
    width: 23.046875%;
    margin: 0 2% 20px 0
}

.gallery_holder ul.v3 li, .wpb_gallery_slides .gallery_holder ul.v3 li {
    width: 32%;
    margin: 0 2% 20px 0
}

.gallery_holder ul.v2 li, .wpb_gallery_slides .gallery_holder ul.v2 li {
    width: 49%;
    margin: 0 2% 20px 0
}

.gallery_holder ul.v2 li:nth-child(2n), .gallery_holder ul.v3 li:nth-child(3n), .gallery_holder ul.v4 li:nth-child(4n), .gallery_holder ul.v5 li:nth-child(5n), .wpb_gallery_slides .gallery_holder ul.v2 li:nth-child(2n), .wpb_gallery_slides .gallery_holder ul.v3 li:nth-child(3n), .wpb_gallery_slides .gallery_holder ul.v4 li:nth-child(4n), .wpb_gallery_slides .gallery_holder ul.v5 li:nth-child(5n) {
    margin: 0 0 20px
}

.q_dropcap {
    position: relative;
    display: inline-block;
    float: left;
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 45px;
    color: #eb005d;
    text-align: center
}

.q_dropcap.circle, .q_dropcap.square {
    margin: 5px 15px 0 0;
    font-size: 30px;
    background-color: #f6f6f6;
    border: 1px solid transparent;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.q_dropcap.normal {
    background-color: transparent !important;
    border: 0 !important;
    margin: 0 10px 0 0
}

.q_dropcap.circle {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em
}

.q_message {
    position: relative;
    padding: 23px 25px;
    background-color: #f6f6f6;
    border: 1px solid transparent;
    margin: 0 0 25px
}

.q_message.with_icon > i {
    font-size: 40px;
    color: #eb005d
}

.q_message.with_icon > i.circle {
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -o-border-radius: 80px
}

.q_message.with_icon img {
    float: left
}

.q_message a.close {
    position: absolute;
    top: 12px;
    right: 12px
}

.q_message a.close i.remove-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center
}

.q_message a.close i.remove-icon.dark {
    background-image: url(img/remove-icon.png)
}

.q_message a.close i.remove-icon.light {
    background-image: url(img/remove-icon-white.png)
}

.q_message .message_text {
    padding: 0 20px 0 0;
    display: block
}

.q_message.with_icon .message_text {
    padding: 0 20px 0 55px;
    min-height: 36px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 150/100), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 160dpi) {
    .q_message a.close i.remove-icon.dark {
        background-image: url(img/remove-icon@1_5x.png);
        background-size: 14px 14px;
        -webkit-background-size: 14px 14px;
        -moz-background-size: 14px 14px;
        -o-background-size: 14px 14px;
        -ms-background-size: 14px 14px
    }

    .q_message a.close i.remove-icon.light {
        background-image: url(img/remove-icon-white@1_5x.png);
        background-size: 14px 14px;
        -webkit-background-size: 14px 14px;
        -moz-background-size: 14px 14px;
        -o-background-size: 14px 14px;
        -ms-background-size: 14px 14px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2.0), only screen and (min--moz-device-pixel-ratio: 2.0), only screen and (-o-min-device-pixel-ratio: 200/100), only screen and (min-device-pixel-ratio: 2.0), only screen and (min-resolution: 210dpi) {
    .q_message a.close i.remove-icon.dark {
        background-image: url(img/remove-icon@2x.png);
        background-size: 14px 14px;
        -webkit-background-size: 14px 14px;
        -moz-background-size: 14px 14px;
        -o-background-size: 14px 14px;
        -ms-background-size: 14px 14px
    }

    .q_message a.close i.remove-icon.light {
        background-image: url(img/remove-icon-white@2x.png);
        background-size: 14px 14px;
        -webkit-background-size: 14px 14px;
        -moz-background-size: 14px 14px;
        -o-background-size: 14px 14px;
        -ms-background-size: 14px 14px
    }
}

.q_price_table {
    width: 100%;
    display: inline-block;
    padding: 0;
    position: relative
}

.price_table_inner {
    position: relative;
    display: block;
    text-align: center
}

.price_table_inner.acitve_price > ul, .price_table_inner:hover > ul {
    padding: 20px 0;
    margin: -20px 0 0
}

.price_table_inner ul {
    list-style: none outside none;
    margin: 0;
    background-color: #f6f6f6;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.price_table_inner ul li {
    text-align: center;
    margin: 0;
    padding: 9px 20px
}

.price_table_inner ul li.prices {
    padding: 40px 20px 5px
}

.price_table_inner ul li.table_title {
    font-size: 19px;
    line-height: 19px;
    color: #000;
    padding: 14px 25px 12px
}

.price_in_table {
    text-align: center
}

.price_in_table .value {
    font-size: 19px;
    line-height: 19px;
    color: #000;
    vertical-align: top;
    display: inline-block;
    margin: 8px 0 0
}

.price_in_table .price {
    font-size: 80px;
    line-height: 80px;
    padding: 0 3px;
    font-weight: 300;
    color: #000;
    vertical-align: middle;
    display: inline-block
}

.price_in_table .mark {
    font-size: 19px;
    line-height: 19px;
    color: #000;
    vertical-align: bottom;
    position: relative;
    top: -8px
}

.price_table_inner .price_button {
    padding: 15px 0 50px
}

.price_table_inner .price_button a {
    padding: 0 25px
}

.q_icon_with_title {
    display: block;
    position: relative
}

.q_icon_with_title .icon_holder {
    float: left;
    display: inline-block;
    position: relative;
    z-index: 2
}

.q_icon_with_title.center {
    text-align: center
}

.q_icon_with_title.center .icon_holder {
    float: none;
    display: block;
    margin: 0 0 25px
}

.q_icon_with_title .icon_holder.q_icon_animation, .box_holder_icon_inner.q_icon_animation {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-backface-visibility: hidden
}

.q_icon_with_title .icon_holder.q_icon_animation.q_show_animation, .box_holder_icon_inner.q_icon_animation.q_show_animation {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0)
}

.touch .no_animation_on_touch .q_icon_animation {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0)
}

.q_icon_with_title .icon_holder i, .q_font_awsome_icon_square i, .q_font_awsome_icon_stack i {
    color: #eb005d
}

.q_icon_with_title.boxed .icon_holder .fa-stack, .q_font_awsome_icon_square {
    background-color: #f6f6f6;
    background-repeat: repeat-x;
    background-position: 0 0;
    border: 1px solid transparent
}

.q_icon_with_title.circle .icon_holder .fa-stack i.fa-circle {
    color: #f6f6f6;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-backface-visibility: hidden
}

.q_font_awsome_icon_stack .fa-circle, .q_icon_with_title.boxed .icon_holder .fa-stack, .q_font_awsome_icon_square {
    color: #f6f6f6;
    -webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}

.q_icon_with_title.circle .icon_holder .fa-stack:hover i.fa-circle, .q_font_awsome_icon_stack:hover .fa-circle {
    color: #eb005d !important
}

.q_icon_with_title.boxed .icon_holder .fa-stack {
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

.q_icon_with_title.boxed .icon_holder .fa-stack:hover {
    background-color: #eb005d !important
}

.q_icon_with_title.circle .icon_holder .fa-stack:hover i:last-child, .q_font_awsome_icon_stack:hover i:last-child, .q_icon_with_title.boxed .icon_holder .fa-stack:hover i {
    color: #fff !important
}

.q_icon_with_title.circle .icon_holder .fa-stack:hover i.fa-circle {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.q_icon_with_title .icon_text_holder {
    position: relative
}

.q_icon_with_title.circle span.fa-stack i:last-child {
    font-size: .6em
}

.q_icon_with_title span.fa-stack.custom-font i:last-child {
    font-size: .5em
}

.q_icon_with_title .icon_text_inner {
    padding: 0 0 18px
}

.q_icon_with_title.with_border_line .icon_text_inner {
    border-bottom: 1px solid #f6f6f6
}

.q_icon_with_title.tiny .icon_text_holder, .q_icon_with_title.small .icon_text_holder {
    padding: 0 0 0 40px
}

.q_icon_with_title.tiny .icon_holder, .q_icon_with_title.small .icon_holder {
    width: 35px;
    text-align: center
}

.q_icon_with_title.tiny.square .icon_text_holder, .q_icon_with_title.small.square .icon_text_holder {
    padding: 0 0 0 70px
}

.q_icon_with_title.medium .icon_holder, .q_icon_with_title.tiny.square .icon_holder, .q_icon_with_title.small.square .icon_holder {
    width: 50px;
    text-align: center
}

.q_icon_with_title.medium .icon_text_holder {
    padding: 0 0 0 55px
}

.q_icon_with_title.large .icon_text_holder {
    padding: 0 0 0 65px
}

.q_icon_with_title.large .icon_holder {
    width: 60px;
    text-align: center
}

.q_icon_with_title.very_large .icon_text_holder {
    padding: 0 0 0 75px
}

.q_icon_with_title.tiny.boxed .icon_text_holder, .q_icon_with_title.tiny.circle .icon_text_holder, .q_icon_with_title.tiny.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.icon_image .icon_text_holder {
    padding: 0 0 0 72px
}

.q_icon_with_title.medium.boxed .icon_text_holder, .q_icon_with_title.medium.circle .icon_text_holder, .q_icon_with_title.medium.icon_image .icon_text_holder {
    padding: 0 0 0 98px
}

.q_icon_with_title.large.boxed .icon_text_holder, .q_icon_with_title.large.circle .icon_text_holder, .q_icon_with_title.large.icon_image .icon_text_holder {
    padding: 0 0 0 124px
}

.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.icon_image .icon_text_holder {
    padding: 0 0 0 150px
}

.q_icon_with_title.center .icon_holder {
    width: 100% !important
}

.q_icon_with_title.tiny.center .icon_text_holder, .q_icon_with_title.small.center .icon_text_holder, .q_icon_with_title.medium.center .icon_text_holder, .q_icon_with_title.large.center .icon_text_holder, .q_icon_with_title.very_large.center .icon_text_holder, .q_icon_with_title.tiny.boxed.center .icon_text_holder, .q_icon_with_title.tiny.circle.center .icon_text_holder, .q_icon_with_title.small.boxed.center .icon_text_holder, .q_icon_with_title.small.circle.center .icon_text_holder, .q_icon_with_title.medium.boxed.center .icon_text_holder, .q_icon_with_title.medium.circle.center .icon_text_holder, .q_icon_with_title.large.boxed.center .icon_text_holder, .q_icon_with_title.large.circle.center .icon_text_holder, .q_icon_with_title.very_large.boxed.center .icon_text_holder, .q_icon_with_title.very_large.circle.center .icon_text_holder, .q_icon_with_title.tiny.icon_image.center .icon_text_holder, .q_icon_with_title.small.icon_image.center .icon_text_holder, .q_icon_with_title.medium.icon_image.center .icon_text_holder, .q_icon_with_title.large.icon_image.center .icon_text_holder, .q_icon_with_title.very_large.icon_image.center .icon_text_holder {
    padding: 0
}

.q_icon_with_title.tiny .icon_holder {
    font-size: 19px
}

.q_icon_with_title.tiny .icon_holder img {
    width: 35px
}

.q_icon_with_title.small .icon_holder img {
    width: 52px
}

.q_icon_with_title.medium .icon_holder img {
    width: 78px
}

.q_icon_with_title.large .icon_holder img {
    width: 104px
}

.q_icon_with_title.very_large .icon_holder img {
    width: 130px
}

.q_icon_with_title .icon_text_holder .icon_title {
    display: block;
    margin: 0 0 .8em
}

.q_icon_with_title .icon_with_title_link {
    display: block;
    margin: 18px 0 0;
    color: #eb005d;
    font-weight: 300
}

.q_font_awsome_icon {
    display: inline-block
}

.q_font_awsome_icon i {
    color: #eb005d
}

.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 !important
}

.q_font_awsome_icon.q_icon_animation, .q_font_awsome_icon_square.q_icon_animation, .q_font_awsome_icon_stack.q_icon_animation {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-backface-visibility: hidden
}

.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 {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0)
}

#back_to_top span, .q_social_icon_holder .fa-stack, .q_icon_with_title.square .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 {
    padding: 0;
    border: 0
}

.drop_down .wide .second ul li ul.flex-direction-nav a {
    position: absolute;
    top: 0;
    border: 0;
    margin: 0
}

.drop_down .wide .second ul li ul.flex-direction-nav {
    position: absolute;
    top: 45px;
    left: 0;
    overflow: visible;
    width: 100%
}

.drop_down .wide .second ul li div.flexslider {
    margin: 0
}

.q_progress_bars_icons {
    display: block;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0)
}

.q_progress_bars_icons_inner {
    position: relative;
    width: 100%;
    display: inline-block
}

.q_progress_bars_icons_inner .bar {
    position: relative;
    float: left;
    margin: 0 10px 10px 0
}

.q_progress_bars_icons_inner.tiny .bar {
    height: 26px;
    width: 26px
}

.q_progress_bars_icons_inner.small .bar {
    width: 52px;
    height: 52px
}

.q_progress_bars_icons_inner.medium .bar {
    width: 78px;
    height: 78px
}

.q_progress_bars_icons_inner.large .bar {
    width: 104px;
    height: 104px
}

.q_progress_bars_icons_inner.very_large .bar {
    width: 130px;
    height: 130px
}

.q_progress_bars_icons_inner .bar .bar_noactive, .q_progress_bars_icons_inner .bar .bar_active {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 50
}

.q_progress_bars_icons_inner .bar.active .bar_noactive {
    z-index: 100
}

.q_progress_bars_icons_inner.square .bar .bar_noactive, .q_progress_bars_icons_inner.square .bar .bar_active {
    background-color: #f6f6f6;
    background-image: url(img/button_pixel.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    border: 1px solid #ddd
}

.q_progress_bars_icons_inner.square .bar.active .bar_noactive, .q_progress_bars_icons_inner.square .bar.active .bar_active {
    background-color: #eb005d;
    border: 1px solid #eb005d
}

.q_progress_bars_icons_inner .bar i {
    color: #fff
}

.q_progress_bars_icons_inner.normal .bar i, .q_progress_bars_icons_inner .bar i.fa-circle {
    color: #f6f6f6
}

.q_progress_bars_icons_inner.normal .bar.active i, .q_progress_bars_icons_inner .bar.active i.fa-circle {
    color: #eb005d
}

.more_facts_outer {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden
}

.more_facts_inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.more_facts_button {
    cursor: pointer
}

.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
}

.ordered ul, .ordered ol {
    counter-reset: li;
    display: block;
    list-style-type: decimal;
    background-position: left center;
    background-repeat: no-repeat;
    margin: 0 0 30px;
    padding: 0 0 0 20px
}

.ordered ol li {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #6c6c6c;
    margin: 0 0 25px;
    padding: 0 0 0 7px
}

.q_list.normal ul > li {
    font-weight: 400 !important
}

.q_list.light ul > li {
    font-weight: 300 !important
}

.q_list.bold ul > li {
    font-weight: 600 !important
}

.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 ul > li:before {
    color: #eb005d;
    background-color: #f6f6f6;
    border-radius: 2em;
    height: 40px;
    width: 40px;
    line-height: 40px
}

.q_list.number.circle_number li {
    line-height: 40px;
    padding-left: 53px;
    margin-bottom: 15px
}

.q_list.circle ul > li, .q_list.number ul > li {
    position: relative;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    font-weight: 300;
    margin: 0 0 10px;
    padding: 0 0 0 30px;
    background-repeat: no-repeat;
    background-position: 0 center
}

.q_list.circle ul > li {
    background-image: url(img/list_circle.png)
}

.q_list.number ul > li:before {
    height: 20px;
    width: 20px;
    line-height: 20px;
    display: inline-block;
    position: absolute;
    font-size: 15px;
    left: 0;
    padding: 0;
    font-weight: 400;
    color: #eb005d;
    text-align: center;
    content: counter(li, decimal-leading-zero);
    counter-increment: li
}

.q_list.circle.animate_list ul li, .q_list.number.animate_list ul li {
    opacity: 0;
    filter: alpha(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;
    filter: alpha(opacity=100);
    top: 0
}

.q_social_icon_holder {
    display: inline-block;
    position: relative
}

.q_social_icon_holder .fa-stack {
    background-color: #f6f6f6;
    -o-border-radius: 2em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    margin: 3px;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out
}

.q_social_icon_holder .fa-stack i {
    color: #000;
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}

.q_social_icon_holder .fa-stack i.fa-circle {
    color: #f6f6f6
}

.q_social_icon_holder .fa-stack:hover {
    background-color: #eb005d !important
}

.q_social_icon_holder .fa-stack:hover i {
    color: #fff !important
}

.q_social_icon_holder .fa-stack.fa-2x {
    width: 36px;
    height: 36px;
    line-height: 31px
}

.q_social_icon_holder .fa-stack i:last-child {
    font-size: .7692307692307692em
}

.q_social_icon_holder .fa-stack.fa-lg i:last-child {
    font-size: 1em
}

.dark .q_social_icon_holder .fa-stack i {
    color: #000 !important
}

.dark .q_social_icon_holder:hover .fa-stack i, .light .q_social_icon_holder .fa-stack i {
    color: #fff !important
}

.header_top .q_social_icon_holder {
    font-size: 12px
}

.header_top .q_social_icon_holder .fa-stack {
    height: 1.4em;
    width: 1.4em;
    line-height: 1.4em;
    margin: 0 3px
}

.latest_post_holder {
    display: inline-block;
    width: 100%
}

.latest_post_holder > ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0
}

.latest_post_holder > ul > li {
    float: left;
    display: block;
    position: relative;
    margin: 0 0 30px
}

.latest_post_holder ul > li.two {
    width: 49%;
    padding: 0 2% 0 0
}

.latest_post_holder ul > li.three {
    width: 32%;
    padding: 0 2% 0 0
}

.latest_post_holder ul > li.four {
    width: 23.5%;
    padding: 0 2% 0 0
}

.latest_post_holder ul > li.two:nth-child(2), .latest_post_holder ul > li.two:nth-child(5), .latest_post_holder ul > li.two:nth-child(8), .latest_post_holder ul > li.three:nth-child(3), .latest_post_holder ul > li.three:nth-child(7), .latest_post_holder ul > li.three:nth-child(11), .latest_post_holder ul > li.four:nth-child(4), .latest_post_holder ul > li.four:nth-child(9), .latest_post_holder ul > li.four:nth-child(14) {
    padding: 0
}

.latest_post_clear {
    display: block;
    clear: both
}

.latest_post, .latest_post > a, .latest_post a img {
    display: block;
    position: relative
}

.latest_post_holder ul > li iframe {
    width: 100%
}

.latest_post_holder ul > li.two iframe {
    height: 303px
}

.latest_post_holder ul > li.three iframe {
    height: 198px
}

.latest_post_holder ul > li.four iframe {
    height: 145px
}

.latest_post_text {
    display: block;
    padding: 25px 0 0;
    width: auto
}

.latest_post_inner {
    display: inline-block;
    width: 100%;
    margin: 0 0 8px
}

.latest_post_inner .post_infos {
    display: block;
    margin: 0 0 12px
}

.latest-vert-separator {
    margin: 0 5px
}

.latest_post_inner a {
    font-weight: 300
}

.latest_post_text .latest_post_title {
    margin: 0 0 .5em
}

.blog_holder article {
    display: inline-block;
    width: 100%;
    margin: 0 0 50px
}

.blog_holder.blog_single article {
    margin: 0 0 20px
}

.blog_holder article .post_info {
    float: left;
    width: 8%
}

.grid2 .blog_single article .post_info {
    width: 10%
}

.blog_holder article .post_info .post_date {
    display: block;
    margin: -4px 0 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px 0
}

.blog_holder article .post_info .inner {
    padding: 0 20px 0 0
}

.blog_holder article .post_info .date {
    color: #000;
    display: block;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 13px
}

.blog_holder article .post_info .month {
    display: block;
    font-size: 14px;
    line-height: 15px;
    color: #787d81
}

.blog_holder article .post_info .blog_like {
    text-align: center;
    width: 100%
}

.blog_holder article .post_content_holder {
    float: left;
    width: 92%
}

.grid2 .blog_single article .post_content_holder {
    width: 90%
}

.blog_holder article .post_image, .blog_holder article .post_image > a, .blog_holder article .post_image img, .blog_holder article .post_text {
    position: relative;
    width: 100%;
    display: block
}

.blog_holder article .post_text h2 {
    margin: 0 0 12px
}

.blog_holder article .post_image {
    margin: 0 0 25px
}

.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 !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    width: 100% !important;
    height: 100% !important
}

.blog_holder article .video .video-wrap .mejs-container {
    background-color: transparent !important;
    background-image: none !important;
    height: 100% !important;
    width: 100% !important;
    overflow: hidden
}

.blog_holder article .video .video-wrap .mejs-mediaelement {
    background: none !important;
    border: 0 !important
}

.blog_holder article .video .video-wrap .mejs-container .mejs-poster img {
    max-width: none !important;
    width: 100% !important
}

.blog_holder article .mejs-container .mejs-controls {
    visibility: visible !important
}

.blog_holder article .mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none !important
}

.blog_holder article .post_image .mejs-poster img {
    display: none !important
}

.blog_holder article.format-gallery .flexslider {
    margin: 0;
    overflow: hidden
}

.portfolio_single .flexslider {
    overflow: hidden
}

.blog_holder article .post_description {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 16px
}

.blog_holder article .post_description a {
    font-weight: 300
}

body.page-template-blog-masonry-php .two_columns_66_33 > .column1 > .column_inner {
    padding: 0 5px 0 0
}

.blog_holder.masonry article .post_description {
    margin: 0 0 12px
}

.blog_holder article .post_additional_info {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 15px 0 0;
    margin: 20px 0 0;
    border-top: 1px solid #e8e8e8
}

.blog_holder article.format-quote .post_additional_info, .blog_holder article.format-link .post_additional_info {
    border-color: #e9debe
}

.blog_holder article .date_holder {
    display: inline-block;
    float: left;
    max-width: 80px;
    text-align: center
}

.blog_holder article .date_holder .date, .blog_holder article .date_holder .month {
    display: block;
    position: relative
}

.blog_holder article .date_holder .date {
    font-size: 24px;
    margin: 0 0 10px;
    color: #000
}

.blog_holder article.format-quote .date_holder .date, .blog_holder article.format-link .date_holder .date, .blog_holder article.format-quote .date_holder .month, .blog_holder article.format-link .date_holder .month {
    color: #fff
}

.blog_holder article .post_social {
    display: inline-block;
    float: right
}

.blog_holder article .post_description a:hover, .blog_holder article .post_description .post_author:hover, .blog_holder article .post_description .post_comments:hover {
    color: #eb005d
}

.blog_like {
    display: inline-block
}

.blog_holder.masonry article .blog_like {
    float: left;
    text-align: center
}

.blog_like a {
    display: block;
    font-size: 14px;
    line-height: 14px
}

.blog_like a i {
    color: #dfdfdf;
    font-size: 18px
}

.blog_holder.masonry article .blog_like a i, .blog_holder.blog_single article .blog_like a i, .blog_holder.blog_large_image article .blog_like a i {
    display: block
}

.blog_like a:hover i, .blog_like a.liked i, .blog_like a:hover span {
    color: #eb005d
}

.blog_like span {
    padding: 0 0 0 4px;
    color: #888
}

.blog_holder.masonry article .blog_like span, .blog_holder.blog_single article .blog_like span, .blog_holder.blog_large_image article .blog_like span {
    display: block;
    padding: 10px 0 0
}

.blog_share {
    display: inline-block;
    margin: 1px 0 0 10px;
    float: left
}

.blog_holder.masonry .blog_share {
    margin: 0 0 0 16px
}

.blog_holder.blog_single .blog_share, .blog_holder.blog_large_image .blog_share {
    margin: 10px 0 0;
    display: block;
    float: none;
    text-align: center
}

.social_share_holder {
    position: relative;
    display: inline-block
}

.social_share_title {
    display: block;
    padding: 8px 0 0
}

.social_share_icon {
    position: relative;
    display: block;
    background-image: url(img/social_share.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 999;
    width: 16px;
    height: 16px;
    margin: 0 auto
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 150/100), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 160dpi) {
    .social_share_icon {
        background-image: url(img/social_share@1_5x.png);
        -o-background-size: 16px 16px;
        -webkit-background-size: 16px 16px;
        -moz-background-size: 16px 16px;
        background-size: 16px 16px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2.0), only screen and (min--moz-device-pixel-ratio: 2.0), only screen and (-o-min-device-pixel-ratio: 200/100), only screen and (min-device-pixel-ratio: 2.0), only screen and (min-resolution: 210dpi) {
    .social_share_icon {
        background-image: url(img/social_share@2x.png);
        -o-background-size: 16px 16px;
        -webkit-background-size: 16px 16px;
        -moz-background-size: 16px 16px;
        background-size: 16px 16px
    }
}

.social_share_holder:hover .social_share_icon {
    background-image: url(img/social_share_purple.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 150/100), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 160dpi) {
    .social_share_holder:hover .social_share_icon {
        background-image: url(img/social_share_purple@1_5x.png);
        -o-background-size: 16px 16px;
        -webkit-background-size: 16px 16px;
        -moz-background-size: 16px 16px;
        background-size: 16px 16px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2.0), only screen and (min--moz-device-pixel-ratio: 2.0), only screen and (-o-min-device-pixel-ratio: 200/100), only screen and (min-device-pixel-ratio: 2.0), only screen and (min-resolution: 210dpi) {
    .social_share_holder:hover .social_share_icon {
        background-image: url(img/social_share_purple@2x.png);
        -o-background-size: 16px 16px;
        -webkit-background-size: 16px 16px;
        -moz-background-size: 16px 16px;
        background-size: 16px 16px
    }
}

.social_share_dropdown {
    display: block;
    left: 0;
    margin: 0;
    padding: 10px 0 0 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    z-index: 950
}

.social_share_dropdown ul {
    list-style: none;
    position: relative;
    display: block;
    min-width: 120px;
    background-color: #fff;
    z-index: 990;
    margin: 0 0 0 -60px
}

.social_share_dropdown ul li img {
    width: 20px;
    float: left;
    margin: 0 13px 0 0
}

.social_share_dropdown.wider ul {
    min-width: 130px
}

.page_share {
    position: relative
}

body.search .page_share {
    text-align: center;
    margin: 10px 0 0
}

.social_share_dropdown ul li {
    display: block;
    position: relative;
    text-align: left;
    background-color: #f6f6f6;
    margin: 0 0 1px 0
}

.social_share_dropdown ul li.share_title {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #eb005d;
    padding: 10px 20px
}

.social_share_dropdown ul li a {
    display: block;
    height: 20px;
    line-height: 20px;
    color: #888;
    font-weight: 300;
    padding: 10px 20px 10px 20px
}

.social_share_dropdown ul li i {
    float: left;
    font-size: 19px;
    width: 20px;
    height: 20px;
    margin: 0 13px 0 0;
    color: #888;
    text-align: center
}

.social_share_dropdown ul li .share_text {
    display: inline-block;
    line-height: 20px
}

.social_share_dropdown ul li:hover .share_text, .social_share_dropdown ul li :hover i {
    color: #eb005d
}

.blog_holder article .post_text a.qbutton {
    margin: 26px 0 0
}

.blog_holder.masonry article .post_text a.qbutton {
    margin: 20px 0 0;
    height: 28px;
    line-height: 28px;
    font-size: 11px;
    padding: 0 13px
}

.blog_holder.masonry article .post_text a.qbutton:hover {
    padding: 0 25px
}

.blog_holder article.format-link .post_text .post_text_holder, .blog_holder article.format-quote .post_text .post_text_holder {
    background-color: #dac893;
    padding: 25px;
    margin-bottom: 10px
}

.blog_holder article.format-link .post_text .post_text_holder .social_share_holder .social_share_icon, .blog_holder article.format-quote .post_text .post_text_holder .social_share_holder .social_share_icon {
    background-image: url(img/social_share_white.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 150/100), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 160dpi) {
    .blog_holder article.format-link .post_text:hover .post_text_holder .social_share_holder:hover .social_share_icon, .blog_holder article.format-quote .post_text:hover .post_text_holder .social_share_holder:hover .social_share_icon {
        background-image: url(img/social_share@1_5x.png);
        -o-background-size: 16px 16px;
        -webkit-background-size: 16px 16px;
        -moz-background-size: 16px 16px;
        background-size: 16px 16px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2.0), only screen and (min--moz-device-pixel-ratio: 2.0), only screen and (-o-min-device-pixel-ratio: 200/100), only screen and (min-device-pixel-ratio: 2.0), only screen and (min-resolution: 210dpi) {
    .blog_holder article.format-link .post_text:hover .post_text_holder .social_share_holder:hover .social_share_icon, .blog_holder article.format-quote .post_text:hover .post_text_holder .social_share_holder:hover .social_share_icon {
        background-image: url(img/social_share@2x.png);
        -o-background-size: 16px 16px;
        -webkit-background-size: 16px 16px;
        -moz-background-size: 16px 16px;
        background-size: 16px 16px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 150/100), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 160dpi) {
    .blog_holder article.format-link .post_text:hover .post_text_holder .social_share_holder .social_share_icon, .blog_holder article.format-quote .post_text:hover .post_text_holder .social_share_holder .social_share_icon {
        background-image: url(img/social_share_white@1_5x.png);
        -o-background-size: 16px 16px;
        -webkit-background-size: 16px 16px;
        -moz-background-size: 16px 16px;
        background-size: 16px 16px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2.0), only screen and (min--moz-device-pixel-ratio: 2.0), only screen and (-o-min-device-pixel-ratio: 200/100), only screen and (min-device-pixel-ratio: 2.0), only screen and (min-resolution: 210dpi) {
    .blog_holder article.format-link .post_text:hover .post_text_holder .social_share_holder .social_share_icon, .blog_holder article.format-quote .post_text:hover .post_text_holder .social_share_holder .social_share_icon {
        background-image: url(img/social_share_white@2x.png);
        -o-background-size: 16px 16px;
        -webkit-background-size: 16px 16px;
        -moz-background-size: 16px 16px;
        background-size: 16px 16px
    }
}

.blog_holder.masonry article.format-link .post_text .post_title h3, .blog_holder.masonry article.format-quote .post_text .post_title h3 {
    font-weight: 300
}

.blog_holder article.format-quote .post_text i.qoute_mark, .blog_holder article.format-link .post_text i.link_mark {
    font-size: 32px;
    margin: 0;
    opacity: .4
}

.blog_holder article.format-quote .post_text i.qoute_mark, .blog_holder article.format-link .post_text i.link_mark {
    margin: 7px 0 0
}

.blog_holder.masonry article.format-quote .post_text i.qoute_mark, .blog_holder.masonry article.format-link .post_text i.link_mark {
    margin: 4px 0 0
}

.blog_holder article.format-quote .post_text .post_title, .blog_holder article.format-link .post_text .post_title {
    padding: 0 0 0 50px
}

.blog_holder article.format-quote .post_text .quote_author {
    font-size: 15px;
    margin: 25px 0 0
}

.blog_holder article.format-link .post_text .post_description, .blog_holder article.format-link .post_text .post_description a, .blog_holder article.format-link .post_text .post_description .post_author, .blog_holder article.format-link .post_text .post_social .blog_like a i, .blog_holder article.format-link .post_text .post_social .blog_like a span, .blog_holder article.format-link .post_text h3, .blog_holder article.format-link .post_text h3 a, .blog_holder article.format-quote .post_text .post_description, .blog_holder article.format-quote .post_text .post_description a, .blog_holder article.format-quote .post_text .post_description .post_author, .blog_holder article.format-quote .post_text .post_social .blog_like a i, .blog_holder article.format-quote .post_text .post_social .blog_like a span, .blog_holder article.format-quote .post_text h3, .blog_holder article.format-quote .post_text h3 a, .blog_holder article.format-quote .post_text i.qoute_mark, .blog_holder article.format-link .post_text i.link_mark, .blog_holder article.format-quote .post_text .quote_author, .blog_holder article.format-link .post_text .post_icons_holder a.post_comments i, .blog_holder article.format-quote .post_text .post_icons_holder a.post_comments i, .blog_holder article.format-link .post_text .post_icons_holder a.post_comments, .blog_holder article.format-quote .post_text .post_icons_holder a.post_comments, .blog_holder.masonry article.format-quote .social_share_title, .blog_holder.masonry article.format-link .social_share_title {
    color: #fff
}

.blog_holder article.format-link .post_text h3 a, .blog_holder article.format-quote .post_text h3 a {
    font-weight: 300
}

.blog_holder article.format-link .post_text:hover h3 a {
    text-decoration: underline
}

.blog_holder.blog_single article h2 {
    display: block;
    margin: 0 0 15px
}

.single_links_pages {
    margin: 50px 0 0;
    display: block;
    text-align: center;
    display: block;
    text-decoration: none
}

.single_links_pages span {
    color: #fff;
    line-height: 35px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background-color: #eb005d;
    margin: 0 5px 0 0;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s
}

.single_links_pages a span {
    color: #888;
    background-color: #f6f6f6
}

.single_links_pages a:hover span {
    color: #fff;
    background-color: #eb005d
}

.author_description {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin: 30px 0 15px;
    border-top: 1px solid #ddd
}

.author_description_inner {
    display: block;
    padding: 40px 0 0
}

.author_description_inner .image {
    display: block;
    width: 80px;
    height: 80px;
    float: left
}

.author_text_holder {
    padding: 0 0 0 100px;
    min-height: 80px;
    position: relative
}

.author_text_holder .author_name {
    display: block;
    margin: 0 0 10px 0
}

.author_text_holder p {
    color: #a7a7a7
}

.single_tags {
    display: inline-block;
    width: 100%;
    margin: 35px 0 0 8%
}

.single_tags h4 {
    display: inline-block;
    padding: 0 10px 0 0;
    float: left;
    line-height: 29px
}

.single_tags a {
    color: #fff;
    background-color: #eb005d;
    display: inline-block;
    font-size: 13px !important;
    line-height: 16px;
    margin: 0 2px 2px 0;
    padding: 6px 11px 7px;
    text-decoration: none;
    float: left;
    font-weight: 300;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s
}

.single_tags a:hover {
    background-color: #212121
}

.blog_social_and_comments {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px
}

.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 {
    padding: 40px 0 40px;
    margin: 0 0 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.comment_number_holder .comment_number {
    color: #000
}

.comment_holder .comment_number {
    float: left;
    width: 13%;
    font-size: 13px;
    color: #787d81
}

.comment_holder .comment_number_inner {
    display: inline-block;
    text-align: center
}

.comment_holder .comment_number span {
    display: block;
    position: relative;
    color: #000;
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 15px 0
}

.comment_holder .comments {
    float: left;
    width: 87%
}

.comment_holder ul.comment-list {
    list-style: none;
    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 {
    margin: 0 0 20px
}

.comment_holder .comment-list > li:last-child {
    margin: 0
}

.comment_holder .comment {
    padding: 12px;
    background-color: #f6f6f6
}

.comment_holder .comment .image {
    display: block;
    width: 80px;
    height: 80px;
    float: left
}

.comment_holder .comment .text {
    padding: 0 0 0 100px;
    min-height: 80px;
    position: relative
}

.comment_holder .comment .comment_date {
    color: #888
}

.comment_holder .comment .text .name {
    display: block;
    margin: 0 0 10px 0
}

.comment_holder .comment .text .replay, .comment_holder .comment .text .comment-reply-link {
    display: inline-block;
    width: auto;
    position: absolute;
    top: 0;
    right: 10px;
    margin: 0;
    color: #c6c6c6;
    font-size: 22px;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap
}

.comment_holder .comment .text .text_holder {
    display: block
}

.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: 20px 0 0 0;
    padding: 0 0 0 30px
}

.comment_holder .comment-list li ul.children li {
    margin: 0
}

#respond h3 {
    margin: 0 0 15px 0
}

#respond small {
    display: block;
    margin: 0 0 10px;
    position: relative
}

#respond textarea, #respond input[type='text'], .contact_form input[type='text'], .contact_form textarea {
    font-family: inherit;
    background-color: #f6f6f6;
    width: 92%;
    margin: 0 0 20px 0;
    padding: 12px 4%;
    border: 0;
    outline: 0;
    resize: none;
    font-size: 13px;
    color: #888
}

#respond textarea, .contact_form textarea {
    width: 96%;
    padding: 12px 2%
}

.comment_holder #respond textarea, .comment_holder #respond input[type='text'] {
    background-color: #fff
}

div.comment_form {
    display: inline-block;
    margin: 0 0 30px;
    width: 100%
}

div.comment_form form 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 15px
}

#cancel-comment-reply-link {
    margin: 0;
    display: inline-block;
    width: 100%
}

.blog_holder.masonry {
    margin-bottom: 50px;
    transition: none !important;
    overflow: visible !important;
    opacity: 0;
    filter: alpha(opacity=0)
}

.blog_holder.masonry article {
    width: 31.2%;
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
    vertical-align: top;
    z-index: 100;
    border: 0
}

.two_columns_75_25 .blog_holder.masonry article, .two_columns_66_33 .blog_holder.masonry article, .two_columns_33_66 .blog_holder.masonry article, .two_columns_25_75 .blog_holder.masonry article {
    width: 48%
}

.blog_holder.masonry article:hover {
    z-index: 200
}

.blog_holder.masonry article .post_image {
    margin: 0;
    width: auto
}

.blog_holder.masonry article .post_text {
    padding: 25px 30px 10px;
    width: auto;
    background-color: #f6f6f6
}

.blog_holder article.format-quote h3 {
    margin: 0 0 10px
}

.blog_holder.masonry article h3 {
    margin: 0 0 19px
}

.blog_holder.masonry article h3 a {
    font-weight: 300
}

.blog_holder.masonry article.format-link .post_text, .blog_holder.masonry article.format-quote .post_text {
    padding: 0
}

.blog_holder.masonry article .mejs-controls div.mejs-horizontal-volume-slider {
    margin: 0 10px 0 0
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 0 50px;
    position: relative
}

.pagination ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.pagination ul li {
    float: left;
    padding: 0;
    margin: 0;
    line-height: 35px
}

.pagination ul li span, .pagination ul li a {
    display: block;
    line-height: 35px;
    width: 35px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    margin: 0 5px 0 0;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #f6f6f6;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s
}

.pagination ul li a {
    color: #888
}

.pagination ul li span, .pagination ul li a:hover {
    color: #fff;
    background-color: #eb005d
}

.pagination ul li.prev a, .pagination ul li.first a, .pagination ul li.next a, .pagination ul li.last a {
    width: 35px;
    line-height: 35px;
    margin: 0
}

.pagination ul li.prev a, .pagination ul li.first a {
    position: absolute;
    left: 0
}

.pagination ul li.prev.prev_first a {
    left: 40px
}

.pagination ul li.next a, .pagination ul li.last a {
    position: absolute;
    right: 0
}

.pagination ul li.next.next_last a {
    right: 40px
}

.pagination ul li.next a i, .pagination ul li.prev a i, .pagination ul li.last a i, .pagination ul li.first a i {
    font-size: 22px;
    line-height: 35px;
    color: #888;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s
}

.pagination ul li.next a:hover i, .pagination ul li.prev a:hover i, .pagination ul li.last a:hover i, .pagination ul li.first a:hover i {
    color: #fff
}

.google_map {
    display: block;
    width: 100%;
    height: 470px;
    margin: 0 0 20px 0
}

.google_map iframe, .google_map object, .google_map embed {
    width: 100%;
    display: block
}

.google_map img {
    max-width: none
}

.contact_form h4 {
    margin: 0 0 20px
}

.contact-error {
    display: block;
    margin: 0;
    position: relative;
    top: -20px
}

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
}

.content .container .container_inner.full_map {
    padding: 35px 0 0
}

aside .widget {
    padding: 0 0 21px;
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd
}

aside .widget.widget_search {
    border-bottom: 0;
    padding: 0
}

aside .widget h5, .side_menu .widget h5 {
    margin: 0 0 15px 0
}

aside .widget a, .side_menu .widget a {
    font-weight: 300
}

aside .widget ul, .side_menu .widget ul {
    list-style: none
}

aside .widget li, .side_menu .widget li {
    margin: 0 0 10px
}

aside .widget li:last-child, .side_menu .widget li:last-child {
    margin: 0
}

.side_menu .widget {
    margin: 0 0 25px
}

.widget.widget_rss li a.rsswidget, #wp-calendar caption {
    color: #000
}

.side_menu .side_menu_title h4, .side_menu h5 {
    color: #fff
}

.side_menu a, .side_menu li, .side_menu span, .side_menu p, .side_menu .widget.widget_rss li a.rsswidget, .side_menu #wp-calendar caption, .side_menu #wp-calendar th, .side_menu #wp-calendar td {
    color: #888
}

.side_menu a {
    -webkit-transition: color .2s ease 0s;
    -moz-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    -ms-transition: color .2s ease 0s
}

.side_menu a:hover {
    color: #fff
}

.side_menu .side_menu_title {
    display: block;
    margin: 0 0 15px
}

#wp-calendar th, #wp-calendar td {
    padding: 3px 4px
}

#wp-calendar {
    width: 100%;
    text-align: center
}

.widget.widget_rss li span.rss-date, #wp-calendar caption {
    margin: 0 0 15px
}

.widget.widget_rss li {
    margin: 0 0 25px
}

.widget.widget_nav_menu li {
    margin: 0 0 10px 20px
}

.side_menu .widget.widget_nav_menu li {
    margin: 0 0 10px
}

.side_menu .widget.widget_nav_menu li:last-child, .side_menu .widget.widget_nav_menu li a {
    margin: 0
}

.footer_top .widget.widget_nav_menu li {
    margin: 0 0 10px;
    line-height: 27px
}

.widget.widget_nav_menu li a {
    display: block;
    margin: 0 0 10px 0
}

.widget.widget_archive select, .widget.widget_categories select, .widget.widget_text select {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
    font-size: 14px;
    outline: 0;
    color: #888;
    padding: 10px 13px
}

.widget.widget_search form {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background-color: transparent
}

.widget.widget_search form input[type="submit"], .header_top .searchform input[type="submit"] {
    width: 37px;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    margin: 0;
    padding: 0 4%;
    outline: 0;
    border: 0;
    text-decoration: none;
    background-color: #f6f6f6;
    background-image: url(img/search_icon_gray.png);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    cursor: pointer;
    white-space: nowrap;
    float: left;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out
}

.widget.widget_search form input[type="submit"]:hover {
    background-image: url(img/search_icon.png);
    background-color: #eb005d
}

.header_top .searchform input[type="submit"] {
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: 4px 0 0
}

.side_menu .widget #searchform input[type="submit"], .footer_top .widget.widget_search form input[type="submit"] {
    background-image: url(img/search_icon.png);
    background-color: #434343;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out
}

.side_menu .widget #searchform input[type="submit"]:hover, .footer_top .widget.widget_search form input[type="submit"]:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.widget.widget_search form .screen-reader-text, .header_top .searchform .screen-reader-text {
    display: none
}

.widget.widget_search form input[type="text"], .header_top .searchform input[type="text"] {
    display: inline-block;
    text-decoration: none;
    border: 0;
    outline: 0;
    color: #adadad;
    background-color: #f6f6f6;
    font-size: 14px;
    font-family: inherit;
    margin: 0;
    padding: 2px 4%;
    width: 74%;
    height: 33px;
    line-height: 33px;
    float: left
}

.header_top .searchform input[type="text"] {
    height: 22px;
    line-height: 22px;
    padding: 0 4%;
    margin: 4px 0 0;
    font-size: 12px
}

.right_side_menu_opened #back_to_top {
    display: none
}

.q_steps_holder {
    width: 100%;
    text-align: center
}

.steps_holder_inner {
    position: relative;
    display: inline-block
}

.q_steps_holder .circle_small, .q_steps_holder .circle_small_inner {
    width: 200px;
    height: 200px
}

.q_steps_holder .circle_small {
    margin: 0 auto;
    border-radius: 7em;
    text-align: center
}

.q_steps_holder .circle_small_inner {
    display: table-cell;
    vertical-align: middle
}

.q_steps_holder .circle_small_inner .image_holder {
    position: relative;
    display: block;
    left: -11px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden
}

.q_steps_holder .circle_small span {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    background-color: #eb005d;
    color: #fff;
    font-size: 20px;
    margin: -29px 0 0;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -o-border-radius: 70px
}

.q_steps_holder .circle_small_holder {
    width: 275px;
    display: inline-block
}

.q_steps_holder .circle_small_holder_inner {
    position: relative
}

.q_steps_holder .circle_small_holder_inner .arrow_holder {
    width: 24px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 7px;
    background: url(img/step_holder_arrow.png) no-repeat center right
}

.q_steps_holder .circle_small_holder:last-child .circle_small_holder_inner .arrow_holder {
    background: 0
}

.q_steps_holder.show .circle_small_holder {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.q_steps_holder .circle_small_holder {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.q_steps_holder .step1 {
    left: 40px;
    top: 85px;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.q_steps_holder .step2 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.q_steps_holder .step3 {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.q_steps_holder .step4 {
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -ms-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s
}

.vc_text_separator.full {
    border-color: transparent
}

.vc_text_separator.separator_align_center {
    text-align: center
}

.vc_text_separator.separator_align_right {
    text-align: right
}

.vc_text_separator.full div {
    display: inline-block;
    padding: 0 35px;
    line-height: 36px;
    top: -18px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    background-color: #eb005d;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px
}

.page_not_found {
    text-align: center;
    margin: 0 0 83px
}

.page_not_found h2 {
    margin: 40px 0 40px
}

.custom_font_holder {
    display: block;
    position: relative
}

div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, 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 {
    height: 13px
}

div.pp_default .pp_top .pp_left {
    background: url(img/prettyPhoto/sprite.png) -78px -93px no-repeat
}

div.pp_default .pp_top .pp_middle {
    background: url(img/prettyPhoto/sprite_x.png) top left repeat-x
}

div.pp_default .pp_top .pp_right {
    background: url(img/prettyPhoto/sprite.png) -112px -93px no-repeat
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8
}

div.pp_default .pp_content_container .pp_left {
    background: url(img/prettyPhoto/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px
}

div.pp_default .pp_content_container .pp_right {
    background: url(img/prettyPhoto/sprite_y.png) top right repeat-y;
    padding-right: 13px
}

div.pp_default .pp_next:hover {
    background: url(img/prettyPhoto/sprite_next.png) center right no-repeat;
    cursor: pointer
}

div.pp_default .pp_previous:hover {
    background: url(img/prettyPhoto/sprite_prev.png) center left no-repeat;
    cursor: pointer
}

div.pp_default .pp_expand {
    background: url(img/prettyPhoto/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

div.pp_default .pp_expand:hover {
    background: url(img/prettyPhoto/sprite.png) 0 -56px no-repeat;
    cursor: pointer
}

div.pp_default .pp_contract {
    background: url(img/prettyPhoto/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

div.pp_default .pp_contract:hover {
    background: url(img/prettyPhoto/sprite.png) 0 -113px no-repeat;
    cursor: pointer
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(img/prettyPhoto/sprite.png) 2px 1px no-repeat;
    cursor: pointer
}

div.pp_default .pp_gallery ul li a {
    background: url(img/prettyPhoto/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa
}

div.pp_default .pp_social {
    margin-top: 7px
}

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto
}

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
    background: url(img/prettyPhoto/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px
}

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
    background: url(img/prettyPhoto/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative
}

div.pp_default .pp_nav .currentTextHolder {
    font-family: inherit;
    color: #999;
    font-size: 13px;
    left: 65px;
    line-height: 25px;
    position: absolute;
    top: 2px;
    margin: 0;
    padding: 0 0 0 10px
}

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
    opacity: .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: url(img/prettyPhoto/sprite.png) -78px -127px no-repeat
}

div.pp_default .pp_bottom .pp_middle {
    background: url(img/prettyPhoto/sprite_x.png) bottom left repeat-x
}

div.pp_default .pp_bottom .pp_right {
    background: url(img/prettyPhoto/sprite.png) -112px -127px no-repeat
}

div.pp_default .pp_loaderIcon {
    background: url(img/prettyPhoto/loader.gif) center center no-repeat
}

div.pp_pic_holder a:focus {
    outline: 0
}

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;
    width: 55px;
    overflow: hidden
}

.pp_social .twitter {
    float: left
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0
}

.pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 2px 4px
}

.pp_nav .pp_play, .pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px
}

a.pp_arrow_previous, a.pp_arrow_next {
    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;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0
}

.pp_gallery ul a {
    border: 1px rgba(0, 0, 0, 0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden
}

.pp_gallery ul a img {
    border: 0
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0
}

.pp_gallery li.default a {
    background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
    margin-top: 7px !important
}

a.pp_next {
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_previous {
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_expand, a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px
}

#pp_full_res {
    line-height: 1 !important
}

#pp_full_res .pp_inline {
    text-align: left
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px
}

div.pp_default .pp_content {
    background-color: #fff
}

div.pp_default #pp_full_res .pp_inline {
    color: #000
}

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
    border-color: #fff
}

div.pp_default .pp_details {
    position: relative
}

.pp_top, .pp_bottom {
    height: 20px;
    position: relative
}

* html .pp_top, * html .pp_bottom {
    padding: 0 20px
}

.pp_top .pp_left, .pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
    left: 0;
    position: static
}

.pp_top .pp_right, .pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.pp_fade, .pp_gallery li.default a img {
    display: none
}

.mejs-container {
    position: relative;
    text-align: left;
    vertical-align: top;
    text-indent: 0;
    height: 30px !important
}

.post_image .mejs-container {
    height: 40px !important
}

.blog_holder.small_images article .post_text .post_inner .mejs-container {
    margin: 0 0 15px
}

.me-plugin {
    position: absolute
}

.mejs-embed, .mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.mejs-fullscreen {
    overflow: hidden !important
}

.mejs-container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000
}

.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
    width: 100%;
    height: 100%
}

.mejs-clear {
    clear: both
}

.mejs-background {
    position: absolute;
    top: 0;
    left: 0
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6
}

.mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

:root .mejs-poster img {
    display: none
}

.mejs-poster img {
    border: 0;
    padding: 0;
    border: 0
}

.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0
}

.mejs-overlay-play {
    cursor: pointer
}

.mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 100%
}

.mejs-container .mejs-controls div {
    list-style-type: none;
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0
}

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 14px 15px 13px 20px;
    padding: 0;
    position: absolute;
    width: 12px;
    height: 13px;
    border: 0;
    background: transparent
}

.no-svg .mejs-controls .mejs-button button {
    background-image: url(img/audio/controls.png)
}

.mejs-controls .mejs-button button:focus {
    outline: 0
}

.mejs-container .mejs-controls .mejs-time {
    color: #000;
    display: block;
    height: 40px;
    width: auto;
    padding: 0;
    overflow: hidden;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.mejs-container .mejs-controls .mejs-time span {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    display: block;
    float: left;
    margin: 0;
    width: auto
}

.mejs-controls .mejs-play button {
    background-image: url(img/audio/play.png);
    background-repeat: no-repeat;
    background-position: center
}

.mejs-controls .mejs-pause button {
    background-image: url(img/audio/pause.png);
    background-repeat: no-repeat;
    background-position: center
}

.mejs-controls .mejs-stop button {
    background-image: url(img/audio/stop.png);
    background-repeat: no-repeat;
    background-position: center
}

.mejs-controls div.mejs-time-rail {
    direction: ltr;
    width: 200px
}

.mejs-controls .mejs-time-rail span {
    display: block;
    position: absolute;
    width: auto;
    height: 8px;
    margin: 16px 15px;
    cursor: pointer
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    background-color: #ddd
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    background-image: -o-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-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(224, 222, 222, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(224, 222, 222, 0.15)), color-stop(0.75, rgba(224, 222, 222, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-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-image: -moz-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-image: -ms-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-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);
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    -ms-animation: buffering-stripes 2s linear infinite;
    -o-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite
}

@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 30px 0
    }
}

@-moz-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 30px 0
    }
}

@-ms-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 30px 0
    }
}

@-o-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 30px 0
    }
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 30px 0
    }
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    width: 0;
    margin: 0
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: #eb005d;
    margin: 0
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background-color: #eb005d;
    cursor: pointer;
    top: 0;
    text-align: center
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    width: 36px;
    height: 15px;
    top: -35px;
    margin-left: -18px;
    text-align: center;
    color: #000
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0
}

.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-volume-button {
    background-image: url(img/audio/sound.png);
    background-repeat: no-repeat;
    background-position: center
}

.mejs-controls .mejs-mute button {
    background-image: url(img/audio/sound.png);
    background-repeat: no-repeat;
    background-position: center
}

.mejs-controls .mejs-unmute button {
    background-image: url(img/audio/mute.png);
    background-repeat: no-repeat;
    background-position: center
}

.mejs-controls .mejs-volume-button {
    position: relative
}

.mejs-controls .mejs-volume-button button {
    width: 18px;
    height: 16px;
    margin: 12px 6px 12px 16px
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    height: 115px;
    width: 25px;
    background-image: url(img/audio/sound.png);
    background-repeat: no-repeat;
    background-position: center;
    top: -115px;
    left: 0;
    z-index: 1;
    position: absolute;
    margin: 0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    margin: 0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    margin: 0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    position: absolute;
    left: 4px;
    top: -3px;
    width: 16px;
    height: 6px;
    cursor: N-resize;
    margin: 0
}

.mejs-controls div.mejs-horizontal-volume-slider {
    height: 40px;
    width: 40px;
    position: relative
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 16px;
    width: 38px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    background-color: #ddd
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 16px;
    width: 40px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    background-color: #eb005d
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none
}

.me-cannotplay a {
    color: #fff;
    font-weight: bold
}

.me-cannotplay span {
    padding: 15px;
    display: block
}

.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_pie_graf_holder, .q_line_graf_holder {
    display: block;
    position: relative;
    overflow: hidden
}

.q_pie_graf, .q_line_graf {
    margin: 0 22px 0 0;
    float: left
}

.q_pie_graf_legend {
    position: relative;
    float: left;
    width: 40%
}

.q_line_graf_legend {
    position: relative;
    float: left;
    width: 20%
}

.q_pie_graf_legend ul, .q_line_graf_legend ul {
    list-style: none
}

.q_pie_graf_legend ul li, .q_line_graf_legend ul li {
    display: block;
    margin: 0 0 10px 0
}

.q_pie_graf_legend ul li .color_holder, .q_line_graf_legend ul li .color_holder {
    width: 25px;
    height: 25px;
    background-color: #eb005d;
    float: left
}

.q_pie_graf_legend ul li p, .q_line_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;
    top: 5px
}

.header_top .right #lang_sel ul ul, .header_top .right #lang_sel_click ul ul {
    left: auto;
    right: 0;
    padding: 10px 0 !important
}

.header_top .right #lang_sel ul ul li, .header_top .right #lang_sel_click ul ul li {
    width: 100%;
    text-align: right
}

.header_top .left #lang_sel ul ul li, .header_top .left #lang_sel_click ul ul li {
    width: 100%
}

.header_top .right #lang_sel ul ul li span, .header_top .right #lang_sel_click ul ul li span {
    float: right
}

.header_top .right #lang_sel ul ul li img.iclflag, .header_top .right #lang_sel_click ul ul li img.iclflag {
    position: relative;
    top: 11px;
    margin-left: 9px
}

.header_top #lang_sel li, .header_top #lang_sel_click li {
    width: auto;
    min-width: 100px
}

.header_top #lang_sel, .header_top #lang_sel_click {
    font-family: inherit;
    height: auto;
    float: left;
    padding: 0;
    z-index: 1000;
    height: 30px;
    position: relative
}

.header_top #lang_sel ul > li > a, .header_top #lang_sel_click ul > li > a {
    width: auto;
    float: none;
    padding: 0 10px !important
}

.header_top #lang_sel > ul > li:hover, .header_top #lang_sel_click > ul > li:hover {
    border-bottom: none !important
}

.header_bottom .submenu-languages {
    display: none
}

.header_top #lang_sel > ul > li > a, .header_top #lang_sel_click > ul > li > a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    font-weight: 400;
    color: #fff !important;
    line-height: 29px !important;
    height: 30px;
    z-index: 2500;
    padding: 0 10px !important
}

.dark .header_top #lang_sel > ul > li > a {
    color: #000 !important
}

.dark .header_top #lang_sel > ul > li:hover > a, .dark .header_top #lang_sel_click > ul > li > a {
    color: #fff !important
}
.ls-nav-prev, .ls-nav-next {
    display: block;
    width: 60px;
    height: 100%;
    margin: 0;
    z-index: 999;
    top: 0;
    position: absolute;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    opacity: .7
}

.ls-nav-prev:hover, .ls-nav-next:hover {
    opacity: 1
}

.ls-nav-prev {
    background-image: url(img/navigation_layer_button_left.png);
    background-position: center center;
    background-repeat: no-repeat;
    left: 0
}

.ls-nav-next {
    background-image: url(img/navigation_layer_button_right.png);
    background-position: center center;
    background-repeat: no-repeat;
    right: 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 150/100), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 160dpi) {
    .ls-nav-prev {
        background-image: url(img/navigation_layer_button_left@1_5x.png);
        -o-background-size: 18px 33px;
        -webkit-background-size: 18px 33px;
        -moz-background-size: 18px 33px;
        background-size: 18px 33px
    }

    .ls-nav-next {
        background-image: url(img/navigation_layer_button_right@1_5x.png);
        -o-background-size: 18px 33px;
        -webkit-background-size: 18px 33px;
        -moz-background-size: 18px 33px;
        background-size: 18px 33px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2.0), only screen and (min--moz-device-pixel-ratio: 2.0), only screen and (-o-min-device-pixel-ratio: 200/100), only screen and (min-device-pixel-ratio: 2.0), only screen and (min-resolution: 210dpi) {
    .ls-nav-prev {
        background-image: url(img/navigation_layer_button_left@2x.png);
        -o-background-size: 18px 33px;
        -webkit-background-size: 18px 33px;
        -moz-background-size: 18px 33px;
        background-size: 18px 33px
    }

    .ls-nav-next {
        background-image: url(img/navigation_layer_button_right@2x.png);
        -o-background-size: 18px 33px;
        -webkit-background-size: 18px 33px;
        -moz-background-size: 18px 33px;
        background-size: 18px 33px
    }
}

.element_from_left, .element_from_right, .element_from_top, .element_from_bottom, .element_from_fade {
    display: inline-block;
    width: 100%
}

.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_from_bottom > div, .touch .no_animation_on_touch .element_from_fade > div, .touch .no_animation_on_touch .element_transform > div {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none
}

.element_from_left > div, .element_from_right > div, .element_from_top > div, .element_from_bottom > div, .element_from_fade > div {
    opacity: 0;
    display: inline-block;
    width: 100%;
    filter: alpha(opacity=0)
}

.element_transform > div {
    opacity: .2;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5)
}

.element_from_fade.element_from_fade_on > div {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .8s ease 0s;
    -moz-transition: opacity .8s ease 0s;
    -o-transition: opacity .8s ease 0s;
    -webkit-backface-visibility: hidden
}

.element_from_left.element_from_left_on > div {
    -webkit-animation: element-from-left .7s 1 ease-in-out;
    -moz-animation: element-from-left .7s 1 ease-in-out;
    -o-animation: element-from-left .7s 1 ease-in-out;
    animation: element-from-left .7s 1 ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden
}

.element_from_right.element_from_right_on > div {
    -webkit-animation: element-from-right .7s 1 ease-in-out;
    -moz-animation: element-from-right .7s 1 ease-in-out;
    -o-animation: element-from-right .7s 1 ease-in-out;
    animation: element-from-right .7s 1 ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden
}

.element_from_top.element_from_top_on > div {
    -webkit-animation: element-from-top .7s 1 ease-in-out;
    -moz-animation: element-from-top .7s 1 ease-in-out;
    -o-animation: element-from-top .7s 1 ease-in-out;
    animation: element-from-top .7s 1 ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden
}

.element_from_bottom.element_from_bottom_on > div {
    -webkit-animation: element-from-bottom .7s 1 ease-in-out;
    -moz-animation: element-from-bottom .7s 1 ease-in-out;
    -o-animation: element-from-bottom .7s 1 ease-in-out;
    animation: element-from-bottom .7s 1 ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden
}

.element_transform.element_transform_on > div {
    -webkit-animation: element-transform .4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: element-transform .4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: element-transform .4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: element-transform .4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

@-webkit-keyframes element-from-left {
    0% {
        -webkit-transform: translate(-20%, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes element-from-left {
    0% {
        -moz-transform: translate(-20%, 0);
        opacity: 0
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}

@-o-keyframes element-from-left {
    0% {
        -o-transform: translate(-20%, 0);
        opacity: 0
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes element-from-left {
    0% {
        transform: translate(-20%, 0);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes element-from-right {
    0% {
        -webkit-transform: translate(20%, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes element-from-right {
    0% {
        -moz-transform: translate(20%, 0);
        opacity: 0
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}

@-o-keyframes element-from-right {
    0% {
        -o-transform: translate(20%, 0);
        opacity: 0
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes element-from-right {
    0% {
        transform: translate(20%, 0);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes element-from-bottom {
    0% {
        -webkit-transform: translate(0, 30%);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes element-from-bottom {
    0% {
        -moz-transform: translate(0, 30%);
        opacity: 0
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}

@-o-keyframes element-from-bottom {
    0% {
        -o-transform: translate(0, 30%);
        opacity: 0
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes element-from-bottom {
    0% {
        transform: translate(0, 30%);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes element-from-top {
    0% {
        -webkit-transform: translate(0, -30%);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes element-from-top {
    0% {
        -moz-transform: translate(0, -30%);
        opacity: 0
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}

@-o-keyframes element-from-top {
    0% {
        -o-transform: translate(0, -30%);
        opacity: 0
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes element-from-top {
    0% {
        transform: translate(0, -30%);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes element-transform {
    0% {
        -webkit-transform: scale(0.3);
        opacity: .1
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes element-transform {
    0% {
        -moz-transform: scale(0.3);
        opacity: .1
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@-o-keyframes element-transform {
    0% {
        -o-transform: scale(0.3);
        opacity: .1
    }
    100% {
        -o-transform: scale(1);
        opacity: 1
    }
}

@keyframes element-transform {
    0% {
        transform: scale(0.3);
        opacity: .1
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

.q_image_with_text_over {
    display: inline-block;
    position: relative;
    margin: 0;
    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 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(img/pixel.png);
    background-position: 0 0;
    background-repeat: repeat;
    z-index: 20
}

.q_image_with_text_over .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 30;
    text-align: center
}

.q_image_with_text_over table {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.q_image_with_text_over table td {
    padding: 0;
    vertical-align: middle;
    background: none !important
}

.q_image_with_text_over .caption, .q_image_with_text_over .icon_holder {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out
}

.q_image_with_text_over .caption {
    line-height: 1em
}

.q_image_with_text_over .text p, .q_image_with_text_over .caption, .q_image_with_text_over .icon_holder {
    color: #fff
}

.q_image_with_text_over .icon_holder {
    display: inline-block;
    border-radius: 300px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    -o-border-radius: 300px;
    padding: 1em .9em;
    border-width: 2px;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.6)
}

.q_image_with_text_over .icon_holder.fa-2x {
    padding: .67em .7em
}

.q_image_with_text_over .icon_holder.fa-3x {
    padding: .6em .62em
}

.q_image_with_text_over .caption {
    margin: 6% 0 0
}

.q_image_with_text_over .caption.no_icon {
    margin: 0
}

.q_image_with_text_over .desc {
    margin: 0 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0px)
}

.q_image_with_text_over .text:hover .caption, .q_image_with_text_over .text:hover .icon_holder {
    opacity: 0;
    filter: alpha(opacity=0)
}

.q_image_with_text_over .text:hover .desc {
    opacity: 1;
    filter: alpha(opacity=100)
}

.circle_item .circle {
    font-size: 15px;
    line-height: 13px;
    width: 155px;
    height: 155px;
    display: inline-block;
    text-align: center;
    color: #000;
    background-color: #f6f6f6;
    -o-border-radius: 182px;
    -moz-border-radius: 182px;
    -webkit-border-radius: 182px;
    border-radius: 182px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px)
}

.circle_item .circle div {
    padding: 69.5px 0
}

.circle_left {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px 0
}

.circle_left .circle {
    float: left
}

.circle_left .text {
    padding: 0 10px 0 170px
}

.circle_top {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 0 25px 0
}

.wpb_column > .wpb_wrapper .circle_top, .wpb_column > .wpb_wrapper .circle_top:last-child {
    margin-bottom: 25px
}

.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: #eb005d;
    color: #fff
}

.circle_item .circle.hover {
    cursor: pointer
}

.circle_item .circle:hover a {
    color: #fff
}

.fade_in_circle_holder {
    display: block;
    cursor: pointer;
    overflow: hidden
}

.fade_in_circle_holder.animate_circle {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.fade_in_circle_holder {
    display: table;
    position: relative;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-backface-visibility: hidden;
    z-index: 2000
}

.touch .no_animation_on_touch .fade_in_circle_holder {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.image_hover .images_holder {
    position: relative
}

.image_hover .images_holder img {
    width: 100%
}

.image_hover .images_holder img.hover_image {
    position: absolute;
    top: 0;
    left: 0
}

.image_hover .images_holder img.active_image {
    opacity: 1;
    filter: alpha(opacity=100)
}

.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 {
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0px)
}

.image_hover .images_holder img.hover_image {
    opacity: 0;
    filter: alpha(opacity=0)
}

.image_hover .images_holder:hover img.active_image, .image_hover.hovered.show .images_holder img.active_image {
    opacity: 0;
    filter: alpha(opacity=0)
}

.image_hover .images_holder:hover img.hover_image, .image_hover.hovered.show .images_holder img.hover_image {
    opacity: 1;
    filter: alpha(opacity=100)
}

.content_bottom {
    position: relative;
    z-index: 100
}

.qode_call_to_action.container {
    background-color: #f6f6f6;
    padding: 0 !important
}

.qode_call_to_action.container .container_inner {
    padding: 35px 0 !important
}

.call_to_action_text_wrapper p {
    font-size: 15px;
    line-height: 40px;
    font-weight: 300
}

.qode_call_to_action .qbutton {
    padding: 0 20px !important;
    position: static
}

.qode_call_to_action .qbutton i {
    margin: 0 0 0 25px !important
}

.qode_call_to_action .qbutton:hover {
    background-color: #2c2c2c !important
}

.call_to_action_button_wrapper.left {
    text-align: left
}

.call_to_action_button_wrapper.right {
    text-align: right
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.boxed .carousel-inner {
    width: 1150px;
    left: auto !important
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1
}

.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 {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100)
}

.carousel.fade .active.left, .carousel.fade .active.right {
    opacity: 0;
    filter: alpha(opacity=0)
}

.carousel.fade .active.item {
    opacity: 1;
    filter: alpha(opacity=100)
}

.carousel.fade .active.left, .carousel.fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0)
}

.carousel.fade .next, .carousel.fade .prev {
    left: 0;
    z-index: 1
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 23%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: .5;
    filter: alpha(opacity=50)
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 40px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
}

.carousel {
    margin-bottom: 0
}

.carousel.full_screen {
    height: 1500px
}

.qode_slider_preloader {
    width: 100%;
    background-color: #1c1c1c;
    position: absolute;
    z-index: 20
}

.qode_slider_preloader {
    height: 1500px
}

.ajax_loader_slider {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1100;
    display: none
}

.carousel-inner .slider_content_outer {
    position: relative;
    height: 100%;
    width: 1100px;
    margin: 0 auto;
    z-index: 12
}

.carousel-inner .slider_content {
    position: absolute;
    width: 100%;
    height: 100%
}

.touch .carousel-inner .slider_content {
    top: 30% !important
}

.carousel-inner .slider_content .thumb {
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: center;
    height: auto
}

@media only screen and (max-height: 850px) {
    .full_screen .carousel-inner .slider_content .thumb {
        height: 35%
    }
}

@media only screen and (max-width: 600px) {
    .full_screen .carousel-inner .slider_content .thumb {
        height: 25%
    }
}

.carousel-inner .slider_content.left .thumb {
    text-align: left
}

.carousel-inner .slider_content.right .thumb {
    text-align: right
}

.carousel-inner .active .slider_content .thumb {
    -webkit-animation: rotate 1s 1 ease-out;
    -moz-animation: rotate 1s 1 ease-out;
    -o-animation: rotate 1s 1 ease-out;
    animation: rotate 1s 1 ease-out;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden
}

.carousel-inner .slider_content .thumb img {
    max-height: 100%
}

.carousel-inner .slider_content .text {
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 10px 0 0 0
}

.carousel-inner .active .slider_content .text {
    -webkit-animation: text-from-bottom 1.5s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-animation: text-from-bottom 1.5s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-animation: text-from-bottom 1.5s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
    animation: text-from-bottom 1.5s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
    opacity: 1;
    filter: alpha(opacity=100)
}

.carousel-inner .slider_content .text .qbutton {
    margin: 10px 0 0 0
}

.carousel-inner h2 {
    font-size: 42px;
    line-height: 44px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin: 10px 0;
    padding: 0
}

.carousel-inner p {
    color: #fff;
    text-align: center;
    font-size: 19px;
    line-height: 24px;
    font-weight: 300;
    margin: 10px 0 15px 0
}

.carousel-inner .dark h2, .carousel-inner .dark p {
    color: #000
}

.carousel-inner .left .text, .carousel-inner .left h2, .carousel-inner .left p {
    text-align: left
}

.carousel-inner .right .text, .carousel-inner .right h2, .carousel-inner .right p {
    text-align: right
}

.carousel-inner {
    left: 0 !important;
    position: fixed;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -webkit-transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1), margin .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1), margin .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1), margin .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1), margin .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1), margin .33s cubic-bezier(0.694, 0.0482, 0.335, 1)
}

.carousel-inner .item img {
    display: inline-block !important
}

.touch .carousel-inner .item {
    background-position: center 0 !important
}

.carousel-inner .item .image {
    position: absolute;
    top: 0;
    left: 0;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%
}

.carousel-inner .item .image img {
    display: none !important;
    width: 0;
    height: 0
}

.carousel-control {
    font-size: 13px;
    height: 100%;
    background-position: 30px center;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    text-shadow: none;
    position: absolute;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 0;
    z-index: 2 !important;
    margin: 0;
    outline: 0;
    cursor: pointer;
    -o-background-size: 18px 33px;
    -webkit-background-size: 18px 33px;
    -moz-background-size: 18px 33px;
    background-size: 18px 33px;
    -webkit-transition: background .6s ease-in-out;
    -moz-transition: background .6s ease-in-out;
    -o-transition: background .6s ease-in-out;
    -ms-transform: background .6s ease-in-out;
    transition: background .6s ease-in-out
}

.carousel-control.right {
    background-position: 100% center;
    -o-background-size: 48px 33px;
    -webkit-background-size: 48px 33px;
    -moz-background-size: 48px 33px;
    background-size: 48px 33px
}

.carousel-control .thumb_holder {
    width: 150px;
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    margin: -77px 0 0 0;
    top: 50%;
    -webkit-transition: background .6s ease-in-out;
    -moz-transition: background .6s ease-in-out;
    -o-transition: background .6s ease-in-out;
    -ms-transform: background .6s ease-in-out;
    transition: background .6s ease-in-out
}

.carousel-control.left .thumb_holder {
    left: -100%;
    -webkit-transition: left .6s ease-in-out;
    -moz-transition: left .6s ease-in-out;
    -o-transition: left .6s ease-in-out;
    -ms-transform: left .6s ease-in-out;
    transition: left .6s ease-in-out
}

.slider_thumbs .carousel-control.left:hover {
    background-position: -100px center
}

.slider_thumbs .carousel-control.left:hover .thumb_holder {
    left: 0
}

.in_progress.slider_thumbs .carousel-control.left {
    background-position: 30px center !important
}

.in_progress.slider_thumbs .carousel-control.left .thumb_holder {
    left: -100% !important
}

.carousel-control.right .thumb_holder {
    right: -100%;
    -webkit-transition: right .6s ease-in-out;
    -moz-transition: right .6s ease-in-out;
    -o-transition: right .6s ease-in-out;
    -ms-transform: right .6s ease-in-out;
    transition: right .6s ease-in-out
}

.slider_thumbs .carousel-control.right:hover {
    background-position: 200% center
}

.slider_thumbs .carousel-control.right:hover .thumb_holder {
    right: 0
}

.in_progress.slider_thumbs .carousel-control.right {
    background-position: 100% center !important
}

.in_progress.slider_thumbs .carousel-control.right .thumb_holder {
    right: -100% !important
}

.carousel-control.left .arrow_left {
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 20px
}

.carousel-control.left .numbers {
    float: right;
    height: 50px;
    line-height: 50px;
    padding: 0 20px 0 0
}

.carousel-control.right .arrow_right {
    float: right;
    height: 50px;
    line-height: 50px;
    padding: 0 20px 0 0
}

.carousel-control.right .numbers {
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 20px
}

.carousel-control .img {
    clear: both;
    width: 150px;
    height: 94px;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 0 -2px 0
}

.carousel-control.right .img {
    float: right
}

.carousel-control .img img, .carousel-control .img .video {
    position: absolute;
    top: 0;
    left: 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 {
        width: 10%
    }

    .carousel-control.left {
        background-position: 30px center !important
    }

    .carousel-control.left .thumb_holder {
        display: none
    }

    .carousel-control.right {
        background-position: 100% center !important
    }

    .carousel-control.right .thumb_holder {
        display: none
    }
}

.touch .carousel-control {
    width: 10%
}

.touch .carousel-control.left {
    background-position: 30px center !important
}

.touch .carousel-control.left .thumb_holder {
    display: none
}

.touch .carousel-control.right {
    background-position: 100% center !important
}

.touch .carousel-control.right .thumb_holder {
    display: none
}

.carousel-control.left {
    background-image: url('img/slider-arrow-left.png')
}

.carousel-control.left.dark {
    background-image: url('img/slider-arrow-left-black.png')
}

.carousel-control.right {
    background-image: url('img/slider-arrow-right.png')
}

.carousel-control.right.dark {
    background-image: url('img/slider-arrow-right-black.png')
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 150/100), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 160dpi) {
    .carousel-control.left {
        background-image: url('img/slider-arrow-left@1_5x.png')
    }

    .carousel-control.left.dark {
        background-image: url('img/slider-arrow-left-black@1_5x.png')
    }

    .carousel-control.right {
        background-image: url('img/slider-arrow-right@1_5x.png')
    }

    .carousel-control.right.dark {
        background-image: url('img/slider-arrow-right-black@1_5x.png')
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2.0), only screen and (min--moz-device-pixel-ratio: 2.0), only screen and (-o-min-device-pixel-ratio: 200/100), only screen and (min-device-pixel-ratio: 2.0), only screen and (min-resolution: 210dpi) {
    .carousel-control.left {
        background-image: url('img/slider-arrow-left@2x.png')
    }

    .carousel-control.left-dark {
        background-image: url('img/slider-arrow-left-black@2x.png')
    }

    .carousel-control.right {
        background-image: url('img/slider-arrow-right@2x.png')
    }

    .carousel-control.right.dark {
        background-image: url('img/slider-arrow-right-black@2x.png')
    }
}

@media (max-width: 1000px) {
    .carousel-inner {
        position: relative
    }

    .carousel-inner .item .image {
        background-size: auto 1000px
    }

    .carousel-inner h2 span, .carousel-inner p span {
        font-size: 80%
    }

    .carousel-inner h2 {
        line-height: 35px
    }

    .carousel-inner p {
        line-height: 19px
    }

    .carousel-inner .qbutton {
        font-size: 12px;
        line-height: 31px;
        height: 31px
    }

    .carousel-inner .qbutton i {
        margin: 0 0 0 20px
    }
}

@media (max-width: 767px) {
    .carousel-inner .item .image {
        background-size: auto 767px
    }

    .carousel-inner h2 span, .carousel-inner p span {
        font-size: 70%
    }

    .carousel-inner h2 {
        line-height: 30px
    }

    .carousel-inner p {
        line-height: 17px
    }

    .carousel-inner .qbutton {
        font-size: 11px;
        line-height: 27px;
        height: 27px
    }

    .carousel-inner .qbutton i {
        margin: 0 0 0 17px
    }
}

@media (max-width: 567px) {
    .carousel-inner .item .image {
        background-size: auto 567px
    }

    .carousel-inner .slider_content, .touch .carousel-inner .slider_content {
        top: 15% !important
    }

    .carousel-inner h2 span, .carousel-inner p span {
        font-size: 50%
    }

    .carousel-inner h2 {
        line-height: 20px
    }

    .carousel-inner p {
        line-height: 15px
    }

    .carousel-inner .qbutton {
        font-size: 10px;
        line-height: 23px;
        height: 23px
    }

    .carousel-inner .qbutton i {
        margin: 0 0 0 14px
    }
}

@media (max-width: 319px) {
    .carousel-inner h2 span, .carousel-inner p span {
        font-size: 50%
    }

    .carousel-inner h2 {
        line-height: 20px
    }

    .carousel-inner p {
        line-height: 12px
    }

    .carousel-inner .qbutton {
        font-size: 9px;
        line-height: 20px;
        height: 20px
    }

    .carousel-inner .qbutton i {
        margin: 0 0 0 10px
    }
}

.carousel-control.left {
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)"
}

.carousel-control.right {
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)"
}

@media (max-width: 768px) {
    .carousel-control.left {
        left: 0
    }

    .carousel-control.right {
        right: 0
    }
}

.carousel-indicators li {
    border-width: 1px;
    margin: 0;
    width: 12px;
    height: 12px;
    opacity: .6;
    margin: 0 3px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transform: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.carousel-indicators.dark li {
    border-color: #000
}

.carousel-indicators .active {
    background-color: transparent;
    opacity: 1;
    margin: 0 3px
}

@-webkit-keyframes text-from-bottom {
    0% {
        -webkit-transform: translate(0, 70%);
        opacity: 0
    }
    50% {
        -webkit-transform: translate(0, 70%);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes text-from-bottom {
    0% {
        -moz-transform: translate(0, 70%);
        opacity: 0
    }
    50% {
        -moz-transform: translate(0, 70%);
        opacity: 0
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}

@-o-keyframes text-from-bottom {
    0% {
        -o-transform: translate(0, 70%);
        opacity: 0
    }
    50% {
        -o-transform: translate(0, 70%);
        opacity: 0
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes text-from-bottom {
    0% {
        transform: translate(0, 70%);
        opacity: 0
    }
    50% {
        transform: translate(0, 70%);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: perspective(600px) rotateX(90deg) scale(.5);
        opacity: 0
    }
    50% {
        -webkit-transform: perspective(600px) rotateX(90deg) scale(.5);
        opacity: 0
    }
    100% {
        -webkit-transform: perspective(600px) rotateX(0deg) scale(1);
        opacity: 1
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: perspective(600px) rotateX(90deg) scale(.5);
        opacity: 0
    }
    50% {
        -moz-transform: perspective(600px) rotateX(90deg) scale(.5);
        opacity: 0
    }
    100% {
        -moz-transform: perspective(600px) rotateX(0deg) scale(1);
        opacity: 1
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: perspective(600px) rotateX(90deg) scale(.5);
        opacity: .2
    }
    50% {
        -o-transform: perspective(600px) rotateX(90deg) scale(.5);
        opacity: .2
    }
    100% {
        -o-transform: perspective(600px) rotateX(0deg) scale(1);
        opacity: 1
    }
}

@keyframes rotate {
    0% {
        transform: perspective(600px) rotateX(90deg) scale(.5);
        opacity: 0
    }
    50% {
        transform: perspective(600px) rotateX(90deg) scale(.5);
        opacity: 0
    }
    100% {
        transform: perspective(600px) rotateX(0deg) scale(1);
        opacity: 1
    }
}

.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 {
    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 {
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 10
}

.carousel .video .video-wrap .mejs-poster {
    background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important
}

.carousel .video .video-wrap .mejs-container .mejs-controls {
    display: none !important
}

.carousel .video .video-wrap .mejs-controls .mejs-button button:focus {
    outline: none !important
}

.carousel .video .video-wrap .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: rgba(255, 255, 255, 0.18) !important
}

.carousel .video .video-wrap .mejs-container {
    background-color: transparent !important;
    background-image: none !important;
    height: auto !important
}

.carousel .video .video-wrap .mejs-mediaelement {
    background: none !important;
    border: 0 !important
}

.carousel .video .video-wrap .mejs-container .mejs-poster img {
    max-width: none !important;
    width: 100% !important
}

.carousel .video .video-wrap .mejs-controls button {
    opacity: .8
}

.carousel .video .video-wrap .mejs-controls button:hover, .mejs-controls .mejs-fullscreen-button:hover button {
    opacity: 1 !important
}

.carousel .video .video-wrap .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #1f1f1f none repeat scroll 0 0 !important
}

.carousel .video .video-wrap .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: transparent !important
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus, .portfolio_slider .flex-container a:active, .portfolio_slider .flexslider a:active, .portfolio_slider .flex-container a:focus, .portfolio_slider .flexslider a:focus {
    outline: 0
}

.portfolio_slides, .slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider .slides > li, .portfolio_slider .portfolio_slides > li {
    background-color: transparent;
    display: none;
    position: relative;
    margin: 0
}

.flexslider .slides img, .portfolio_slider .portfolio_slides img {
    width: 100%;
    display: block
}

.slides:after, .portfolio_slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides, html[xmlns] .portfolio_slides {
    display: block
}

* html .slides, * html .portfolio_slides {
    height: 1%
}

.no-js .slides > li:first-child, .no-js .portfolio_slides > li:first-child {
    display: block
}

.flexslider, .portfolio_slider {
    margin: 0 0 60px;
    position: relative;
    zoom: 1
}

.wpb_column > .wpb_wrapper .portfolio_slider:last-child, .wpb_column > .wpb_wrapper .flexslider:last-child {
    margin-bottom: 60px
}

.boxed .portfolio_slider {
    margin: 0 -25px 60px;
    overflow: hidden
}

.flex-viewport, .portfolio_slider .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides, .portfolio_slider .portfolio_slides {
    zoom: 1
}

.portfolio_slider .flex-direction-nav, .flexslider .flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    width: 60px;
    height: 100%;
    line-height: 100%;
    margin: 0;
    display: block;
    position: absolute;
    top: 0;
    z-index: 450;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-backface-visibility: hidden
}

.flex-direction-nav a:hover {
    width: 90px
}

.flex-direction-nav a div {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.flex-direction-nav a div i {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 50px
}

.flexslider .flex-next, .portfolio_slider .flex-next {
    right: -60px
}

.flexslider .flex-prev, .portfolio_slider .flex-prev {
    left: -60px
}

.flexslider:hover .flex-next, .portfolio_slider:hover .flex-next {
    opacity: 1;
    filter: alpha(opacity=100);
    right: 0
}

.flexslider:hover .flex-prev, .portfolio_slider:hover .flex-prev {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0
}

.flex-direction-nav .flex-disabled {
    cursor: default
}

.portfolio_slides .portfolio_slider_hover_holder {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 20;
    -webkit-transition: opacity .4s ease-in-out .1s;
    -ms-transition: opacity .4s ease-in-out .1s;
    -moz-transition: opacity .4s ease-in-out .1s;
    -o-transition: opacity .4s ease-in-out .1s
}

.portfolio_slides li:hover .portfolio_slider_hover_holder {
    opacity: 1;
    filter: alpha(opacity=100)
}

.portfolio_slider_hover_outer {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center
}

.portfolio_slider_hover_inner {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center
}

.portfolio_slider_hover_inner .slider_title {
    display: block;
    font-size: 19px;
    line-height: 28px;
    color: #242729;
    margin: 0 0 20px
}

.portfolio_slider_hover_inner .project_descriptions {
    display: block;
    margin: 21px 0 0;
    padding: 0 35px
}

.portfolio_slider_hover_inner .ps_lightbox, .portfolio_slider_hover_inner .ps_preview {
    display: inline-block;
    position: relative;
    -webkit-backface-visibility: hidden
}

.portfolio_slider_hover_inner .ps_lightbox i, .portfolio_slider_hover_inner .ps_preview i {
    position: relative;
    display: block;
    padding: 13px 15px;
    color: #989897;
    border-color: #989897;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px
}

.portfolio_slider_hover_inner .ps_lightbox i {
    margin: 0 13px 0 0
}

.qode_carousels .flex-container a:active, .qode_carousels a:active, .qode_carousels .flex-container a:focus, .qode_carousels a:focus {
    outline: 0
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.qode_carousels .slides > li {
    background-color: transparent;
    display: none;
    position: relative;
    margin: 0 2px 0 0
}

.qode_carousels .slides img {
    width: 100%;
    display: block
}

.qode_carousels .slides > li .first_image_holder, .qode_carousels .slides > li .second_image_holder {
    display: block;
    position: relative;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden
}

.qode_carousels .slides > li .second_image_holder {
    position: absolute;
    top: 0;
    left: 0
}

.qode_carousels .slides > li .second_image_holder, .qode_carousels .slides > li:hover .first_image_holder.has_hover_image {
    opacity: 0
}

.qode_carousels .slides > li:hover .second_image_holder.has_hover_image {
    opacity: 1
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides > li:first-child {
    display: block
}

.qode_carousels {
    padding: 0;
    margin: 0 0 60px;
    position: relative;
    display: block;
    zoom: 1
}

.wpb_row .qode_carousels, .wpb_column > .wpb_wrapper .qode_carousels:last-child {
    margin: 0 0 60px
}

.loading .flex-viewport {
    max-height: 300px
}

.qode_carousels .slides {
    zoom: 1
}

.qode_carousels .flex-direction-nav {
    *height: 0;
    display: none !important
}

.qode_carousels .flex-control-nav, .portfolio_slider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -60px;
    text-align: center
}

.qode_carousels .flex-control-nav li, .portfolio_slider .flex-control-nav li {
    margin: 0 3px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.qode_carousels .flex-control-paging li a, .portfolio_slider .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: transparent;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.portfolio_slider .flex-control-paging li a, .qode_carousels.gray .flex-control-paging li a {
    border-color: #e2e2e2
}

.qode_carousels .flex-control-paging li a:hover {
    border-color: #fff
}

.portfolio_slider .flex-control-paging li a:hover, .qode_carousels.gray .flex-control-paging li a:hover {
    border-color: #eb005d
}

.qode_carousels .flex-control-paging li a.flex-active {
    border-color: #fff;
    cursor: default
}

.portfolio_slider .flex-control-paging li a.flex-active, .qode_carousels.gray .flex-control-paging li a.flex-active {
    border-color: #eb005d;
    cursor: default
}

.qode_carousels .flex-control-thumbs, .portfolio_slider .flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.qode_carousels .flex-control-thumbs li, .portfolio_slider .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.qode_carousels .flex-control-thumbs img, .portfolio_slider .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}

.qode_carousels .flex-control-thumbs img:hover, .portfolio_slider .flex-control-thumbs img:hover {
    opacity: 1
}

.qode_carousels .flex-control-thumbs .flex-active, .portfolio_slider .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: 0 !important
}

.full_width .section_inner_margin {
    margin-left: -15px;
    margin-right: -15px
}