﻿/*
[Master Stylesheet]

Project:  Photty
Version:  1.0

[Table of contents]

1.  General
2.  Header
3.  Typography
4.  About
5.  Boxed Layout
6.  Contacts
7.  Blog Fullwidth
8.  Blog with left sidebar
9.  Blog with right sidebar
10. Blog Grid
11. Coming soon
12. 404
13. Photographers
14. Photographer-Single
15. Grid Gallery
16. Albums Listing
17. Split Showcase
18. Ribbon Slider
19. Fullscreen Slider
19. Slider with Thumbnails
19. Albums Slider
19. Album Single
19. Post Single
20. Responsive
*/


/* General */
* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    position: static;
}

body {
    font-family: "Roboto";
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #737479;
    letter-spacing: 0.04em;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a {
    color: #737479;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

    a:hover {
        color: #1f232f;
    }

img {
    width: auto;
    height: auto;
}

p {
    margin: 20px 0;
}

ul, li {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #2b2d38;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
    word-wrap: break-word;
    /*text-align: center;*/
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 1px;
}

h2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 1px;
}

h3 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1px;
}

h4 {
    font-size: 25px;
    line-height: 25px;
}

h5 {
    font-size: 20px;
    line-height: 26px;
}

h6 {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1px;
}

textarea {
    outline: none;
    resize: none;
    overflow: auto;
    height: 120px;
}

    input:focus, textarea:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        background: transparent;
        border: #e8eaee 1px solid;
    }

input, textarea {
    background: transparent;
    padding: 10.3px 14px 8.9px 14px;
    line-height: 20px;
    font-weight: 400;
    width: 100%;
    outline: none;
    font-size: 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 30px;
    border: #e8eaee 1px solid;
    border-radius: 2px;
    font-family: 'Roboto', sans-serif;
    /* -webkit-appearance: none;*/
}

input {
    padding-bottom: 10px;
}

    input[type=submit] {
        border: none;
        line-height: 20px;
        display: inline-block;
        padding: 9px 30px 11px 30px;
        text-decoration: none;
        border-radius: 2px;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        transition: all 300ms;
        letter-spacing: 0;
        width: 100%;
        -webkit-appearance: none;
    }

.clear {
    clear: both;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #737479;
}

input[type=submit]::-webkit-input-placeholder {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

@media only screen and (min-width: 1200px) {
    .photty_container {
        width: 1170px;
    }
}

.photty_hidden {
    opacity: 0;
}

.photty_visible {
    opacity: 1;
}

.photty_container {
    margin: 0 auto;
    padding: 0 15px;
    background: #ffffff;
}

.photty_boxed_container {
    margin-left: -40px;
    margin-right: -40px;
    background: #ffffff;
    padding: 0 25px;
}

.photty_heading_text {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 9px;
}

.photty_footer .photty_container {
    background: transparent;
}

.photty_footer p {
    text-align: left;
}

body[data-background=type1_background] {
    background-color: #edeef0;
}

.page-numbers.current, .photty_prev_next_posts a:hover h5, .photty_grid_post_content a:hover h5, .photty_blog_post a:hover h3, .photty_meta a:hover, .photty_sidebar_categories a:hover, .photty_album_content a:hover h5, .photty_albums_categories a:hover, .mobile_menu .active > a {
    color: #e44b3c;
}

input[type=submit], .photty_price_item.photty_price_item_popular a, .page-numbers:hover, .photty_price_item a:hover, .photty_404_btn, .photty_button, .photty_popular_tags a:hover, .photty_coming_soon button {
    background-color: #00b3e3;
}

    .photty_button, .photty_button:hover, input[type=submit], .photty_popular_label, .photty_price_item_popular a, .photty_social_block a, .photty_quote_post_text, .photty_quote_post_author, .page-numbers:hover, .photty_coming_soon .photty_copy_text, .photty_coming_soon h1, .countdown-amount, .countdown-period, .photty_404 h1, .photty_404 p, .photty_404_btn, .photty_404_btn:hover, .photty_price_item a:hover, .photty_price_item.photty_price_item_popular a:hover, .photty_popular_tags a:hover {
        color: #fff;
    }

        .photty_button:hover, .photty_popular_label, .photty_price_item a, .photty_price_item.photty_price_item_popular a:hover, input[type=submit]:hover, .photty_coming_soon button:hover, .photty_404_btn:hover, .photty_comments_cont input[type=submit]:hover {
            background: #1f232f;
        }

.photty_popular_tags a:hover {
    border-color: #e44b3c;
}

.photty_comments_cont input[type=submit]:hover {
    border-color: #1f232f;
}

input[type=submit]:hover {
    cursor: pointer;
}
/* Header */

.photty_logo {
    width: 110px;
    height: 116px;
    display: block;
    background: url(../img/ipa-logo.png) 0 0 no-repeat transparent;
    background-size: 110px 116px;
}

.displayclose {
    display: none !important;
}

#socialIcon {
    position: fixed;
    z-index: 9999999;
    font-size: 24px;
    bottom: 27px;
    right: 71px;
}

    #socialIcon a {
        color: #fff;
        padding: 5px;
    }

    #socialIcon .fa-facebook:hover {
        color: #4267b2 !important;
    }

    #socialIcon .fa-twitter:hover {
        color: #00aced !important;
    }

    #socialIcon .fa-instagram:hover {
        color: #ce2777 !important;
    }

/*.backgrounddiv {
    background-color: red;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 99999999;
    height: 100%;
}
*/
.photty_image_logo {
    width: 60px;
    height: 63px;
    display: block;
    background: url(../img/ipa-logo.png) 0 0 no-repeat transparent;
    background-size: 60px 63px;
}

.photty_logo_cont {
    padding: 9px 10px;
    float: left;
}

.photty_header {
    background-color: rgba(31,35,47, 1);
    height: auto;
    z-index: 1000;
    transition: all 0.3s;
}

.photty_transparent {
    background: transparent;
}

.photty_def_header {
    display: block;
    padding: 0 27px;
    background: transparent;
}

.photty_menu_cont {
    float: right;
    display: block;
    max-height: 80px;
    padding-right: 50px;
    padding-top: 10px
}

.photty_menu {
    display: inline-block;
    background: rgb(31 35 47 / 75%);
    padding-left: 0px;
    border-radius: 10px;
    padding-right: 15px;
}

    .photty_menu > li {
        display: inline-block;
        margin: 0 0px 0 25px;
        position: relative;
        transition: 0.3s all;
    }

    .photty_menu .active a:after {
        width: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .photty_menu > li:hover .sub-menu {
        display: block;
    }

    .photty_menu > li > a {
        line-height: 34px;
        padding-top: 10px;
        padding-bottom: 3px;
        /* padding-right: 10px; */
        display: block;
        text-decoration: none;
        color: #ffffff;
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        position: relative;
        overflow-x: hidden;
        z-index: 1000;
    }

        .photty_menu > li > a:after {
            content: '';
            position: absolute;
            height: 1px;
            background: #ffffff;
            width: 0px;
            top: 50%;
            left: 50%;
            margin-top: 13px;
            transition: 0.3s all;
            transform: translateX(-50%);
        }

    .photty_menu > li:hover a:after {
        content: '';
        width: 100%;
    }

.sub-menu {
    display: none;
    position: absolute;
    margin: 0;
    top: 44px;
    left: 50%;
    width: 200px;
    background-color: #1f232f;
    text-align: left;
    padding: 6px 0px 4px 0px;
    transform: translateX(-50%);
    z-index: 10000;
}

.photty_menu > li:hover .sub-menu {
    display: block;
}

.sub-menu a {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #363944;
    padding: 14px 0 11px 0;
}

    .sub-menu .photty_sub_menu_active a, .sub-menu a:hover {
        color: #e44b3c;
    }

.sub-menu li:last-child a {
    border-bottom: 1px solid transparent;
}

.sub-menu li {
    position: relative;
    padding: 0 20px;
}

    .sub-menu li i {
        float: right;
    }

    .sub-menu li:hover .sub-menu1 {
        display: block;
    }

    .sub-menu li:hover > a {
        color: #e44b3c;
    }

.sub-menu1 {
    left: -205px;
    margin-left: 0;
    position: absolute;
    top: 0;
    width: 200px;
    display: none;
    background-color: #1f232f;
    padding: 6px 0 4px 0;
}

    .sub-menu1 li:nth-child(n) a {
        border-bottom: 1px solid #363944;
        display: block;
    }

    .sub-menu1 li:last-child a {
        border-bottom: 1px solid transparent;
    }

    .sub-menu1 li {
        position: relative;
        right: -10px;
        padding: 0 30px 0 10px;
    }

.mobile_header {
    display: none;
    position: relative;
    padding: 10px 20px;
    width: 100%;
    text-align: left;
}

    .mobile_header .photty_image_logo {
        margin-top: 0;
        width: 48px;
        height: 48px;
        display: block;
        background: url(../img/ipa-logo.png) 0 0 no-repeat transparent;
        background-size: 48px 48px;
        margin: 3px 0;
    }

.PageAnasayfaTitle span {
    font-size: 24px;
}


.btn_mobile_menu {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

    .btn_mobile_menu span {
        display: block;
        width: 31px;
        height: 4px;
        position: absolute;
        left: 0;
        background: #fff;
        -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
        transition: opacity 0.2s, -webkit-transform 0.2s;
        transition: transform 0.2s, opacity 0.2s;
        transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    }

.photty_menu_line1 {
    top: 4px;
}

.photty_menu_line2 {
    top: 13px;
}

.photty_menu_line3 {
    top: 22px;
}

.opened .photty_menu_line1 {
    -webkit-transform: rotate(135deg) translate(7px, -6px);
    -ms-transform: rotate(135deg) translate(7px, -6px);
    transform: rotate(135deg) translate(7px, -6px);
}

.opened .photty_menu_line2 {
    opacity: 0;
}

.opened .photty_menu_line3 {
    -webkit-transform: rotate(-135deg) translate(7px, 6px);
    -ms-transform: rotate(-135deg) translate(7px, 6px);
    transform: rotate(-135deg) translate(7px, 6px);
}

.mobile_menu_wrapper {
    display: none;
    z-index: 101;
    width: 100%;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    background-color: #1f232f;
}

.mobile_menu {
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 20px 25px 30px 25px;
}

    .mobile_menu .active {
        color: #e44b3c;
    }

    .mobile_menu .sub-menu {
        position: static;
        width: 100%;
        transform: none;
        background: transparent;
        padding: 7px 25px;
        display: block;
    }

    .mobile_menu .sub-menu1 {
        position: static;
        width: 100%;
        transform: none;
        background: transparent;
        padding: 7px 15px;
        display: block;
    }

    .mobile_menu .sub-menu a {
        padding: 0;
        line-height: 22px;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
    }

    .mobile_menu .sub-menu li i {
        display: none;
    }

    .mobile_menu .sub-menu li {
        padding: 6px 0 7px 0;
        list-style: none;
    }

    .mobile_menu .sub-menu1 li:nth-child(n) a {
        border-bottom: none;
    }

    .mobile_menu .sub-menu li:last-child {
        padding-bottom: 0;
    }

    .mobile_menu li {
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
        padding-top: 6px;
        height: auto;
        list-style: none;
    }

        .mobile_menu li a {
            display: inline-block;
            position: relative;
            color: #fff;
            border-bottom: none;
        }

            .mobile_menu li a:hover {
                color: #e44b3c;
            }
/* Back to Top */
.photty_back_to_top {
    bottom: 50px;
    right: 50px;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    display: block;
    height: 60px;
    position: fixed;
    transition: opacity 0.3s ease-out 0s, background 0.4s, border 0.4s;
    width: 60px;
    z-index: 9999;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: none;
    background: #00b3e3;
}

    .photty_back_to_top:hover {
        background: #1f232f;
    }

    .photty_back_to_top:after {
        color: #ffffff;
        content: '\f106';
        display: block;
        font-family: 'FontAwesome';
        font-size: 40px;
        height: 40px;
        left: 0;
        line-height: 40px;
        margin-top: -22px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 100%;
    }

    .photty_back_to_top.photty_show_me {
        pointer-events: auto;
        opacity: 1;
    }

    .photty_back_to_top:hover {
        background: #1f232f;
    }
/* Preloader */
.photty_preloader_wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999;
    transition: opacity 0.5s;
    background: #ffffff;
}

    .photty_preloader_wrapper .photty_preloader_bar {
        width: 348px;
        height: 6px;
        border-radius: 3px;
        background: none;
        overflow: hidden;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

        .photty_preloader_wrapper .photty_preloader_bar .photty_preloader_line {
            position: absolute;
            left: 0;
            top: 0;
            width: 0;
            height: 6px;
            border-radius: 3px;
            transition: width 2000ms;
            background: rgba(228,75,60, 0.9);
        }

    .photty_preloader_wrapper.run_preloader .photty_preloader_bar .photty_preloader_line {
        width: 100%;
    }

    .photty_preloader_wrapper.remove_preloader {
        opacity: 0;
    }
/* Form */
.photty_form_block {
}

.form_email {
    width: calc(100% - 15px);
    margin-left: 15px;
}

.form_user-name {
    width: calc(100% - 15px);
}

.fotty_search_form {
    position: relative;
}

    .fotty_search_form span {
        position: absolute;
        right: 13px;
        top: 9px;
        cursor: pointer;
    }
/* Typography */
.photty_content {
    margin-bottom: 80px;
    margin-top: 50px;
}

.photty_typography .photty_content {
    margin: 73px 0 0px 0;
}

article {
    padding-bottom: 55px;
}

.photty_headings h6 {
    text-transform: none;
}

article h6 {
    text-transform: uppercase;
}

.photty_paragraphs {
    padding-bottom: 42px;
}

.photty_text_background1, .photty_text_background2, .photty_text_background3 {
    padding: 2px 3px;
}

.photty_main_color {
    color: #e44b3c;
}

.photty_text_background1 {
    background-color: #e44b3c;
    color: #fff;
}

.photty_text_background2 {
    background-color: #1f232f;
    color: #fff;
}

.photty_text_background3 {
    background-color: #e8eaee;
    color: #737479;
}

.photty_blockquote {
    padding-bottom: 60px;
}

blockquote {
    border-left: 5px solid #e44b3c;
    margin: 25px 0 0 0;
    padding: 5px 0 5px 25px;
    position: relative;
}

    blockquote p {
        font-style: normal;
        color: #737479;
        margin: 0;
    }

    blockquote:before {
        position: absolute;
        content: "â€œ";
        top: -12px;
        left: 15px;
        color: #e8eaee;
        display: block;
        line-height: 150px;
        font-size: 150px;
        z-index: -1;
        font-style: normal;
    }

.photty_dropcaps {
    padding-bottom: 45px;
}

.photty_dropcap {
    display: block;
    float: left;
    font-size: 4em;
    line-height: 1em;
    padding-right: 20px;
    font-weight: 700;
}

.photty_listings {
    padding-bottom: 52px;
}

    .photty_listings h6 {
        margin-bottom: 15px;
    }

    .photty_listings ol, .photty_listings ul {
        margin: 0 0 18px 0;
        padding: 0 0 0 18px;
    }

        .photty_listings ol > li, .photty_listings ul > li {
            padding: 0 0 5px 8px;
        }
/* Footer */
.photty_footer {
    background-color: #1f232f;
    color: #737479;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

    .photty_footer .col .photty_social_block {
        text-align: left;
    }

.photty_footer_content {
    padding: 60px 0px 0 0px;
}

    .photty_footer_content h6 {
        color: #ffffff;
        margin-bottom: 28px;
        text-transform: uppercase;
        text-align: left;
    }

.photty_footer_contact_block {
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #363944;
    text-align: right;
    clear: both;
    overflow: hidden;
}

    .photty_footer_contact_block:last-child {
        border-bottom: 0;
    }

.photty_cont_name, .photty_cont_value {
    display: inline-block;
}

.photty_cont_name {
    float: left;
}

.photty_cont_value {
    max-width: 180px;
}

    .photty_cont_value a {
        color: #ffffff;
    }

        .photty_cont_value a:hover {
            color: #e44b3c;
        }

.photty_footer_posts .photty_footer_contact_block {
    text-align: left;
    margin-bottom: 11px;
}

.photty_footer_posts .photty_meta a {
    color: #737479;
}

.photty_footer_posts .photty_meta {
    margin-top: 2px;
}

    .photty_footer_posts a:hover, .photty_footer_posts .photty_meta a:hover {
        color: #e44b3c;
    }

    .photty_footer_posts .photty_meta div:last-child:after {
        display: none;
    }

.photty_footer_posts a {
    color: #ffffff;
}

.photty_footer_gallery {
    list-style: none;
    padding: 0;
    margin: 0 -5px;
}

    .photty_footer_gallery li {
        width: 33.3%;
        float: left;
        padding: 0 6px 12px 6px;
    }

        .photty_footer_gallery li:hover .photty_image_fader:after {
            opacity: 0.3;
        }

    .photty_footer_gallery li, .photty_footer_gallery img, .photty_footer_gallery a {
        display: block;
    }

.photty_copy_text {
    color: #ffffff;
    text-align: right;
    line-height: 79px;
    padding: 0;
    padding-top: 1px;
}

.photty_image_fader {
    position: relative;
    display: block;
}

    .photty_image_fader:after {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        display: block;
        content: "";
        top: 0;
        left: 0;
        opacity: 0;
        transition: 0.25s all;
    }

.photty_footer_content .photty_social_block li {
    margin-right: 10px;
}

body .photty_footer hr {
    border-bottom: 1px solid #363944;
    margin: 36px 0 0 0;
}
/* About */
.photty_about {
    text-align: center;
}

    .photty_about h1 {
        margin-top: 39px;
    }

    .photty_about .photty_content {
        margin-top: 0;
    }

.photty_slider3i {
    padding: 30px 0;
}

    .photty_slider3i .owl-dots {
        display: none;
    }

.photty_grayscale_img {
    position: relative;
    background-color: #000;
    text-align: center;
}

    .photty_grayscale_img:after {
        content: '';
        background: rgba(0,0,0, 0.6);
        transition: all 0.3s ease;
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.owl-item:hover .photty_grayscale_img:after {
    opacity: 1;
}

.photty_price_item_price {
    color: #2b2d38;
}

.photty_price_block {
    padding: 100px 0px 65px 0px;
}

.col-4:last-child .photty_price_item {
    border-radius: 0 2px 2px 0;
}

.col-4:first-child .photty_price_item {
    border-radius: 2px 0 0 2px;
}

.photty_price_item {
    text-align: center;
    background: #f8f8f8;
    padding: 58px 0 59px 0;
}

    .photty_price_item ul {
        list-style: none;
        margin: 25px 0 0 0;
    }

    .photty_price_item h6 {
        margin-bottom: 40px;
    }

.photty_price_item_price span {
    font-size: 86px;
    line-height: 88px;
    letter-spacing: -3px;
    margin-left: -6px;
}

.photty_price_item_price sup {
    font-size: 52px;
    line-height: 54px;
    vertical-align: top;
}

.photty_price_item_price sub {
    font-size: 25px;
    line-height: 27px;
    margin-left: -8px;
    bottom: 3px;
}

.photty_price_item li {
    margin-bottom: 15px;
    font-size: 15px;
    color: #2b2d38;
}

.photty_price_item a {
    margin-top: 20px;
    line-height: 22px;
    letter-spacing: 0.04em;
}

.photty_price_item_popular {
    background: #e8eaee;
    border-radius: 2px;
    margin: -20px 0 0 0;
    padding: 78px 0 81px 0;
    position: relative;
}

.photty_popular_label {
    position: absolute;
    text-transform: uppercase;
    right: 30px;
    top: 30px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 17px;
    padding: 5px 8px 5px 9px;
    letter-spacing: 1.9px;
}

.photty_button {
    display: inline-block;
    padding: 13px 30px 15px 30px;
    line-height: 22px;
    border-radius: 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    transition: all 0.35s;
    margin-top: 55px;
}



.tab_button {
    margin-top: 0px !important;
    padding: 7px 15px 7px 15px !important;
    font-size: 16px;
    margin-bottom: 25px;
    cursor: pointer;
}

.btnactive {
    background-color: #1f232f;
}

.grid {
    width: 100%;
}

.grid-item {
    border: 15px solid transparent;
    width: 25%;
}

    .grid-item img {
        display: block;
        margin: 0 auto;
    }


/*.storyphoto img {
    max-height: 100px !important;
}*/

.grid-item--width2 {
    width: 50%;
}

.grid_load_more.photty_button {
    letter-spacing: 1.65px;
    padding: 13px 40px 15px 40px;
    margin-top: 15px;
}

.photty_about .grid-item--width2 {
    width: 33.3%;
}

.photty_about .photty_grayscale_img:after {
    content: '';
    background: rgba(0,0,0, 0.5);
}

.photty_about .grid-item--width2:hover .photty_grayscale_img:after {
    opacity: 1
}

.photty_about .photty_grid_about_element {
    padding: 0 15px;
}

.photty_book_session .photty_content {
    margin-bottom: 18px;
}

.photty_book_session .photty_price_block {
    padding-bottom: 80px;
}
/* Slider */
.photty_slider1i {
    text-align: center;
    margin: 70px 0 62px 0;
}

    .photty_slider1i .owl-nav {
        display: none;
    }

    .photty_slider1i span {
        display: block;
        border-radius: 100%;
        width: 6px;
        height: 6px;
        background: #fff;
        opacity: 0.5;
        transition: all 0.2s;
    }

.owl-dot {
    margin: 0 7px;
    display: inline-block;
    border: 2px solid rgba(255,255,255,0);
    background: transparent;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: relative;
}

    .owl-dot.active span {
        opacity: 0;
    }

    .owl-dot.active {
        border: 2px solid rgba(255,255,255,1);
    }

.photty_testimonials_item {
    width: 100%;
}

.photty_about .photty_testimonials_item .testimonials_author {
    font-size: 13px;
    color: #2d2d2d;
}

.photty_slider1i .photty_testimonials_item img {
    max-width: 100px;
    transition: 0.3s;
}

.photty_slider1i_auto_height .owl-nav {
    display: none;
}

.photty_slider1i_auto_height span {
    display: block;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: 0.5;
    transition: all 0.2s;
}

.photty_about .photty_slider1i .owl-dots {
    position: relative;
    top: 2px;
}

.photty_slider1i .testimonials_author {
    margin-bottom: 5px;
}

.photty_slider_boxed {
    margin: 0;
    margin-top: 55px;
}

    .photty_slider_boxed .photty_testimonials_item img {
        max-width: 100%;
    }

    .photty_slider_boxed span {
        background: rgba(35, 38, 41, 0.5);
        opacity: 1;
    }

    .photty_slider_boxed .owl-dot.active {
        border: rgba(35, 38, 41, 1) 2px solid;
    }

    .photty_slider_boxed .owl-dots {
        margin-top: 30px;
        margin-bottom: -5px;
        text-align: center;
    }
/* Boxed Layout */
.photty_simple_slider_wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: opacity 500ms, height 300ms;
    margin-bottom: 80px;
}

    .photty_simple_slider_wrapper.presetup {
        opacity: 0;
    }

.photty_simple_slider, .photty_simple_slider_content {
    opacity: 0;
    transition: opacity 600ms;
}

.photty_simple_slider_wrapper.photty_simple_slider_started .photty_simple_slider, .photty_simple_slider_wrapper.photty_simple_slider_started .photty_simple_slider_content {
    opacity: 1;
}

.photty_simple_slider_wrapper:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    border-radius: 100%;
    border: rgba(0, 0, 0, 0) 3px solid;
    border-top-color: #77797a;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: opacity 500ms;
    -webkit-animation: sas_preloader 750ms ease-in-out infinite;
    animation: sas_preloader 750ms ease-in-out infinite;
}

.photty_simple_slider_wrapper.photty_simple_slider_started:before {
    opacity: 0;
    pointer-events: none;
}

.photty_simple_slider_wrapper .photty_simple_slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
}

.photty_simple_slider_wrapper .photty_simple_slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 1000ms, z-index 500ms;
}

    .photty_simple_slider_wrapper .photty_simple_slide.current-slide {
        opacity: 1;
        z-index: 10 !important;
    }

.photty_simple_slider_overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.photty_simple_slider_content {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 50px;
    transform: translate(-50%, -50%);
    z-index: 17;
    width: 100%;
}

    .photty_simple_slider_content .photty_simple_slider_title:empty, .photty_simple_slider_content .photty_simple_slider_caption:empty {
        display: none;
    }

    .photty_simple_slider_content .photty_simple_slider_title {
        margin-bottom: 22px;
        color: #ffffff;
    }

    .photty_simple_slider_content .photty_simple_slider_caption {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 56px;
        color: #ffffff;
    }

.photty_simple_slider_button_wrapper a.photty_button {
    padding: 13px 30px 15px 30px;
    transition: background 400ms, color 400ms;
    margin: 0;
}

.photty_boxed_layout .photty_content {
    margin-top: 30px;
}

.photty_boxed_layout img {
    display: block;
    max-height: 100%;
    margin: 0 auto !important;
}

.photty_boxed_layout_block {
    margin: 30px 0 65px 0;
}

.photty_boxed_work_block {
    text-align: left;
}

.photty_slider_boxed h5 {
    position: relative;
    top: -48px;
    color: #ffffff;
    margin-bottom: 5px;
}

.photty_boxed_work_column h6 {
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 12px 0;
}

.photty_boxed_work_column p {
    margin-top: 0;
}
/*.photty_boxed_content_block {
    margin:0px 40px;
}*/
.photty_boxed_content_block h2 {
    margin-bottom: 9px;
    text-align: center;
}

.photty_boxed_content_block h4 {
    text-align: center;
}

.photty_h4 {
    background-color: #03b4e3;
    line-height: 43px;
    color: #fff
}

.photty_boxed_content_block .photty_social_block {
    margin-top: 55px;
    margin-bottom: 51px;
    transform: none;
}
/*.photty_boxed_content_block img {
    width: 100%;
    display: block;
    height: 410px;
}*/
.photty_boxed_content_block .photty_stripe_button, .photty_boxed_content_block .photty_stripe_button:hover {
    color: #232629;
}

    .photty_boxed_content_block .photty_stripe_button:after {
        content: '';
        background: #232629;
    }

.photty_testimonials_item_inner {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 7px;
}

.photty_clients .photty_testimonials_item img {
    border-radius: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.photty_testimonials {
    padding: 75px 0 30px 0;
    background: #f7f7f7;
    margin-top: 80px;
}

    .photty_testimonials img {
        font-size: 0;
    }

.photty_testimonials_item .testimonials_content {
    line-height: 24px;
    margin-top: 11.5px;
    color: #2d2d2d;
    margin-bottom: 10px;
}

.photty_testimonials_item .testimonials_author {
    font-size: 15px;
    color: #969696
}

.photty_client_contacts h2 {
    max-width: 58%;
    text-align: center;
    margin: 65px auto 45px auto;
    line-height: 60px;
}

.photty_client_contacts {
    text-align: left;
    margin-bottom: 4px;
}

    .photty_client_contacts p {
        padding-right: 41px;
        margin-top: 15px;
    }

    .photty_client_contacts form {
        margin: 20px 0;
    }

.photty_form_block {
    text-align: left;
}
/* Contacts */
.photty_contacts .photty_content {
    margin-top: 75px;
    margin-bottom: 40px;
}

.photty_contacts h1 {
    margin-bottom: 48px;
}

.photty_contact_info {
    padding: 18px 0 0 0;
}

    .photty_contact_info h6 {
        text-align: left;
        margin-bottom: 8px;
        text-transform: uppercase;
    }

    .photty_contact_info p {
        font-size: 15px;
        line-height: 31px;
        margin: 0 0 0px 0;
    }

        .photty_contact_info p + h6 {
            margin-top: 18px;
        }

.photty_social_block {
    list-style: none;
    display: block;
    margin: 20px 0 0 0;
    font-size: 0;
}

    .photty_social_block i {
        font-size: 15px;
        line-height: 32px;
    }

    .photty_social_block li {
        display: inline-block;
        margin-right: 13px;
        transform: none;
    }

    .photty_social_block a {
        opacity: 1;
        border-radius: 2px;
        display: inline-block;
        width: 32px;
        height: 32px;
        text-align: center;
        border: none;
        transition: all 0.4s;
        transform: none;
    }

        .photty_social_block a:hover {
            opacity: 0.8;
            color: #ffffff;
        }

    .photty_social_block li:last-child {
        margin-right: 0;
    }

.facebook {
    background-color: #3a589a;
}

.twitter {
    background-color: #50aaf1;
}

.google {
    background-color: #ec412c;
}

.pinterest {
    background-color: #cb1f20;
}

.canvas_map_container {
    height: 650px;
    margin-bottom: 40px;
    border: 5px solid #f7f7f7
}

.imageactive {
    border: 5px solid #03a3cf !important;
}

/*#competitionUl li:first-child a{
    color: #00b3e3 !important;
    font-weight: bold;
}*/

.photty_grayscale_img .singleImages {
    border: 5px solid #e8eaee;
}


/* Blog Fullwidth */
.photty_blog-fullwidth .photty_slider_fullwidth {
    margin-top: 52px;
    margin-bottom: 0;
}

.photty_blog-fullwidth .photty_content {
    margin-top: 75px;
}

.photty_slider_fullwidth .owl-dots {
    position: relative;
    transform: translateY(-46px);
}

.photty_slider_fullwidth .photty_testimonials_item img {
    max-width: 100%;
    display: block;
}

.photty_blog_post {
    margin-bottom: 60px;
    text-align: center;
}

    .photty_blog_post h3 {
        margin-bottom: 10px;
        margin-top: 3px;
    }

    .photty_blog_post .photty_button {
        letter-spacing: 0.558px;
        padding: 10px 30px;
        height: auto;
        margin-top: 25px;
    }

.photty_meta div {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
}

.photty_meta {
    line-height: 20px;
}

    /*    .photty_meta div:after {
        content: "/";
        display: inline-block;
        margin-left: 5px;
        margin-right: 1px;
    }*/

    .photty_meta .photty_post_ref:after {
        content: '';
        display: none;
    }

.photty_excerpt {
    padding: 0 60px;
    letter-spacing: 0;
    margin-top: 18px;
}

.photty_quote_post {
    background: #1f232f;
    padding: 100px 55px 100px 55px;
    position: relative;
    margin-bottom: 27px;
}
/*.photty_quote_post:before {
        content: '';
        width: 217px;
        height: 143px;
        background: url(../img/singlenewsback.jpg) no-repeat 0 0;
        background-size: 217px 143px;
        opacity: 0.05;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: block;
        z-index: 3;
    }*/

/*.categoriesdiv::before {
    content: '';
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    opacity: 0.3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 3;
}*/

.categoriesdiv {
    background-size: 100% 100% !important;
    opacity: 0.3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.photty_quote_block h2 {
    color: #fff;
}

.photty_quote_post_text {
    font-size: 20px;
    line-height: 30px;
}

.photty_quote_post_author {
    font-size: 13px;
    line-height: 15px;
}

.photty_video_content {
    background: #000000;
    margin-bottom: 27px;
}

    .photty_video_content iframe {
        max-height: 475px;
        display: block;
        width: 100%;
    }

.photty_audio_content {
    margin-bottom: 27px;
}

    .photty_audio_content iframe {
        height: 400px;
        width: 100%;
    }

.photty_pagination {
    border-top: 1px solid #e8eaee;
    padding-top: 57px;
    text-align: center;
}

    .photty_pagination ul {
        list-style: none;
        margin: 0;
        font-size: 0;
        letter-spacing: 0;
        height: 29px;
    }

    .photty_pagination li {
        display: inline-block;
        font-size: 0;
        margin: 0 2px;
        letter-spacing: 0;
        border: none;
        height: 29px;
    }

    .photty_pagination a {
        display: inline-block;
        text-decoration: none;
        padding: 7px 10px;
        border: 1px solid #e8eaee;
        font-size: 13px;
        line-height: 13px;
        border-radius: 3px;
        min-width: 29px;
        text-align: center;
        transition: 0.2s all;
        letter-spacing: 0.558px;
    }
/* Blog with left sidebar */

.photty_blog_left_sidebar .photty_slider_fullwidth {
    margin-top: 52px;
    margin-bottom: 0;
}

.photty_sidebar img {
    display: block;
    min-height: 60px;
}

.photty_sidebar_text p {
    margin-top: 15px;
}

.photty_sidebar {
    margin-top: 75px;
    padding-right: 12.5px;
    padding-left: 0px;
}

    .photty_sidebar h6 {
        text-align: left;
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 24px;
    }

    .photty_sidebar a {
        color: #737479;
    }

    .photty_sidebar .active {
        color: #00b3e3;
        font-weight: bold;
    }

.photty_sidebar_block {
    margin-bottom: 38px;
    text-align: left;
}

.photty_sidebar_categories ul {
    list-style: none;
    margin: 0;
}

.photty_sidebar_categories li {
    position: relative;
}

.photty_sidebar_categories a {
    position: relative;
    display: block;
    padding: 11px 20px 8px 0;
    transition: padding 0.3s;
    border-bottom: 1px solid #e8eaee
}

.photty_sidebar_categories li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 11px;
    width: 5px;
    height: 4px;
    display: block;
    border-radius: 100%;
    transition: background 0.3s;
    box-sizing: border-box;
}

.photty_sidebar_categories h6 {
    margin-bottom: 11px;
}

.photty_sidebar .photty_footer_contact_block {
    border-color: #e8eaee;
}

    .photty_sidebar .photty_footer_contact_block:last-child {
        margin: 0;
        padding: 0;
    }

.photty_popular_tags {
    list-style: none;
    font-size: 0;
    margin-bottom: -5px;
}

    .photty_popular_tags li {
        display: inline-block;
        font-size: 0;
        margin: 0 5px 5px 0;
    }

    .photty_popular_tags a {
        display: inline-block;
        border: 1px solid #e8eaee;
        border-radius: 2px;
        font-size: 13px;
        padding: 3px 9px 5px 9px;
        line-height: 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
/* Blog with right sidebar */
.photty_blog_right_sidebar .photty_sidebar {
    padding-left: 12.5px;
    padding-right: 0;
}

.photty_blog_right_sidebar .photty_content {
    padding-left: 0px;
    padding-right: 4px;
}
/* Blog Grid */
.photty_blog_grid {
    text-align: center;
}

.photty_grid {
    font-size: 0;
    line-height: 0;
}

    .photty_grid .photty_slider_fullwidth .owl-dots {
        transform: translateY(-51px);
    }

.photty_blog_grid .photty_content {
    margin-top: 75px;
}

.photty_blog_grid h1 {
    margin-bottom: 25px;
}

.photty_blog_grid .photty_load_more {
    line-height: 20px;
    padding: 14px 40px 16px 40px;
    margin-top: 15px;
    height: auto;
    letter-spacing: 0.04em;
}

.photty_grid_blog_item {
    width: 33.3%;
    display: block;
}

.photty_blog_grid .photty_meta {
    font-size: 13px;
    line-height: 20px;
}

.photty_post_formats {
    height: 100%;
    position: relative;
}

.photty_quote_block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 40px;
    overflow: hidden;
}

    .photty_quote_block .photty_quote_post_author {
        text-align: center;
    }

.photty_grid_blog_item .photty_quote_post {
    padding: 0;
}

.photty_blog_grid .photty_post_formats {
    margin: 0;
}

.photty_blog_grid .photty_video_content iframe {
    height: 100%;
}

.photty_blog_grid .photty_audio_content iframe {
    height: 100%;
}

.photty_grid_post_content {
    text-align: center;
    padding: 25px 0 24px 0;
}

    .photty_grid_post_content h5 {
        margin-bottom: 10px;
    }

    .photty_grid_post_content .photty_excerpt {
        margin: 0;
        padding: 19px 30px 0 30px;
    }

.photty_grid-item {
    transition: opacity 500ms;
    display: inline-block;
    vertical-align: top;
    margin-left: -1px;
}

.photty_grid-item_iner {
    display: block;
    font-size: 14px;
    line-height: 22px;
}

.photty_grid-item.photty_grid_post_loading {
    opacity: 0;
}

.photty_grid-item .photty_quote_post {
    padding: 0;
}
/* Coming soon */
.photty_coming_soon {
    background: url(http://pixel-mafia.com/demo/html-templates/photty/img/coming-soon.jpg) no-repeat;
    height: 100vh;
    background-size: cover;
    position: relative;
    background-position: top right;
    background-color: #14161f;
    overflow: hidden;
}

    .photty_coming_soon .photty_def_header {
        text-align: center;
    }

    .photty_coming_soon .photty_logo_cont {
        float: none;
        display: inline-block;
    }

    .photty_coming_soon .photty_header {
        position: absolute;
        width: 100%;
        background: transparent;
    }

    .photty_coming_soon .photty_container {
        background: transparent;
    }

    .photty_coming_soon .photty_footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: transparent;
    }

    .photty_coming_soon .photty_copy_text {
        line-height: 22px;
        margin-top: 23px;
        margin-bottom: 35px;
        text-align: center;
    }

    .photty_coming_soon .col .photty_social_block {
        text-align: center;
    }

    .photty_coming_soon .photty_social_block a {
        border-radius: 2px;
    }

    .photty_coming_soon .photty_social_block li {
        height: 32px;
        margin: 0 6.7px;
    }

    .photty_coming_soon .photty_content {
        margin: 0;
    }

    .photty_coming_soon h1 {
        margin-bottom: 123px;
    }

    .photty_coming_soon form {
        margin: 0;
        padding-top: 90px;
        text-align: center;
        padding-bottom: 35px;
    }

    .photty_coming_soon .form_email {
        width: 400px;
        display: inline-block;
        margin: 0;
        color: #e8eaee;
        height: 40px;
        padding-bottom: 10px;
        border: 1px solid #e8eaee;
    }

        .photty_coming_soon .form_email::-webkit-input-placeholder {
            color: #e8eaee;
            font-weight: 500;
            letter-spacing: -0.005em;
        }

    .photty_coming_soon button {
        width: 112px;
        text-align: center;
        margin: 0;
        line-height: 40px;
        height: 40px;
        margin-left: 11.02px;
        padding: 0 25px;
        letter-spacing: 1px;
        font-weight: 500;
        transition: all 0.2s;
    }

.photty_countdown {
    text-align: center;
}

.countdown-section {
    letter-spacing: 0.1em;
    text-align: center;
    display: inline-block;
    margin-right: 10%;
}

    .countdown-section:last-child {
        margin-right: 0;
    }

.countdown-amount {
    font-size: 110px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.countdown-period {
    font-size: 1em;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    margin-top: 18px;
}
/* 404 */
.photty_404 {
    position: relative;
    text-align: center;
    height: 100vh;
    background-size: cover;
    position: relative;
    background-position: top right;
    background-color: #14161f;
    overflow-x: hidden;
}

    .photty_404 .photty_header {
        position: absolute;
        top: 0;
        width: 100%;
        background: transparent;
    }

.mobile_header .photty_fullpage {
    margin-top: 0;
    margin: 3px auto;
}

.photty_404 h1 {
    font-size: 100px;
    line-height: 110px;
}

.photty_404 p {
    margin: 35px auto 0;
    max-width: 600px;
    -webkit-font-smoothing: antialiased;
}

.photty_404 .photty_container {
    background: transparent;
}

.photty_404_btn {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    padding: 17px 30px;
    border-radius: 2px;
    text-transform: uppercase;
    margin-top: 50px;
    transition: background 0.4s;
}
/* Photographers */
.photty_stripes_fullscreen {
    height: 100vh;
}

.photty_stripes_fullscreen_item img {
    height: 100%;
    max-width: none;
    display: block;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}

.photty_stripes_fullscreen_item {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.photty_stripes_fullscreen .photty_header {
    position: absolute;
    top: 0;
    width: 100%;
    background: transparent;
}

.photty_stripe_content {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
}

    .photty_stripe_content h2 {
        color: #ffffff;
        margin-bottom: 12px;
    }

.photty_stripe_text {
    color: #ffffff;
    margin: 0;
    line-height: 15px;
    font-size: 13px;
    padding-bottom: 90px;
}

.photty_stripe_button {
    color: #ffffff;
    text-transform: uppercase;
    line-height: 16px;
    text-decoration: none;
    transition: none;
    position: relative;
}

    .photty_stripe_button:hover {
        color: #ffffff;
    }

    .photty_stripe_button:after {
        content: '';
        position: absolute;
        height: 1px;
        background: #ffffff;
        width: 10px;
        top: 50%;
        left: 50%;
        margin-top: 10px;
        transition: 0.3s all;
        transform: translateX(-50%);
    }

    .photty_stripe_button:hover:after {
        content: '';
        width: 100%;
    }
/* Photographer-Single */
.photty_strip_single {
    text-align: center;
}

    .photty_strip_single .photty_isotope_3col .grid-item--width2 {
        border: 15px solid transparent;
    }

    .photty_strip_single .photty_isotope_3col {
        padding: 0 15px;
    }

    .photty_strip_single .photty_content .photty_social_block {
        margin-bottom: 46px;
        margin-top: 53px;
    }

    .photty_strip_single .photty_album_single_block p {
        margin: 0;
        line-height: 27px;
        font-size: 14px;
    }

    .photty_strip_single .photty_album_single_block h6 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 9px;
    }

    .photty_strip_single .photty_album_single_block .photty_text {
        line-height: 22px;
        font-size: 14px;
    }

    .photty_strip_single .photty_header {
        position: absolute;
        top: 0;
        width: 100%;
        background: transparent;
    }

    .photty_strip_single .photty_content {
        margin-top: 0;
    }

    .photty_strip_single .photty_stripes_fullscreen_item {
        height: 800px;
        width: 100%;
        margin-bottom: 56px;
    }

        .photty_strip_single .photty_stripes_fullscreen_item img {
            width: 100%;
            height: auto;
        }

.photty_stripe_content h1 {
    margin-bottom: 6px;
    color: #ffffff;
}

.photty_stripe_content {
    bottom: 31px;
}

.photty_strip_single .photty_stripe_text {
    line-height: 22px;
    font-size: 14px;
    padding-bottom: 86px;
}

.photty_strip_single .photty_album_single_block .col-3 {
    padding-top: 0;
}
/* Grid Gallery */
.photty_grid_gallery {
    text-align: center;
}

    .photty_grid_gallery .photty_grayscale_img:after {
        content: '';
        background-color: rgba(0, 0, 0, 0.5);
    }

    .photty_grid_gallery .grid-item--width2 {
        width: 20%;
        /*  height: 305px;
        max-height: 305px;*/
    }

        .photty_grid_gallery .grid-item--width2:hover .photty_grayscale_img:after {
            opacity: 1;
        }

    .photty_grid_gallery .grid-item--width3 {
        width: 33.3%;
    }

        .photty_grid_gallery .grid-item--width3:hover .photty_grayscale_img:after {
            opacity: 1;
        }


    .photty_grid_gallery .photty_content {
        margin-top: 15px;
        margin-bottom: 14px;
        padding: 0 15px;
    }

    .photty_grid_gallery .photty_button {
        margin-top: 14px;
        margin-bottom: 66px;
    }
/* Albums Listing */
.photty_album-listing {
    text-align: center;
}

    .photty_album-listing .photty_content {
        margin-top: 15px;
        padding: 0 15px;
    }

    .photty_album-listing h5 {
        margin-bottom: 10px;
        transition: all 0.2s;
    }

.photty_album_content {
    padding: 26px 0 24px 0;
    font-size: 13px;
    line-height: 22px;
}

.photty_album_img {
    position: relative;
    display: block;
    border-radius: 10px;
}

    .photty_album_img:after {
        content: '';
        position: absolute;
        background: #000000;
        opacity: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: block;
        transition: all 0.2s;
    }

.photty_albums_categories a {
    font-size: 13px;
    line-height: 22px;
}

.photty_album-listing .grid-item {
    width: 33.33%;
    position: relative;
}

.photty_album-listing .grid-item--width2 {
    width: 50%;
}

.photty_album-listing .grid-item:hover .photty_album_img:after {
    content: '';
    opacity: 0.2;
}

.photty_album-listing .photty_button {
    padding: 10px 30px;
    height: auto;
    letter-spacing: 0.04em;
    margin-top: 15px;
}
/* Split Showcase */
.photty_split_showcase_wrapper, .photty_split_showcase {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.photty_split_slide {
    background-size: cover !important;
    background-position: center;
    transition: top 500ms, opacity 500ms, width 500ms;
    opacity: 0;
    display: block;
    width: 50%;
    top: 0;
    z-index: -1 !important;
    position: absolute;
}

.photty_odd_slide:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.3;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 20;
    pointer-events: none;
}

.photty_even_slide:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.3;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 20;
    pointer-events: none;
}

.photty_odd_slide {
    left: 0;
}

.photty_even_slide {
    right: 0;
}

.photty_odd_slide h2, .photty_odd_slide div {
    text-align: left;
}

.photty_even_slide h2, .photty_even_slide div {
    text-align: right;
}

.photty_split_even_prev2, .photty_split_even_next2, .photty_split_odd_prev2, .photty_split_odd_next2 {
    z-index: 16 !important;
    opacity: 1;
}

.photty_split_odd_prev, .photty_split_odd_next, .photty_split_even_prev, .photty_split_even_next {
    z-index: 18 !important;
    opacity: 1;
}

.photty_prev_power .photty_split_odd_next, .photty_prev_power .photty_split_even_next, .photty_next_power .photty_split_odd_prev, .photty_next_power .photty_split_even_prev {
    z-index: 18 !important;
}

.photty_prev_power .photty_split_odd_prev, .photty_prev_power .photty_split_even_prev, .photty_next_power .photty_split_odd_next, .photty_next_power .photty_split_even_next {
    z-index: 17 !important;
}

.photty_split_odd_prev2, .photty_split_even_next2 {
    top: -200%;
}

.photty_split_odd_next2, .photty_split_even_prev2 {
    top: 200%;
}

.photty_split_odd_prev, .photty_split_even_next {
    top: -100%;
}

.photty_split_odd_next, .photty_split_even_prev {
    top: 100%;
}

.photty_split_odd_current, .photty_split_even_current {
    top: 0;
    z-index: 19 !important;
    opacity: 1 !important;
}

.photty_split_slide a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    transition: opacity 500ms;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
}

.photty_split_odd_current a:hover, .photty_split_even_current a:hover {
    opacity: 1;
}

.photty_split_odd_current a, .photty_split_even_current a {
    z-index: 19;
}

.photty_split_btn_prev, .photty_split_btn_next {
    width: 38px;
    height: 38px;
    display: block;
    left: 50%;
    top: 50%;
    position: fixed;
    transform: translateY(-50%);
}

    .photty_split_btn_prev:before, .photty_split_btn_next:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 20px;
        height: 20px;
        transform: translate(-50%, -50%);
        background: url(http://pixel-mafia.com/demo/html-templates/photty/img/photty_sprite.png) no-repeat 0 0;
        background-size: 120px 20px;
        position: fixed;
    }

.photty_split_btn_prev {
    left: 50%;
    top: 50%;
    margin-left: -38px;
    background-position: 0 0;
    transform: rotate(-90deg);
}

.photty_split_btn_next {
    left: 50%;
    top: 50%;
    margin-left: 0px;
    background-position: -20px 0;
    transform: rotate(90deg);
}

.photty_split_title_wrapper {
    pointer-events: none;
    z-index: 22;
    opacity: 0;
    transition: opacity 500ms, z-index 500ms, transform 500ms;
    position: absolute;
    top: 50%;
    max-width: 80%;
}

.photty_even_slide .photty_split_title_wrapper {
    right: 30px;
    text-align: right;
    transform: translate(15px, -50%);
}

.photty_odd_slide .photty_split_title_wrapper {
    left: 30px;
    text-align: left;
    transform: translate(-15px, -50%);
}

.photty_split_title_wrapper .photty_split_title, .photty_split_title_wrapper .photty_split_caption {
    color: #ffffff;
}

.photty_split_odd_current:hover .photty_split_title_wrapper, .photty_split_even_current:hover .photty_split_title_wrapper {
    opacity: 1;
    transform: translate(0, -50%);
}
/* Ribbon Slider */
.photty_split_showcase_page .photty_header {
    z-index: 1000;
    position: fixed;
    top: 0;
    width: 100%;
}

.photty_split_showcase_page {
    position: relative;
    height: 100vh;
}

.photty_ribbon_fullview .photty_custom {
    right: -200px;
}

.photty_ribbon_fullview .photty_header {
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.4s;
}

.photty_ribbon_title_wrapper h2 {
    text-align: left;
}

.photty_ribbon_slider_wrapper {
    position: fixed;
    right: auto;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    background: #000000;
}

.photty_ribbon_slider {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 13;
    transition: opacity 500ms;
}

    .photty_ribbon_slider:before {
        content: '';
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        opacity: 0.3;
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
        z-index: 30;
        pointer-events: none;
    }

    .photty_ribbon_slider.wait2load {
        opacity: 1;
    }

    .photty_ribbon_slider .photty_ribbon_slide {
        list-style: none;
        padding: 0;
        margin: 0;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: -1;
        pointer-events: none;
        transition: left 600ms, opacity 600ms, transform 600ms;
        -webkit-transition: left 600ms, opacity 600ms, transform 600ms;
    }

    .photty_ribbon_slider .photty_ribbon_current, .photty_ribbon_slider .photty_ribbon_prev2, .photty_ribbon_slider .photty_ribbon_prev, .photty_ribbon_slider .photty_ribbon_next, .photty_ribbon_slider .photty_ribbon_next2 {
        left: 0;
        top: 0;
        opacity: 1;
        z-index: 15 !important;
    }

    .photty_ribbon_slider .photty_ribbon_prev, .photty_ribbon_slider .photty_ribbon_next {
        z-index: 20 !important;
    }

    .photty_ribbon_slider .photty_ribbon_current {
        z-index: 22 !important;
    }

    .photty_ribbon_slider .photty_ribbon_slide img {
        width: auto;
        max-width: none;
        height: 100%;
        display: block;
        margin: 0 0;
    }

    .photty_ribbon_slider .photty_ribbon_slide iframe {
        display: block;
        margin: 0;
    }

.photty_ribbon_title_wrapper {
    position: fixed;
    left: 30px;
    bottom: 25px;
    margin: 0;
    display: block;
    text-align: left;
    pointer-events: none;
    z-index: 31;
    transition: transform 500ms;
}

.photty_ribbon_fullview .photty_ribbon_title_wrapper {
    transform: translateX(calc(-100% - 30px));
}

.photty_ribbon_title_wrapper .photty_ribbon_title, .photty_ribbon_title_wrapper .photty_ribbon_caption {
    color: #ffffff;
    transition: opacity 500ms;
}

.photty_ribbon_fullview .photty_ribbon_title_wrapper .photty_ribbon_title, .photty_ribbon_fullview .photty_ribbon_title_wrapper .photty_ribbon_caption {
    opacity: 0;
}

.photty_ribbon_slider .photty_ribbon_slide img {
    opacity: 0;
    transition: opacity 500ms;
    pointer-events: none;
}

.photty_ribbon_slider .photty_ribbon_slide.photty_slide_loaded img {
    opacity: 1;
}

.photty_ribbon_btn_play, .photty_ribbon_btn_fullview, .photty_ribbon_btn_prev, .photty_ribbon_btn_next {
    width: 20px;
    height: 20px;
    background: url(http://pixel-mafia.com/demo/html-templates/photty/img/photty_sprite.png) no-repeat 0 0;
    background-size: 120px 20px;
    position: fixed;
    z-index: 35;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 400ms;
}

    .photty_ribbon_btn_play:hover, .photty_ribbon_btn_fullview:hover, .photty_ribbon_btn_prev:hover, .photty_ribbon_btn_next:hover {
        opacity: 0.7;
    }

.photty_ribbon_btn_prev {
    left: 30px;
    background-position: 0 0;
}

.photty_ribbon_btn_next {
    right: 30px;
    background-position: -20px 0;
}

.photty_ribbon_btn_fullview {
    background-position: -80px 0;
    transform: none;
    right: 29px;
    bottom: 29px;
    top: auto;
}

.photty_ribbon_fullview .photty_ribbon_btn_fullview {
    background-position: -100px 0;
    transition: 0.3s all;
}

.photty_ribbon_btn_play {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: -60px 0;
}

    .photty_ribbon_btn_play.photty_state_pause {
        background-position: -40px 0;
    }
/* Fullscreen Slider */
.photty_fullscreen_slider_page {
    position: relative;
}

.photty_slideshow_title_wrapper h2, .photty_slideshow_title_wrapper {
    text-align: left;
}

.photty_fullscreen_slider_page .photty_header {
    z-index: 1000;
    position: fixed;
    top: 0;
    width: 100%;
}

.photty_white_logo .photty_image_logo {
    background: url(http://pixel-mafia.com/demo/html-templates/photty/img/logo-white.png) 0 0 no-repeat transparent;
    background-size: 202px 40px;
    margin-top: 32px;
}

.photty_fullscreen_fullview .photty_custom {
    right: -200px;
}

.photty_fullscreen_fullview .photty_header {
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.3s;
}

.photty_fullscreen_slider.video_cover .photty_fullscreen_slide iframe {
    z-index: 5;
    position: absolute;
    left: 50%;
}

.photty_fullscreen_slider.video_fit .photty_fullscreen_slide iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.photty_fullscreen_slider .photty_fullscreen_slide #vimeo_player {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.photty_fullscreen_slider .photty_fullscreen_slide, .photty_fullscreen_slider {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .photty_fullscreen_slider .photty_fullscreen_slide {
        background-position: center;
    }

.photty_fullscreen_wrapper_global {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

div.photty_fullscreen_slider {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    transition: all 500ms;
    padding: 0;
    margin: 0;
}

.photty_fullscreen_slider:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.3;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 30;
    pointer-events: none;
}



@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.has_header_slider .photty_fullscreen_slider {
    position: relative;
    left: auto !important;
    top: auto !important;
}

.has_header_slider .photty_fullscreen_gallery_wrapper {
    position: relative;
}

.photty_fullscreen_slider .photty_fullscreen_slide {
    padding: 0;
}

.photty_fullscreen_slider.fade {
    opacity: 1;
}

    .photty_fullscreen_slider.fade .photty_fullscreen_slide {
        transition: opacity 1000ms;
        -webkit-transition: opacity 1000ms;
    }

.touched .photty_fullscreen_slider.fade .photty_fullscreen_slide {
    transition: none;
}

.photty_fullscreen_slider .photty_fullscreen_slide {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    opacity: 0;
    z-index: 24;
    background-position: center;
}

    .photty_fullscreen_slider .photty_fullscreen_slide.current-slide {
        z-index: 25;
        opacity: 1;
    }

.photty_fullscreen_slider .photty_fullscreen_slide {
    background-position: center !important;
}

.no_fit.photty_fullscreen_slider .photty_fullscreen_slide {
    background-size: contain !important;
    background-color: #090906 !important;
}

.fit_always.photty_fullscreen_slider .photty_fullscreen_slide {
    background-size: contain !important;
}

.fit_width.photty_fullscreen_slider .photty_fullscreen_slide {
    background-size: 100% auto !important;
}

.fit_height.photty_fullscreen_slider .photty_fullscreen_slide {
    background-size: auto 100% !important;
}

.photty_fullscreen_slider.zoom .photty_fullscreen_slide {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    transition: opacity 1000ms, transform 1000ms;
    -webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}

    .photty_fullscreen_slider.zoom .photty_fullscreen_slide.current-slide {
        opacity: 1;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
/* Controls and Titles */
.photty_fullscreen_play_pause, .photty_fullscreen_controls_toggler, .photty_fullscreen_slider_prev, .photty_fullscreen_slider_next {
    width: 20px;
    height: 20px;
    background: url(http://pixel-mafia.com/demo/html-templates/photty/img/photty_sprite.png) no-repeat 0 0;
    background-size: 120px 20px;
    position: fixed;
    z-index: 35;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 400ms;
}

    .photty_fullscreen_play_pause:hover, .photty_fullscreen_controls_toggler:hover, .photty_fullscreen_slider_prev:hover, .photty_fullscreen_slider_next:hover {
        opacity: 0.7;
    }

.photty_fullscreen_slider_prev {
    left: 30px;
    background-position: 0 0;
}

.photty_fullscreen_slider_next {
    right: 30px;
    background-position: -20px 0;
}

.photty_fullscreen_controls_toggler {
    background-position: -80px 0;
    transform: none;
    right: 29px;
    bottom: 29px;
    top: auto;
}

.photty_fullscreen_fullview .photty_fullscreen_controls_toggler {
    background-position: -100px 0;
}

.photty_fullscreen_play_pause {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: -40px 0;
}

    .photty_fullscreen_play_pause.photty_state_play {
        background-position: -60px 0;
    }

.photty_slideshow_title_wrapper {
    position: fixed;
    left: 30px;
    bottom: 25px;
    margin: 0;
    display: block;
    text-align: left;
    pointer-events: none;
    z-index: 31;
    transition: transform 500ms;
}

.photty_slider_w_thumbs .photty_slideshow_title_wrapper {
    text-align: right;
    left: auto;
    right: 30px;
}

.photty_fullscreen_fullview .photty_slideshow_title_wrapper {
    transform: translateX(calc(-100% - 30px));
}

.photty_slideshow_title_wrapper .photty_slideshow_title, .photty_slideshow_title_wrapper .photty_slideshow_caption {
    color: #ffffff;
    transition: opacity 500ms;
    margin-bottom: 8px;
}

.photty_fullscreen_fullview .photty_slideshow_title_wrapper .photty_slideshow_title, .photty_fullscreen_fullview .photty_slideshow_title_wrapper .photty_slideshow_caption {
    opacity: 0;
}
/* Thumbs */
.photty_fullscreen_thumbs_wrapper {
    position: fixed;
    left: 30px;
    bottom: 30px;
    border-radius: 80px;
    width: 520px;
    height: 80px;
    overflow: hidden;
    z-index: 31;
}

    .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb {
        width: 80px;
        height: 80px;
        border-radius: 100%;
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-40px) scale(0.3, 0.3);
        opacity: 0;
        transition: transform 500ms, opacity 500ms;
        z-index: -1;
        cursor: pointer;
    }

        .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb img {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 100%;
        }

        .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_prev2, .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_next2 {
            z-index: 32;
            opacity: 0.3;
        }

        .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_prev, .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_next {
            z-index: 33;
            opacity: 0.6;
        }

        .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_current {
            z-index: 34;
            opacity: 1;
            transform: translateX(-40px) scale(1, 1);
        }

        .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_prev2 {
            transform: translateX(-260px) scale(1, 1);
        }

        .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_next2 {
            transform: translateX(180px) scale(1, 1);
        }

        .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_prev {
            transform: translateX(-150px) scale(1, 1);
        }

        .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_next {
            transform: translateX(70px) scale(1, 1);
        }

.photty_three_thumbs.photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_current {
    transform: translateX(-150px) scale(1, 1);
}

.photty_three_thumbs.photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_prev {
    transform: translateX(-260px) scale(1, 1);
}

.photty_three_thumbs.photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_next {
    transform: translateX(-40px) scale(1, 1);
}
/* Slider with Thumbnails */
.photty_slider_thumbs {
    position: relative;
}

.photty_left_logo {
    padding: 0 19px;
}

    .photty_left_logo .photty_logo_cont {
        width: auto;
        display: inline-block;
        float: left;
        padding-left: 11px;
    }

    .photty_left_logo .photty_menu_cont {
        display: inline-block;
        float: right;
        padding-top: 18px;
    }

.photty_slider_thumbs .photty_slideshow_title_wrapper {
    right: 30px;
    text-align: right;
}

.photty_slider_thumbs h2 {
    text-align: right;
}
/* Albums Slider */
html.photty_albums_slider, .photty_albums_slider body {
    overflow: hidden;
    position: relative;
}

.photty_albums_slider_page {
    background-color: rgba(31,35,47, 1);
}

    .photty_albums_slider_page .photty_def_header {
    }

.photty_albums_slider_wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    overflow: hidden;
}

.only_one_slide a.photty_albums_btn_prev, .only_one_slide a.photty_albums_btn_next {
    display: none !important;
}

.photty_albums_slider_inner {
    position: absolute;
    width: 1350px;
    left: 50%;
    transform: translateX(-50%);
}

.photty_albums_slider_meta {
    position: fixed;
    z-index: -1;
    height: 100px;
    width: 0px;
}

.photty_albums_slide_item1, .photty_albums_slide_item2, .photty_albums_slide_item3 {
    position: absolute;
    width: calc(50% - 15px);
    display: block;
}

.photty_albums_slide_item1 {
    height: 100%;
    left: 0;
    top: 0;
}

.photty_albums_slide_item2 {
    height: calc(50% - 15px);
    right: 0;
    top: 0;
}

.photty_albums_slide_item3 {
    height: calc(50% - 15px);
    right: 0;
    bottom: 0;
}

.photty_albums_slide_inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.photty_featured_albums_item img {
    border-radius: 10px;
}

.photty_albums_slide {
    opacity: 0;
    z-index: -1;
    transition: opacity 800ms, margin 800ms, transform 800ms;
}

    .photty_albums_slide.photty_albums_prev {
        opacity: 0;
        margin: 0 0 0 -100vw;
        transform: rotate(-30deg);
        z-index: 10;
    }

        .photty_albums_slide.photty_albums_prev.photty_albums_slide_item2, .photty_albums_slide.photty_albums_prev.photty_albums_slide_item3 {
            margin: 0 100vw 0 0;
            z-index: 10;
        }

        .photty_albums_slide.photty_albums_prev.photty_albums_slide_item3 {
            transform: rotate(20deg);
            z-index: 10;
        }

.photty_album_image .photty_stand_fi, .photty_album_image .photty_image_fader:after {
    border-radius: 10px;
}

.photty_albums_slide.photty_albums_next {
    opacity: 0;
    margin: 0 0 0 100vw;
    transform: rotate(30deg);
    z-index: 10;
}

    .photty_albums_slide.photty_albums_next.photty_albums_slide_item2, .photty_albums_slide.photty_albums_next.photty_albums_slide_item3 {
        margin: 0 -100vw 0 0;
        z-index: 10;
    }

    .photty_albums_slide.photty_albums_next.photty_albums_slide_item3 {
        transform: rotate(-20deg);
        z-index: 10;
    }

.photty_albums_slide.photty_albums_current.photty_albums_slide_item2, .photty_albums_slide.photty_albums_current.photty_albums_slide_item3 {
    margin: 0 !important
}

.photty_albums_slide.photty_albums_current.photty_albums_slide_item3 {
    transform: rotate(0deg);
}

.photty_albums_btn_prev, .photty_albums_btn_next {
    width: 20px;
    height: 20px;
    background: url(http://pixel-mafia.com/demo/html-templates/photty/img/photty_sprite.png) no-repeat 0 0;
    background-size: 120px 20px;
    position: absolute;
    z-index: 35;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 400ms;
}

.photty_albums_slider_page .photty_albums_btn_prev, .photty_albums_slider_page .photty_albums_btn_next {
    background-image: url("http://pixel-mafia.com/demo/html-templates/photty/img/photty_sprite.png");
}

.photty_albums_btn_prev:hover, .photty_albums_btn_next:hover {
    opacity: 0.7;
}

.photty_albums_btn_prev {
    left: 30px;
    background-position: 0 0;
}

.photty_albums_btn_next {
    right: 30px;
    background-position: -20px 0;
}

.photty_albums_slide.photty_albums_current {
    opacity: 1;
    margin: 0;
    transform: rotate(0deg);
    z-index: 10;
}

.photty_albums_slide a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 15;
}

.photty_albums_slide .photty_albums_slide_content {
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    bottom: 34px;
    transition: opacity 500ms;
    opacity: 0;
    z-index: 14;
}

    .photty_albums_slide .photty_albums_slide_content, .photty_albums_slide .photty_albums_slide_content a {
        font-size: 13px;
    }

        .photty_albums_slide .photty_albums_slide_content h5, .photty_albums_slide .photty_albums_slide_content div {
            color: #ffffff;
        }

        .photty_albums_slide .photty_albums_slide_content h5 {
            margin-bottom: 11px;
        }

.photty_albums_slide:hover .photty_albums_slide_content {
    opacity: 1;
}

.photty_albums_slide:before {
    content: '';
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: opacity 500ms;
    z-index: 13;
    border-radius: 10px;
}

.photty_albums_slide:hover:before {
    opacity: 0.5;
}
/* Album Single */
.photty_album_single .photty_header {
    z-index: 1000;
    position: relative;
    top: 0;
    width: 100%;
}

.photty_album_single .photty_content {
    margin-bottom: 50px;
    margin-top: -11px;
}

.photty_single_album_head {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .photty_single_album_head:before {
        content: '';
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
        opacity: 0.3;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        transition: opacity 500ms;
        z-index: 13;
    }

.photty_single_album_title {
    position: absolute;
    left: 50%;
    bottom: 176px;
    transform: translateX(-50%);
    text-align: center;
}

    .photty_single_album_title h1, .photty_single_album_title div {
        color: #ffffff;
    }

    .photty_single_album_title h1 {
        margin: 0 0 6px 0;
        text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.8);
    }

    .photty_single_album_title div {
        font-size: 13px;
    }

.photty_album_down_arrow {
    width: 20px;
    height: 20px;
    background: url(http://pixel-mafia.com/demo/html-templates/photty/img/photty_sprite.png) no-repeat 0 0;
    background-size: 120px 20px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: rotate(-90deg) translateY(-50%);
    z-index: 17;
    transition: opacity 400ms;
}

.header_scrolled .photty_album_down_arrow {
    opacity: 0;
    pointer-events: none;
}

.photty_album_single_item .photty_album_img img {
    display: block;
}

.photty_album_single_item {
    text-align: center;
    padding: 0 15px;
}

    .photty_album_single_item h5 {
        margin-bottom: 11px;
    }

.photty_album_single_featured {
    padding: 0 15px;
}

.photty_album_single_item a {
    font-size: 14px;
    line-height: 24px;
}

.photty_album_single_featured h3 {
    margin-bottom: 55px;
}

.photty_album_single_item:hover .photty_album_img:after {
    content: '';
    opacity: 0.2;
}

.photty_album_single_item .photty_album_content {
    padding-top: 25px;
}

.photty_album_single_block {
}

    .photty_album_single_block h6 {
        text-transform: uppercase;
        margin: 0 0 8px 0;
        text-align: left;
    }

    .photty_album_single_block p {
        font-size: 15px;
        line-height: 31px;
        margin: 0 0 18px 0;
        text-align: left;
    }

    .photty_album_single_block .col-3 {
        padding-top: 8px;
    }

.photty_album_single .photty_social_block {
    text-align: center;
    margin-top: 32px;
}

    .photty_album_single .photty_social_block li {
        margin-right: 14px;
    }

        .photty_album_single .photty_social_block li:last-child {
            margin-right: 0;
        }

.photty_album_single hr {
    margin: 81px 0 75px 0;
    border-bottom: 1px solid #e8eaee;
}

.photty_album_single .grid-item {
    width: 33.3%;
}

.photty_album_single .grid-item--width2 {
    width: 50%;
}

.photty_album_single .photty_isotope {
    padding: 15px;
}

.photty_isotope .grid-item {
    border: 4px solid transparent !important;
    float: left;
}


.vk {
    background-color: #587aa1;
}

.envelope {
    background-color: #1764e2;
}

.linkedin {
    background-color: #0075b7;
}

.reddit {
    background-color: #ff5600;
}

.tumblr {
    background-color: #35455c;
}
/* Post Single */
.photty_blog_single .photty_blog_post {
    text-align: left;
    margin: 0;
}

.photty_blog_single h1 {
    text-align: left;
    margin-bottom: 10px;
    margin-left: -3px;
}

.photty_blog_single {
    margin-bottom: 87px;
}

img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
    position: static !important;
}

.photty_single_post_list {
    padding-left: 16px;
}

    .photty_single_post_list li {
        padding: 0 0 5px 8px;
    }

        .photty_single_post_list li:last-child {
            padding-bottom: 0;
        }

.photty_blog_single .photty_post_ref:after {
    content: "/";
    display: inline-block;
    margin-left: 5px;
    margin-right: 1px;
}

.photty_blog_single .photty_meta div:last-child:after {
    content: "";
    display: none;
}

.photty_blog_single .photty_slider_fullwidth {
    margin-top: 27px;
    margin-bottom: -20px;
}

.photty_blog_single .photty_blog_post p:first-child {
    margin-top: 25px;
}

.photty_blog_single .photty_social_block {
    text-align: center;
    margin-top: 33px;
}

.photty_prev_next_posts {
    border-bottom: #e8eaee 1px solid;
    border-top: #e8eaee 1px solid;
    margin-top: 60px;
    padding-top: 61px;
    padding-bottom: 60px;
    margin-bottom: 80px;
}

    .photty_prev_next_posts .photty_meta {
        line-height: 20px;
    }

    .photty_prev_next_posts a:hover h5 {
        transition: all 0.3s;
    }

.photty_prev_post, .photty_next_post {
    padding: 15px 20px;
    position: relative;
}

.photty_prev_post {
    border-right: #e8eaee 1px solid;
    text-align: left;
    padding-left: 65px;
}

    .photty_prev_post h5 {
        text-align: left;
        margin-bottom: 15px;
    }

.photty_next_post {
    text-align: right;
    padding-right: 65px;
}

    .photty_next_post h5 {
        text-align: right;
        margin-bottom: 15px;
    }

.photty_next_post_link {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    background: url(http://pixel-mafia.com/demo/html-templates/photty/img/right_arrow.png) transparent;
    background-size: 19px 18px;
    background-repeat: no-repeat;
    background-position: top right;
    width: 19px;
    height: 19px;
    transition: 0.3s all;
}

.photty_prev_post .photty_prev_post_link:hover {
    left: -10px;
    padding-right: 10px;
    width: 29px;
}

.photty_next_post .photty_next_post_link:hover {
    right: -10px;
    padding-left: 10px;
    width: 29px;
}

.photty_prev_post_link {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background: url(http://pixel-mafia.com/demo/html-templates/photty/img/left_arrow.png) transparent 0 0;
    background-size: 19px 18px;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    transition: 0.3s all;
}

.photty_blog_single .photty_grid_blog_item {
    width: auto;
    padding: 0 20px;
}

    .photty_blog_single .photty_grid_blog_item img {
        border-radius: 0;
        display: block;
    }

.photty_featured_posts {
    margin: 0 -20px;
}

    .photty_featured_posts h3 {
        margin-bottom: 53px;
    }

.photty_blog_single .photty_post_formats {
    display: block;
    height: 100%;
    width: 100%;
}

    .photty_blog_single .photty_post_formats:after {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        display: block;
        content: "";
        top: 0;
        left: 0;
        opacity: 0;
        transition: 0.25s all;
    }

.photty_blog_single .photty_grid_post_content {
    padding: 30px 0 0 0;
}

.photty_blog_single .photty_post_formats:hover:after {
    content: '';
    opacity: 0.2;
}

.photty_blog_single .photty_grid_post_content h5 {
    margin-bottom: 15px;
}

.photty_grid_post_content a h5 {
    transition: 0.24s all;
}

.photty_comments_title {
    margin-top: 50px;
    margin-bottom: 60px;
}

.photty_blog_single_comments h3 {
    margin-bottom: 41px;
    line-height: 32px;
}

.photty_comment_notes {
    margin: 0 0 10px 0;
}

.photty_comments_cont textarea, .photty_comments_cont input {
    border: 1px solid #e8eaee;
}

    .photty_comments_cont input[type=submit] {
        width: 100%;
        letter-spacing: 1px;
        border-color: #e44b3c;
    }

.photty_comments_cont input, .photty_comments_cont textarea {
    margin-bottom: 30px;
}

    .photty_comments_cont .photty_form, .photty_comments_cont input[type=submit] {
        margin: 0;
    }

.photty_single_post_img {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.photty_isotope_3col .grid-item--width2 {
    width: 33.3%;
    border: 7px solid transparent;
}

    .photty_isotope_3col .grid-item--width2:hover .photty_grayscale_img:after {
        opacity: 0.5;
    }

.photty_single_post_img .photty_single_post_img {
    margin-bottom: 0;
}

.photty_blog_single_video .photty_video_content {
    margin-top: 27px;
    margin-bottom: 25px;
}

.photty_blog_single_video .photty_meta {
    line-height: 20px;
    margin-top: 10px;
}

.photty_blog_single_audio .photty_audio_content {
    margin: 27px 0 -2px 0;
}

.photty_blog_single_quote .photty_quote_post {
    margin: 27px 0 24px 0;
    text-align: center;
}

.photty_blog_single .photty_blog_post blockquote p:first-child {
    margin-top: 0px;
}

.photty_blog_single_quote blockquote:before {
    display: none;
}

.photty_blog_single_quote blockquote {
    margin: 25px 0;
}

.photty_comments_block {
    position: relative;
    padding-left: 90px;
    min-height: 70px;
    padding-top: 5px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8eaee;
    margin-bottom: 30px;
}

    .photty_comments_block img {
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
    }

.photty_comment_date {
    text-align: right;
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 13px;
}

.photty_comment_author {
    text-align: left;
    margin-bottom: 15px;
}

.photty_comments_block p {
    margin: 0 0 12px 0;
    position: relative;
}

.photty_comments_block a {
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
}

    .photty_comments_block a:hover {
        color: #2d2d2d;
    }

    .photty_comments_block a:after {
        content: '';
        position: absolute;
        margin-top: 11px;
        top: 50%;
        left: 50%;
        display: block;
        width: 10px;
        margin-left: -5px;
        height: 1px;
        background: #232629;
        transition: 0.3s all;
    }

    .photty_comments_block a:hover:after {
        width: 100%;
        margin-left: -50%;
    }

.photty_blog_single_audio .photty_comments_title {
    margin-bottom: 60px;
}

.photty_comments_block:last-child {
    border: none;
    margin-bottom: 49px;
}

.photty_comment_reply a {
    color: #232629;
}

.photty_comments_block .photty_comments_block {
    margin-bottom: 0;
    margin-top: 30px;
    padding-bottom: 0;
}

.photty_category .photty_slider_fullwidth {
    margin-top: 0;
}

.photty_category .photty_single_post_img {
    margin-bottom: 27px;
}


.awardstable {
    line-height: 15px;
    text-align: left;
    width: 80%;
    margin: 0 auto;
}

    .awardstable thead tr {
        color: #00b3e3;
        font-weight: bold;
    }

    .awardstable tbody tr td:first-child {
        font-weight: bold;
        padding-left: 10px;
    }

.colorblue {
    color: #00b3e3;
}

.fontbold {
    font-weight: bold;
}

.newUploadContanier {
    margin: 0 auto;
    padding: 15px 100px 90px 100px !important;
}

.dateInfo {
    border: 1px solid #ddd;
    padding: 2px 6px;
    border-radius: 20px;
    height: 18px;
    width: 18px;
    color: #ff8383;
    border-color: #ff8383;
    font-size: 12px;
    cursor: pointer;
}


.companyInfo {
    position: absolute;
    right: 8px;
    top: 39px;
}

.modal-footer {
    padding: 0px !important;
}

.modal-header {
    padding: 0 !important;
}

.PageAnasayfaTitle {
    position: fixed;
    margin: 0;
    display: block;
    text-align: left;
    z-index: 31;
    transition: transform 500ms;
    background: rgba(0, 0, 0, 0.61);
    text-align: center;
    padding: 15px;
    border-radius: 9px;
    max-width: 840px;
    left: 50%;
    bottom: -33px;
    transform: translate(-50%, -50%);
    min-width: 445px;
}

    .PageAnasayfaTitle h3, h5 {
        text-align: center;
        color: #fff;
    }

    .PageAnasayfaTitle h5 {
        cursor: pointer;
        margin-bottom: 0px;
    }

        .PageAnasayfaTitle h5 a {
            color: #00b3e3;
            text-decoration: underline;
        }

        .PageAnasayfaTitle h5:hover {
            color: #04a8d4;
        }

.anasayfalinkicon {
    position: absolute;
    left: 11px;
    bottom: 0px;
    width: 56px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

#myBtn {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    color: #0000EE;
}

.modalContenier {
    height: 80vh;
    overflow: auto;
}




.input-group-addon {
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #f7f7f7;
    padding: 4px 12px;
    border-right: 1px solid #ddd;
    z-index: 999;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #cacaca !important;
    border-radius: 2px !important;
    padding: 3px !important;
    height: inherit !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 7px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #5a627b !important;
        font-size: 14px;
    }

.select2-container {
    margin-bottom: 20px;
}

.pagedivall {
    padding: 0px 40px 0px 40px;
}

#sergiBaslik {
    text-align: center;
}

#pageTitle h3 {
    color: #fff;
    font-size: 24px
}

#loadingDiv {
    width: 100%;
    height: 100vh;
    background-color: #787878;
    position: fixed;
    z-index: 9999999;
    opacity: 0.8;
    display: none;
    top: 0px;
}

.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 30%;
}

#storyTitle {
    height: 35px;
    font-size: 12px;
}

.titleStoryUyari {
    font-size: 14px;
}

#storyDescription {
    height: 100px
}

.uploadText {
    padding: 8px 7px;
    background-color: #00b3e3;
    border: 0px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

#sergiAltbaslik {
    color: #5d5d5d;
}

.daterangepicker select.monthselect {
    float: left;
}

#sergiIcerik p, #sergiIcerik span {
    font-family: 'Roboto', sans-serif !important;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.rgsformdiv {
    width: 50%;
    float: left
}

.anDatetime {
    color: gray;
    font-size: small;
}

.anTitle {
    font-size: 20px;
    font-weight: bold;
}

    .anTitle a {
        color: #363944;
    }

.anSpot {
    font-size: 14px;
}

    .anSpot a {
        color: #363944 !important;
    }

.anDesc {
    font-size: 13px;
}

.anMaindiv {
    border-bottom: 1px solid #ddd;
    margin-left: 0px;
    padding-bottom: 8px;
    padding-left: 0px !important;
    margin-top: 7px;
}

.anBaslik {
    padding: 30px;
}

.full-with {
    width: 100%
}


.close {
    font-size: 32px !important;
    position: absolute;
    right: 15px;
    top: 10px
}


/* Responsive */
@media only screen and (max-width: 1450px) {
    .photty_albums_slider_inner {
        width: 1160px;
    }
}

@media only screen and (max-width: 1200px) {
    .photty_container {
        width: 970px;
    }

    .photty_albums_slider_inner {
        width: 904px;
    }

    .countdown-amount {
        font-size: 90px;
    }

    .photty_quote_post_text {
        font-size: 16px;
        line-height: 24px;
    }

    .photty_strip_single .photty_stripes_fullscreen_item img {
        width: auto;
        height: 100%;
    }

    .photty_footer_content .photty_social_block li {
        margin-right: 3px;
    }

    .photty_grid_gallery .grid-item--width2 {
        border: 5px solid transparent;
        /*    height: 250px;
        max-height: 250px;*/
    }
}

@media only screen and (max-width: 1025px) {
    .photty_menu_cont {
        padding: 0;
    }

    blockquote {
        margin-bottom: 20px;
    }

    .photty_blog_left_sidebar .photty_content, .photty_blog-fullwidth .photty_content, .photty_blog_grid .photty_content {
        margin-top: 35px;
    }

    .grid-item {
        border: 5px solid transparent;
    }

    .photty_back_to_top {
        display: none;
    }

    .photty_title_text {
        margin: 0;
    }

    .photty_about h1 {
        margin-top: 20px;
    }

    .photty_book_session .photty_price_block {
        padding: 40px 15px;
    }

    .photty_book_session .photty_form {
        margin: 0;
    }

    .photty_about .photty_button {
        margin: 30px 0;
    }

    .photty_slider1i {
        margin: 35px 0;
    }

    .photty_signature {
        padding-top: 20px;
    }

    .photty_about .photty_content {
        margin-bottom: 20px;
    }

    .photty_content {
        margin: 20px 0 20px 0;
    }

    .photty_testimonials {
        margin-top: 30px;
    }

    .photty_client_contacts h2 {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .photty_price_block {
        padding: 20px 15px;
    }

        .photty_price_block .photty_title_text {
            margin-bottom: 50px;
        }

    .photty_contacts .photty_clients_title {
        margin-bottom: 20px;
    }

    .photty_contacts .photty_content {
        margin-bottom: 0;
        margin-top: 35px;
    }

    .canvas_map_container {
        margin-bottom: 10px;
    }

    .photty_typography .photty_content {
        margin-top: 35px;
    }

    article, .photty_listings, .photty_paragraphs, .photty_blockquote, .photty_dropcaps {
        padding-bottom: 10px;
    }

    .photty_blog_grid h1 {
        margin-bottom: 0;
    }

    .photty_blog_grid .photty_load_more {
        margin-top: 0;
    }

    .photty_blog-fullwidth .photty_slider_fullwidth {
        margin-top: 0;
    }

    .photty_blog_post {
        margin-bottom: 30px;
    }

    .photty_pagination {
        padding-top: 30px;
    }

    .photty_blog_left_sidebar .photty_slider_fullwidth {
        margin-top: 35px;
    }

    .photty_blog_single_image .photty_slider_fullwidth {
        margin-top: 27px;
    }

    .photty_sidebar_block {
        margin-bottom: 20px;
    }

    .photty_album_content {
        padding: 15px 0;
    }

    .photty_blog_post .photty_button {
        margin-top: 15px;
    }

    .photty_blog_left_sidebar .photty_slider_fullwidth {
        margin-top: 0px;
    }

    .photty_blog_single .photty_social_block, .photty_album_single .photty_social_block {
        margin-top: 10px;
    }

    .photty_prev_next_posts {
        margin: 30px 0;
        padding: 30px 0;
    }

    .photty_featured_posts h3 {
        margin-bottom: 30px;
    }

    .photty_grid_post_content .photty_excerpt {
        padding-top: 0;
    }

    .photty_comments_title {
        margin: 30px 0;
    }

    .photty_album_single .photty_content {
        margin: 20px 0;
    }

    .photty_album_single hr {
        margin: 30px 0;
    }

    .photty_album_single_featured h3 {
        margin-bottom: 30px;
    }

    .photty_strip_single .photty_isotope_3col .grid-item--width2 {
        border: 5px solid transparent;
    }

    .photty_strip_single .photty_content .photty_social_block {
        margin: 30px 0;
    }

    .photty_strip_single .photty_stripes_fullscreen_item {
        margin-bottom: 30px;
    }

    .photty_slider_boxed .owl-dots {
        margin: 10px 0;
    }

    .photty_slider_boxed {
        margin-top: 30px;
    }

    .photty_grid_gallery .photty_button {
        margin-bottom: 30px;
    }

    .newUploadContanier {
        margin: 0 auto;
        padding: 0px !important;
    }

    .photty_grid_gallery .grid-item--width2 {
        border: 5px solid transparent;
        /*    height: 235px;
        max-height: 235px;*/
    }
}

@media only screen and (max-width: 992px) {
    .photty_custom {
        display: none;
    }

    .photty_container {
        width: 750px;
    }

    .photty_footer .gutters > .col-3 {
        width: calc(50% - 2%);
        /*margin-left: 3%;
        */
        padding: 0 10px;
    }

    .photty_footer .col-3 {
        margin-bottom: 20px;
    }

    .photty_footer_content {
        padding-top: 30px;
    }

    body .photty_footer hr {
        margin: 0;
    }

    .photty_client_contacts p {
        padding-right: 0px;
    }

    .photty_footer_content .photty_social_block li {
        margin-right: 10px;
    }

    .photty_albums_slider_page .photty_image_logo {
        margin-top: 0px;
    }

    .photty_albums_slider_meta {
        height: 30px;
    }

    .photty_albums_slider_inner {
        width: 724px;
    }

    .countdown-amount {
        font-size: 80px;
        line-height: 82px;
    }

    .photty_left_logo.photty_def_header {
        display: none;
    }

    .photty_left_logo.mobile_header {
        display: block;
        padding: 10px 20px;
    }

    .photty_grid_blog_item {
        width: 50%;
    }

    .photty_simple_slider_wrapper {
        margin-bottom: 30px;
    }

    .photty_boxed_layout_block {
        margin: 30px 0;
    }

    .photty_boxed_content_block .photty_social_block {
        margin: 25px 0 15px 0;
        padding: 0 50px;
    }

        .photty_boxed_content_block .photty_social_block li {
            margin-bottom: 10px;
        }

    .newUploadContanier {
        margin: 0 auto;
        padding: 0px !important;
    }

    #pageTitle h3 {
        color: #fff;
        font-size: 18px;
    }

    .PageAnasayfaTitle span {
        font-size: 22px !important;
    }
}

@media only screen and (max-width: 960px) {
    .photty_grid-item {
        width: 50% !important;
    }

    .photty_slider_thumbs .photty_slideshow_title_wrapper {
        bottom: 120px;
        right: 0;
        left: 0;
        text-align: center;
    }

    .photty_slider_thumbs h2 {
        text-align: center;
    }

    .photty_fullscreen_thumbs_wrapper {
        left: 50%;
        transform: translate(-50%);
    }

        .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb {
            width: 60px;
            height: 60px;
            transform: translateX(-30px) scale(0.3, 0.3);
        }

            .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_current {
                z-index: 34;
                opacity: 1;
                transform: translateX(-30px) scale(1, 1);
            }

            .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_prev2 {
                transform: translateX(-190px) scale(1, 1);
            }

            .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_next2 {
                transform: translateX(130px) scale(1, 1);
            }

            .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_prev {
                transform: translateX(-110px) scale(1, 1);
            }

            .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_next {
                transform: translateX(50px) scale(1, 1);
            }

    .photty_fullscreen_thumbs_wrapper {
        height: 60px;
        width: 380px;
    }


    .newUploadContanier {
        margin: 0 auto;
        padding: 10px !important;
        margin-bottom: 100px;
    }

    .singlemodalcontent {
        width: 100% !important;
    }

    #pageTitle h3 {
        color: #fff;
        font-size: 18px;
    }

    .PageAnasayfaTitle span {
        font-size: 22px !important;
    }
}


@media only screen and (max-width: 900px) {

    #pageTitle h3 {
        color: #fff;
        font-size: 12px;
    }

    .PageAnasayfaTitle span {
        font-size: 17px !important;
    }

    .PageAnasayfaTitle {
        min-width: 270px !important;
    }
}

@media only screen and (max-width: 769px) {
    .photty_def_header {
        display: none;
    }

    .first {
        order: 1;
    }

    html.photty_albums_slider, .photty_albums_slider body {
        overflow-y: visible;
    }

    .photty_ribbon_title_wrapper, .photty_ribbon_title_wrapper h2, .photty_slideshow_title_wrapper .photty_slideshow_caption, .photty_slideshow_title_wrapper h2, .photty_slideshow_title_wrapper {
        width: 100%;
        text-align: center;
        left: 0;
        bottom: 65px
    }

    .photty_slider_thumbs .photty_slideshow_title_wrapper {
        bottom: 30px;
    }

    .photty_slideshow_title, .photty_split_title {
        font-size: 30px;
        line-height: 30px;
    }

    #socialIcon {
        right: calc(50% - 67px);
    }

    .row.gutters .col {
        margin-bottom: 0px;
    }

    .photty_split_showcase_page .photty_header, .photty_fullscreen_slider_page .photty_header {
        position: relative;
    }

    .photty_transparent {
        background-color: rgba(31,35,47, 1);
    }

    .photty_album_single .grid-item {
        width: 100%;
    }

    .photty_boxed_container {
        margin: 0;
        padding: 0;
    }

    .photty_simple_slider_wrapper {
        max-height: 500px;
    }

    .photty_boxed_layout img {
        margin-left: auto;
        margin-right: auto;
    }

    .photty_boxed_content_block .photty_social_block {
        padding: 0;
    }

    .photty_boxed_content_block h2 {
        margin-top: 10px;
    }

    .photty_simple_slider_content .photty_simple_slider_title {
        font-size: 40px;
        line-height: 40px;
    }

    .photty_about .grid-item--width2 {
        width: 100%;
    }

    .photty_footer .gutters > .col-3 {
        width: 100%;
    }

    .photty_footer .photty_footer_content .col-3 {
        margin-bottom: 20px;
    }

    .photty_404 .photty_header, .photty_stripes_fullscreen .photty_header, .photty_strip_single .photty_header, .photty_coming_soon .photty_header {
        background-color: rgba(31,35,47, 1);
        position: relative;
    }

    .photty_404 .photty_header, .photty_coming_soon .photty_header {
        position: absolute;
    }

    .photty_footer .col-3 {
        margin-bottom: 0px;
    }

    .mobile_header {
        display: block;
    }

    .photty_container {
        width: 100%;
    }

    .grid-item--width2 {
        width: 100%;
    }

    .photty_signature {
        padding-top: 0;
    }

    .form_email, .form_user-name {
        width: 100%;
        margin-left: 0;
        margin-bottom: 16px;
    }

    .photty_slider1i {
        margin: 20px 0;
    }

    .photty_price_block .col-4 {
        margin-bottom: 20px;
    }

    .col-4:first-child .photty_price_item, .col-4:last-child .photty_price_item {
        border-radius: 7px;
    }

    .photty_price_block .col-4:first-child {
        margin-bottom: 40px;
    }

    .photty_price_block {
        padding: 20px 40px;
    }

    .photty_client_contacts p {
        padding-right: 0px;
    }

    .photty_grid_blog_item {
        width: 100%;
    }

    .photty_blog_post iframe {
        max-height: 200px;
    }

    .canvas_map_container {
        margin-bottom: 30px;
        height: 400px;
    }

    .photty_contacts h1 {
        margin-bottom: 25px;
    }

    .photty_contacts input {
        margin-bottom: 16px;
    }

    .photty_contacts .photty_contact_info {
        margin-bottom: 20px;
    }

    .photty_quote_post {
        padding: 55px 40px;
    }

    .photty_prev_post {
        border: none;
    }

    .photty_blog_left_sidebar .photty_content {
        padding-left: 0px;
    }

    .photty_blog_right_sidebar .photty_content {
        padding-right: 0px;
    }

    .photty_sidebar {
        padding: 0 15px;
    }

    .photty_blog_right_sidebar .photty_sidebar {
        padding: 0 15px;
        margin-bottom: 150px;
    }

    .photty_blog_single .photty_grid_post_content {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .photty_comments_block:last-child {
        margin-bottom: 30px;
    }

    .photty_albums_slider_inner {
        width: calc(100% - 20px);
    }

    .photty_albums_slide_item1, .photty_albums_slide_item2, .photty_albums_slide_item3 {
        width: calc(50% - 5px);
    }

    .photty_albums_slide_item2, .photty_albums_slide_item3 {
        height: calc(50% - 5px);
    }

    .photty_single_album_head {
        margin-top: 0px !important;
        height: 500px !important;
    }

    .photty_fullscreen_thumbs_wrapper {
        display: none;
    }

    .countdown-amount {
        font-size: 50px;
        line-height: 42px;
    }

    .photty_coming_soon h1 {
        margin-bottom: 30px;
    }

    .photty_coming_soon .photty_form {
        padding-top: 30px;
    }

    .photty_coming_soon .form_email {
        width: 170px;
    }

    .photty_coming_soon input[type=submit] {
        margin-left: 3px;
    }

    .photty_404 h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .photty_grid-item {
        width: 100% !important;
    }

    .photty_grid_gallery .grid-item--width2 {
        width: 100%;
    }

    .photty_grid_gallery .photty_content {
        padding: 0 5px;
        margin-top: 5px;
        margin-bottom: 30px;
    }

    .photty_grid_gallery .photty_button {
        margin-top: 20px;
    }

    .photty_signature h3 {
        margin-bottom: 20px;
    }

    .photty_client_contacts form {
        margin: 0;
    }

    .photty_client_contacts h2 {
        max-width: 80%;
    }

    .photty_testimonials {
        padding: 45px 0 0 0;
    }

    .photty_grid_gallery .photty_button {
        margin-bottom: 0px;
    }

    .photty_price_block .photty_title_text {
        margin-bottom: 30px;
    }

    .photty_grid_post_content {
        padding-bottom: 0;
    }

    .photty_sidebar_block p {
        margin-bottom: 40px;
    }

    .photty_sidebar {
        margin-top: 20px;
        margin-bottom: 150px;
    }

    .photty_fullscreen_controls_toggler {
        display: none;
    }

    .photty_ribbon_btn_fullview {
        display: none;
    }

    .photty_album-listing .grid-item {
        width: 100%;
    }

    .photty_album-listing .photty_content {
        padding: 0;
    }

    .photty_album_content {
        padding-bottom: 0;
    }

    .photty_album-listing .grid-item {
        border: 15px solid transparent;
    }

    .photty_comments_title {
        margin: 0 0 20px 0;
    }

    .photty_blog_single_comments h3 {
        margin-bottom: 20px;
    }

    .photty_comments_cont input {
        margin-bottom: 16px;
    }

    .photty_comments_cont textarea {
        margin-bottom: 16px;
    }

    .photty_blog_post .photty_prev_next_posts .photty_prev_post, .photty_blog_post .photty_prev_next_posts .photty_next_post {
        padding-bottom: 0;
        margin-bottom: 16px;
    }

    .photty_prev_next_posts {
        padding: 0;
    }

    .photty_album_single_item {
        margin-bottom: 20px;
        padding: 0;
    }

    .photty_isotope_3col .grid-item--width2 {
        width: 100%;
    }

    .photty_content .photty_form .col-6 {
        margin: 0;
    }

    .PageAnasayfaTitle {
        bottom: 112px !important;
        min-width: 400px !important;
    }

    #pageTitle h3 {
        color: #fff;
        font-size: 18px;
    }

    .zorunluIsaretSag {
        left: -12px;
        right: inherit !important;
    }

    #announcementList {
        left: 44% !important;
        transform: translate(-50%, 3%);
        top: 10% !important;
        width: 313px !important;
    }

    .announcementOpenCloseBtn {
        right: -40px !important;
        top: 25% !important;
    }
}


.registerBtn {
    background-color: #edeef0;
    padding: 11px;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

@media only screen and (max-width: 668px) {

    .photty_client_contacts h2 {
        max-width: 100%;
        padding: 0 20px;
        line-height: 40px;
    }

    .photty_client_contacts p {
        margin: 0;
    }

    .photty_404 p {
        margin-top: 15px;
    }

    .photty_404_btn {
        margin-top: 20px;
    }

    .photty_grid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .photty_coming_soon h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .PageAnasayfaTitle {
        bottom: 100px !important;
        min-width: 335px !important;
    }

    #pageTitle h3 {
        color: #fff;
        font-size: 18px;
    }

    .zorunluIsaretSag {
        left: -12px;
        right: inherit !important;
    }
}

@media only screen and (max-width: 600px) {
    .photty_footer .photty_logo_cont {
        float: none;
        text-align: center;
    }

    .photty_footer .photty_image_logo {
        display: inline-block;
    }

    .photty_copy_text {
        text-align: center;
        line-height: 22px;
        padding-bottom: 30px;
    }

    .photty_contacts h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .photty_boxed_layout h2 {
        font-size: 30px;
        line-height: 30px;
    }

    h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .PageAnasayfaTitle {
        bottom: 100px !important;
        min-width: 335px !important;
    }

    #pageTitle h3 {
        color: #fff;
        font-size: 18px;
    }

    .zorunluIsaretSag {
        left: -12px;
        right: inherit !important;
    }
}

@media only screen and (max-width: 480px) {
    .photty_sidebar {
        padding: 0;
    }

    .photty_contact_info .photty_social_block li {
        margin-right: 13px;
    }

    .countdown-amount {
        font-size: 30px;
        line-height: 32px;
    }

    .photty_comments_block .photty_comments_block {
        margin-left: -90px;
    }

    .photty_404 h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .photty_blog_grid .photty_content {
        padding: 0;
    }

    .photty_grid_post_content .photty_excerpt {
        padding: 0;
    }

    .photty_excerpt {
        padding: 0;
    }

    .photty_blog_right_sidebar .photty_sidebar {
        padding: 0;
        margin-bottom: 150px;
    }

    .grid-item {
        border-left: none;
        border-right: none;
    }

    .photty_client_contacts p {
        margin-bottom: 0;
    }

    .photty_client_contacts input[type=submit] {
        margin-bottom: 0;
    }

    .photty_grid_gallery .grid-item--width2 {
        border: 5px solid transparent;
    }

    .photty_album-listing h5 {
        margin-bottom: 0;
    }

    .photty_social_block li {
        margin-right: 8px;
    }

    .photty_strip_single .photty_stripes_fullscreen_item {
        height: 600px;
    }

    .photty_grid_gallery {
        margin-bottom: 155px;
    }

    .pagedivall {
        padding: 0px !important;
        padding: 0px 40px 0px 40px;
    }

    h4, .h4 {
        font-size: 15px !important;
    }

    .photty_quote_block {
        padding: 0 20px !important;
    }

    .photty_boxed_layout .photty_content {
        margin-bottom: 150px;
    }

    .counterdiv {
        zoom: 0.7;
    }

    .PageAnasayfaTitle {
        zoom: 0.8;
        bottom: 132px !important;
        min-width: 395px !important;
    }

    #pageTitle h3 {
        color: #fff;
        font-size: 18px;
    }



    .photty_slideshow_title_wrapper h5 {
        font-size: 20px !important;
        line-height: 3px !important;
    }

    .zorunluIsaretSag {
        left: -12px;
        right: inherit !important;
    }
}

@media only screen and (max-width: 415px) {
    h1 {
        font-size: 30px;
        line-height: 40px;
    }

    h3 {
        font-size: 22px;
        line-height: 22px;
    }

    .photty_comments_block .photty_comment_date {
        position: relative;
        text-align: left;
        top: 0;
        margin-bottom: 10px;
    }

    .photty_simple_slider_content .photty_simple_slider_title {
        font-size: 30px;
        line-height: 30px;
    }

    .photty_simple_slider_content {
        padding: 0 20px;
    }

    .photty_button {
        margin-top: 15px;
    }

    .photty_slider3i {
        padding: 15px 0;
    }

    .countdown-section {
        margin-right: 4%;
    }

    .photty_client_contacts h2 {
        font-size: 24px;
        padding: 0 10px;
    }

    .photty_footer .gutters > .col-3 {
        padding: 0;
    }

    .photty_price_block {
        padding: 20px 15px;
        margin-bottom: 130px;
    }

    .photty_coming_soon .photty_copy_text {
        margin: 10px 0;
    }

    .photty_coming_soon button {
        margin-left: 7px;
        padding: 0 20px;
        width: 100px;
    }

    .photty_excerpt {
        margin-top: 10px;
    }

    .photty_social_block li {
        margin: 0 15px;
        margin-bottom: 10px;
    }

        .photty_social_block li:last-child {
            margin-right: 15px;
        }

    .photty_footer .photty_social_block li {
        margin: 0 10px 0 0;
    }

    .photty_contact_info .photty_social_block li {
        margin: 0 13px 0 0;
    }

    .counterdiv {
        zoom: 0.7;
    }

    .PageAnasayfaTitle {
        zoom: 0.8;
        bottom: 132px !important;
        min-width: 395px !important;
    }

    #pageTitle h3 {
        color: #fff;
        font-size: 18px;
    }



    .photty_slideshow_title_wrapper h5 {
        font-size: 20px !important;
        line-height: 3px !important;
    }

    .zorunluIsaretSag {
        left: -12px;
        right: inherit !important;
    }
}

@media only screen and (max-width: 321px) {
    .photty_social_block li {
        margin: 0 10px;
        margin-bottom: 10px;
    }

        .photty_social_block li:last-child {
            margin-right: 10px;
        }

    .counterdiv {
        zoom: 0.7;
    }

    .PageAnasayfaTitle {
        zoom: 0.8;
        bottom: 132px !important;
        min-width: 395px !important;
    }

    #pageTitle h3 {
        color: #fff;
        font-size: 18px;
    }



    .photty_slideshow_title_wrapper h5 {
        font-size: 20px !important;
        line-height: 3px !important;
    }

    .zorunluIsaretSag {
        left: -12px;
        right: inherit !important;
    }
}

@media only screen and (max-height: 415px) {
    .photty_coming_soon .photty_copy_text {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .photty_coming_soon .photty_form {
        padding-top: 10px;
    }

    .photty_coming_soon h1 {
        margin-bottom: 10px;
    }

    .countdown-period {
        margin-top: 5px;
    }

    .counterdiv {
        zoom: 0.7;
    }

    .PageAnasayfaTitle {
        zoom: 0.8;
        bottom: 132px !important;
        min-width: 395px !important;
    }

    #pageTitle h3 {
        color: #fff;
        font-size: 18px;
    }



    .photty_slideshow_title_wrapper h5 {
        font-size: 20px !important;
        line-height: 3px !important;
    }

    .zorunluIsaretSag {
        left: -12px;
        right: inherit !important;
    }
}

@media only screen and (max-height: 321px) {
    .photty_coming_soon .photty_footer {
        padding: 0;
    }

    .photty_coming_soon .photty_copy_text {
        margin-top: 0;
    }

    .photty_404 h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .counterdiv {
        zoom: 0.7;
    }

    .PageAnasayfaTitle {
        zoom: 0.8;
        bottom: 132px !important;
        min-width: 395px !important;
    }

    #pageTitle h3 {
        color: #fff;
        font-size: 18px;
    }



    .photty_slideshow_title_wrapper h5 {
        font-size: 20px !important;
        line-height: 3px !important;
    }

    .zorunluIsaretSag {
        left: -12px;
        right: inherit !important;
    }
}
