/*------------------------------------------------------------------

[Master Stylesheet]

Project:	Travis Html Template
Version:	1.0

[Table of contents]

1. General
2. Magnific Popup CSS
3. Preloader
4. Header
5. Menu
6. Share Popup
7. Albums
    7.1 Album Fullscreen
    7.2 Album Waterwheel
    7.3 Album Tape
    7.4 Album Portrait
    7.5 Album Ken Burns
    7.6 Album Stripes
    7.7 Album Description
    7.8 Album Video
    7.9 Albums Grid and Masonry
    7.10 Album Scattered
8. Gallery Albums Listing
9. Blog Listing Template
10. Portfolio Listing
11. Single Portfolio Post and Single Blog Post
12. Simple Page
13. About Template
14. Contacts Template
15. Coming Soon Template
16. 404 Error Page
17. Retina
18. Responsive

-------------------------------------------------------------------*/

/* General */
body {
    position: relative;
    overflow-x: hidden;
    letter-spacing: 0.04em;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
}

body {
    background: #000000;
    color: #b7c2c8;
}

body .pm_site_wrapper {
    width: 100%;
    height: 100%;
    display: none;
}

a {
    text-decoration: none;
    outline: none;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pm_fleft {
    float: left;
}

.pm_fright {
    float: right;
}

.pm_wrapper {
    padding-bottom: 80px;
}

.contacts_standard_page .pm_wrapper {
    padding-bottom: 27px;
}

.blog .pm_wrapper {
    padding-bottom: 0;
}

input,
textarea {
    -webkit-appearance: none;
    font-family: 'Roboto', sans-serif;
}

input:focus,
textarea:focus,
body {
    outline: none;
}

img {
    height: auto;
    max-width: 100%;
}

.pm_overflow_hidden {
    overflow: hidden;
}

.pm_overflow_visible,
.single-portfolio.pm_overflow_visible,
.single-post.pm_overflow_visible {
    overflow: visible;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 40100;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 1;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 40100;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: url("../img/close.png"), default;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.mfp-arrow {
    width: 67px;
    height: 67px;
    border-radius: 4px;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    z-index: 40110;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    /*top: 1px;*/
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    display: none;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    /*margin-top: -54px;*/
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 40px;
    background: url("../img/prev_button_back.png") no-repeat center !important;
}

.mfp-arrow-left:hover {
    background: url("../img/prev_button_active_back.gif") no-repeat center -1px !important;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
}

.mfp-arrow-right {
    right: 40px;
    background: url("../img/next_button_back.png") no-repeat center !important;
}

.mfp-arrow-right:hover {
    background: url("../img/next_button_active_back.gif") no-repeat center -1px !important;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {

}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.mfp-close {
    display: none !important;
}

/* Preloader */
.preloader_active {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    position: fixed;
    z-index: 41000;
}

.preloader_active .pm_preloader_load_back {
    width: 348px;
    height: 9px;
    border-radius: 4px;
    background: #111314;
    margin: -3px auto 0;
    overflow: hidden;
    position: relative;
    top: 50%;
}

.preloader_active .pm_preloader_load_back .pm_preloader_border {
    width: 352px;
    height: 100%;
    border-radius: 4px;
    border: solid 2px #000000;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -2px;
    z-index: 10;
}

.preloader_active .pm_preloader_load_back .pm_preloader_load_line {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #6cc5df;
    position: relative;
    z-index: 5;
    transform: translateX(-348px);
    -webkit-transform: translateX(-348px);
    transition: all 1s;
    -webkit-transition: all 1s;
}

.preloader_active .pm_preloader_load_back .pm_preloader_load_line.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

/* Header */
.pm_header {
    padding: 0 25px 0 20px;
    background: #111314;
}

.pm_header.fixed_header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    background: #111314;
    z-index: 20200;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pm_header.fixed_header.hidden_header {
    top: -200px !important;
}

.pm_header.fixed_header .pm_fleft {
    padding-left: 28px;
}

.pm_header.fixed_header .pm_fright {
    padding-right: 28px;
}

.pm_header .pm_fleft {
    padding: 20px 0 29px;
}

.pm_logo img {
    display: block;
}

.pm_logo img.pm_retina {
    display: none;
}

.pm_innerpadding_menu {
    padding-top: 5px;
}

/* Menu */
.pm_menu_mobile_container,
.pm_menu_mobile_toggler {
    display: none;
}

header .pm_menu_cont,
header .pm_menu_cont div {
    display: inline-block;
}

.pm_menu_notify,
header ul.menu li a {
    color: #ffffff;
}

body.pm_dark_type header ul.menu li ul.sub-menu li a:hover,
body.pm_dark_type header ul.menu li ul.sub-menu li.current-menu-ancestor a,
body.pm_dark_type header ul.menu li ul.sub-menu li.current-menu-item a,
body.pm_dark_type header ul.menu li ul.sub-menu li.current-menu-ancestor ul.sub-menu li.current-menu-item a,
body.pm_dark_type header ul.menu li ul.sub-menu li.current-menu-ancestor ul.sub-menu li a:hover {
    color: #6cc5df;
}

header .pm_innerpadding_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header ul.menu li {
    display: inline-block;
    position: relative;
}

header ul.menu li a {
    padding: 20px 15px 24px;
    display: block;
    font-size: 14px;
}

header ul.menu li a.pm_menu_mobile_item {
    display: none;
}

header ul.menu li:last-child a {
    padding-right: 0;
}

header ul.menu li a i {
    font-size: 21px;
    position: relative;
    top: 5px;
}

header ul.menu li .sub_menu_wrapper {
    display: none;
    width: 232px;
    position: absolute;
    top: 41px;
    right: 0;
    margin-right: -14px;
    z-index: 20000;
}

header ul.menu li.menu-item-has-children a.pm_text_menu_item:after {
    content: "\f107";
    font-family: 'FontAwesome', sans-serif;
}

header ul.menu li.menu-item-has-children:hover .sub_menu_wrapper {
    display: block;
}

header ul.menu li .sub_menu_wrapper ul.sub-menu {
    margin-top: 20px;
    border-radius: 4px;
    padding: 17px 24px 20px 0;
    position: relative;
    background: #111314;
}

header ul.menu li .sub_menu_wrapper ul.sub-menu:after {
    content: "";
    position: absolute;
    top: -14px;
    right: 24px;
    border: solid 7px transparent;
    border-bottom: solid 7px #111314;
}

header ul.menu li ul.sub-menu li {
    display: block;
}

header ul.menu li ul.sub-menu li a {
    font-size: 14px;
    line-height: 40px;
    position: relative;
    padding: 0 0 0 32px;
}

header ul.menu li ul.sub-menu li a.pm_text_menu_item:after,
header ul.menu li ul.sub-menu li.menu-item-has-children ul.sub-menu li a.pm_text_menu_item:after {
    content: "\f105";
    font-family: 'FontAwesome', sans-serif;
    position: absolute;
    top: 1px;
    right: 0;
}

header ul.menu li ul.sub-menu li.menu-item-has-children a:after {
    content: "+";
}

header ul.menu li.menu-item-has-children:hover ul.sub-menu li .sub_menu_wrapper {
    display: none;
}

header ul.menu li ul.sub-menu li .sub_menu_wrapper {
    width: 242px;
    top: -37px;
    right: 100%;
    margin-right: 0;
    opacity: .95;
}

header ul.menu li ul.sub-menu li .sub_menu_wrapper ul.sub-menu {
    margin-right: 10px;
}

header ul.menu li ul.sub-menu li .sub_menu_wrapper ul.sub-menu:after {
    display: none;
}

header ul.menu li ul.sub-menu li.menu-item-has-children:hover > .sub_menu_wrapper {
    display: block;
}

header ul.menu li ul.sub-menu li a,
header ul.menu li ul.sub-menu li.current-menu-ancestor ul.sub-menu li a {
    color: #b7c2c8;
}

header ul.menu li.active a {
    font-weight: bold;
}

header .pm_share_button {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-left: 30px;
    position: relative;
    top: 5px;
    background: url("../img/share_back.png") no-repeat center;
    cursor: pointer;
}

/* Share Popup */
.pm_sharing_back {
    text-align: center;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 40000;
}

.pm_sharing_back.active {
    display: block;
}

.pm_sharing_back .pm_popup_close {
    width: 100%;
    height: 100%;
    cursor: url("../img/close.png"), default;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 40050;
}

.pm_sharing_back .pm_popup_share_wrapper {
    width: auto;
    display: inline-block;
    position: relative;
    top: 50%;
    z-index: 40100;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .5s;
    -webkit-transition: all .5s;
}

.pm_sharing_back .pm_popup_share_wrapper.active_block {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .5s;
}

.pm_sharing_back .pm_popup_share_wrapper a {
    width: 67px;
    height: 67px;
    display: inline-block;
    font-size: 22px;
    line-height: 67px;
    color: #e3ebef;
    border-radius: 4px;
    background: #111314;
    text-align: center;
    margin: 0 3px;
}

.pm_sharing_back .pm_popup_share_wrapper a:hover {
    color: #000000;
    background: #6cc5df;
}

/* Albums */
.pm_fullscreen_toggler {
    width: 67px;
    height: 67px;
    border-radius: 4px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: #111314 url("../img/fullscreen_button_back.png") no-repeat center;
    cursor: pointer;
    z-index: 20000;
}

.pm_fullscreen_toggler:hover {
    background: #111314 url("../img/fullscreen_button_hover.gif") no-repeat center;
}

.pm_fullscreen_toggler.active {
    background-image: url("../img/fullscreen_button_active_back.png");
}

.pm_fullscreen_toggler.active:hover {
    background-image: url("../img/fullscreen_button_active_hover.gif");
}

.pm_navigation_container {
    height: 67px;
    position: fixed;
    bottom: 40px;
    right: 107px;
    z-index: 20000;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pm_album_stripes .pm_navigation_container,
.pm_album_descriptions .pm_navigation_container {
    right: 30px;
}

.pm_navigation_container.hidden_nav {
    bottom: -200px;
}

.pm_prev_slide_button,
.pm_next_slide_button,
.pm_pause_button {
    width: 67px;
    height: 67px;
    border-radius: 4px;
    float: left;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pm_pause_button {
    background: #111314 url("../img/pause_back.png") no-repeat center;
}

.pm_pause_button:hover {
    opacity: .7;
}

.pm_pause_button.pm_paused {
    background: #111314 url("../img/play_back.png") no-repeat center;
}

.pm_prev_slide_button:hover,
.pm_next_slide_button:hover {
    background-color: #ffffff !important;
}

.pm_prev_slide_button .pm_prev_thumb_cont,
.pm_next_slide_button .pm_next_thumb_cont {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    opacity: 0;
    background-size: cover;
    background: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pm_prev_slide_button:hover .pm_prev_thumb_cont,
.pm_next_slide_button:hover .pm_next_thumb_cont {
    opacity: .5;
}

.pm_prev_slide_button .pm_prev_button_fader,
.pm_next_slide_button .pm_next_button_fader {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pm_prev_slide_button:hover .pm_prev_button_fader,
.pm_next_slide_button:hover .pm_next_button_fader {
    opacity: 0;
}

.pm_prev_slide_button .pm_prev_button_fader {
    background: #111314 url("../img/prev_button_back.png") no-repeat center;
}

.pm_next_slide_button .pm_next_button_fader {
    background: #111314 url("../img/next_button_back.png") no-repeat center;
}

.pm_slides_title_and_likes_container {
    height: 67px;
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 20000;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pm_slides_title_and_likes_container.hidden_title_and_likes {
    left: -500px;
}

.pm_slides_title_and_likes_container .pm_slide_title_wrapper {
    height: 67px;
    border-radius: 4px;
    background: #111314;
    color: #b7c2c8;
    font-size: 14px;
    line-height: 67px;
    padding: 0 34px;
    float: left;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pm_slides_title_and_likes_container .pm_slide_title_wrapper:before {
    content: "";
    position: absolute;
    top: 27px;
    left: -14px;
    border: solid 7px transparent;
    border-right: solid 7px #111314;
}

.pm_temp_likes_wrapper {
    display: none;
}

.pm_slides_title_and_likes_container .pm_slide_likes_wrapper,
.pm_slides_title_and_likes_container .pm_video_slide_likes_wrapper,
.pm_slides_title_and_likes_container .pm_gallery_likes_wrapper {
    float: left;
    height: 67px;
    margin-left: 10px;
}

.pm_slides_title_and_likes_container .pm_slide_likes_wrapper .pm_add_like_button,
.pm_slides_title_and_likes_container .pm_video_slide_likes_wrapper .pm_add_like_button,
.pm_slides_title_and_likes_container .pm_gallery_likes_wrapper .pm_add_like_button {
    line-height: 21px;
    border-radius: 4px;
    background: #111314;
    padding: 25px 23px 20px 54px;
    cursor: pointer;
    display: block;
    position: relative;
}

.pm_slides_title_and_likes_container .pm_slide_likes_wrapper .pm_add_like_button .pm_likes_icon,
.pm_slides_title_and_likes_container .pm_video_slide_likes_wrapper .pm_add_like_button .pm_likes_icon,
.pm_slides_title_and_likes_container .pm_gallery_likes_wrapper .pm_add_like_button .pm_likes_icon {
    font-size: 21px;
    color: #ffffff;
    position: absolute;
    top: 23px;
    left: 23px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.pm_slides_title_and_likes_container .pm_slide_likes_wrapper .pm_add_like_button .pm_likes_icon.pm_likes_fade_in,
.pm_slides_title_and_likes_container .pm_video_slide_likes_wrapper .pm_add_like_button .pm_likes_icon.pm_likes_fade_in,
.pm_slides_title_and_likes_container .pm_gallery_likes_wrapper .pm_add_like_button .pm_likes_icon.pm_likes_fade_in {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
}

.pm_slides_title_and_likes_container .pm_slide_likes_wrapper .pm_add_like_button .pm_clicked_like,
.pm_slides_title_and_likes_container .pm_video_slide_likes_wrapper .pm_add_like_button .pm_clicked_like,
.pm_slides_title_and_likes_container .pm_gallery_likes_wrapper .pm_add_like_button .pm_clicked_like {
    font-size: 21px;
    color: #ffffff;
    position: absolute;
    top: 23px;
    left: 23px;
    opacity: 0;
}

.pm_slides_title_and_likes_container .pm_slide_likes_wrapper .pm_add_like_button .pm_likes_counter,
.pm_slides_title_and_likes_container .pm_video_slide_likes_wrapper .pm_add_like_button .pm_likes_counter,
.pm_slides_title_and_likes_container .pm_gallery_likes_wrapper .pm_add_like_button .pm_likes_counter {
    font-size: 14px;
    color: #b7c2c8;
    position: relative;
    top: -3px;
}

.pm_slides_title_and_likes_container .pm_slide_likes_wrapper .pm_add_like_button.inactive,
.pm_slides_title_and_likes_container .pm_video_slide_likes_wrapper .pm_add_like_button.inactive,
.pm_slides_title_and_likes_container .pm_gallery_likes_wrapper .pm_add_like_button.inactive {
    cursor: default;
}

.pm_mobile_image {
    display: none;
}

/* Album Fullscreen */
.pm_gallery_container.galleery_fullscreen.effect_fade {
    width: 100%;
    height: 100%;
}

.galleery_fullscreen .pm_gallery.effect_fade,
.gallery_portrait ul.pm_gallery.effect_fade {
    padding: 0;
    margin: 0;
    height: 100%;
}

.galleery_fullscreen .pm_gallery li {
    background-size: cover !important;
}

.galleery_fullscreen .pm_gallery.effect_fade li,
.gallery_portrait ul.pm_gallery.effect_fade li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    list-style: none;
    opacity: 0;
    transition: all .8s;
    -webkit-transition: all .8s;
}

.galleery_fullscreen .pm_gallery.effect_fade li.visible_slide,
.gallery_portrait ul.pm_gallery.effect_fade li.visible_slide {
    opacity: 1;
}

/* Album Waterwheel */
.pm_gallery_container.gallery_waterwheel,
.pm_gallery_container.gallery_tape,
.pm_albums_tape_container,
.pm_blog_listing_tape_container {
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.gallery_waterwheel .pm_gallery,
.gallery_tape .pm_gallery,
.pm_albums_tape_container .pm_gallery,
.pm_blog_listing_tape_container .pm_gallery {
    position: relative;
    clear: both;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.gallery_waterwheel .pm_gallery .pm_gallery_item,
.gallery_tape .pm_gallery .pm_gallery_item,
.pm_albums_tape_container .pm_gallery .pm_gallery_item,
.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item {
    height: 100%;
    display: block;
    background: #000000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    z-index: -30;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    box-shadow: 0 0 #000;
}

.gallery_waterwheel .pm_gallery .pm_gallery_item a {
    width: auto;
    height: 100%;
    display: block;
    cursor: default;
    position: relative;
}

.gallery_waterwheel .pm_gallery .pm_gallery_item img,
.gallery_tape .pm_gallery .pm_gallery_item img,
.pm_albums_tape_container .pm_gallery .pm_gallery_item img {
    height: 100%;
    width: auto;
    max-width: none;
    display: block;
    box-shadow: 0 0 #000;
}

.gallery_waterwheel .pm_gallery .pm_gallery_item span {
    width: auto !important;
}

.gallery_waterwheel .pm_gallery .pm_gallery_item span canvas {
    background: #000000;
}

.gallery_waterwheel .pm_gallery .pm_gallery_item.current_item {
    z-index: 30;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.gallery_waterwheel .pm_gallery .pm_gallery_item.prev_item,
.gallery_waterwheel .pm_gallery .pm_gallery_item.next_item {
    z-index: 20;
    transform: scale(.87);
    -webkit-transform: scale(.87);
    -moz-transform: scale(.87);
}

.gallery_waterwheel .pm_gallery .pm_gallery_item.prev_item img,
.gallery_waterwheel .pm_gallery .pm_gallery_item.next_item img,
.gallery_waterwheel .pm_gallery .pm_gallery_item.prev_item canvas,
.gallery_waterwheel .pm_gallery .pm_gallery_item.next_item canvas {
    opacity: .75;
}

.gallery_waterwheel .pm_gallery .pm_gallery_item.prev_item_2,
.gallery_waterwheel .pm_gallery .pm_gallery_item.next_item_2 {
    z-index: 10;
    transform: scale(.74);
    -webkit-transform: scale(.74);
    -moz-transform: scale(.74);
}

.gallery_waterwheel .pm_gallery .pm_gallery_item.prev_item_2 img,
.gallery_waterwheel .pm_gallery .pm_gallery_item.next_item_2 img {
    opacity: .5;
}

.gallery_waterwheel .pm_gallery .pm_gallery_item.prev_item_2 canvas,
.gallery_waterwheel .pm_gallery .pm_gallery_item.next_item_2 canvas {
    opacity: .4;
}

/* Album Tape */
.gallery_tape .pm_gallery,
.pm_albums_tape_container .pm_gallery,
.pm_blog_listing_tape_container .pm_gallery {
    opacity: 1;
}

.gallery_tape .pm_gallery .pm_gallery_item.current_item,
.gallery_tape .pm_gallery .pm_gallery_item.next_item,
.gallery_tape .pm_gallery .pm_gallery_item.next_item_2,
.gallery_tape .pm_gallery .pm_gallery_item.prev_item,
.gallery_tape .pm_gallery .pm_gallery_item.prev_item_2,
.pm_albums_tape_container .pm_gallery .pm_gallery_item.current_item,
.pm_albums_tape_container .pm_gallery .pm_gallery_item.next_item,
.pm_albums_tape_container .pm_gallery .pm_gallery_item.next_item_2,
.pm_albums_tape_container .pm_gallery .pm_gallery_item.prev_item,
.pm_albums_tape_container .pm_gallery .pm_gallery_item.prev_item_2,
.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item.current_item,
.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item.next_item,
.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item.next_item_2,
.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item.prev_item,
.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item.prev_item_2 {
    z-index: 30;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.gallery_tape .pm_gallery .pm_gallery_item.next_item_2,
.gallery_tape .pm_gallery .pm_gallery_item.prev_item_2,
.pm_albums_tape_container .pm_gallery .pm_gallery_item.next_item_2,
.pm_albums_tape_container .pm_gallery .pm_gallery_item.prev_item_2,
.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item.next_item_2,
.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item.prev_item_2 {
    z-index: 20;
}

/* Album Portrait */
.pm_gallery_container.gallery_portrait {
    transition: all .3s;
    -webkit-transition: all .3s;
    overflow: hidden;
}

.gallery_portrait ul.pm_gallery li {
    text-align: center;
    list-style: none;
}

.gallery_portrait ul.pm_gallery li img {
    height: 100%;
    width: auto;
    display: inline-block;
}

/* Album Ken Burns */
.pm_album-kenburns {
    overflow: hidden;
}

/* Album Stripes */
.gallery_stripes .pm_stripes_wrapper {
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
}

.gallery_stripes .pm_stripes_wrapper .pm_stripes_frame {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery_stripes ul.pm_gallery {
    list-style: none;
    margin: 0 0 0 -10px;
    padding: 0;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.gallery_stripes ul.pm_gallery li {
    height: 100%;
    float: left;
}

.gallery_stripes ul.pm_gallery li .pm_gallery_item_wrapper,
.gallery_stripes ul.pm_gallery li .pm_stripe_item {
    height: 100%;
}

.gallery_stripes ul.pm_gallery li .pm_gallery_item_wrapper {
    padding-left: 10px;
}

.gallery_stripes ul.pm_gallery li .pm_stripe_item {
    background-size: cover !important;
}

.gallery_stripes ul.pm_gallery li .pm_gallery_item_wrapper .pm_stripe_item_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.gallery_stripes ul.pm_gallery li .pm_gallery_item_wrapper .pm_stripes_fader {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
}

/* Album Description */
.gallery_descriptions .pm_gallery_wrapper {
    width: 100%;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
    overflow: hidden;
}

.gallery_descriptions ul.pm_gallery.effect_fade {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}

.gallery_descriptions ul.pm_gallery.effect_fade li {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .8s;
    -webkit-transition: all .8s;
}

.pm_visibility_block {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery_descriptions ul.pm_gallery.effect_slide {
    width: auto;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
}

.gallery_descriptions ul.pm_gallery.effect_slide li {
    height: 100%;
    float: left;
}

.gallery_descriptions ul.pm_gallery.effect_fade li.visible_slide {
    opacity: 1;
}

.gallery_descriptions ul.pm_gallery li .pm_slider_image_cont,
.gallery_descriptions ul.pm_gallery li .pm_slider_description_cont {
    height: 100%;
    float: left;
}

.gallery_descriptions ul.pm_gallery li .pm_slider_image_cont {
    width: 62%;
    background-size: cover !important;
}

.gallery_descriptions ul.pm_gallery li .pm_slider_description_cont {
    width: 38% !important;
    box-sizing: border-box;
    position: relative;
}

.gallery_descriptions ul.pm_gallery li .pm_slider_description_cont:focus {
    outline: none;
}

.gallery_descriptions ul.pm_gallery li .pm_slider_description_cont .pm_slider_description_wrapper {
    padding: 0 0 0 40px;
}

.gallery_descriptions ul.pm_gallery li .pm_slider_description_cont .pm_slide_title_wrapper {
    width: auto;
    display: inline-block;
    border-radius: 4px;
    background: #111314;
    color: #e3ebef;
    font-size: 26px;
    line-height: 67px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    word-break: break-all;
    padding: 0 22px;
    margin-bottom: 22px;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.gallery_descriptions ul.pm_gallery li .pm_slider_description_cont .pm_slide_title_wrapper:before {
    content: "";
    position: absolute;
    top: 27px;
    left: -14px;
    border: solid 7px transparent;
    border-right: solid 7px #111314;
}

.gallery_descriptions ul.pm_gallery li .pm_slider_description_cont .pm_slide_description p {
    font-size: 14px;
    letter-spacing: 0;
    word-spacing: .3px;
    margin: 0 0 14px;
}

.gallery_descriptions ul.pm_gallery li .pm_slide_likes_wrapper {
    display: inline-block;
    height: 67px;
    margin-left: 40px;
    position: absolute;
    bottom: 0;
}

.gallery_descriptions ul.pm_gallery li .pm_slide_likes_wrapper .pm_add_like_button {
    line-height: 21px;
    border-radius: 4px;
    background: #111314;
    padding: 25px 23px 20px 54px;
    cursor: pointer;
    display: block;
    position: relative;
}

.gallery_descriptions ul.pm_gallery li .pm_slide_likes_wrapper .pm_add_like_button .pm_likes_icon {
    font-size: 21px;
    color: #ffffff;
    position: absolute;
    top: 23px;
    left: 23px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.gallery_descriptions ul.pm_gallery li .pm_slide_likes_wrapper .pm_add_like_button .pm_likes_icon.pm_likes_fade_in {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
}

.gallery_descriptions ul.pm_gallery li .pm_slide_likes_wrapper .pm_add_like_button .pm_clicked_like {
    font-size: 21px;
    color: #ffffff;
    position: absolute;
    top: 23px;
    left: 23px;
    opacity: 0;
}

.gallery_descriptions ul.pm_gallery li .pm_slide_likes_wrapper .pm_add_like_button .pm_likes_counter {
    font-size: 14px;
    color: #b7c2c8;
    position: relative;
    top: -3px;
}

.gallery_descriptions ul.pm_gallery li .pm_slide_likes_wrapper .pm_add_like_button.inactive {
    cursor: default;
}

.jspPane {
    position: absolute;
    width: 100% !important;
    margin-left: 0 !important;
}

/* Album Video */
.pm_album_video .pm_gallery li {
    overflow: hidden;
}

.pm_album_video .pm_gallery li .pm_video_link {
    display: none;
}

.pm_album_video .pm_gallery li .pm_video_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.pm_album_video .pm_gallery li .pm_video_wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
}

.pm_album_video .pm_prev_slide_button,
.pm_album_video .pm_prev_slide_button:hover {
    background: #111314 url("../img/prev_button_back.png") no-repeat center !important;
}

.pm_album_video .pm_next_slide_button,
.pm_album_video .pm_next_slide_button:hover {
    background: #111314 url("../img/next_button_back.png") no-repeat center !important;
}

.pm_album_video .pm_prev_slide_button .pm_prev_thumb_cont,
.pm_album_video .pm_next_slide_button .pm_next_thumb_cont,
.pm_album_video .pm_prev_slide_button .pm_prev_button_fader,
.pm_album_video .pm_next_slide_button .pm_next_button_fader {
    display: none;
}

.pm_album_video .pm_prev_slide_button:hover {
    opacity: .7;
}

.pm_album_video .pm_next_slide_button:hover {
    opacity: .7;
}

/* Albums Grid and Masonry */
.pm_columns_2 .pm_gallery_item,
.pm_columns_2 .pm_albums_listing_item,
.pm_columns_2 .pm_portfolio_item,
.pm_columns_2 .pm_blog_item {
    width: 50%;
}

.pm_columns_3 .pm_gallery_item,
.pm_columns_3 .pm_albums_listing_item,
.pm_columns_3 .pm_portfolio_item,
.pm_columns_3 .pm_blog_item {
    width: 33.32333333333%;
}

.pm_columns_4 .pm_gallery_item,
.pm_columns_4 .pm_albums_listing_item,
.pm_columns_4 .pm_portfolio_item,
.pm_columns_4 .pm_blog_item {
    width: 25%;
}

.pm_columns_5 .pm_gallery_item,
.pm_columns_5 .pm_albums_listing_item,
.pm_columns_5 .pm_portfolio_item,
.pm_columns_5 .pm_blog_item {
    width: 20%;
}

.pm_with_margin .pm_gallery,
.pm_with_margin .pm_albums,
.pm_with_margin .pm_portfolio_listing,
.pm_with_margin .pm_blog_listing {
    margin: 10px 10px 0 0;
}

.pm_with_margin .pm_gallery_item_wrapper,
.pm_with_margin .pm_slbums_listing_wrapper,
.pm_with_margin .pm_portfolio_item_wrapper,
.pm_with_margin .pm_blog_item_wrapper {
    padding-left: 10px;
    padding-bottom: 10px
}

.pm_album_masonry,
.pm_album_grid {
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.pm_load_more {
    width: 100%;
    display: block;
    padding: 29px 0;
    /*background: #111314;*/
}

.pm_load_more .pm_load_more_back {
    width: 22px;
    height: 22px;
    display: block;
    margin: 0 auto;
    background: url("../img/load_more_back.png") no-repeat center;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pm_load_more:hover .pm_load_more_back {
    opacity: .4;
}

.gallery_grid .pm_gallery .pm_gallery_item img,
.pm_albums_wrapper .pm_albums_listing_item .pm_album_thumb_wrapper img,
.page-template-page-portfolio .pm_portfolio_item .pm_portfolio_featured_image_wrapper img,
.page-template-page-blog-ajax .pm_blog_item .pm_blog_featured_image_wrapper img {
    display: block;
}

.gallery_grid .pm_gallery .pm_gallery_item .pm_image_title,
.pm_albums_wrapper .pm_albums_listing_item .pm_album_title,
.page-template-page-portfolio .pm_portfolio_item .pm_portfolio_post_title,
.page-template-page-blog-ajax .pm_blog_item .pm_blog_post_title {
    text-align: center;
    font-size: 14px;
    padding: 20px 0 22px;
    background: #111314;
}

.gallery_grid .pm_gallery .pm_gallery_item .pm_gallery_item_wrapper,
.pm_albums_wrapper .pm_albums_listing_item .pm_slbums_listing_wrapper,
.page-template-page-portfolio .pm_portfolio_item .pm_portfolio_item_wrapper,
.page-template-page-blog-ajax .pm_blog_item .pm_blog_item_wrapper,
.pm_albums_stripes .pm_albums_stripes_item {
    transition: all .3s;
    -webkit-transition: all .3s;
}

.gallery_grid .pm_gallery .pm_gallery_item .pm_gallery_item_wrapper .pm_image_wrapper,
.pm_albums_wrapper .pm_albums_listing_item .pm_slbums_listing_wrapper .pm_album_thumb_wrapper,
.page-template-page-portfolio .pm_portfolio_item .pm_portfolio_item_wrapper .pm_portfolio_featured_image_wrapper,
.page-template-page-blog-ajax .pm_blog_item .pm_blog_item_wrapper .pm_blog_featured_image_wrapper,
.pm_albums_stripes .pm_albums_stripes_item {
    position: relative;
}

.gallery_grid .pm_gallery .pm_gallery_item .pm_gallery_item_wrapper .pm_image_likes_wrapper,
.pm_albums_wrapper .pm_albums_listing_item .pm_slbums_listing_wrapper .pm_album_thumb_wrapper .pm_album_likes_wrapper,
.page-template-page-portfolio .pm_portfolio_item .pm_portfolio_item_wrapper .pm_portfolio_featured_image_wrapper .pm_post_likes_wrapper,
.page-template-page-blog-ajax .pm_blog_item .pm_blog_item_wrapper .pm_blog_featured_image_wrapper .pm_post_likes_wrapper,
.pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_wrapper {
    width: 100%;
    height: 67px;
    text-align: center;
    position: absolute;
    bottom: 1%;
    margin-top: -33px;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.gallery_grid .pm_gallery .pm_gallery_item .pm_gallery_item_wrapper:hover .pm_image_likes_wrapper,
.pm_albums_wrapper .pm_albums_listing_item .pm_slbums_listing_wrapper .pm_album_thumb_wrapper:hover .pm_album_likes_wrapper,
.page-template-page-portfolio .pm_portfolio_item .pm_portfolio_item_wrapper .pm_portfolio_featured_image_wrapper:hover .pm_post_likes_wrapper,
.page-template-page-blog-ajax .pm_blog_item .pm_blog_item_wrapper .pm_blog_featured_image_wrapper:hover .pm_post_likes_wrapper,
.pm_albums_stripes .pm_albums_stripes_item:hover .pm_album_likes_wrapper {
    opacity: 0.7;
}

.pm_image_likes_container {
    width: 180px;
    margin: 0 auto;
}

.gallery_grid .pm_gallery .pm_gallery_item .pm_gallery_item_wrapper .pm_image_likes_wrapper .pm_add_like_button,
.pm_albums_wrapper .pm_albums_listing_item .pm_slbums_listing_wrapper .pm_album_thumb_wrapper .pm_album_likes_wrapper .pm_add_like_button,
.pm_albums .pm_albums_listing_item .pm_album_thumb_wrapper .pm_images_counter_wrapper,
.page-template-page-portfolio .pm_portfolio_item .pm_portfolio_item_wrapper .pm_portfolio_featured_image_wrapper .pm_post_likes_wrapper .pm_add_like_button,
.page-template-page-blog-ajax .pm_blog_item .pm_blog_item_wrapper .pm_blog_featured_image_wrapper .pm_post_likes_wrapper .pm_add_like_button,
.pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_wrapper .pm_add_like_button,
.pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_wrapper .pm_images_counter_wrapper {
    width: 35px;
    height: 24px;
    line-height: 21px;
    border-radius: 4px;
    background: rgba(23, 21, 21, 0.6);
    padding: 23px 23px 20px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    float: left;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.gallery_grid .pm_gallery .pm_gallery_item .pm_gallery_item_wrapper .pm_image_likes_wrapper .pm_add_like_button .pm_likes_icon,
.pm_albums_wrapper .pm_albums_listing_item .pm_slbums_listing_wrapper .pm_album_thumb_wrapper .pm_album_likes_wrapper .pm_add_like_button .pm_likes_icon,
.page-template-page-portfolio .pm_portfolio_item .pm_portfolio_item_wrapper .pm_portfolio_featured_image_wrapper .pm_post_likes_wrapper .pm_add_like_button .pm_likes_icon,
.page-template-page-blog-ajax .pm_blog_item .pm_blog_item_wrapper .pm_blog_featured_image_wrapper .pm_post_likes_wrapper .pm_add_like_button .pm_likes_icon,
.pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_wrapper .pm_add_like_button .pm_likes_icon {
    font-size: 21px;
    color: #ffffff;
    position: absolute;
    top: 23px;
    left: 31px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.gallery_grid .pm_gallery .pm_gallery_item .pm_gallery_item_wrapper .pm_image_likes_wrapper .pm_add_like_button .pm_clicked_like,
.pm_albums_wrapper .pm_albums_listing_item .pm_slbums_listing_wrapper .pm_album_thumb_wrapper .pm_album_likes_wrapper .pm_add_like_button .pm_clicked_like,
.page-template-page-portfolio .pm_portfolio_item .pm_portfolio_item_wrapper .pm_portfolio_featured_image_wrapper .pm_post_likes_wrapper .pm_add_like_button .pm_clicked_like,
.page-template-page-blog-ajax .pm_blog_item .pm_blog_item_wrapper .pm_blog_featured_image_wrapper .pm_post_likes_wrapper .pm_add_like_button .pm_clicked_like,
.pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_wrapper .pm_add_like_button .pm_clicked_like {
    font-size: 21px;
    color: #ffffff;
    opacity: 0;
    position: absolute;
    top: 23px;
    left: 31px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.gallery_grid .pm_gallery .pm_gallery_item .pm_gallery_item_wrapper .pm_image_likes_wrapper .pm_add_like_button .pm_likes_icon.pm_likes_fade_in,
.pm_albums_wrapper .pm_albums_listing_item .pm_slbums_listing_wrapper .pm_album_thumb_wrapper .pm_album_likes_wrapper .pm_add_like_button .pm_likes_icon.pm_likes_fade_in,
.page-template-page-portfolio .pm_portfolio_item .pm_portfolio_item_wrapper .pm_portfolio_featured_image_wrapper .pm_post_likes_wrapper .pm_add_like_button .pm_likes_icon.pm_likes_fade_in,
.page-template-page-blog-ajax .pm_blog_item .pm_blog_item_wrapper .pm_blog_featured_image_wrapper .pm_post_likes_wrapper .pm_add_like_button .pm_likes_icon.pm_likes_fade_in,
.pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_wrapper .pm_add_like_button .pm_likes_icon.pm_likes_fade_in {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
    margin-right: 0;
}

.gallery_grid .pm_gallery .pm_gallery_item .pm_gallery_item_wrapper .pm_image_likes_wrapper .pm_add_like_button .pm_likes_counter,
.pm_albums_wrapper .pm_albums_listing_item .pm_slbums_listing_wrapper .pm_album_thumb_wrapper .pm_album_likes_wrapper .pm_add_like_button .pm_likes_counter,
.page-template-page-portfolio .pm_portfolio_item .pm_portfolio_item_wrapper .pm_portfolio_featured_image_wrapper .pm_post_likes_wrapper .pm_add_like_button .pm_likes_counter,
.page-template-page-blog-ajax .pm_blog_item .pm_blog_item_wrapper .pm_blog_featured_image_wrapper .pm_post_likes_wrapper .pm_add_like_button .pm_likes_counter,
.pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_wrapper .pm_add_like_button .pm_likes_counter {
    font-size: 14px;
    color: #b7c2c8;
    position: relative;
    top: 1px;
    left: 15px;
}

.gallery_grid .pm_gallery .pm_gallery_item .pm_gallery_item_wrapper .pm_image_likes_wrapper .pm_add_like_button.inactive,
.pm_albums_wrapper .pm_albums_listing_item .pm_slbums_listing_wrapper .pm_album_thumb_wrapper .pm_album_likes_wrapper .pm_add_like_button.inactive,
.page-template-page-portfolio .pm_portfolio_item .pm_portfolio_item_wrapper .pm_portfolio_featured_image_wrapper .pm_post_likes_wrapper .pm_add_like_button.inactive,
.page-template-page-blog-ajax .pm_blog_item .pm_blog_item_wrapper .pm_blog_featured_image_wrapper .pm_post_likes_wrapper .pm_add_like_button.inactive,
.pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_wrapper .pm_add_like_button.inactive {
    cursor: default;
}

.pm_popup_trigger {
    width: 67px;
    height: 67px;
    border-radius: 4px;
    display: inline-block;
    float: left;
    margin-left: 10px;
    background: #111314 url("../img/popup_button_back.png") no-repeat center;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.gallery_grid .pm_gallery .pm_gallery_item .pm_gallery_item_wrapper .pm_image_likes_wrapper .pm_add_like_button:hover,
.pm_albums_wrapper .pm_albums_listing_item .pm_slbums_listing_wrapper .pm_album_thumb_wrapper:hover .pm_album_likes_wrapper .pm_add_like_button:hover,
.pm_albums .pm_albums_listing_item .pm_album_thumb_wrapper .pm_images_counter_wrapper:hover,
.page-template-page-portfolio .pm_portfolio_item .pm_portfolio_item_wrapper .pm_portfolio_featured_image_wrapper .pm_post_likes_wrapper .pm_add_like_button:hover,
.page-template-page-blog-ajax .pm_blog_item .pm_blog_item_wrapper .pm_blog_featured_image_wrapper .pm_post_likes_wrapper .pm_add_like_button:hover,
.page-template-page-portfolio .pm_portfolio_item .pm_post_likes_wrapper .pm_potrfolio_read_more:hover,
.page-template-page-blog-ajax .pm_blog_item .pm_post_likes_wrapper .pm_potrfolio_read_more:hover,
.pm_popup_trigger:hover,
.pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_wrapper .pm_add_like_button:hover,
.pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_wrapper .pm_images_counter_wrapper:hover {
    /*opacity: 0.7;*/

    background: rgba(23, 21, 21, 0.9);
}

/* Album Scattered */
.pm_more_scattered_photos {
    width: 67px;
    height: 67px;
    border-radius: 4px;
    background: #111314 url("../img/plus_back.png") no-repeat center;
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 117px;
    z-index: 20000;
}

.pm_more_scattered_photos:hover {
    background: #111314 url("../img/plus_back_active.gif") no-repeat center;
}

.gallery_scattered {
    overflow: hidden;
    position: relative;
}

.gallery_scattered {
    width: 100%;
    height: 100%;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.gallery_scattered .pm_scattered_photo.invisible,
.gallery_scattered .pm_scattered_layer.invisible {
    opacity: 0;
}

.gallery_scattered .pm_scattered_photo {
    width: 400px;
    height: 454px;
    padding: 15px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0 0 35px 10px #000000;
    opacity: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    position: absolute;
}

.gallery_scattered .pm_scattered_photo .pm_scattered_image {
    width: 370px;
    height: 374px;
    background-size: cover !important;
    cursor: pointer;
}

.gallery_scattered .pm_scattered_photo .pm_scattered_image a {
    width: 100%;
    height: 100%;
    display: block;
}

.gallery_scattered .pm_scattered_photo .pm_scattered_description {
    font-family: Handlee, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #404446;
    padding: 20px 8px;
}

.gallery_scattered .pm_scattered_photo .pm_scattered_description .pm_add_like_button {
    cursor: pointer;
    position: relative;
}

.gallery_scattered .pm_scattered_photo .pm_scattered_description .pm_add_like_button .pm_likes_icon {
    font-weight: 600;
}

.gallery_scattered .pm_scattered_photo .pm_scattered_description .pm_add_like_button.inactive {
    cursor: default;
}

/* ---------------------------------- */
/* -- Positions of scattered Photos -- */
/* ---------------------------------- */
.gallery_scattered .pm_scattered_layer .pm_scattered_photo:hover {
    transform: rotate(0deg) scale(1.2);
    -webkit-transform: rotate(0deg) scale(1.2);
    box-shadow: 0 0 50px 20px #000000;
    z-index: 5000;
}

/* - First Load Layer - */
.gallery_scattered .pm_scattered_first_load .photo_1 {
    top: 59.3%;
    left: 52.4%;
    transform: rotate(1.8deg) scale(1);
    -webkit-transform: rotate(1.8deg) scale(1);
}

.gallery_scattered .pm_scattered_first_load .photo_2 {
    top: 57.6%;
    left: 26.8%;
    transform: rotate(-14deg) scale(1);
    -webkit-transform: rotate(-14deg) scale(1);
}

.gallery_scattered .pm_scattered_first_load .photo_3 {
    top: 55%;
    left: 77.8%;
    transform: rotate(1.8deg) scale(1);
    -webkit-transform: rotate(1.8deg) scale(1);
}

.gallery_scattered .pm_scattered_first_load .photo_4{
    top: 54.6%;
    left: 3%;
    transform: rotate(1.8deg) scale(1);
    -webkit-transform: rotate(1.8deg) scale(1);
}

.gallery_scattered .pm_scattered_first_load .photo_5{
    top: -6%;
    left: 13.9%;
    transform: rotate(1.8deg) scale(1);
    -webkit-transform: rotate(1.8deg) scale(1);
}

.gallery_scattered .pm_scattered_first_load .photo_6 {
    top: -2.3%;
    left: 45.9%;
    transform: rotate(21.2deg) scale(1);
    -webkit-transform: rotate(21.2deg) scale(1);
}

.gallery_scattered .pm_scattered_first_load .photo_7 {
    top: 3%;
    left: 78%;
    transform: rotate(-8deg) scale(1);
    -webkit-transform: rotate(-8deg) scale(1);
}

.gallery_scattered .pm_scattered_first_load .photo_8 {
    top: 15.6%;
    left: -2.3%;
    transform: rotate(-7.9deg) scale(1);
    -webkit-transform: rotate(-7.9deg) scale(1);
}

.gallery_scattered .pm_scattered_first_load .photo_9 {
    top: 46%;
    left: 41%;
    transform: rotate(15deg) scale(1);
    -webkit-transform: rotate(15deg) scale(1);
}

.gallery_scattered .pm_scattered_first_load .photo_10 {
    top: 38.6%;
    left: 6.2%;
    transform: rotate(-22deg) scale(1);
    -webkit-transform: rotate(-22deg) scale(1);
}

.gallery_scattered .pm_scattered_first_load .photo_11 {
    top: 27%;
    left: 69%;
    transform: rotate(52.7deg) scale(1);
    -webkit-transform: rotate(52.7deg) scale(1);
}

.gallery_scattered .pm_scattered_first_load .photo_12{
    top: 19.8%;
    left: 49.8%;
    transform: rotate(3.6deg) scale(1);
    -webkit-transform: rotate(3.6deg) scale(1);
}

.gallery_scattered .pm_scattered_first_load .photo_13 {
    top: 48.6%;
    left: 63.2%;
    transform: rotate(-10.2deg) scale(1);
    -webkit-transform: rotate(-10.2deg) scale(1);
}

.gallery_scattered .pm_scattered_first_load .photo_14 {
    top: 16.2%;
    left: 28.6%;
    transform: rotate(-14.5deg) scale(1);
    -webkit-transform: rotate(-14.5deg) scale(1);
}

.gallery_scattered .pm_scattered_first_load .photo_15 {
    top: 46%;
    left: 18.8%;
    transform: rotate(28deg) scale(1);
    -webkit-transform: rotate(28deg) scale(1);
}

.gallery_scattered .pm_scattered_first_load .photo_16 {
    top: 15.6%;
    left: 9.4%;
    transform: rotate(-13.8deg) scale(1);
    -webkit-transform: rotate(-13.8deg) scale(1);
}

.gallery_scattered .pm_scattered_first_load .photo_1:hover,
.gallery_scattered .pm_scattered_first_load .photo_2:hover,
.gallery_scattered .pm_scattered_first_load .photo_4:hover,
.gallery_scattered .pm_scattered_first_load .photo_13:hover {
    top: 45%;
}

.gallery_scattered .pm_scattered_first_load .photo_3:hover {
    top: 35%;
}

.gallery_scattered .pm_scattered_first_load .photo_3:hover,
.gallery_scattered .pm_scattered_first_load .photo_7:hover {
    left: 76%;
}

.gallery_scattered .pm_scattered_first_load .photo_5:hover,
.gallery_scattered .pm_scattered_first_load .photo_6:hover,
.gallery_scattered .pm_scattered_first_load .photo_7:hover {
    top: 15%;
}

.gallery_scattered .pm_scattered_first_load .photo_8:hover {
    left: 3%;
}

/* - Layer 1 - */
.gallery_scattered .pm_scattered_layer_1 .photo_1 {
    top: 46%;
    left: 41%;
    transform: rotate(15deg) scale(1);
    -webkit-transform: rotate(15deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_1 .photo_2 {
    top: 38.6%;
    left: 6.2%;
    transform: rotate(-22deg) scale(1);
    -webkit-transform: rotate(-22deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_1 .photo_3 {
    top: 27%;
    left: 69%;
    transform: rotate(52.7deg) scale(1);
    -webkit-transform: rotate(52.7deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_1 .photo_4{
    top: 19.8%;
    left: 49.8%;
    transform: rotate(3.6deg) scale(1);
    -webkit-transform: rotate(3.6deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_1 .photo_5 {
    top: 48.6%;
    left: 63.2%;
    transform: rotate(-10.2deg) scale(1);
    -webkit-transform: rotate(-10.2deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_1 .photo_6 {
    top: 16.2%;
    left: 28.6%;
    transform: rotate(-14.5deg) scale(1);
    -webkit-transform: rotate(-14.5deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_1 .photo_7 {
    top: 46%;
    left: 18.8%;
    transform: rotate(28deg) scale(1);
    -webkit-transform: rotate(28deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_1 .photo_8 {
    top: 15.6%;
    left: 9.4%;
    transform: rotate(-13.8deg) scale(1);
    -webkit-transform: rotate(-13.8deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_1 .photo_5:hover {
    top: 45%;
}

/* - Layer 2 - */
.gallery_scattered .pm_scattered_layer_2 .photo_1 {
    top: 59.3%;
    left: 52.4%;
    transform: rotate(1.8deg) scale(1);
    -webkit-transform: rotate(1.8deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_2 .photo_2 {
    top: 57.6%;
    left: 26.8%;
    transform: rotate(-14deg) scale(1);
    -webkit-transform: rotate(-14deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_2 .photo_3 {
    top: 55%;
    left: 77.8%;
    transform: rotate(1.8deg) scale(1);
    -webkit-transform: rotate(1.8deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_2 .photo_4{
    top: 54.6%;
    left: 3%;
    transform: rotate(1.8deg) scale(1);
    -webkit-transform: rotate(1.8deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_2 .photo_5{
    top: -6%;
    left: 13.9%;
    transform: rotate(1.8deg) scale(1);
    -webkit-transform: rotate(1.8deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_2 .photo_6 {
    top: -2.3%;
    left: 45.9%;
    transform: rotate(21.2deg) scale(1);
    -webkit-transform: rotate(21.2deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_2 .photo_7 {
    top: 3%;
    left: 78%;
    transform: rotate(-8deg) scale(1);
    -webkit-transform: rotate(-8deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_2 .photo_8 {
    top: 15.6%;
    left: -2.3%;
    transform: rotate(-7.9deg) scale(1);
    -webkit-transform: rotate(-7.9deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_2 .photo_1:hover,
.gallery_scattered .pm_scattered_layer_2 .photo_2:hover,
.gallery_scattered .pm_scattered_layer_2 .photo_4:hover {
    top: 45%;
}

.gallery_scattered .pm_scattered_layer_2 .photo_3:hover {
    top: 35%;
}

.gallery_scattered .pm_scattered_layer_2 .photo_3:hover,
.gallery_scattered .pm_scattered_layer_2 .photo_7:hover {
    left: 76%;
}

.gallery_scattered .pm_scattered_layer_2 .photo_5:hover,
.gallery_scattered .pm_scattered_layer_2 .photo_6:hover,
.gallery_scattered .pm_scattered_layer_2 .photo_7:hover {
    top: 15%;
}

.gallery_scattered .pm_scattered_layer_2 .photo_8:hover {
    left: 3%;
}

/* - Layer 3 - */
.gallery_scattered .pm_scattered_layer_3 .photo_1 {
    top: 1.1%;
    left: -.3%;
    transform: rotate(-18.3deg) scale(1);
    -webkit-transform: rotate(-18.3deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_3 .photo_2 {
    top: 68.5%;
    left: 63.6%;
    transform: rotate(12deg) scale(1);
    -webkit-transform: rotate(12deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_3 .photo_3 {
    top: 60.5%;
    left: -3.8%;
    transform: rotate(13.2deg) scale(1);
    -webkit-transform: rotate(13.2deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_3 .photo_4{
    top: -4.7%;
    left: 64.9%;
    transform: rotate(-8deg) scale(1);
    -webkit-transform: rotate(-8deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_3 .photo_5{
    top: 67.5%;
    left: 11.3%;
    transform: rotate(-1.7deg) scale(1);
    -webkit-transform: rotate(-1.7deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_3 .photo_6 {
    top: -.5%;
    left: 29.2%;
    transform: rotate(16.4deg) scale(1);
    -webkit-transform: rotate(16.4deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_3 .photo_7 {
    top: 40.4%;
    left: 36%;
    transform: rotate(12.2deg) scale(1);
    -webkit-transform: rotate(12.2deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_3 .photo_8 {
    top: 36.9%;
    left: 61.1%;
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_3 .photo_1:hover,
.gallery_scattered .pm_scattered_layer_3 .photo_4:hover,
.gallery_scattered .pm_scattered_layer_3 .photo_6:hover {
    top: 15%;
}

.gallery_scattered .pm_scattered_layer_3 .photo_1:hover,
.gallery_scattered .pm_scattered_layer_3 .photo_3:hover {
    left: 3%;
}

.gallery_scattered .pm_scattered_layer_3 .photo_2:hover,
.gallery_scattered .pm_scattered_layer_3 .photo_3:hover,
.gallery_scattered .pm_scattered_layer_3 .photo_5:hover {
    top: 45%;
}

/* - Layer 4 - */
.gallery_scattered .pm_scattered_layer_4 .photo_1 {
    top: 1.9%;
    left: 82.4%;
    transform: rotate(14.2deg) scale(1);
    -webkit-transform: rotate(14.2deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_4 .photo_2 {
    top: 68.1%;
    left: 81%;
    transform: rotate(12.2deg) scale(1);
    -webkit-transform: rotate(12.2deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_4 .photo_3 {
    top: 36%;
    left: 81.5%;
    transform: rotate(-18.3deg) scale(1);
    -webkit-transform: rotate(-18.3deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_4 .photo_4{
    top: 65.5%;
    left: 37.4%;
    transform: rotate(-3.8deg) scale(1);
    -webkit-transform: rotate(-3.8deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_4 .photo_5{
    top: 31.6%;
    left: 7.3%;
    transform: rotate(-8deg) scale(1);
    -webkit-transform: rotate(-8deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_4 .photo_6 {
    top: 13.5%;
    left: 51.6%;
    transform: rotate(16.4deg) scale(1);
    -webkit-transform: rotate(16.4deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_4 .photo_7 {
    top: 45.6%;
    left: 64.3%;
    transform: rotate(12.2deg) scale(1);
    -webkit-transform: rotate(12.2deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_4 .photo_8 {
    top: 16.2%;
    left: 32.3%;
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
}

.gallery_scattered .pm_scattered_layer_4 .photo_1:hover {
    top: 15%;
}

.gallery_scattered .pm_scattered_layer_4 .photo_1:hover,
.gallery_scattered .pm_scattered_layer_4 .photo_2:hover,
.gallery_scattered .pm_scattered_layer_4 .photo_3:hover {
    left: 76%;
}

.gallery_scattered .pm_scattered_layer_4 .photo_2:hover {
    top: 35%;
}

.gallery_scattered .pm_scattered_layer_4 .photo_4:hover {
    top: 45%;
}

.gallery_scattered .pm_scattered_photo.invisible {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

/* Gallery Albums Listing */
/* Type Grid */
.pm_albums_listing_item .pm_slbums_listing_wrapper .pm_album_thumb_wrapper .pm_album_likes_container,
.pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_container {
    width: 220px;
    margin: 0 auto;
}

.pm_albums .pm_albums_listing_item .pm_album_thumb_wrapper .pm_images_counter_wrapper,
.pm_albums_stripes .pm_albums_stripes_item .pm_images_counter_wrapper {
    margin-left: 10px;
    color: #ffffff;
    background: #111314;
}

.pm_albums .pm_albums_listing_item .pm_album_thumb_wrapper .pm_images_counter_wrapper .pm_images_counter_icon,
.pm_albums_stripes .pm_albums_stripes_item .pm_images_counter_wrapper .pm_images_counter_icon,
.pm_albums .pm_albums_listing_item .pm_album_thumb_wrapper .pm_images_counter_wrapper .pm_video_counter_icon,
.pm_albums_stripes .pm_albums_stripes_item .pm_images_counter_wrapper .pm_video_counter_icon {
    width: 18px;
    height: 18px;
    background: url("../img/images_counter_back.png") no-repeat center;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.pm_albums .pm_albums_listing_item .pm_album_thumb_wrapper .pm_images_counter_wrapper .pm_video_counter_icon,
.pm_albums_stripes .pm_albums_stripes_item .pm_images_counter_wrapper .pm_video_counter_icon {
    background: url("../img/video_counter_back.png") no-repeat center;
}

.pm_albums .pm_albums_listing_item .pm_album_thumb_wrapper .pm_images_counter_wrapper .images_counter,
.pm_albums_stripes .pm_albums_stripes_item .pm_images_counter_wrapper .images_counter,
.pm_albums .pm_albums_listing_item .pm_album_thumb_wrapper .pm_images_counter_wrapper .video_counter,
.pm_albums_stripes .pm_albums_stripes_item .pm_images_counter_wrapper .video_counter {
    position: relative;
    top: -2px;
}

/* Type Stripes */
.pm_stripes_2 .pm_albums_stripes_item {
    width: 50%;
}

.pm_stripes_3 .pm_albums_stripes_item {
    width: 33.33333333333333%;
}

.pm_stripes_4 .pm_albums_stripes_item {
    width: 25%;
}

.pm_stripes_5 .pm_albums_stripes_item {
    width: 20%;
}

.pm_stripes_6 .pm_albums_stripes_item {
    width: 16.66666666666667%;
}

.pm_stripes_7 .pm_albums_stripes_item {
    width: 14.28571428571429%;
}

.pm_stripes_8 .pm_albums_stripes_item {
    width: 12.5%;
}

.pm_stripes_9 .pm_albums_stripes_item {
    width: 11.11111111111111%;
}

.pm_stripes_10 .pm_albums_stripes_item {
    width: 10%;
}

.pm_albums_stripes .pm_albums_stripes_item {
    height: 100%;
    background-size: cover !important;
    float: left;
}

/* Blog Listing Template */
.page-template-page-blog-tape,
.page-template-page-albums {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item .pm_post_format_mark {
    width: 67px;
    height: 67px;
    border-radius: 4px;
    margin: -33px 0 0 -33px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item .pm_post_format_mark.pm_post_format_image {
    background: #111314 url("../img/image_post_format.png") no-repeat center;
}

.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item .pm_post_format_mark.pm_post_format_video {
    background: #111314 url("../img/video_post_format.png") no-repeat center;
}

.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item .pm_post_format_mark.pm_post_format_standard {
    background: #111314 url("../img/standard_post_format.png") no-repeat center;
}

.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item .pm_media_output_cont,
.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item .pm_media_output_cont .pm_media_output_cont_wrapper,
.page-template-page-albums .pm_albums_tape_container .pm_gallery_item .pm_media_output_cont,
.page-template-page-albums .pm_albums_tape_container .pm_gallery_item .pm_media_output_cont .pm_media_output_cont_wrapper {
    width: auto;
    height: 100%;
}

.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item .pm_media_output_cont,
.page-template-page-albums .pm_albums_tape_container .pm_gallery_item .pm_media_output_cont {
    position: relative;
}

.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item .pm_media_output_cont .pm_output_fader,
.page-template-page-albums .pm_albums_tape_container .pm_gallery_item .pm_media_output_cont .pm_output_fader {
    width: 101%;
    height: 100%;
    background: #000000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item a.pm_post_permalink,
.page-template-page-albums .pm_albums_tape_container .pm_gallery_item a.pm_post_permalink {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
}

.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item.current_item a.pm_post_permalink,
.page-template-page-albums .pm_albums_tape_container .pm_gallery_item.current_item a.pm_post_permalink {
    display: block;
}

.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item.next_item,
.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item.prev_item,
.page-template-page-albums .pm_albums_tape_container .pm_gallery .pm_gallery_item.next_item,
.page-template-page-albums .pm_albums_tape_container .pm_gallery .pm_gallery_item.prev_item {
    cursor: pointer;
}

.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item img {
    width: auto;
    height: 100%;
    display: block;
    max-width: none;
}

.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item iframe {
    width: auto;
    height: 100%;
}

.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item .pm_media_output_cont .pm_media_output_cont_wrapper,
.page-template-page-albums .pm_albums_tape_container .pm_gallery_item .pm_media_output_cont .pm_media_output_cont_wrapper {
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item .pm_media_output_cont .pm_media_output_cont_wrapper .pm_prev_image_slide_button,
.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item .pm_media_output_cont .pm_media_output_cont_wrapper .pm_next_image_slide_button,
.page-template-page-albums .pm_albums_tape_container .pm_gallery_item .pm_media_output_cont_wrapper .pm_prev_image_slide_button,
.page-template-page-albums .pm_albums_tape_container .pm_gallery_item .pm_media_output_cont_wrapper .pm_next_image_slide_button {
    width: 67px;
    height: 67px;
    border-radius: 4px;
    background: #111314;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    float: none;
    z-index: 10;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item.current_item:hover .pm_prev_image_slide_button,
.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item.current_item:hover .pm_next_image_slide_button,
.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item.current_item:hover .pm_post_format_mark,
.page-template-page-albums .pm_albums_tape_container .pm_gallery_item.current_item:hover .pm_media_output_cont_wrapper .pm_prev_image_slide_button,
.page-template-page-albums .pm_albums_tape_container .pm_gallery_item.current_item:hover .pm_media_output_cont_wrapper .pm_next_image_slide_button {
    opacity: 1;
}

.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item.current_item .pm_media_output_cont .pm_media_output_cont_wrapper .pm_prev_image_slide_button:hover,
.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item.current_item .pm_media_output_cont .pm_media_output_cont_wrapper .pm_next_image_slide_button:hover,
.page-template-page-albums .pm_albums_tape_container .pm_gallery_item.current_item .pm_media_output_cont_wrapper .pm_prev_image_slide_button:hover,
.page-template-page-albums .pm_albums_tape_container .pm_gallery_item.current_item .pm_media_output_cont_wrapper .pm_next_image_slide_button:hover {
    opacity: .9;
}

.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item .pm_media_output_cont .pm_media_output_cont_wrapper .pm_prev_image_slide_button,
.page-template-page-albums .pm_albums_tape_container .pm_gallery_item .pm_media_output_cont_wrapper .pm_prev_image_slide_button {
    left: 30px;
    background: #111314 url("../img/prev_button_back.png") no-repeat center;
}

.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item .pm_media_output_cont .pm_media_output_cont_wrapper .pm_next_image_slide_button,
.page-template-page-albums .pm_albums_tape_container .pm_gallery_item .pm_media_output_cont_wrapper .pm_next_image_slide_button {
    right: 30px;
    background: #111314 url("../img/next_button_back.png") no-repeat center;
}

.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item ul.pm_media_outout_image_listing,
.page-template-page-albums .pm_albums_tape_container .pm_gallery_item ul.pm_media_outout_image_listing {
    width: auto;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item ul.pm_media_outout_image_listing li,
.page-template-page-albums .pm_albums_tape_container .pm_gallery_item ul.pm_media_outout_image_listing li {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item ul.pm_media_outout_image_listing li.visible,
.page-template-page-albums .pm_albums_tape_container .pm_gallery_item ul.pm_media_outout_image_listing li.visible {
    opacity: 1;
}

.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item ul.pm_media_outout_image_listing li,
.pm_blog_listing_tape_container .pm_gallery .pm_gallery_item ul.pm_media_outout_image_listing li img,
.page-template-page-albums .pm_albums_tape_container .pm_gallery_item ul.pm_media_outout_image_listing li,
.page-template-page-albums .pm_albums_tape_container .pm_gallery_item ul.pm_media_outout_image_listing li img {
    width: auto;
    height: 100%;
}

.pm_blog_listing_tape_container .pm_temp_comment_counter {
    display: none;
}

.pm_slides_title_and_likes_container .pm_comments_counter {
    height: 67px;
    font-size: 14px;
    line-height: 67px;
    color: #b7c2c8;
    display: inline-block;
    margin-left: 10px;
    padding: 0 22px 0 24px;
    border-radius: 4px;
    background: #111314;
}

/* Portfolio Listing */
.page-template-page-portfolio .pm_portfolio_item .pm_post_likes_wrapper .pm_potrfolio_read_more,
.page-template-page-blog-ajax .pm_blog_item .pm_post_likes_wrapper .pm_potrfolio_read_more {
    width: 67px;
    height: 67px;
    border-radius: 4px;
    display: inline-block;
    float: left;
    margin-left: 10px;
    background: #111314 url("../img/next_button_back.png") no-repeat center;
    transition: all .3s;
    -webkit-transition: all .3s;
}

/* Single Portfolio Post and Single Blog Post */
.single-portfolio,
.single-post {
    overflow: hidden;
}

.single-portfolio .pm_post_container .pm_post_container_wrapper,
.single-post .pm_post_container .pm_post_container_wrapper,
.pm_post_container.page_type_fullwidth .pm_post_container_wrapper {
    width: 100%;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
}

.single-portfolio .pm_post_container .pm_post_container_wrapper .pm_post_wrapper,
.single-post .pm_post_container .pm_post_container_wrapper .pm_post_wrapper,
.pm_post_container.page_type_fullwidth .pm_post_container_wrapper .pm_post_wrapper {
    width: 100%;
    height: 100%;
}

.pm_media_output,
.pm_content_container {
    float: left;
}

.pm_media_output {
    width: 62%;
    height: 100%;
    box-sizing: border-box;
}

.pm_media_output .pm_media_output_wrapper,
.pm_media_output .pm_media_output_wrapper .pm_media_output_cont,
.pm_media_output .pm_media_output_wrapper .pm_media_output_cont .pm_media_output_cont_wrapper,
.pm_media_output .pm_media_output_wrapper .pm_media_output_cont .pm_media_output_cont_wrapper ul.pm_media_outout_image_listing,
.pm_media_output .pm_media_output_wrapper .pm_media_output_cont .pm_media_output_cont_wrapper ul.pm_media_outout_image_listing li {
    width: 100%;
    height: 100%;
}

.pm_standard_output_cont {
    margin-bottom: 21px;
}

.pm_media_output .pm_media_output_wrapper .pm_media_output_cont .pm_media_output_cont_wrapper,
.pm_standard_output_cont .pm_media_output_cont_wrapper {
    position: relative;
    background-size: cover !important;
}

.pm_standard_output_cont .pm_media_output_cont_wrapper {
    width: 100%;
    height: 620px;
}

.pm_media_output .pm_media_output_wrapper .pm_media_output_cont .pm_media_output_cont_wrapper .pm_prev_slide_button,
.pm_media_output .pm_media_output_wrapper .pm_media_output_cont .pm_media_output_cont_wrapper .pm_next_slide_button,
.pm_standard_output_cont .pm_media_output_cont_wrapper .pm_prev_slide_button,
.pm_standard_output_cont .pm_media_output_cont_wrapper .pm_next_slide_button {
    margin: -33px 0 0;
    position: absolute;
    top: 50%;
}

.pm_media_output .pm_media_output_wrapper .pm_media_output_cont .pm_media_output_cont_wrapper .pm_prev_slide_button,
.pm_standard_output_cont .pm_media_output_cont_wrapper .pm_prev_slide_button {
    left: 40px;
}

.pm_media_output .pm_media_output_wrapper .pm_media_output_cont .pm_media_output_cont_wrapper .pm_next_slide_button,
.pm_standard_output_cont .pm_media_output_cont_wrapper .pm_next_slide_button {
    right: 40px;
}

.pm_media_output .pm_media_output_wrapper .pm_media_output_cont .pm_media_output_cont_wrapper ul.pm_media_outout_image_listing,
.pm_standard_output_cont .pm_media_output_cont .pm_media_output_cont_wrapper ul.pm_media_outout_image_listing {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.pm_media_output .pm_media_output_wrapper .pm_media_output_cont .pm_media_output_cont_wrapper ul.pm_media_outout_image_listing li,
.pm_standard_output_cont .pm_media_output_cont .pm_media_output_cont_wrapper ul.pm_media_outout_image_listing li {
    background-size: cover !important;
    position: absolute;
    opacity: 0;
    transition: all .8s;
    -webkit-transition: all .8s;
}

.pm_media_output .pm_media_output_wrapper .pm_media_output_cont .pm_media_output_cont_wrapper ul.pm_media_outout_image_listing li.visible_slide,
.pm_standard_output_cont .pm_media_output_cont .pm_media_output_cont_wrapper ul.pm_media_outout_image_listing li.visible_slide {
    opacity: 1;
}

.pm_content_container {
    width: 38% !important;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.pm_content_container:focus {
    outline: none;
}

.pm_content_container .pm_content_container_wrapper {
    padding-left: 40px;
}

.jspPane {
    position: absolute;
    width: 100% !important;
    margin-left: 0 !important;
}

.single-portfolio .pm_post_container .pm_navigation_container,
.single-post .pm_post_container .pm_navigation_container {
    right: 30px;
}

.single-portfolio .pm_content_container .pm_post_likes_wrapper,
.single-post .pm_content_container .pm_post_likes_wrapper,
.pm_post_container.page_type_fullwidth .pm_content_container .pm_post_likes_wrapper {
    height: 67px;
    position: fixed;
    bottom: 40px;
}

.single-portfolio .pm_content_container .pm_post_likes_wrapper .pm_add_like_button,
.single-post .pm_content_container .pm_post_likes_wrapper .pm_add_like_button,
.pm_post_container.page_type_fullwidth .pm_content_container .pm_post_likes_wrapper .pm_add_like_button,
.pm_standard_title_and_likes_container .pm_add_like_button {
    line-height: 21px;
    border-radius: 4px;
    background: #111314;
    padding: 25px 23px 20px 54px;
    cursor: pointer;
    display: block;
    position: relative;
}

.single-portfolio .pm_content_container .pm_post_likes_wrapper .pm_add_like_button .pm_likes_icon,
.single-post .pm_content_container .pm_post_likes_wrapper .pm_add_like_button .pm_likes_icon,
.pm_post_container.page_type_fullwidth .pm_content_container .pm_post_likes_wrapper .pm_add_like_button .pm_likes_icon,
.pm_standard_title_and_likes_container .pm_add_like_button .pm_likes_icon {
    font-size: 21px;
    color: #ffffff;
    position: absolute;
    top: 23px;
    left: 23px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.single-portfolio .pm_content_container .pm_post_likes_wrapper .pm_add_like_button .pm_likes_icon.pm_likes_fade_in,
.single-post .pm_content_container .pm_post_likes_wrapper .pm_add_like_button .pm_likes_icon.pm_likes_fade_in,
.pm_post_container.page_type_fullwidth .pm_content_container .pm_post_likes_wrapper .pm_add_like_button .pm_likes_icon.pm_likes_fade_in,
.pm_standard_title_and_likes_container .pm_add_like_button .pm_likes_icon.pm_likes_fade_in {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
}

.single-portfolio .pm_content_container .pm_post_likes_wrapper .pm_add_like_button .pm_clicked_like,
.single-post .pm_content_container .pm_post_likes_wrapper .pm_add_like_button .pm_clicked_like,
.pm_post_container.page_type_fullwidth .pm_content_container .pm_post_likes_wrapper .pm_add_like_button .pm_clicked_like,
.pm_standard_title_and_likes_container .pm_add_like_button .pm_clicked_like {
    font-size: 21px;
    color: #ffffff;
    position: absolute;
    top: 23px;
    left: 23px;
    opacity: 0;
}

.single-portfolio .pm_content_container .pm_post_likes_wrapper .pm_add_like_button .pm_likes_counter,
.single-post .pm_content_container .pm_post_likes_wrapper .pm_add_like_button .pm_likes_counter,
.pm_post_container.page_type_fullwidth .pm_content_container .pm_post_likes_wrapper .pm_add_like_button .pm_likes_counter,
.pm_standard_title_and_likes_container .pm_add_like_button .pm_likes_counter {
    font-size: 14px;
    color: #b7c2c8;
    position: relative;
    top: -3px;
}

.single-portfolio .pm_content_container .pm_post_likes_wrapper .pm_add_like_button.inactive,
.single-post .pm_content_container .pm_post_likes_wrapper .pm_add_like_button.inactive,
.pm_post_container.page_type_fullwidth .pm_content_container .pm_post_likes_wrapper .pm_add_like_button.inactive,
.pm_standard_title_and_likes_container .pm_add_like_button.inactive {
    cursor: default;
}

.single-portfolio .pm_prev_slide_button a,
.single-portfolio .pm_next_slide_button a,
.single-post .pm_prev_slide_button a,
.single-post .pm_next_slide_button a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 15;
}

.single-portfolio .pm_prev_slide_button .pm_prev_thumb_cont,
.single-portfolio .pm_next_slide_button .pm_next_thumb_cont,
.single-post .pm_prev_slide_button .pm_prev_thumb_cont,
.single-post .pm_next_slide_button .pm_next_thumb_cont {
    background-size: cover !important;
}

.single-portfolio .pm_content_container .pm_post_title_cont,
.single-post .pm_content_container .pm_post_title_cont,
.pm_post_container.page_type_fullwidth .pm_content_container .pm_post_title_cont,
.pm_standard_title_and_likes_container .pm_post_title_cont {
    width: auto;
    min-height: 67px;
    min-width: 67px;
    max-width: 75%;
    word-wrap: break-word;
    display: inline-block;
    border-radius: 4px;
    background: #111314;
    color: #e3ebef;
    font-size: 27px;
    line-height: 67px;
    font-weight: 600;
    letter-spacing: .9px;
    text-transform: uppercase;
    padding: 0 22px;
    margin-bottom: 7px;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.single-portfolio .pm_content_container .pm_post_title_cont:before,
.single-post .pm_content_container .pm_post_title_cont:before,
.pm_post_container.page_type_fullwidth .pm_content_container .pm_post_title_cont:before,
.pm_standard_title_and_likes_container .pm_post_title_cont:before {
    content: "";
    position: absolute;
    top: 27px;
    left: -14px;
    border: solid 7px transparent;
    border-right: solid 7px #111314;
}

.single-portfolio .pm_content_container .pm_content,
.single-post .pm_content_container .pm_content {
    margin-bottom: 35px;
}

.single-portfolio .pm_content_container .pm_portfolio_tags,
.single-post .pm_content_container .pm_post_tags {
    margin-bottom: 22px;
}

.single-portfolio .pm_content_container .pm_portfolio_tags a,
.single-post .pm_content_container .pm_post_tags a,
.pm_dark_type .pm_post_tags_standard a {
    color: #b7c2c8;
    letter-spacing: .4px;
    border-radius: 4px;
    background: #111314;
    padding: 8px 15px 10px;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 10px;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.single-portfolio .pm_content_container .pm_portfolio_tags a:before,
.single-post .pm_content_container .pm_post_tags a:before,
.pm_post_tags_standard a:before {
    content: "";
    position: absolute;
    top: 17px;
    left: -8px;
    border: solid 4px transparent;
    border-right: solid 4px #111314;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.single-portfolio .pm_content_container .pm_portfolio_tags a:hover,
.single-post .pm_content_container .pm_post_tags a:hover,
.pm_post_tags_standard a:hover {
    color: #000000;
    background: #6cc5df;
}

.single-portfolio .pm_content_container .pm_portfolio_tags a:hover:before,
.single-post .pm_content_container .pm_post_tags a:hover:before,
.pm_post_tags_standard a:hover:before {
    border-right: solid 4px #6cc5df;
}

.single-portfolio .pm_content_container .pm_post_meta,
.single-post .pm_content_container .pm_post_meta,
.pm_post_meta_standard {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: #838c91;
    margin-bottom: 43px;
}

.single-portfolio .pm_content_container .pm_post_meta a,
.single-post .pm_content_container .pm_post_meta a,
.pm_dark_type .pm_post_meta_standard a {
    color: #b7c2c8;
}

.single-portfolio .pm_content_container .pm_post_meta a:hover,
.single-post .pm_content_container .pm_post_meta a:hover,
.pm_dark_type .pm_post_meta_standard a:hover {
    color: #6cc5df;
}

.pm_post_comments .pm_comments_wrapper {
    margin-bottom: 45px;
}

.pm_post_comments .pm_comments_wrapper .pm_comments_number,
.pm_post_comments_standard .pm_comments_wrapper .pm_comments_number {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 32px;
    border-radius: 4px;
    background: #111314;
    padding: 18px 20px 22px 24px;
    position: relative;
}

.pm_post_comments .pm_comments_wrapper .pm_comments_number {
    display: inline-block;
}

.pm_post_comments_standard .pm_comments_wrapper .pm_comments_number {
    margin-top: 27px;
}

.pm_post_comments .pm_comments_wrapper .pm_comments_number:before,
.pm_post_comments_standard .pm_comments_wrapper .pm_comments_number:before {
    content: "";
    position: absolute;
    top: 26px;
    left: -14px;
    border: solid 7px transparent;
    border-right: solid 7px #111314;
}

.pm_post_comments .pm_comments_wrapper .pm_comments_number .pm_comments_icon,
.pm_post_comments_standard .pm_comments_wrapper .pm_comments_number .pm_comments_icon,
.page-template-page-blog-tape .pm_comments_counter .pm_comments_icon {
    width: 24px;
    height: 21px;
    display: inline-block;
    margin-right: 9px;
    background: url("../img/comments.png") no-repeat center;
    position: relative;
    top: 7px;
}

.pm_post_comments .pm_comments_wrapper ul.pm_comments_list,
.pm_post_comments_standard ul.pm_comments_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pm_post_comments .pm_comments_wrapper ul.pm_comments_list li.comment,
.pm_post_comments_standard ul.pm_comments_list li.comment {
    position: relative;
    letter-spacing: 0;
}

.pm_post_comments .pm_comments_wrapper ul.pm_comments_list li.comment ul.children,
.pm_post_comments_standard ul.pm_comments_list li.comment ul.children {
    list-style: none;
}

.pm_post_comments .pm_comments_wrapper ul.pm_comments_list li.comment .pm_comment_container,
.pm_post_comments_standard ul.pm_comments_list li.comment .pm_comment_container {
    padding-left: 57px;
    margin-bottom: 20px;
}

.pm_post_comments .pm_comments_wrapper ul.pm_comments_list li.comment .pm_comment_container .pm_comment_avatar,
.pm_post_comments_standard ul.pm_comments_list li.comment .pm_comment_container .pm_comment_avatar {
    position: absolute;
    top: 0;
    left: 0;
}

.pm_post_comments .pm_comments_wrapper ul.pm_comments_list li.comment .pm_comment_container .pm_comment_avatar img,
.pm_post_comments_standard ul.pm_comments_list li.comment .pm_comment_container .pm_comment_avatar img {
    border-radius: 50%;
}

.pm_post_comments .pm_comments_wrapper ul.pm_comments_list li.comment .pm_comment_container .pm_comment_info,
.pm_post_comments_standard ul.pm_comments_list li.comment .pm_comment_container .pm_comment_info {
    position: relative;
    top: -3px;
}

.pm_post_comments .pm_comments_wrapper ul.pm_comments_list li.comment .pm_comment_container .pm_comment_info .pm_comment_author,
.pm_post_comments_standard ul.pm_comments_list li.comment .pm_comment_container .pm_comment_info .pm_comment_author {
    margin-right: 17px;
}

.pm_post_comments .pm_comments_wrapper ul.pm_comments_list li.comment .pm_comment_container .pm_comment_info .pm_comment_author a,
.pm_post_comments_standard ul.pm_comments_list li.comment .pm_comment_container .pm_comment_info .pm_comment_author a {
    color: #b7c2c8;
}

.pm_post_comments .pm_comments_wrapper ul.pm_comments_list li.comment .pm_comment_container .pm_comment_info .pm_comment_date,
.pm_post_comments_standard ul.pm_comments_list li.comment .pm_comment_container .pm_comment_info .pm_comment_date {
    margin-right: 17px;
    color: #838c91;
}

.pm_post_comments .pm_comments_wrapper ul.pm_comments_list li.comment .pm_comment_container .pm_comment_text,
.pm_post_comments_standard ul.pm_comments_list li.comment .pm_comment_container .pm_comment_text {
    position: relative;
    top: -2px;
}

.pm_post_comments .pm_comments_wrapper ul.pm_comments_list li.comment .pm_comment_container .pm_comment_text p,
.pm_post_comments_standard ul.pm_comments_list li.comment .pm_comment_container .pm_comment_text p {
    margin: 0;
    letter-spacing: 0;
}

.pm_post_comments .pm_comments_wrapper ul.pm_comments_list li.comment .pm_comment_reply,
.pm_post_comments_standard ul.pm_comments_list li.comment .pm_comment_reply {
    width: 10px;
    height: 9px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.pm_post_comments .pm_comments_wrapper ul.pm_comments_list li.comment .pm_comment_reply .pm_comment_reply_back,
.pm_post_comments .pm_comments_wrapper ul.pm_comments_list li.comment .pm_comment_reply .pm_comment_reply_back_hover,
.pm_post_comments_standard ul.pm_comments_list li.comment .pm_comment_reply .pm_comment_reply_back,
.pm_post_comments_standard ul.pm_comments_list li.comment .pm_comment_reply .pm_comment_reply_back_hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pm_post_comments .pm_comments_wrapper ul.pm_comments_list li.comment .pm_comment_reply .pm_comment_reply_back,
.pm_post_comments_standard ul.pm_comments_list li.comment .pm_comment_reply .pm_comment_reply_back {
    background: url("../img/comment_reply_back.png") no-repeat center;
    z-index: 1;
}

.pm_post_comments .pm_comments_wrapper ul.pm_comments_list li.comment .pm_comment_reply .pm_comment_reply_back_hover,
.pm_post_comments_standard ul.pm_comments_list li.comment .pm_comment_reply .pm_comment_reply_back_hover {
    background: url("../img/comment_reply_back_hover.png") no-repeat center;
    opacity: 0;
    z-index: 2;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pm_post_comments .pm_comments_wrapper ul.pm_comments_list li.comment .pm_comment_reply a,
.pm_post_comments_standard ul.pm_comments_list li.comment .pm_comment_reply a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.pm_post_comments .pm_comments_wrapper ul.pm_comments_list li.comment .pm_comment_reply:hover .pm_comment_reply_back_hover,
.pm_post_comments_standard ul.pm_comments_list li.comment .pm_comment_reply:hover .pm_comment_reply_back_hover {
    opacity: 1;
}

.pm_post_comments .comment-respond .comment-reply-title,
.pm_post_comments_standard .comment-respond .comment-reply-title {
    display: none;
}

.pm_post_comments .comment-respond .pm_logged_in_out,
.pm_post_comments .comment-respond .comment-notes,
.pm_post_comments_standard .comment-respond .pm_logged_in_out,
.pm_post_comments_standard .comment-respond .comment-notes {
    font-size: 13px;
    font-weight: 400;
    color: #838c91;
    text-transform: uppercase;
}

.pm_post_comments .comment-respond .pm_logged_in_out a,
.pm_post_comments_standard .comment-respond .pm_logged_in_out a {
    color: #b7c2c8;
}

.pm_post_comments .comment-respond input[type="text"],
.pm_post_comments .comment-respond textarea,
.pm_post_comments_standard .comment-respond input[type="text"],
.pm_post_comments_standard .comment-respond textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    color: #b7c2c8;
    border: none;
    border-radius: 4px;
    background: #111314;
    margin-bottom: 10px;
    padding: 7px 16px 8px;
}

.pm_post_comments_standard.pm_simple_layout .comment-respond input[type="text"],
.pm_post_comments_standard.pm_simple_layout .comment-respond textarea {
    width: 627px;
}

.pm_post_comments .comment-respond input[type="text"]::-moz-placeholder,
.pm_post_comments .comment-respond textarea::-moz-placeholder,
.pm_post_comments_standard .comment-respond input[type="text"]::-moz-placeholder,
.pm_post_comments_standard .comment-respond textarea::-moz-placeholder {
    color: #b7c2c8;
    opacity: 1;
}

.pm_post_comments .comment-respond input[type="text"]::-webkit-input-placeholder,
.pm_post_comments .comment-respond textarea::-webkit-input-placeholder,
.pm_post_comments_standard .comment-respond input[type="text"]::-webkit-input-placeholder,
.pm_post_comments_standard .comment-respond textarea::-webkit-input-placeholder {
    color: #b7c2c8;
}

.pm_post_comments .comment-respond textarea,
.pm_post_comments_standard .comment-respond textarea {
    margin: 0 0 7px;
    resize: none;
}

.pm_post_comments .comment-respond .form-submit,
.pm_post_comments_standard .comment-respond .form-submit {
    margin-top: 0;
}

.pm_post_comments .comment-respond .pm_send_comment_button,
.pm_post_comments_standard .comment-respond .pm_send_comment_button {
    border: none;
    border-radius: 4px;
    background: #111314;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    color: #b7c2c8;
    letter-spacing: 0;
    display: inline-block;
    padding: 6px 16px 7px;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pm_post_comments .comment-respond .pm_send_comment_button:hover,
.pm_post_comments_standard .comment-respond .pm_send_comment_button:hover {
    color: #000000;
    background: #6cc5df;
}

.pm_content_standard {
    margin-bottom: 26px;
}

.single-post .pm_standard_title_and_likes_container .pm_post_likes_wrapper,
.single-portfolio .pm_standard_title_and_likes_container .pm_post_likes_wrapper {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.single-post .pm_standard_title_and_likes_container .pm_next_slide_button,
.single-portfolio .pm_standard_title_and_likes_container .pm_next_slide_button {
    margin-right: 0;
}

.pm_post_meta_standard {
    margin-bottom: 12px;
}

.pm_post_comments_standard {
    padding: 0 0 0 11px;
}

.pm_post_comments_standard .pm_comments_wrapper {
    margin-top: 16px;
}

.pm_post_comments_standard .pm_comments_number {
    display: none;
}

.pm_post_comments_standard.pm_simple_layout {
    padding-left: 0;
}

.pm_post_comments_standard.pm_simple_layout .pm_comments_number {
    display: inline-block;
}

/* Simple Page */
h1,
h2,
h3,
h4,
h5 {
    text-transform: uppercase;
}

h1 {
    font-size: 27px;
    margin: 30px 0 18px;
    letter-spacing: .7px;
}

h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 18px 0 15px;
    letter-spacing: .8px;
}

h3 {
    font-size: 21px;
    font-weight: 500;
    margin: 15px 0 13px;
    letter-spacing: .7px;
}

h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 13px 0 11px;
    letter-spacing: .4px;
}

h5 {
    font-size: 15px;
    font-weight: 300;
    margin: 11px 0 9px;
    letter-spacing: .3px;
}

blockquote {
    margin: 0;
    padding: 22px 45px;
    position: relative;
}

blockquote:before {
    content: ",,";
    font-size: 42px;
    font-weight: 700;
    color: #2b2e30;
    position: absolute;
    top: 0;
    left: 0;
}

blockquote p {
    margin: 0;
}

ul,
ol {
    padding: 0;
    list-style-position: inside;
    letter-spacing: .2px;
}

#pm_listing_1 {
    width: 50%;
    display: inline-block;
    float: left;
}

#pm_listing_2 {
    width: 50%;
    display: inline-block;
    margin-bottom: 39px;
}

body.pm_dark_type ul.pm_unmarked_list {
    color: #61676b;
}

body.pm_dark_type ul.pm_unmarked_list span {
    color: #b7c2c8;
}

.pm_divider {
    width: 100%;
    height: 1px;
    margin-bottom: 24px;
}

.pm_divider.type_1 {
    background-color: #e3ebef;
}

.pm_divider.type_2 {
    background-color: #2b2e30;
}

.pm_divider.type_3 {
    background-color: #16191a;
}

.pm_blockquote {
    margin-top: 23px;
}

.pm_blockquote span.blockquote {
    width: 50%;
    display: inline-block;
    float: left;
    margin: 0 16px 10px 0;
    position: relative;
    top: 8px;
}

.pm_blockquote span.blockquote:before {
    content: ",,";
    font-size: 42px;
    font-weight: 700;
    color: #2b2e30;
    position: absolute;
    top: -22px;
    left: 0;
}

.pm_blockquote span.blockquote span.blockquote_wrapper {
    padding-left: 46px;
    display: inline-block;
}

.pm_standard_title_and_likes_container {
    width: 100%;
    height: 67px;
    margin: 39px 0 41px;
}

/* About Template */
.page-template-page-about .pm_post_container_wrapper {
    width: 100%;
    height: 100%;
    padding: 40px;
    position: relative;
    box-sizing: border-box;
}

.page-template-page-about .pm_post_container_wrapper .pm_post_wrapper {
    width: 100%;
    height: 100%;
}

.pm_mobile_buttons {
    display: none;
}

.page-template-page-about .pm_media_output .pm_media_output_wrapper {
    background-size: cover !important;
}

.page-template-page-about .pm_post_likes_wrapper {
    height: 67px;
    position: fixed;
    bottom: 40px;
}

.page-template-page-about .pm_post_likes_wrapper .pm_add_like_button {
    line-height: 21px;
    border-radius: 4px;
    background: #111314;
    padding: 25px 23px 20px 54px;
    cursor: pointer;
    display: block;
    position: relative;
}

.page-template-page-about .pm_post_likes_wrapper .pm_add_like_button.inactive {
    cursor: default;
}

.page-template-page-about .pm_post_likes_wrapper .pm_add_like_button .pm_likes_icon {
    font-size: 21px;
    color: #ffffff;
    position: absolute;
    top: 23px;
    left: 23px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.page-template-page-about .pm_post_likes_wrapper .pm_add_like_button .pm_likes_icon.pm_likes_fade_in {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
}

.page-template-page-about .pm_post_likes_wrapper .pm_add_like_button .pm_clicked_like {
    font-size: 21px;
    color: #ffffff;
    position: absolute;
    top: 23px;
    left: 23px;
    opacity: 0;
}

.page-template-page-about .pm_post_likes_wrapper .pm_add_like_button .pm_likes_counter {
    font-size: 14px;
    color: #b7c2c8;
    position: relative;
    top: -3px;
}

.page-template-page-about .pm_about_form_button,
.page-template-page-contacts .pm_contacts_form_button {
    width: 67px;
    height: 67px;
    border-radius: 4px;
    cursor: pointer;
    background: #111314 url("../img/mail_back.png") no-repeat center;
    position: fixed;
    right: 40px;
    bottom: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.page-template-page-about .pm_about_form_button:hover,
.page-template-page-contacts .pm_contacts_form_button:hover {
    opacity: .7;
}

.page-template-page-about .pm_post_title_cont {
    width: auto;
    min-height: 67px;
    display: inline-block;
    border-radius: 4px;
    background: #111314;
    color: #e3ebef;
    font-size: 27px;
    line-height: 67px;
    font-weight: 600;
    letter-spacing: .9px;
    text-transform: uppercase;
    padding: 0 22px;
    margin-bottom: 8px;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.page-template-page-about .pm_post_title_cont:before {
    content: "";
    position: absolute;
    top: 27px;
    left: -14px;
    border: solid 7px transparent;
    border-right: solid 7px #111314;
}

.pm_form_popup_back {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 40000;
}

.pm_form_popup_back .pm_popup_close {
    width: 100%;
    height: 100%;
    cursor: url("../img/close.png"), default;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 40050;
}

.pm_form_popup_back .pm_popup_form_wrapper {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    top: 50%;
    transition: transform .5s;
    -webkit-transition: transform .5s;
    transform: scale(0);
    -webkit-transform: scale(0);
    z-index: 40100;
    cursor: default;
}

.pm_form_popup_back .pm_popup_form_wrapper.active_form {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.pm_form_popup_back .pm_popup_form_wrapper input[type="text"],
.pm_form_popup_back .pm_popup_form_wrapper input[type="email"],
.pm_form_popup_back .pm_popup_form_wrapper input[type="password"],
.pm_form_popup_back .pm_popup_form_wrapper textarea {
    width: 418px;
    max-width: 86%;
    border: none;
    border-radius: 4px;
    background: #111314;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    color: #b7c2c8;
    padding: 7px 16px 8px;
    margin-bottom: 10px;
}

.pm_form_popup_back .pm_popup_form_wrapper input::-moz-placeholder,
.pm_form_popup_back .pm_popup_form_wrapper textarea::-moz-placeholder {
    color: #b7c2c8;
    opacity: 1;
}

.pm_form_popup_back .pm_popup_form_wrapper input::-webkit-input-placeholder,
.pm_form_popup_back .pm_popup_form_wrapper textarea::-webkit-input-placeholder {
    color: #b7c2c8;
}

.pm_form_popup_back .pm_popup_form_wrapper textarea {
    height: 145px;
    margin: 0 0 27px 0;
    resize: none;
}

.pm_form_popup_back .pm_popup_form_wrapper input[type="submit"],
.pm_form_popup_back .pm_popup_form_wrapper input[type="button"],
.pm_form_popup_back .pm_popup_form_wrapper input[type="reset"] {
    border: none;
    border-radius: 4px;
    background: #111314;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    color: #b7c2c8;
    letter-spacing: .4px;
    padding: 6px 11px 7px;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pm_form_popup_back .pm_popup_form_wrapper input[type="submit"]{
    margin-right: 10px;
}

.pm_form_popup_back .pm_popup_form_wrapper input[type="submit"]:hover,
.pm_form_popup_back .pm_popup_form_wrapper input[type="button"]:hover,
.pm_form_popup_back .pm_popup_form_wrapper input[type="reset"]:hover {
    color: #000000;
    background: #6cc5df;
}

.pm_form_popup_back .pm_popup_form_wrapper .wpcf7-response-output {
    display: none !important;
}

/* Contacts Template */
.page-template-page-contacts .pm_media_output .pm_media_output_wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.pm_contacts_socials_container {
    margin-top: 43px;
}

.pm_contacts_socials_container .pm_contacts_social_button {
    text-align: center;
}

.pm_standard_title_and_likes_container .pm_post_likes_wrapper {
    display: inline-block;
}

.pm_standard_title_and_likes_container .pm_contacts_form_button {
    position: static;
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.page-template-page-contacts .pm_standard_output_cont {
    width: 100%;
    height: 620px;
}

.page-template-page-contacts .pm_standard_output_cont .pm_media_output_wrapper,
.page-template-page-contacts .pm_standard_output_cont .pm_media_output_wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Coming Soon Template */
.pm_coming_soon_container {
    height: 100%;
    position: relative;
}

.pm_coming_soon_wrapper {
    text-align: center;
}

.pm_coming_soon_logo {
    width: 100%;
    position: absolute;
    top: 20%;
    margin-top: -15px;
}

.pm_coming_soon_logo a {
    width: 87px;
    height: 31px;
    display: block;
    margin: 0 auto;
}

.pm_counter_title {
    width: 100%;
    font-size: 68px;
    line-height: 68px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    position: absolute;
    top: 30%;
    margin-top: -34px;
}

.pm_counter_container {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -82px;
}

.countdown-row {
    width: 100%;
    clear: both;
    overflow: hidden;
    text-align: center;
}

.countdown-section {
    width: auto;
    display: inline-block;
    text-align: center;
}

.countdown-amount {
    font-size: 140px;
    line-height: 140px;
    font-weight: 700;
    padding: 0 75px;
}

.countdown-period {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #1d1f20;
    text-transform: uppercase;
    display: block;
}

.pm_coming_soon_socials_and_form_container {
    width: 100%;
    position: absolute;
    top: 74%;
    margin-top: -33px;
}

.pm_coming_soon_socials_and_form_container .pm_coming_soon_socials_cont,
.pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont {
    display: inline-block;
}

.pm_coming_soon_socials_and_form_container .pm_coming_soon_socials_cont {
    margin-right: 40px;
}

.pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont {
    margin-left: 40px;
}

.pm_coming_soon_socials_and_form_container .pm_coming_soon_socials_cont a,
.pm_contacts_socials_container .pm_contacts_social_button {
    width: 67px;
    height: 67px;
    display: inline-block;
    border-radius: 4px;
    background: #111314;
    font-size: 22px;
    line-height: 67px;
    color: #b7c2c8;
    margin-right: 6px;
    margin-bottom: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pm_coming_soon_socials_and_form_container .pm_coming_soon_socials_cont a:hover,
.pm_contacts_socials_container .pm_contacts_social_button:hover {
    color: #000000;
    background: #6cc5df;
}

.pm_coming_soon_socials_and_form_container .pm_coming_soon_socials_cont a i,
.pm_contacts_socials_container .pm_contacts_social_button i {
    position: relative;
    top: 2px;
}

.pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont {
    position: relative;
    top: -21px;
}

.pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont p {
    margin: 0;
}

.pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont .screen-reader-response {
    display: none;
}

.pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont .pm_input_wrapper {
    display: inline-block;
    border-radius: 4px;
    background: #111314;
    margin-right: 6px;
    position: relative;
    top: -3px;
}

.pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont .pm_input_wrapper:before {
    content: "";
    border: solid 7px transparent;
    border-right: solid 7px #111314;
    position: absolute;
    top: 27px;
    left: -14px;
}

.pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont .pm_input_wrapper input[type="text"] {
    width: 282px;
    height: 67px;
    font-size: 14px;
    line-height: 67px;
    color: #b7c2c8;
    background: none;
    border: none;
    border-radius: 4px;
    padding: 0 30px;
    box-sizing: border-box;
    vertical-align: top;
}

.pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont .pm_input_wrapper input[type="text"]::-moz-placeholder {
    color: #b7c2c8;
    opacity: 1;
}

.pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont .pm_input_wrapper input[type="text"]::-webkit-input-placeholder {
    color: #b7c2c8;
}

.pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont input[type="submit"] {
    width: 67px;
    height: 67px;
    border: none;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    background: #111314 url("../img/mail_back.png") no-repeat center;
    position: relative;
    top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    vertical-align: top;
}

.pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont input[type="submit"]:hover {
    background: #6cc5df url("../img/mail_back_light.png") no-repeat center;
}

.pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont .wpcf7-response-output,
.pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont .ajax-loader {
    display: none !important;
}

/* 404 Error Page */
.pm_404_container {
    overflow: hidden;
}

.pm_404_container .pm_404_content_wrapper {
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pm_404_container .pm_404_content_wrapper .pm_404_title {
    font-size: 68px;
    line-height: 68px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 36px;
}

.pm_404_container .pm_404_content_wrapper .pm_404_description h3 {
    margin-bottom: 34px;
}

.pm_404_container .pm_404_content_wrapper .pm_404_description p {
    letter-spacing: 0;
}

.pm_404_searh_container {
    width: auto;
    height: 67px;
    position: fixed;
    bottom: 40px;
    left: 40px;
}

.pm_404_searh_container .pm_searh_wrapper,
.pm_search_no_result_form .pm_searh_wrapper {
    display: inline-block;
    border-radius: 4px;
    background: #111314;
    float: left;
    margin-right: 10px;
}

.pm_404_searh_container input,
.pm_search_no_result_form input {
    height: 67px;
    font-size: 14px;
    line-height: 67px;
    font-weight: 300;
    color: #b7c2c8;
    padding: 0 32px;
    border: none;
    border-radius: 4px;
    background: none;
    position: relative;
}

.pm_404_searh_container .pm_searh_wrapper:before,
.pm_search_no_result_form .pm_searh_wrapper:before {
    content: "";
    border: solid 7px transparent;
    border-right: solid 7px #111314;
    position: absolute;
    top: 27px;
    left: -14px;
}

.pm_404_searh_container input::-webkit-input-placeholder,
.pm_search_no_result_form input::-webkit-input-placeholder {
    color: #b7c2c8;
}

.pm_404_searh_container input::-moz-placeholder,
.pm_search_no_result_form input::-moz-placeholder {
    color: #b7c2c8;
    opacity: 1;
}

.pm_404_searh_container .pm_icon_search,
.pm_search_no_result_form .pm_icon_search {
    width: 67px;
    height: 67px;
    border-radius: 4px;
    display: inline-block;
    float: right;
    background: #111314 url("../img/zoom.png") no-repeat center;
    cursor: pointer;
}

.pm_404_back_button {
    width: 67px;
    height: 67px;
    border-radius: 4px;
    background: #111314 url("../img/prev_button_back.png") no-repeat center;
    position: fixed;
    bottom: 40px;
    right: 40px;
}

.pm_404_back_button:hover {
    opacity: .7;
}

/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .pm_non_retina {
        display: none !important;
    }

    .pm_retina {
        display: block !important;
    }

    .pm_logo img.pm_retina {
        width: 87px;
        height: 31px;
    }

    header .pm_share_button {
        background: #111314 url("../img/retina/share_back.png") no-repeat center;
        background-size: 20px 21px;
    }

    .pm_fullscreen_toggler {
        background: #111314 url("../img/retina/fullscreen_button_back.png") no-repeat center;
        background-size: 22px 22px;
    }

    .pm_fullscreen_toggler:hover {
        background: #111314 url("../img/retina/fullscreen_button_hover.gif") no-repeat center;
        background-size: 22px 22px;
    }

    .pm_fullscreen_toggler.active {
        background: #111314 url("../img/retina/fullscreen_button_active_back.png") no-repeat center;
        background-size: 22px 22px;
    }

    .pm_fullscreen_toggler.active:hover {
        background: #111314 url("../img/retina/fullscreen_button_active_hover.gif") no-repeat center;
        background-size: 22px 22px;
    }

    .pm_prev_slide_button .pm_prev_button_fader {
        background: #111314 url("../img/retina/prev_button_back.png") no-repeat center;
        background-size: 22px 22px;
    }

    .pm_next_slide_button .pm_next_button_fader {
        background: #111314 url("../img/retina/next_button_back.png") no-repeat center;
        background-size: 22px 22px;
    }

    .pm_popup_next_nav {
        background: #111314 url("../img/retina/next_button_back.png") no-repeat center;
        background-size: 22px 22px;
    }

    .pm_popup_prev_nav {
        background: #111314 url("../img/retina/prev_button_back.png") no-repeat center;
        background-size: 22px 22px;
    }

    .pm_load_more .pm_load_more_back {
        background: #111314 url("../img/retina/load_more_back.png") no-repeat center;
        background-size: 22px 22px;
    }

    .pm_popup_trigger {
        background: #111314 url("../img/retina/popup_button_back.png") no-repeat center;
        background-size: 20px 20px;
    }

    .pm_more_scattered_photos {
        background: #111314 url("../img/retina/plus_back.png") no-repeat center;
        background-size: 26px 26px;
    }

    .pm_more_scattered_photos:hover {
        background: #111314 url("../img/retina/plus_back_active.gif") no-repeat center;
        background-size: 26px 26px;
    }

    .pm_album_video .pm_prev_slide_button {
        background: #111314 url("../img/retina/prev_button_back.png") no-repeat center;
        background-size: 22px 22px;
    }

    .pm_album_video .pm_next_slide_button {
        background: #111314 url("../img/retina/next_button_back.png") no-repeat center;
        background-size: 22px 22px;
    }

    .pm_albums .pm_albums_listing_item .pm_album_thumb_wrapper .pm_images_counter_wrapper .pm_images_counter_icon,
    .pm_albums_stripes .pm_albums_stripes_item .pm_images_counter_wrapper .pm_images_counter_icon {
        background: #111314 url("../img/retina/images_counter_back.png") no-repeat center;
        background-size: 18px 18px;
    }

    .page-template-page-portfolio .pm_portfolio_item .pm_post_likes_wrapper .pm_potrfolio_read_more,
    .page-template-page-blog-ajax .pm_blog_item .pm_post_likes_wrapper .pm_potrfolio_read_more {
        background: #111314 url("../img/retina/next_button_back.png") no-repeat center;
        background-size: 22px 22px;
    }

    .pm_post_comments .pm_comments_wrapper .pm_comments_number .pm_comments_icon,
    .page-template-page-blog-tape .pm_comments_counter .pm_comments_icon {
        background: #111314 url("../img/retina/comments.png") no-repeat center;
        background-size: 24px 21px;
    }

    .pm_post_comments .pm_comments_wrapper ul.pm_comments_list li.comment .pm_comment_reply .pm_comment_reply_back,
    .pm_post_comments_standard ul.pm_comments_list li.comment .pm_comment_reply .pm_comment_reply_back {
        background: #111314 url("../img/retina/comment_reply_back.png") no-repeat center;
        background-size: 10px 9px;
    }

    .pm_post_comments .pm_comments_wrapper ul.pm_comments_list li.comment .pm_comment_reply .pm_comment_reply_back_hover,
    .pm_post_comments_standard ul.pm_comments_list li.comment .pm_comment_reply .pm_comment_reply_back_hover {
        background: #111314 url("../img/retina/comment_reply_back_hover.png") no-repeat center;
        background-size: 10px 9px;
    }

    .page-template-page-about .pm_about_form_button,
    .page-template-page-contacts .pm_contacts_form_button {
        background: #111314 url("../img/retina/mail_back.png") no-repeat center;
        background-size: 21px 18px;
    }

    .pm_blog_listing_tape_container .pm_gallery .pm_gallery_item .pm_post_format_mark.pm_post_format_image {
        background: #111314 url("../img/retina/image_post_format.png") no-repeat center;
        background-size: 23px 23px;
    }

    .pm_blog_listing_tape_container .pm_gallery .pm_gallery_item .pm_post_format_mark.pm_post_format_video {
        background: #111314 url("../img/retina/video_post_format.png") no-repeat center;
        background-size: 25px 25px;
    }

    .pm_blog_listing_tape_container .pm_gallery .pm_gallery_item .pm_post_format_mark.pm_post_format_standard {
        background: #111314 url("../img/retina/standard_post_format.png") no-repeat center;
        background-size: 22px 22px;
    }

    .pm_blog_listing_tape_container .pm_gallery .pm_gallery_item .pm_media_output_cont .pm_media_output_cont_wrapper .pm_prev_image_slide_button,
    .page-template-page-albums .pm_albums_tape_container .pm_gallery_item .pm_media_output_cont_wrapper .pm_prev_image_slide_button {
        background: #111314 url("../img/retina/prev_button_back.png") no-repeat center;
        background-size: 22px 22px;
    }

    .pm_blog_listing_tape_container .pm_gallery .pm_gallery_item .pm_media_output_cont .pm_media_output_cont_wrapper .pm_next_image_slide_button,
    .page-template-page-albums .pm_albums_tape_container .pm_gallery_item .pm_media_output_cont_wrapper .pm_next_image_slide_button {
        background: #111314 url("../img/retina/next_button_back.png") no-repeat center;
        background-size: 22px 22px;
    }

    .pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont input[type="submit"] {
        background: #111314 url("../img/retina/mail_back.png") no-repeat center;
        background-size: 21px 18px;
    }

    .pm_404_searh_container .pm_icon_search {
        background: #111314 url("../img/retina/zoom.png") no-repeat center;
        background-size: 20px 20px;
    }

    .pm_404_back_button {
        background: #111314 url("../img/retina/prev_button_back.png") no-repeat center;
        background-size: 22px 22px;
    }

    .pm_404_back_button:hover {
        background: #111314 url("../img/retina/prev_button_active_back.gif") no-repeat center;
        background-size: 67px 67px;
    }

    .pm_search_back_button {
        background: #111314 url("../img/retina/prev_button_back.png") no-repeat center;
        background-size: 22px 22px;
    }

    .pm_search_back_button:hover {
        background: #111314 url("../img/retina/prev_button_active_back.gif") no-repeat center;
        background-size: 67px 67px;
    }

    .pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont input[type="submit"]:hover {
        background: #111314 url("../img/retina/mail_back_light.png") no-repeat center;
        background-size: 21px 18px;
    }

    .pm_albums .pm_albums_listing_item .pm_album_thumb_wrapper .pm_images_counter_wrapper .pm_video_counter_icon,
    .pm_albums_stripes .pm_albums_stripes_item .pm_images_counter_wrapper .pm_video_counter_icon {
        background: #111314 url("../img/retina/video_counter_back.png") no-repeat center;
        background-size: 18px 18px;
    }

    .pm_pause_button {
        background: #111314 url("../img/retina/pause_back.png") no-repeat center;
        background-size: 13px 19px;
    }

    .pm_pause_button.pm_paused {
        background: #111314 url("../img/retina/play_back.png") no-repeat center;
        background-size: 13px 21px;
    }

    /* PM Icons Dark Theme */
    .pmicon-001 {background: url("../img/icons-dark/retina/pmicon-001.png") no-repeat center;background-size: 22px 22px;}.pmicon-002 {background: url("../img/icons-dark/retina/pmicon-002.png") no-repeat center;background-size: 23px 22px;}.pmicon-003 {background: url("../img/icons-dark/retina/pmicon-003.png") no-repeat center;        background-size: 22px 22px;}.pmicon-004 {background: url("../img/icons-dark/retina/pmicon-004.png") no-repeat center;background-size: 22px 22px;}.pmicon-005 {background: url("../img/icons-dark/retina/pmicon-005.png") no-repeat center;background-size: 22px 22px;}.pmicon-006 {background: url("../img/icons-dark/retina/pmicon-006.png") no-repeat center;background-size: 22px 22px;}.pmicon-007 {background: url("../img/icons-dark/retina/pmicon-007.png") no-repeat center;background-size: 22px 22px;}.pmicon-008 {background: url("../img/icons-dark/retina/pmicon-008.png") no-repeat center;background-size: 22px 22px;}.pmicon-009 {background: url("../img/icons-dark/retina/pmicon-009.png") no-repeat center;background-size: 22px 22px;}.pmicon-010 {background: url("../img/icons-dark/retina/pmicon-010.png") no-repeat center;background-size: 22px 22px;}.pmicon-011 {background: url("../img/icons-dark/retina/pmicon-011.png") no-repeat center;background-size: 22px 22px;}.pmicon-012 {background: url("../img/icons-dark/retina/pmicon-012.png") no-repeat center;background-size: 22px 22px;}.pmicon-013 {background: url("../img/icons-dark/retina/pmicon-013.png") no-repeat center;background-size: 22px 22px;}.pmicon-014 {background: url("../img/icons-dark/retina/pmicon-014.png") no-repeat center;background-size: 22px 22px;}.pmicon-015 {background: url("../img/icons-dark/retina/pmicon-015.png") no-repeat center;background-size: 22px 22px;}.pmicon-016 {background: url("../img/icons-dark/retina/pmicon-016.png") no-repeat center;background-size: 22px 22px;}.pmicon-017 {background: url("../img/icons-dark/retina/pmicon-017.png") no-repeat center;background-size: 22px 22px;}.pmicon-018 {background: url("../img/icons-dark/retina/pmicon-018.png") no-repeat center;background-size: 22px 22px;}.pmicon-019 {background: url("../img/icons-dark/retina/pmicon-019.png") no-repeat center;background-size: 22px 22px;}.pmicon-020 {background: url("../img/icons-dark/retina/pmicon-020.png") no-repeat center;background-size: 22px 22px;}.pmicon-021 {background: url("../img/icons-dark/retina/pmicon-021.png") no-repeat center;background-size: 22px 22px;}.pmicon-022 {background: url("../img/icons-dark/retina/pmicon-022.png") no-repeat center;background-size: 22px 22px;}.pmicon-023 {background: url("../img/icons-dark/retina/pmicon-023.png") no-repeat center;background-size: 22px 22px;}.pmicon-024 {background: url("../img/icons-dark/retina/pmicon-024.png") no-repeat center;background-size: 22px 22px;}.pmicon-025 {background: url("../img/icons-dark/retina/pmicon-025.png") no-repeat center;background-size: 22px 22px;}.pmicon-026 {background: url("../img/icons-dark/retina/pmicon-026.png") no-repeat center;background-size: 22px 22px;}.pmicon-027 {background: url("../img/icons-dark/retina/pmicon-027.png") no-repeat center;background-size: 22px 22px;}.pmicon-028 {background: url("../img/icons-dark/retina/pmicon-028.png") no-repeat center;background-size: 22px 22px;}.pmicon-029 {background: url("../img/icons-dark/retina/pmicon-029.png") no-repeat center;background-size: 22px 22px;}.pmicon-030 {background: url("../img/icons-dark/retina/pmicon-030.png") no-repeat center;background-size: 22px 22px;}.pmicon-031 {background: url("../img/icons-dark/retina/pmicon-031.png") no-repeat center;background-size: 22px 22px;}.pmicon-032 {background: url("../img/icons-dark/retina/pmicon-032.png") no-repeat center;background-size: 22px 22px;}.pmicon-033 {background: url("../img/icons-dark/retina/pmicon-033.png") no-repeat center;background-size: 22px 22px;}.pmicon-034 {background: url("../img/icons-dark/retina/pmicon-034.png") no-repeat center;background-size: 22px 22px;}.pmicon-035 {background: url("../img/icons-dark/retina/pmicon-035.png") no-repeat center;background-size: 22px 22px;}.pmicon-036 {background: url("../img/icons-dark/retina/pmicon-036.png") no-repeat center;background-size: 22px 22px;}.pmicon-037 {background: url("../img/icons-dark/retina/pmicon-037.png") no-repeat center;background-size: 22px 22px;}.pmicon-038 {background: url("../img/icons-dark/retina/pmicon-038.png") no-repeat center;background-size: 22px 22px;}.pmicon-039 {background: url("../img/icons-dark/retina/pmicon-039.png") no-repeat center;background-size: 22px 22px;}.pmicon-040 {background: url("../img/icons-dark/retina/pmicon-040.png") no-repeat center;background-size: 22px 22px;}.pmicon-041 {background: url("../img/icons-dark/retina/pmicon-041.png") no-repeat center;background-size: 22px 22px;}.pmicon-042 {background: url("../img/icons-dark/retina/pmicon-042.png") no-repeat center;background-size: 22px 22px;}.pmicon-043 {background: url("../img/icons-dark/retina/pmicon-043.png") no-repeat center;background-size: 22px 22px;}.pmicon-044 {background: url("../img/icons-dark/retina/pmicon-044.png") no-repeat center;background-size: 22px 22px;}.pmicon-045 {background: url("../img/icons-dark/retina/pmicon-045.png") no-repeat center;background-size: 22px 22px;}.pmicon-046 {background: url("../img/icons-dark/retina/pmicon-046.png") no-repeat center;background-size: 22px 22px;}.pmicon-047 {background: url("../img/icons-dark/retina/pmicon-047.png") no-repeat center;background-size: 22px 22px;}.pmicon-048 {background: url("../img/icons-dark/retina/pmicon-048.png") no-repeat center;background-size: 22px 22px;}.pmicon-049 {background: url("../img/icons-dark/retina/pmicon-049.png") no-repeat center;background-size: 22px 22px;}.pmicon-050 {background: url("../img/icons-dark/retina/pmicon-050.png") no-repeat center;background-size: 22px 22px;}.pmicon-051 {background: url("../img/icons-dark/retina/pmicon-051.png") no-repeat center;background-size: 22px 22px;}.pmicon-052 {background: url("../img/icons-dark/retina/pmicon-052.png") no-repeat center;background-size: 22px 22px;}.pmicon-053{background: url("../img/icons-dark/retina/pmicon-053.png") no-repeat center;background-size: 22px 22px;}.pmicon-054 {background: url("../img/icons-dark/retina/pmicon-054.png") no-repeat center;background-size: 22px 22px;}.pmicon-055 {background: url("../img/icons-dark/retina/pmicon-055.png") no-repeat center;background-size: 22px 22px;}.pmicon-056 {background: url("../img/icons-dark/retina/pmicon-056.png") no-repeat center;background-size: 22px 22px;}.pmicon-057 {background: url("../img/icons-dark/retina/pmicon-057.png") no-repeat center;background-size: 22px 22px;}.pmicon-058 {background: url("../img/icons-dark/retina/pmicon-058.png") no-repeat center;background-size: 22px 22px;}.pmicon-059 {background: url("../img/icons-dark/retina/pmicon-059.png") no-repeat center;background-size: 22px 22px;}.pmicon-060 {background: url("../img/icons-dark/retina/pmicon-060.png") no-repeat center;background-size: 22px 22px;}.pmicon-061 {background: url("../img/icons-dark/retina/pmicon-061.png") no-repeat center;background-size: 22px 22px;}.pmicon-062 {background: url("../img/icons-dark/retina/pmicon-062.png") no-repeat center;background-size: 22px 22px;}.pmicon-063 {background: url("../img/icons-dark/retina/pmicon-063.png") no-repeat center;background-size: 22px 22px;}.pmicon-064 {background: url("../img/icons-dark/retina/pmicon-064.png") no-repeat center;background-size: 22px 22px;}.pmicon-065 {background: url("../img/icons-dark/retina/pmicon-065.png") no-repeat center;background-size: 22px 22px;}.pmicon-066 {background: url("../img/icons-dark/retina/pmicon-066.png") no-repeat center;background-size: 22px 22px;}.pmicon-067 {background: url("../img/icons-dark/retina/pmicon-067.png") no-repeat center;background-size: 22px 22px;}.pmicon-068 {background: url("../img/icons-dark/retina/pmicon-068.png") no-repeat center;background-size: 22px 22px;}.pmicon-069 {background: url("../img/icons-dark/retina/pmicon-069.png") no-repeat center;background-size: 22px 22px;}.pmicon-070 {background: url("../img/icons-dark/retina/pmicon-070.png") no-repeat center;background-size: 22px 22px;}.pmicon-071 {background: url("../img/icons-dark/retina/pmicon-071.png") no-repeat center;background-size: 22px 22px;}.pmicon-072 {background: url("../img/icons-dark/retina/pmicon-072.png") no-repeat center;background-size: 22px 22px;}
}

/* Responsive */
@media only screen and (max-width: 1281px) {
    header ul.menu li ul.sub-menu li a {
        line-height: 28px;
    }
}

@media only screen and (max-width: 1025px) {
    /* Menu mobile */
    header .pm_innerpadding_menu .pm_menu_cont,
    header .pm_innerpadding_menu .menu-main-menu-container .menu,
    .pm_menu_mobile_container .menu li a .fa.fa-angle-down,
    .pm_menu_mobile_container .menu .sub-menu,
    .pm_menu_mobile_container .menu .sub-menu .sub-menu,
    .menu .menu-item:before,
    .pm_menu_mobile_container .pm-mega-menu .sub-menu:before,
    .pm_menu_mobile_container .pm_icon_menu_item {
        display: none;
    }

    .pm_innerpadding_menu {
        padding-top: 20px;
    }

    header .pm_share_button {
        margin-left: 25px;
    }

    .pm_icon_menu_item i {
        display: none;
    }

    .pm_menu_mobile_container {
        display: none;
    }

    .pm_menu_mobile_container_wrapper {
        background: #000000;
        width: 100%;
        position: relative;
        z-index: 20100;
    }

    .pm_menu_mobile_toggler {
        width: 27px;
        height: 22px;
        background: url("../img/icons-dark/retina/pmicon-073.png") no-repeat center;
        background-size: 27px 22px;
        display: inline-flex;
        position: relative;
        top: 6px;
    }

    .pm_menu_mobile_container .menu {
        padding-left: 0;
        list-style: none;
    }

    .pm_menu_mobile_container .menu .sub_menu_wrapper {
        display: none;
    }

    .pm_menu_mobile_container .menu .sub-menu {
        list-style: none;
        padding-left: 25px;
    }

    .pm_menu_mobile_container .menu a {
        line-height: 26px !important;
        color: #ffffff;
        font-weight: 400;
        text-transform: capitalize;
    }

    body.pm_dark_type .pm_menu_mobile_container .menu li.current-menu-item a,
    body.pm_dark_type .pm_menu_mobile_container .menu li.current-menu-ancestor a,
    body.pm_dark_type .pm_menu_mobile_container .menu .sub-menu li.current-menu-item a,
    body.pm_dark_type .pm_menu_mobile_container .menu .sub-menu li.current-menu-ancestor a,
    body.pm_dark_type .pm_menu_mobile_container .menu .sub-menu li.current-menu-ancestor .sub-menu li.current-menu-item a {
        color: #6cc5df;
    }

    .pm_menu_mobile_container .menu li.current-menu-ancestor .sub-menu li a,
    .pm_menu_mobile_container .menu .sub-menu li a,
    .pm_menu_mobile_container .menu .sub-menu .sub-menu li a,
    .pm_menu_mobile_container .menu .sub-menu li.current-menu-ancestor .sub-menu li a {
        color: #ffffff;
        font-size: 13px;
        text-transform: none;
    }

    .pm_menu_mobile_container .pm-mega-menu .sub-menu {
        width: auto;
    }

    .pm_menu_mobile_container .menu li a:before,
    .pm_menu_mobile_container .menu .menu-item.pm-mega-menu a:before {
        content: "\f105";
        font-family: 'FontAwesome', sans-serif;
        font-size: 13px;
        margin: 0 6px 0 -2px;
    }

    .pm_menu_mobile_container .menu .menu-item.pm-mega-menu a:before {
        position: relative;
        opacity: 1;
        background: none;
        left: 0;
        top: 0 !important;
    }

    .pm_menu_mobile_container .menu .sub-menu li.menu-item a:after,
    .pm_menu_mobile_container .menu .sub-menu .sub-menu li.menu-item a:after {
        content: "";
    }

    .pm_menu_mobile_container .menu li.menu-item-has-children a:after,
    .pm_menu_mobile_container .menu .sub-menu li.menu-item-has-children a:after {
        content: "+";
        font-size: 13px;
        font-weight: 300;
        margin-left: 3px;
    }

    .pm_menu_mobile_container .menu .sub-menu .sub-menu li:first-child {
        border: none;
    }

    .pm_menu_mobile_container .pm-mega-menu .sub-menu {
        box-shadow: none;
        background: none;
    }

    .page-template-page-about .pm_post_title_cont {
        height: auto;
    }

    .pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_wrapper {
        height: auto;
        margin-top: -77px;
    }

    .pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_container {
        width: 100%;
    }

    .pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_container .pm_add_like_button,
    .pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_container .pm_images_counter_wrapper {
        display: block;
        margin: 0 auto;
        float: none;
    }

    .pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_container .pm_add_like_button {
        margin-bottom: 10px;
    }

    .pm_blog_listing_tape_container .pm_gallery .pm_gallery_item.current_item .pm_prev_image_slide_button,
    .pm_blog_listing_tape_container .pm_gallery .pm_gallery_item.current_item .pm_next_image_slide_button,
    .pm_blog_listing_tape_container .pm_gallery .pm_gallery_item.current_item .pm_post_format_mark,
    .page-template-page-albums .pm_albums_tape_container .pm_gallery_item.current_item .pm_media_output_cont_wrapper .pm_prev_image_slide_button,
    .page-template-page-albums .pm_albums_tape_container .pm_gallery_item.current_item .pm_media_output_cont_wrapper .pm_next_image_slide_button {
        opacity: 1;
    }

    .countdown-amount {
        font-size: 100px;
        padding: 0 55px;
    }

    .gallery_grid .pm_gallery .pm_gallery_item,
    .pm_albums_wrapper .pm_albums_listing_item,
    .pm_albums .pm_albums_listing_item,
    .page-template-page-portfolio .pm_portfolio_item,
    .page-template-page-blog-ajax .pm_blog_item {
        width: 33.333333%;
    }

    .gallery_scattered {
        width: 100%;
        height: auto;
        position: static;
        padding: 20px;
        box-sizing: border-box;
    }

    .gallery_scattered .pm_scattered_layer {
        margin-left: -20px;
    }

    .gallery_scattered .pm_scattered_photo {
        width: 314px;
        height: auto;
        transform: rotate(0deg) !important;
        -webkit-transform: rotate(0deg) !important;
        position: static;
        float: left;
        box-sizing: border-box;
        margin-left: 20px;
        margin-bottom: 20px;
        box-shadow: none;
    }

    .gallery_scattered .pm_scattered_photo .pm_scattered_image {
        width: 284px;
        height: 288px;
    }

    .gallery_scattered .pm_scattered_photo .pm_scattered_description {
        padding: 20px 8px 6px;
    }

    .pm_blog_listing_tape_container .pm_gallery .pm_gallery_item .pm_post_format_mark {
        display: none;
    }

    .pm_more_scattered_photos:hover {
        background: url("../img/retina/plus_back.png") no-repeat center;
        background-size: 26px 26px;
    }

    .pm_fullscreen_toggler.active:hover {
        background-image: url("../img/retina/fullscreen_button_active_back.png");
        background-size: 22px 22px;
    }

    .pm_fullscreen_toggler:hover {
        background: #111314 url("../img/retina/fullscreen_button_back.png") no-repeat center;
        background-size: 22px 22px;
    }

    .pm_popup_next_nav:hover {
        background: url("../img/retina/next_button_back.png") no-repeat center;
        background-size: 22px 22px;
    }

    .pm_popup_prev_nav:hover {
        background: url("../img/retina/prev_button_back.png") no-repeat center;
        background-size: 22px 22px;
    }

    .pm_album_video .pm_prev_slide_button:hover {
        background: url("../img/retina/prev_button_back.png") no-repeat center;
        background-size: 22px 22px;
    }

    .pm_album_video .pm_next_slide_button:hover {
        background: url("../img/retina/next_button_back.png") no-repeat center;
        background-size: 22px 22px;
    }

    .pm_next_slide_button .pm_next_thumb_cont,
    .pm_prev_slide_button .pm_prev_thumb_cont {
        display: none;
    }

    .pm_prev_slide_button:hover .pm_prev_button_fader, .pm_next_slide_button:hover .pm_next_button_fader {
        opacity: 1;
    }

    .pm_prev_slide_button:hover,
    .pm_next_slide_button:hover {
        background-color: transparent !important;
    }

    .single-portfolio .pm_content_container .pm_post_title_cont,
    .single-post .pm_content_container .pm_post_title_cont,
    .pm_post_container.page_type_fullwidth .pm_content_container .pm_post_title_cont,
    .pm_standard_title_and_likes_container .pm_post_title_cont,
    .page-template-page-about .pm_post_title_cont {
        line-height: 40px;
        padding: 12px 22px;
    }

    .pm_popup_back .pm_mobile_popup_close {
        display: block;
        width: 67px;
        height: 67px;
        border-radius: 4px;
        background: url("../img/retina/close.png") no-repeat center;
        background-size: 22px 22px;
        position: absolute;
        top: 80px;
        right: 40px;
        z-index: 40110;
    }

    .pm_albums_tape_container,
    .pm_gallery_container.gallery_descriptions,
    .pm_gallery_container.gallery_tape,
    .pm_gallery_container.gallery_stripes,
    .pm_blog_listing_tape_container,
    .gallery_waterwheel {
        margin-top: 0 !important;
    }

    .single-portfolio .pm_content_container .pm_post_title_cont,
    .single-post .pm_content_container .pm_post_title_cont,
    .pm_post_container.page_type_fullwidth .pm_content_container .pm_post_title_cont,
    .pm_standard_title_and_likes_container .pm_post_title_cont {
        max-width: 68%;
        min-height: inherit;
    }

    .gallery_portrait {
        margin-top: 40px !important;
    }

    .pm_without_margin {
        padding-top: 0 !important;
    }

    .scrollable {
        overflow: visible;
    }
}

@media only screen and (max-width: 769px) {
    .gallery_grid .pm_gallery .pm_gallery_item,
    .pm_albums_wrapper .pm_albums_listing_item,
    .pm_albums .pm_albums_listing_item,
    .page-template-page-portfolio .pm_portfolio_item,
    .page-template-page-blog-ajax .pm_blog_item {
        width: 50%;
    }

    .pm_albums_tape_container,
    .pm_gallery_container.gallery_descriptions,
    .pm_gallery_container.gallery_tape,
    .pm_gallery_container.gallery_stripes,
    .pm_blog_listing_tape_container {
        margin-top: 0 !important;
    }

    .pm_gallery_container.gallery_waterwheel {
        margin-top: 40px !important;
    }

    .pm_counter_title {
        font-size: 70px;
        line-height: 80px;
    }

    .pm_counter_title,
    .pm_404_container .pm_404_content_wrapper .pm_404_title {
        font-size: 70px;
        line-height: 80px;
    }

    .countdown-amount {
        font-size: 70px;
        padding: 0 35px;
    }

    .pm_coming_soon_socials_and_form_container .pm_coming_soon_socials_cont,
    .pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont {
        margin: 0;
        display: block;
        text-align: center;
    }

    .pm_coming_soon_socials_and_form_container .pm_coming_soon_socials_cont {
        margin-bottom: 10px;
    }

    .pm_standard_output_cont .pm_media_output_cont_wrapper {
        height: 384px;
    }

    .gallery_scattered .pm_scattered_photo {
        width: 354px;
    }

    .gallery_scattered .pm_scattered_photo .pm_scattered_image {
        width: 324px;
        height: 328px;
    }

    .pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont {
        top: 0;
    }

    .pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont .ajax-loader {
        display: none;
    }

    .pm_coming_soon_socials_and_form_container .pm_coming_soon_socials_cont a:last-child {
        margin-right: 0;
    }

    .single-portfolio .pm_content_container .pm_post_title_cont,
    .single-post .pm_content_container .pm_post_title_cont,
    .pm_post_container.page_type_fullwidth .pm_content_container .pm_post_title_cont,
    .pm_standard_title_and_likes_container .pm_post_title_cont {
        max-width: 59%;
    }

    .pm_mobile_buttons {
        margin-bottom: 40px;
    }

    .pm_media_output,
    .pm_content_container {
        width: 100% !important;
        margin-bottom: 40px;
    }

    .page .pm_content_block,
    .single-post .pm_content_block,
    .single-portfolio .pm_content_block,
    .page-template-page-about .pm_content_block,
    .page-template-page-contacts .pm_content_block {
        height: auto !important;
    }

    .pm_content_container .pm_content_container_wrapper {
        padding-left: 0;
    }

    .pm_mobile_buttons .pm_post_likes_wrapper,
    .pm_mobile_buttons .pm_about_form_button,
    .pm_mobile_buttons .pm_navigation_container,
    .pm_mobile_buttons .pm_contacts_form_button {
        position: relative;
        top: 0;
    }

    .pm_mobile_buttons .pm_post_likes_wrapper {
        float: left;
    }

    .pm_mobile_buttons .pm_about_form_button,
    .single-portfolio .pm_mobile_buttons .pm_navigation_container,
    .single-post .pm_mobile_buttons .pm_navigation_container,
    .pm_mobile_buttons .pm_contacts_form_button {
        float: right;
        right: 0;
    }

    .single-portfolio,
    .single-post {
        overflow: visible;
    }

    .pm_mobile_buttons .pm_post_likes_wrapper .pm_add_like_button {
        font-size: 21px;
        line-height: 21px;
        border-radius: 4px;
        background: #111314;
        padding: 25px 23px 20px 54px;
        position: relative;
    }

    .pm_mobile_buttons .pm_post_likes_wrapper .pm_add_like_button .pm_likes_icon,
    .pm_mobile_buttons .pm_post_likes_wrapper .pm_add_like_button .pm_clicked_like {
        color: #ffffff;
        position: absolute;
        top: 23px;
        left: 23px;
        transition: all .5s;
        -webkit-transition: all .5s;
    }

    .pm_mobile_buttons .pm_post_likes_wrapper .pm_add_like_button .pm_likes_icon.pm_likes_fade_in {
        transform: scale(2);
        -webkit-transform: scale(2);
        opacity: 0;
    }

    .pm_mobile_buttons .pm_post_likes_wrapper .pm_add_like_button .pm_clicked_like {
        opacity: 0;
    }

    .pm_mobile_buttons .pm_post_likes_wrapper .pm_add_like_button .pm_likes_counter {
        font-size: 14px;
        line-height: 21px;
        color: #b7c2c8;
        position: relative;
        top: -3px;
    }

    .page-template-page-contacts {
        overflow: visible;
    }

    .pm_album_descriptions .pm_navigation_container {
        height: 40px;
    }

    .pm_album_descriptions .pm_prev_slide_button,
    .pm_album_descriptions .pm_next_slide_button {
        width: 40px;
        height: 40px;
        background-size: 15px 15px;
    }

    .gallery_descriptions ul.pm_gallery li .pm_slider_description_cont .pm_slide_likes_wrapper {
        height: 40px;
    }

    .gallery_descriptions ul.pm_gallery li .pm_slider_description_cont .pm_slide_likes_wrapper .pm_add_like_button {
        padding: 13px 16px 6px 36px;
    }

    .gallery_descriptions ul.pm_gallery li .pm_slider_description_cont .pm_slide_likes_wrapper .pm_add_like_button .pm_clicked_like,
    .gallery_descriptions ul.pm_gallery li .pm_slider_description_cont .pm_slide_likes_wrapper .pm_add_like_button .pm_likes_icon {
        font-size: 15px;
        top: 13px;
        left: 16px;
    }

    .pm_desktop {
        display: none;
    }

    .pm_mobile_buttons {
        display: block;
    }

    .pm_overflow_hidden {
        overflow: visible;
    }
}

@media only screen and (min-width: 738px) and (max-width: 769px) {
    .pm_album_video .pm_gallery li .pm_video_wrapper iframe {
        height: 560px !important;
        margin-top: 202px !important;
    }
}

@media only screen and (max-width: 737px) {
    .pm_menu_mobile_container_wrapper {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .pm_gallery_container.gallery_descriptions .pm_slide_likes_wrapper {
        left: 40px;
    }

    .pm_media_output {
        height: 320px;
        margin-bottom: 40px;
    }

    .page-template-page-about .pm_content_container .pm_content_container_wrapper {
        padding-bottom: 20px;
    }

    .pm_container {
        padding: 0 20px;
    }

    .pm_404_container {
        overflow: visible;
        margin-bottom: 40px;
    }

    .pm_404_content_wrapper {
        padding: 10px;
    }

    .pm_404_searh_container {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        padding: 0 40px;
        box-sizing: border-box;
    }

    .pm_404_searh_container form {
        display: inline-block;
    }

    .pm_404_searh_container .pm_searh_wrapper:before {
        left: 26px;
    }

    .pm_404_searh_container .pm_icon_search {
        float: left;
    }

    .pm_404_back_button {
        position: relative;
        display: inline-block;
        float: right;
        bottom: 0;
        right: 0;
    }

    .pm_404_content_wrapper {
        padding: 20px;
    }

    .page-template-page-coming-soon {
        overflow: visible;
    }

    .pm_coming_soon_wrapper {
        padding: 40px 20px 0;
    }

    .pm_coming_soon_logo,
    .pm_counter_title,
    .pm_counter_container,
    .pm_coming_soon_socials_and_form_container {
        position: relative;
        top: 0;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .pm_counter_title {
        margin-bottom: 0;
    }

    .pm_coming_soon_socials_and_form_container .ajax-loader {
        display: none;
    }

    .pm_coming_soon_socials_and_form_container .pm_coming_soon_socials_cont a:last-child {
        margin-right: 0;
    }

    .pm_mobile_image {
        display: block;
    }

    .pm_album_fullscreen .pm_slides_title_and_likes_container,
    .pm_album_descriptions .pm_navigation_container,
    .pm_album_descriptions .pm_slider_description_cont,
    .pm_album_portrait .pm_slides_title_and_likes_container,
    .pm_album_portrait .pm_navigation_container,
    .pm_album_tape .pm_slides_title_and_likes_container,
    .pm_album_tape .pm_navigation_container,
    .pm_album_stripes .pm_slides_title_and_likes_container,
    .pm_album_stripes .pm_navigation_container,
    .pm_album_waterwheel .pm_slides_title_and_likes_container,
    .pm_album_waterwheel .pm_navigation_container,
    .pm_album_video .pm_slides_title_and_likes_container {
        display: none;
    }

    .single-albums .pm_album_video .pm_navigation_container {
        height: 40px;
        bottom: 30px;
        right: 70px;
    }

    .single-albums .pm_album_video .pm_navigation_container.hidden_nav {
        bottom: -200px;
    }

    .single-albums .pm_album_video .pm_navigation_container .pm_prev_slide_button,
    .single-albums .pm_album_video .pm_navigation_container .pm_next_slide_button {
        width: 40px;
        height: 40px;
    }

    .pm_album_video .pm_prev_slide_button:hover {
        background: url("../img/retina/prev_button_back.png") no-repeat center;
        background-size: 22px 22px;
    }

    .pm_album_video .pm_next_slide_button:hover {
        background: url("../img/retina/next_button_back.png") no-repeat center;
        background-size: 22px 22px;
    }

    .pm_fullscreen_toggler {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 20px;
    }

    .pm_album_video .pm_fullscreen_toggler {
        bottom: 30px;
        right: 30px;
    }

    .gallery_portrait ul.pm_gallery.effect_fade,
    .gallery_portrait ul.pm_gallery.effect_slide_horizontal,
    .gallery_tape .pm_gallery,
    .gallery_stripes .pm_stripes_wrapper {
        padding: 20px;
        box-sizing: border-box;
    }

    .gallery_portrait ul.pm_gallery.effect_fade li,
    .gallery_portrait ul.pm_gallery.effect_slide_horizontal li,
    .gallery_descriptions ul.pm_gallery li,
    .gallery_tape .pm_gallery .pm_gallery_item,
    .gallery_stripes .pm_stripes_wrapper li {
        position: relative;
        opacity: 1;
        background: none;
        margin-bottom: 20px;
    }

    .gallery_portrait ul.pm_gallery.effect_slide_horizontal li {
        width: 100%;
    }

    .gallery_tape .pm_gallery .pm_gallery_item {
        transform: scale(1);
        -webkit-transform: scale(1);
        left: 0;
    }

    .pm_album_fullscreen .galleery_fullscreen ul.pm_gallery.effect_fade li:last-child,
    .pm_album_fullscreen .galleery_fullscreen ul.pm_gallery.effect_slide_horizontal li:last-child,
    .pm_album_fullscreen .galleery_fullscreen ul.pm_gallery.effect_slide_vertical li:last-child,
    .gallery_portrait ul.pm_gallery.effect_fade li:last-child,
    .gallery_portrait ul.pm_gallery.effect_slide_horizontal li:last-child,
    .gallery_descriptions ul.pm_gallery li:last-child,
    .gallery_stripes .pm_stripes_wrapper li:last-child,
    .pm_album_waterwheel .gallery_waterwheel .pm_gallery .pm_gallery_item:last-child {
        margin-bottom: 0;
    }

    .gallery_descriptions .pm_gallery_wrapper {
        padding: 20px;
    }

    .gallery_portrait ul.pm_gallery li img,
    .gallery_tape .pm_gallery .pm_gallery_item img,
    .pm_album_waterwheel .gallery_waterwheel .pm_gallery .pm_gallery_item img {
        width: 100%;
        height: auto;
        max-width: none;
        display: block;
    }

    .pm_album_waterwheel .gallery_waterwheel {
        overflow: visible;
        margin-top: 0 !important;
    }

    .pm_album_waterwheel .gallery_waterwheel .pm_gallery {
        opacity: 1;
        padding: 20px;
    }

    .pm_album_waterwheel .gallery_waterwheel .pm_gallery .pm_gallery_item {
        position: relative;
        left: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-bottom: 20px;
    }

    .pm_media_output .pm_media_output_wrapper .pm_media_output_cont .pm_media_output_cont_wrapper .pm_prev_slide_button,
    .pm_media_output .pm_media_output_wrapper .pm_media_output_cont .pm_media_output_cont_wrapper .pm_next_slide_button,
    .pm_standard_output_cont .pm_media_output_cont_wrapper .pm_prev_slide_button,
    .pm_standard_output_cont .pm_media_output_cont_wrapper .pm_next_slide_button {
        width: 26px;
        height: 26px;
        margin-top: -13px;
    }

    .pm_media_output .pm_media_output_wrapper .pm_media_output_cont .pm_media_output_cont_wrapper .pm_prev_slide_button,
    .pm_standard_output_cont .pm_media_output_cont_wrapper .pm_prev_slide_button {
        left: 10px;
    }

    .pm_media_output .pm_media_output_wrapper .pm_media_output_cont .pm_media_output_cont_wrapper .pm_next_slide_button,
    .pm_standard_output_cont .pm_media_output_cont_wrapper .pm_next_slide_button {
        right: 10px;
    }

    .pm_media_output .pm_media_output_wrapper .pm_media_output_cont .pm_media_output_cont_wrapper .pm_prev_slide_button .pm_prev_button_fader,
    .pm_media_output .pm_media_output_wrapper .pm_media_output_cont .pm_media_output_cont_wrapper .pm_next_slide_button .pm_next_button_fader,
    .pm_standard_output_cont .pm_media_output_cont_wrapper .pm_prev_slide_button .pm_prev_button_fader,
    .pm_standard_output_cont .pm_media_output_cont_wrapper .pm_next_slide_button .pm_next_button_fader {
        background-size: 10px 10px;
    }

    .pm_navigation_container {
        height: 40px;
        bottom: 20px;
    }

    .pm_prev_slide_button,
    .pm_next_slide_button,
    .pm_pause_button {
        width: 40px;
        height: 40px;
    }

    .single-portfolio .pm_content_container .pm_post_likes_wrapper,
    .single-post .pm_content_container .pm_post_likes_wrapper {
        height: 40px;
        bottom: 20px;
    }

    .single-portfolio .pm_content_container .pm_post_likes_wrapper .pm_add_like_button,
    .single-post .pm_content_container .pm_post_likes_wrapper .pm_add_like_button,
    .single-portfolio .pm_content_container .pm_post_likes_wrapper .pm_add_like_button,
    .single-post .pm_content_container .pm_post_likes_wrapper .pm_add_like_button,
    .pm_post_container.page_type_fullwidth .pm_content_container .pm_post_likes_wrapper .pm_add_like_button,
    .pm_standard_title_and_likes_container .pm_add_like_button{
        padding: 13px 16px 6px 36px;
    }

    .single-portfolio .pm_content_container .pm_post_title_cont:before,
    .single-post .pm_content_container .pm_post_title_cont:before,
    .pm_post_container.page_type_fullwidth .pm_content_container .pm_post_title_cont:before,
    .pm_standard_title_and_likes_container .pm_post_title_cont:before {
        top: 13px;
    }

    .pm_standard_title_and_likes_container {
        height: 40px;
    }

    .pm_post_comments_standard {
        padding: 21px 0 20px 0;
    }

    .page-template-page-about .pm_about_form_button,
    .page-template-page-contacts .pm_contacts_form_button {
        width: 40px;
        height: 40px;
        bottom: 40px;
        background-size: 14px 12px;
    }

    .single-portfolio .pm_content_container .pm_post_likes_wrapper,
    .single-post .pm_content_container .pm_post_likes_wrapper,
    .pm_post_container.page_type_fullwidth .pm_content_container .pm_post_likes_wrapper {
        height: 40px;
    }

    .pm_coming_soon_socials_and_form_container .pm_coming_soon_socials_cont a,
    .pm_contacts_socials_container .pm_contacts_social_button,
    .pm_popup_back .pm_popup_share_wrapper a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .pm_coming_soon_socials_and_form_container .pm_coming_soon_socials_cont a i,
    .pm_contacts_socials_container .pm_contacts_social_button i {
        top: 3px;
    }

    .pm_albums_tape_container .pm_media_output_cont .pm_prev_image_slide_button,
    .pm_albums_tape_container .pm_media_output_cont .pm_next_image_slide_button {
        display: none;
    }

    .pm_slides_title_and_likes_container {
        height: 40px;
        bottom: 20px;
        left: 20px;
    }

    .pm_navigation_container {
        right: 60px;
    }

    .pm_slides_title_and_likes_container .pm_slide_title_wrapper {
        height: 40px;
        line-height: 40px;
    }

    .pm_slides_title_and_likes_container .pm_slide_title_wrapper:before {
        top: 13px;
    }

    .pm_slides_title_and_likes_container .pm_slide_likes_wrapper .pm_add_like_button,
    .page-template-page-about .pm_post_likes_wrapper .pm_add_like_button {
        padding: 13px 16px 6px 36px;
    }

    .gallery_scattered {
        padding: 20px 20px 0;
    }

    .pm_more_scattered_photos {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 70px;
    }

    .gallery_scattered .pm_scattered_photo {
        width: 338px;
    }

    .gallery_scattered .pm_scattered_photo .pm_scattered_image {
        width: 308px;
        height: 312px;
    }

    .page-template-page-about .pm_post_likes_wrapper {
        height: 40px;
    }

    .pm_slides_title_and_likes_container .pm_comments_counter {
        height: 40px;
        line-height: 40px;
    }

    .page-template-page-blog-tape .pm_comments_counter .pm_comments_icon {
        top: 5px;
    }

    .pm_more_scattered_photos,
    .pm_more_scattered_photos:hover {
        background-size: 18px 18px;
    }

    .pm_fullscreen_toggler,
    .pm_fullscreen_toggler.active,
    .pm_fullscreen_toggler:hover,
    .pm_fullscreen_toggler.active:hover,
    .pm_next_slide_button .pm_next_button_fader,
    .pm_prev_slide_button .pm_prev_button_fader {
        background-size: 15px 15px;
    }

    .pm_pause_button {
        background-size: 9px 13px;
    }

    .pm_pause_button.pm_paused {
        background-size: 9px 14px;
    }

    .pm_slides_title_and_likes_container .pm_slide_likes_wrapper,
    .pm_slides_title_and_likes_container .pm_gallery_likes_wrapper {
        height: 40px;
    }

    .pm_slides_title_and_likes_container .pm_slide_likes_wrapper .pm_add_like_button .pm_likes_icon,
    .pm_slides_title_and_likes_container .pm_gallery_likes_wrapper .pm_add_like_button .pm_likes_icon,
    .pm_slides_title_and_likes_container .pm_slide_likes_wrapper .pm_add_like_button .pm_clicked_like,
    .pm_slides_title_and_likes_container .pm_gallery_likes_wrapper .pm_add_like_button .pm_clicked_like,
    .page-template-page-about .pm_post_likes_wrapper .pm_add_like_button .pm_likes_icon,
    .page-template-page-about .pm_post_likes_wrapper .pm_add_like_button .pm_clicked_like,
    .single-portfolio .pm_content_container .pm_post_likes_wrapper .pm_add_like_button .pm_likes_icon,
    .single-post .pm_content_container .pm_post_likes_wrapper .pm_add_like_button .pm_likes_icon,
    .pm_post_container.page_type_fullwidth .pm_content_container .pm_post_likes_wrapper .pm_add_like_button .pm_likes_icon,
    .pm_standard_title_and_likes_container .pm_add_like_button .pm_likes_icon,
    .single-portfolio .pm_content_container .pm_post_likes_wrapper .pm_add_like_button .pm_clicked_like,
    .single-post .pm_content_container .pm_post_likes_wrapper .pm_add_like_button .pm_clicked_like,
    .pm_post_container.page_type_fullwidth .pm_content_container .pm_post_likes_wrapper .pm_add_like_button .pm_clicked_like,
    .pm_standard_title_and_likes_container .pm_add_like_button .pm_clicked_like {
        font-size: 15px;
        top: 13px;
        left: 16px;
    }

    .pm_404_searh_container input,
    .pm_search_no_result_form input,
    .pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont .pm_input_wrapper input[type="text"] {
        height: 40px;
        line-height: 40px;
    }

    .pm_404_searh_container .pm_searh_wrapper:before,
    .pm_search_no_result_form .pm_searh_wrapper:before,
    .pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont .pm_input_wrapper:before {
        top: 14px;
    }

    .pm_404_searh_container .pm_icon_search,
    .pm_search_no_result_form .pm_icon_search,
    .pm_404_back_button,
    .pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont input[type="submit"] {
        width: 40px;
        height: 40px;
        background-size: 14px 14px;
    }

    .pm_album_video .pm_prev_slide_button,
    .pm_album_video .pm_next_slide_button,
    .pm_album_video .pm_prev_slide_button:hover,
    .pm_album_video .pm_next_slide_button:hover {
        background-size: 15px 15px;
    }

    .gallery_grid .pm_gallery .pm_gallery_item .pm_gallery_item_wrapper .pm_image_likes_wrapper,
    .pm_albums_wrapper .pm_albums_listing_item .pm_slbums_listing_wrapper .pm_album_thumb_wrapper .pm_album_likes_wrapper,
    .page-template-page-portfolio .pm_portfolio_item .pm_portfolio_item_wrapper .pm_portfolio_featured_image_wrapper .pm_post_likes_wrapper,
    .page-template-page-blog-ajax .pm_blog_item .pm_blog_item_wrapper .pm_blog_featured_image_wrapper .pm_post_likes_wrapper {
        height: 40px;
        margin-top: -20px;
    }

    .pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_wrapper {
        height: 90px;
        margin-top: -45px;
    }

    .pm_image_likes_container {
        width: 118px;
    }

    .pm_albums_listing_item .pm_slbums_listing_wrapper .pm_album_thumb_wrapper .pm_album_likes_container {
        width: 146px;
    }

    .gallery_grid .pm_gallery .pm_gallery_item .pm_gallery_item_wrapper .pm_image_likes_wrapper .pm_add_like_button,
    .pm_albums_wrapper .pm_albums_listing_item .pm_slbums_listing_wrapper .pm_album_thumb_wrapper .pm_album_likes_wrapper .pm_add_like_button,
    .pm_albums .pm_albums_listing_item .pm_album_thumb_wrapper .pm_images_counter_wrapper,
    .page-template-page-portfolio .pm_portfolio_item .pm_portfolio_item_wrapper .pm_portfolio_featured_image_wrapper .pm_post_likes_wrapper .pm_add_like_button,
    .page-template-page-blog-ajax .pm_blog_item .pm_blog_item_wrapper .pm_blog_featured_image_wrapper .pm_post_likes_wrapper .pm_add_like_button,
    .pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_wrapper .pm_add_like_button,
    .pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_wrapper .pm_images_counter_wrapper {
        padding: 8px 7px 8px 4px;
    }

    .pm_album_grid .pm_popup_trigger,
    .pm_album_masonry .pm_popup_trigger {
        width: 40px;
        height: 40px;
        background-size: 14px 14px;
    }

    .gallery_grid .pm_gallery .pm_gallery_item .pm_gallery_item_wrapper .pm_image_likes_wrapper .pm_add_like_button .pm_likes_icon,
    .pm_albums_wrapper .pm_albums_listing_item .pm_slbums_listing_wrapper .pm_album_thumb_wrapper .pm_album_likes_wrapper .pm_add_like_button .pm_likes_icon,
    .page-template-page-portfolio .pm_portfolio_item .pm_portfolio_item_wrapper .pm_portfolio_featured_image_wrapper .pm_post_likes_wrapper .pm_add_like_button .pm_likes_icon,
    .page-template-page-blog-ajax .pm_blog_item .pm_blog_item_wrapper .pm_blog_featured_image_wrapper .pm_post_likes_wrapper .pm_add_like_button .pm_likes_icon,
    .pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_wrapper .pm_add_like_button .pm_likes_icon,
    .gallery_grid .pm_gallery .pm_gallery_item .pm_gallery_item_wrapper .pm_image_likes_wrapper .pm_add_like_button .pm_clicked_like,
    .pm_albums_wrapper .pm_albums_listing_item .pm_slbums_listing_wrapper .pm_album_thumb_wrapper .pm_album_likes_wrapper .pm_add_like_button .pm_clicked_like,
    .page-template-page-portfolio .pm_portfolio_item .pm_portfolio_item_wrapper .pm_portfolio_featured_image_wrapper .pm_post_likes_wrapper .pm_add_like_button .pm_clicked_like,
    .page-template-page-blog-ajax .pm_blog_item .pm_blog_item_wrapper .pm_blog_featured_image_wrapper .pm_post_likes_wrapper .pm_add_like_button .pm_clicked_like,
    .pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_wrapper .pm_add_like_button .pm_clicked_like {
        font-size: 15px;
        top: 12px;
        left: 18px;
    }

    .page-template-page-portfolio .pm_portfolio_item .pm_post_likes_wrapper .pm_potrfolio_read_more,
    .page-template-page-blog-ajax .pm_blog_item .pm_post_likes_wrapper .pm_potrfolio_read_more {
        width: 40px;
        height: 40px;
        background-size: 15px 15px;
    }

    .pm_albums .pm_albums_listing_item .pm_album_thumb_wrapper .pm_images_counter_wrapper .pm_images_counter_icon,
    .pm_albums_stripes .pm_albums_stripes_item .pm_images_counter_wrapper .pm_images_counter_icon,
    .pm_albums .pm_albums_listing_item .pm_album_thumb_wrapper .pm_images_counter_wrapper .pm_video_counter_icon,
    .pm_albums_stripes .pm_albums_stripes_item .pm_images_counter_wrapper .pm_video_counter_icon {
        background-size: 15px 15px;
    }

    .pm_mobile_buttons {
        text-align: center;
        margin-bottom: 0;
    }

    .pm_mobile_buttons .pm_post_likes_wrapper,
    .pm_mobile_buttons .pm_about_form_button,
    .pm_mobile_buttons .pm_navigation_container,
    .pm_mobile_buttons .pm_contacts_form_button {
        position: relative;
        display: inline-block;
        top: -20px;
    }

    .pm_mobile_buttons .pm_post_likes_wrapper .pm_add_like_button {
        padding: 13px 16px 6px 36px;
        border-radius: 4px;
        line-height: 21px;
    }

    .pm_mobile_buttons .pm_post_likes_wrapper .pm_add_like_button .pm_likes_icon,
    .pm_mobile_buttons .pm_post_likes_wrapper .pm_add_like_button .pm_clicked_like {
        font-size: 15px;
        position: absolute;
        top: 15px;
        left: 16px;
        color: #ffffff;
        transition: all .5s;
        -webkit-transition: all .5s;
    }

    .pm_mobile_buttons .pm_post_likes_wrapper .pm_add_like_button .pm_likes_icon.pm_likes_fade_in {
        transform: scale(2);
        -webkit-transform: scale(2);
        opacity: 0;
    }

    .pm_mobile_buttons .pm_post_likes_wrapper .pm_add_like_button .pm_clicked_like {
        opacity: 0;
    }

    .single-portfolio .pm_mobile_buttons .pm_navigation_container .pm_next_slide_button,
    .single-post .pm_mobile_buttons .pm_navigation_container .pm_next_slide_button {
        margin-right: 0;
    }

    .single-portfolio .pm_content_container .pm_content_container_wrapper,
    .single-post .pm_content_container .pm_content_container_wrapper,
    .page-template-page-contacts .pm_content,
    .page .pm_content {
        padding-bottom: 30px;
    }

    .page-template-page-contacts .pm_content_standard {
        margin-bottom: 0;
    }

    .pm_popup_back .pm_mobile_popup_close,
    .pm_popup_next_nav,
    .pm_popup_prev_nav {
        width: 40px;
        height: 40px;
        background-size: 16px 16px;
    }

    .pm_popup_back .pm_mobile_popup_close {
        top: 20px;
        right: 20px;
    }

    .pm_popup_next_nav {
        right: 20px;
    }

    .pm_popup_prev_nav {
        left: 20px;
    }

    .pm_popup_next_nav:hover,
    .pm_popup_prev_nav:hover {
        background-size: 16px 16px;
    }

    .single-portfolio .pm_content_container .pm_post_title_cont,
    .single-post .pm_content_container .pm_post_title_cont,
    .pm_post_container.page_type_fullwidth .pm_content_container .pm_post_title_cont,
    .pm_standard_title_and_likes_container .pm_post_title_cont {
        max-width: 69%;
    }

    .gallery_descriptions ul.pm_gallery li .pm_slide_likes_wrapper {
        display: none;
    }

    .album_description_page .pm_content_block {
        display: none;
    }
}

@media only screen and (max-width: 668px) {
    .pm_popup_back .pm_popup_form_wrapper textarea {
        margin-bottom: 7px;
    }

    .countdown-amount {
        padding: 0 25px;
    }

    .pm_standard_output_cont .pm_media_output_cont_wrapper {
        height: 335px;
    }

    .gallery_scattered .pm_scattered_photo {
        width: 303px;
    }

    .gallery_scattered .pm_scattered_photo .pm_scattered_image {
        width: 273px;
        height: 276px;
    }

    .single-portfolio .pm_content_container .pm_post_title_cont,
    .single-post .pm_content_container .pm_post_title_cont,
    .pm_post_container.page_type_fullwidth .pm_content_container .pm_post_title_cont,
    .pm_standard_title_and_likes_container .pm_post_title_cont {
        max-width: 65%;
    }
}

@media only screen and (max-width: 569px) {
    .gallery_grid .pm_gallery .pm_gallery_item,
    .pm_albums_wrapper .pm_albums_listing_item,
    .pm_albums .pm_albums_listing_item,
    .page-template-page-portfolio .pm_portfolio_item,
    .page-template-page-blog-ajax .pm_blog_item {
        width: 100%;
    }

    .pm_albums_stripes .pm_albums_stripes_item {
        width: 100%;
    }

    .pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_wrapper {
        height: 67px;
        margin-top: -33px;
    }

    .pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_container {
        width: 146px;
    }

    .pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_container .pm_add_like_button,
    .pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_container .pm_images_counter_wrapper {
        display: inline-block;
        float: left;
    }

    .pm_albums_stripes .pm_albums_stripes_item .pm_album_likes_container .pm_images_counter_wrapper {
        margin-left: 10px;
    }

    .pm_popup_back .pm_popup_form_wrapper textarea {
        height: 85px;
    }

    .pm_blog_listing_tape_container .pm_gallery .pm_gallery_item .pm_media_output_cont .pm_media_output_cont_wrapper .pm_prev_image_slide_button,
    .page-template-page-albums .pm_albums_tape_container .pm_gallery_item .pm_media_output_cont_wrapper .pm_prev_image_slide_button,
    .pm_blog_listing_tape_container .pm_gallery .pm_gallery_item .pm_media_output_cont .pm_media_output_cont_wrapper .pm_next_image_slide_button,
    .page-template-page-albums .pm_albums_tape_container .pm_gallery_item .pm_media_output_cont_wrapper .pm_next_image_slide_button {
        display: none;
    }

    .pm_counter_title,
    .pm_404_container .pm_404_content_wrapper .pm_404_title {
        font-size: 60px;
        line-height: 70px;
    }

    .countdown-amount {
        font-size: 60px;
    }

    .pm_standard_output_cont .pm_media_output_cont_wrapper {
        height: 280px;
    }

    .gallery_scattered .pm_scattered_photo {
        width: 528px;
    }

    .gallery_scattered .pm_scattered_photo .pm_scattered_image {
        width: 498px;
        height: 504px;
    }

    .single-portfolio .pm_content_container .pm_post_title_cont,
    .single-post .pm_content_container .pm_post_title_cont,
    .pm_post_container.page_type_fullwidth .pm_content_container .pm_post_title_cont,
    .pm_standard_title_and_likes_container .pm_post_title_cont {
        max-width: 59%;
    }
}

@media only screen and (max-width: 415px) {
    .pm_popup_form_wrapper form input[type="text"],
    .pm_popup_form_wrapper form textarea,
    .pm_post_comments_standard.pm_simple_layout .comment-respond input[type="text"],
    .pm_post_comments_standard.pm_simple_layout .comment-respond textarea {
        width: 363px;
    }

    .pm_popup_back .pm_popup_form_wrapper textarea {
        margin-bottom: 27px;
    }

    .pm_standard_title_and_likes_container {
        height: auto;
        text-align: center;
    }

    .pm_post_title_cont.pm_fleft,
    .pm_post_likes_wrapper.pm_fright,
    .pm_standard_title_and_likes_container .pm_fright,
    .pm_standard_title_and_likes_container .pm_fright .pm_post_likes_wrapper,
    .pm_standard_title_and_likes_container .pm_fright .pm_prev_slide_button,
    .pm_standard_title_and_likes_container .pm_fright .pm_next_slide_button,
    .pm_standard_title_and_likes_container .pm_contacts_form_button {
        float: none;
    }

    .pm_standard_title_and_likes_container .pm_fright .pm_post_likes_wrapper {
        vertical-align: top;
    }

    .pm_standard_output_cont .pm_media_output_cont_wrapper {
        height: 200px;
    }

    .pm_post_title_cont.pm_fleft {
        margin-bottom: 40px;
        width: 100%;
        box-sizing: border-box;
    }

    .pm_404_searh_container form {
        display: block;
        margin-bottom: 30px;
    }

    .pm_404_searh_container .pm_icon_search {
        float: right;
    }

    .pm_404_back_button {
        right: 50%;
        margin-right: -20px;
        display: block;
    }

    .countdown-row .countdown-section:first-child .countdown-amount {
        padding-left: 0;
    }

    .countdown-row .countdown-section:last-child .countdown-amount {
        padding-right: 0;
    }

    .pm_counter_title,
    .pm_404_container .pm_404_content_wrapper .pm_404_title {
        font-size: 45px;
        line-height: 55px;
    }

    .pm_404_container .pm_404_content_wrapper .pm_404_title {
        margin-top: 70px;
    }

    .countdown-amount {
        font-size: 45px;
        line-height: 70px;
        padding: 0 20px;
    }

    .pm_counter_title {
        margin-bottom: 25px;
    }

    .pm_album_grid .pm_popup_trigger,
    .pm_album_masonry .pm_popup_trigger {
        display: none;
    }

    .gallery_grid .pm_gallery .pm_gallery_item .pm_gallery_item_wrapper .pm_image_likes_wrapper .pm_add_like_button,
    .pm_album_masonry .pm_add_like_button {
        float: none;
    }

    .page-template-page-albums .pm_slides_title_and_likes_container {
        display: none;
    }

    .pm_blog_listing_tape_container .pm_gallery .pm_gallery_item .pm_media_output_cont .pm_media_output_cont_wrapper .pm_prev_image_slide_button,
    .pm_blog_listing_tape_container .pm_gallery .pm_gallery_item .pm_media_output_cont .pm_media_output_cont_wrapper .pm_next_image_slide_button,
    .page-template-page-albums .pm_albums_tape_container .pm_gallery_item .pm_media_output_cont_wrapper .pm_prev_image_slide_button,
    .page-template-page-albums .pm_albums_tape_container .pm_gallery_item .pm_media_output_cont_wrapper .pm_next_image_slide_button {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .gallery_scattered .pm_scattered_photo {
        width: 374px;
    }

    .gallery_scattered .pm_scattered_photo .pm_scattered_image {
        width: 344px;
        height: 348px;
    }

    .page-template-page-blog-tape .pm_slides_title_and_likes_container {
        display: none;
    }

    .pm_coming_soon_wrapper {
        padding-top: 120px;
    }

    .single-portfolio .pm_content_container .pm_post_title_cont,
    .single-post .pm_content_container .pm_post_title_cont,
    .pm_post_container.page_type_fullwidth .pm_content_container .pm_post_title_cont,
    .pm_standard_title_and_likes_container .pm_post_title_cont {
        max-width: 100%;
    }
}

@media only screen and (max-width: 376px) {
    .pm_popup_form_wrapper form input[type="text"],
    .pm_popup_form_wrapper form textarea,
    .pm_post_comments_standard.pm_simple_layout .comment-respond input[type="text"],
    .pm_post_comments_standard.pm_simple_layout .comment-respond textarea {
        width: 323px;
    }

    .pm_404_searh_container input {
        width: 154px;
    }

    .pm_counter_title,
    .pm_404_container .pm_404_content_wrapper .pm_404_title {
        font-size: 40px;
        line-height: 50px;
    }

    .pm_404_container .pm_404_content_wrapper .pm_404_title {
        margin-top: 20px;
    }

    .countdown-amount {
        font-size: 40px;
        line-height: 60px;
        padding: 0 20px;
    }

    .countdown-period {
        font-size: 17px;
    }

    .pm_soming_soon_form_cont .pm_input_wrapper {
        margin-bottom: 15px;
    }

    .pm_standard_output_cont .pm_media_output_cont_wrapper {
        height: 178px;
    }

    .gallery_scattered .pm_scattered_photo {
        width: 335px;
    }

    .gallery_scattered .pm_scattered_photo .pm_scattered_image {
        width: 305px;
        height: 309px;
    }

    .preloader_active .pm_preloader_load_back {
        width: 335px;
    }

    .preloader_active .pm_preloader_load_back .pm_preloader_border {
        width: 339px;
    }

    .pm_coming_soon_wrapper {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 321px) {
    .pm_popup_form_wrapper form input[type="text"],
    .pm_popup_form_wrapper form textarea,
    .pm_post_comments_standard.pm_simple_layout .comment-respond input[type="text"],
    .pm_post_comments_standard.pm_simple_layout .comment-respond textarea {
        width: 268px;
    }

    .pm_404_searh_container input {
        width: 99px;
    }

    .pm_counter_title,
    .pm_404_container .pm_404_content_wrapper .pm_404_title {
        font-size: 30px;
        line-height: 40px;
    }

    .pm_404_container .pm_404_content_wrapper .pm_404_title {
        margin-top: 0;
    }

    .countdown-amount {
        font-size: 30px;
        line-height: 50px;
        padding: 0 20px;
    }

    .countdown-period {
        font-size: 14px;
    }

    .pm_standard_output_cont .pm_media_output_cont_wrapper {
        height: 150px;
    }

    .gallery_scattered .pm_scattered_photo {
        width: 280px;
    }

    .gallery_scattered .pm_scattered_photo .pm_scattered_image {
        width: 250px;
        height: 253px;
    }

    .preloader_active .pm_preloader_load_back {
        width: 280px;
    }

    .preloader_active .pm_preloader_load_back .pm_preloader_border {
        width: 284px;
    }

    .pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont .pm_input_wrapper input[type="text"] {
        width: 230px;
    }

    .pm_coming_soon_wrapper {
        padding-top: 80px;
    }
}

/* CSS for Safary and Chrome only */
@media all and (-webkit-min-device-pixel-ratio: 0) {
    .pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont input[type="submit"] {
        padding: 25px 6px !important;
    }

    .pm_post_comments .comment-respond textarea,
    .pm_post_comments_standard .comment-respond textarea {
        margin-bottom: 2px;
    }

    @media only screen and (max-width: 737px) {
        .pm_coming_soon_socials_and_form_container .pm_soming_soon_form_cont input[type="submit"] {
            padding: 20px 6px !important;
        }
    }
}
