/**
 *
 *    01. GENERAL
 * 
 *    02. MAIN SECTION
 * 
 *    03. ABOUT
 * 
 *    04. RESUME
 *
 *    05. PORTFOLIO
 *
 *    06. BLOG
 *
 *    07. CONTACT
 *
 *    08. RESPONSIVE
 *
 */


/**
 * ----------------------------------------------------------------------------------------
 * 01. GENERAL
 * ----------------------------------------------------------------------------------------
 */


body {
    font: 14px/21px "Open Sans", sans-serif;
    overflow: hidden;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.5;
}

.row {
    margin: 0;
}

.overlay:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .2);
}

/* ANIMATIONS */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

/* PREALOADER */

#custom-preloader {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

#custom-preloader-content {
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    top: 45%;
}

#preloader {
    width: 34px;
    display: block;
    margin: 0 auto;
    float: none;
}

#custom-preloader-content span {
    display: block;
    width: 100%;
    font-family: "Poiret One", sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    margin: 18px 0 0 3px;
    color: #a0a0a0;
    animation: loading 2s infinite;
    -webkit-animation: loading 2s infinite;
}

#preloader {
    animation: prealoder 4s ease infinite;
    -webkit-animation: prealoder 4s ease infinite;
}

@-webkit-keyframes prealoder {
    0% {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    25% {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    50% {
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
    }

    75% {
        transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
    }

    100% {
        transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
    }
}

@keyframes prealoder {
    0% {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    25% {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    50% {
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
    }

    75% {
        transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
    }

    100% {
        transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
    }
}

@keyframes loading {
    0% {
        opacity: .2;
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: .2
    }
}

/**
 * ----------------------------------------------------------------------------------------
 * 02. MAIN SECTION
 * ----------------------------------------------------------------------------------------
 */


/* LEFT CONTENT */

#background {
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 1;
}

.backstretch {
    background-color: #000;
    z-index: 1;
}

    .backstretch:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, .2);
    }


/* RIGHT CONTENT */

#content-wrap {
    /*display: block;*/
    position: absolute;
    float: none;
    width: 50%;
    height: 100vh;
    background-image: url('images/pattern.jpg');
    background-repeat: repeat;
    left: 25%;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    z-index: 3;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.20);
}

.main-content {
    display: block;
    position: relative;
    text-align: center;
    z-index: 1;
    padding: 0;
    margin: 0;
}
.main-content a{
    color:#428bca !important;
}
.profile-avatar {
    display: block;
    position: relative;
    margin: 36px auto 18px;
    float: none;
    /*border: 2px solid #d7d7d7;
  border-radius: 50%;*/
    /*width: 180px;
  height: 180px;*/
    overflow: hidden;
}

    .profile-avatar img {
        width: 300px;
    }

.main-content h1 {
    font-family: "Poiret One", sans-serif;
    font-size: 40px;
    margin: 0 0 18px;
    padding: 0;
    color: #f47440;
}

.main-content h2 {
    font-family: "Poiret One", sans-serif;
    font-size: 40px;
    margin: 0 0 18px;
    padding: 0;
    color: #f47440;
}

    .main-content h2:after {
        content: "";
        display: block;
        margin: 0 auto;
        float: none;
        padding: 0 0 18px;
        border-bottom: 1px dashed #424242;
        width: 140px;
    }

.main-content h1:after {
    content: "";
    display: block;
    margin: 0 auto;
    float: none;
    padding: 0 0 18px;
    border-bottom: 1px dashed #424242;
    width: 140px;
}

.main-content p {
    display: block;
    margin: 0 auto 18px;
    padding: 0;
    text-align: center;
    width: 60%;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 27px;
    color: #000;
    text-align: left;
}

    .main-content p span {
        font-weight: normal;
    }

    .main-content p:after {
        content: "";
        display: block;
        margin: 0 auto;
        float: none;
        padding: 0 0 18px;
        /*border-bottom: 1px dashed #424242;*/
        width: 140px;
    }


/* NAVIGATION */

.navigations {
    display: block;
    position: relative;
}

    .navigations a, a:hover, a:focus, a:active {
        color: #000;
        text-decoration: none;
        outline: none;
    }

    .navigations ul {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }

        .navigations ul li {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .navigations ul li a {
                display: block;
                position: relative;
                margin: 24px auto 24px;
                padding: 0;
                float: none;
                list-style: none;
                width: 45%;
                /*height: 60px;*/
                border: 1px solid #eaeaea;
                border-radius: 2px;
                overflow: hidden;
            }

                .navigations ul li a img {
                    width: 100%;
                    float: right;
                    padding: 5px;
                    border-radius: 10px;
                }

                .navigations ul li a h3 {
                    display: block;
                    margin: 0;
                    padding: 13px 0 0;
                    text-align: center;
                    font-size: 20px;
                    font-weight: 300;
                    letter-spacing: 2px;
                    color: #606060;
                }

                .navigations ul li a i {
                    display: block;
                    position: absolute;
                    font-size: 100px;
                    color: #34adc2;
                    /*color: #eaeaea;*/
                    margin-top: -24px;
                    top: 0px;
                    -webkit-transition: all .5s ease;
                    transition: all .5s ease;
                }

.nav-left {
    left: -48px;
}

.nav-right {
    right: -48px;
}

.navigations ul li a:hover .nav-left, li a.nav-current .nav-left {
    transform: translateX(18px) scale(1.1,1.1) rotate(10deg);
    -webkit-transform: translateX(18px) scale(1.1,1.1) rotate(10deg);
}

.navigations ul li a:hover .nav-right, li a.nav-current .nav-right {
    transform: translateX(-18px) scale(1.1,1.1) rotate(-10deg);
    -webkit-transform: translateX(-18px) scale(1.1,1.1) rotate(-10deg);
}

.navigations ul li a:hover {
    border-color: #34adc1;
    /*border-color: #808080;*/
    border-width: 2px;
}

    .navigations ul li a:hover h3 {
        color: #f47440;
        font-weight: normal;
        padding-top: 12px;
    }

    .navigations ul li a:hover i {
        color: #34adc1;
        /*color: #808080;*/
    }

li#about-link a.nav-current {
    border-width: 2px;
    border-color: #f66152;
}

    li#about-link a.nav-current h3, li#resume-link a.nav-current h3, li#portfolio-link a.nav-current h3, li#blog-link a.nav-current h3, li#contact-link a.nav-current h3 {
        font-weight: normal;
        padding-top: 12px;
    }

    li#about-link a.nav-current h3, li#about-link a.nav-current i {
        color: #f66152;
    }

li#resume-link a.nav-current {
    border-width: 2px;
    border-color: #d7af0d;
}

    li#resume-link a.nav-current h3, #resume-link a.nav-current i {
        color: #d7af0d;
    }

li#portfolio-link a.nav-current {
    border-width: 2px;
    border-color: #3498db;
}

    li#portfolio-link a.nav-current h3, #portfolio-link a.nav-current i {
        color: #3498db;
    }

li#blog-link a.nav-current {
    border-width: 2px;
    border-color: #2cc16b;
}

    li#blog-link a.nav-current h3, #blog-link a.nav-current i {
        color: #2cc16b;
    }

li#contact-link a.nav-current {
    border-width: 2px;
    border-color: #424242;
}

    li#contact-link a.nav-current h3, #contact-link a.nav-current i {
        color: #424242;
    }


/* SOCIAL */

.social-icons {
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    bottom: 0px;
    overflow: hidden;
    height: 80px;
}

    .social-icons ul {
        display: block;
        margin: 16px auto 0;
        padding: 0;
        float: none;
        position: relative;
        list-style: none;
        text-align: center;
    }

        .social-icons ul li {
            display: inline-block;
            margin: 0;
            padding: 0;
            position: relative;
            list-style: none;
        }

            .social-icons ul li a {
                display: inline-block;
                margin: 14px 8px;
                padding: 0;
                position: relative;
                list-style: none;
                color: #cdcdcd;
                font-size: 20px;
                -webkit-transition: all .2s linear;
                -o-transition: all .2s linear;
                transition: all .2s linear;
            }

                .social-icons ul li a:after {
                    content: "";
                    display: block;
                    margin: -29px 0 0;
                    padding: 0;
                    width: 35px;
                    height: 35px;
                    /*border: 1px solid #cdcdcd;*/
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    transform: rotate(45deg);
                    -webkit-transition: all .3s linear;
                    -o-transition: all .3s linear;
                    transition: all .3s linear;
                }

                .social-icons ul li a:hover {
                    color: #424242;
                }

                    .social-icons ul li a:hover:after {
                        border-color: #424242;
                    }

.cat-pages {
    display: none;
    position: absolute;
    float: none;
    width: 75%;
    height: 100vh;
    left: 25%;
    color: #2ab6ae;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    z-index: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.cat-pages-title {
    display: block;
    position: relative;
    text-align: center;
    margin: 78px 0 0;
}

.title-seprator {
    display: block;
    position: relative;
    width: 70%;
    float: none;
    margin: 0 auto;
    border-top: 1px solid #2ab6ae;
    clear: both;
}

.cat-pages-title h2 {
    display: inline-block;
    position: relative;
    font-size: 40px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 3px;
    padding: 0px 28px;
    margin: -32px auto 36px;
    float: none;
    overflow: hidden;
}

    .cat-pages-title h2:before {
        content: "";
        position: absolute;
        display: inline-block;
        height: 28px;
        top: 17px;
        left: 0px;
        border-left: 1px solid #2ab6ae;
    }

    .cat-pages-title h2:after {
        content: "";
        position: absolute;
        display: inline-block;
        height: 28px;
        top: 17px;
        right: 0px;
        border-right: 1px solid #2ab6ae;
    }

.cat-pages a, .cat-pages a:hover, .cat-pages a:active, .cat-pages a:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
    border: none;
}

.width75 {
    width: 75% !important;
}

.width25 {
    width: 25% !important;
}

.width50 {
    width: 50% !important;
}

.cat-left-75 {
    left: 75% !important;
}

.cat-left-50 {
    left: 50% !important;
}

.cat-left-25 {
    left: 25% !important;
}

.cat-left-0 {
    left: 0px !important;
}

/**
 * ----------------------------------------------------------------------------------------
 * 03. ABOUT
 * ----------------------------------------------------------------------------------------
 */

#about, #about .cat-pages-title h2 {
    /*background-color: #f66152;*/
    background-color: #fff;
}

.about-description {
    display: block;
    float: none;
    margin: 0 auto;
    color: #000;
}

    .about-description p {
        display: block;
        direction: ltr;
        text-align: justify;
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 24px;
        padding: 0;
        margin: 0;
        float: right;
        color: #000;
    }

        .about-description p.first {
            margin-top: 60px;
        }

    .about-description img {
        margin: 1%;
        float: left;
        width: 37%;
        box-shadow: 2px 2px 4px #666666;
        border-radius: 5px
    }

    .about-description:after {
        content: "";
        display: block;
        margin: 0 auto;
        float: none;
        padding: 0 0 58px;
        /*border-bottom: 1px dashed rgba(255, 255, 255, .5);*/
        width: 140px;
    }

.iconbox {
    display: block;
    position: relative;
    float: none;
    margin: 0 auto;
    padding: 0;
}

    .iconbox ul {
        display: block;
        position: relative;
        float: left;
        margin: 36px 0 0;
        padding: 0;
        list-style: none;
    }

        .iconbox ul li {
            display: block;
            position: relative;
            margin: 0 0 8px;
            padding: 0;
            float: left;
            list-style: none;
            -webkit-transition: all .4s linear;
            -o-transition: all .4s linear;
            transition: all .4s linear;
        }

            .iconbox ul li:last-child:after {
                content: "";
                display: block;
                margin: 0 auto;
                float: none;
                padding: 0 0 58px;
                border-bottom: 1px dashed rgba(255, 255, 255, .5);
                width: 140px;
            }

            .iconbox ul li i {
                display: inline-block;
                position: relative;
                float: left;
                width: 80px;
                height: 80px;
                padding: 26px;
                margin: 18px 36px 0 0;
                font-size: 27px;
            }

                .iconbox ul li i:after {
                    content: "";
                    position: absolute;
                    display: inline-block;
                    float: left;
                    left: 0px;
                    top: 0px;
                    width: 80px;
                    height: 80px;
                    border: 1px solid rgba(0, 0, 0, .5);
                    transform: rotate(45deg);
                    -webkit-transform: rotate(45deg);
                    -webkit-transition: all .8s ease-in-out;
                    -o-transition: all .8s ease-in-out;
                    transition: all .8s ease-in-out;
                }

            .iconbox ul li h3 {
                display: block;
                position: relative;
                text-align: left;
                padding: 0;
                margin: 18px 0 4px;
                font-size: 26px;
                letter-spacing: 2px;
                font-weight: bold;
                color: #2ab6ae;
            }

            .iconbox ul li p {
                color: #000;
                display: block;
                position: relative;
                text-align: left;
                padding: 20px 0 0 0;
                margin: 0;
                font-size: 16px;
                line-height: 24px;
                letter-spacing: 1px;
                text-align: justify;
            }

            .iconbox ul li.iconbox-right i {
                float: right;
                margin: 18px 0 0 36px;
            }

            .iconbox ul li.iconbox-right h3, .iconbox ul li.iconbox-right p {
                text-align: right;
            }

            .iconbox ul li:hover i:after {
                transform: rotate(135deg);
                -webkit-transform: rotate(135deg);
            }

            .iconbox ul li.iconbox-right:hover i:after {
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
            }

.about-buttons {
    display: block;
    position: relative;
    margin: 0 auto;
    float: none;
    text-align: center;
}

.btn {
    display: inline-block;
    position: relative;
    margin: 0 0 0 24px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 1px;
    height: 32px;
    padding: 5px 18px 0 44px;
    overflow: hidden;
    margin-bottom: 36px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

    .btn span {
        text-transform: uppercase;
        font-size: 15px;
        letter-spacing: 1px;
    }

    .btn i {
        display: inline-block;
        position: absolute;
        left: 0px;
        top: 0px;
        padding-top: 10px;
        width: 32px;
        height: 32px;
        background-color: rgba(255, 255, 255, .4);
    }

    .btn:hover {
        background-color: rgba(255, 255, 255, .4);
        border-color: #fff;
    }


/**
 * ----------------------------------------------------------------------------------------
 * 04. RESUME
 * ----------------------------------------------------------------------------------------
 */

#resume, #resume .cat-pages-title h2 {
    background-color: #d7af0d;
}

.timeline {
    display: block;
    margin: 0 auto;
    float: none;
    padding: 0;
}

.timeline-left, .timeline-right {
    padding: 0;
    margin: 0;
}

.timeline i {
    display: block;
    text-align: center;
    font-size: 34px;
    padding: 0;
    margin: 0;
}

.timeline h3 {
    display: block;
    text-align: center;
    font-size: 22px;
    letter-spacing: 1px;
    padding: 0 0 8px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.timeline ul {
    display: block;
    position: relative;
    float: left;
    padding: 0;
    margin: 0 0 24px;
    list-style: none;
}

    .timeline ul li {
        display: block;
        margin: 24px 0 36px;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

        .timeline ul li:hover {
            color: #fff;
        }

        .timeline ul li:last-child {
            margin-bottom: 0px;
        }

.timeline-left ul {
    border-right: 1px solid rgba(255, 255, 255, .4);
}

    .timeline-left ul li {
        text-align: right;
        position: relative;
        margin-right: 18px;
    }

.timeline-right ul li {
    text-align: left;
    margin-left: 18px;
}

.timeline ul li span {
    text-transform: uppercase;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 1px;
    padding: 1px 4px;
    margin: 0;
}

    .timeline ul li span:before, .timeline ul li span:after {
        content: "";
        display: block;
        position: absolute;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .timeline ul li span:before {
        width: 16px;
        height: 16px;
        background-color: transparent;
        border: 1px solid #efd66e;
        margin-top: 3px;
    }

    .timeline ul li span:after {
        width: 12px;
        height: 12px;
        background-color: #efd66e;
        margin-top: 5px;
    }

    .timeline ul li span.changed:before {
        border-color: #fff;
    }

    .timeline ul li span.changed:after {
        background-color: #fff;
    }

.timeline-left ul li span:before {
    right: -23px;
}

.timeline-left ul li span:after {
    right: -21px;
}

.timeline-right ul li span:before {
    left: -28px;
}

.timeline-right ul li span:after {
    left: -26px;
}

.timeline ul li h4 {
    display: block;
    font-size: 16px;
    margin: 8px 0 0 0;
    padding: 0;
}

.timeline ul li p {
    display: block;
    font-size: 14px;
    margin: 4px 0 0 0;
    padding: 0;
    letter-spacing: 1px;
    line-height: 21px;
}

.timeline-left ul li h4, .timeline-left ul li p {
    margin: 8px 24px 0 0;
}

.timeline-right ul li h4, .timeline-right ul li p {
    margin: 8px 0 0 24px;
}

.skills {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    float: none;
}

.skill-item {
    position: relative;
    padding-left: 6%;
    margin-bottom: 24px;
}

    .skill-item input[type="text"] {
        font-family: "Poiret One";
        font-size: 28px;
        font-weight: 300;
        letter-spacing: 1px;
        width: 70px !important;
        margin-left: -84px !important;
    }

    .skill-item h5 {
        display: block;
        text-align: center;
        width: 100px;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 1px;
        margin: 6px 0 0;
        padding: 0;
    }

.skills-title {
    display: block;
    text-align: center;
    margin: 0 0 8px;
    padding: 0;
}

    .skills-title:before {
        content: "";
        display: block;
        margin: 24px auto;
        float: none;
        padding: 0;
        border-bottom: 1px dashed rgba(255, 255, 255, .5);
        width: 140px;
    }

    .skills-title h3 {
        display: inline-block;
        text-align: center;
        font-size: 22px;
        padding: 0 0 2px;
        margin: 0 auto 4px;
        float: none;
        border-bottom: 1px solid rgba(255, 255, 255, .4);
    }

    .skills-title i {
        display: block;
        text-align: center;
        font-size: 24px;
        padding: 0;
        margin: 0;
    }





/**
 * ----------------------------------------------------------------------------------------
 * 05. PORTFOLIO
 * ----------------------------------------------------------------------------------------
 */
.portfolios {
    column-width: 350px;
    column-gap: 15px;
    padding: 50px;
}

    .portfolios img {
        width: 100%;
        cursor: pointer;
        margin: 8px;
        border-radius: 5px;
        padding: 5px;
        border: 1px solid #eaeaea;
    }


.lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    background: #fff;
    perspective: 1000;
}

.filter {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: blur(20px);
    opacity: 0.5;
    background-position: center;
    background-size: cover;
}

.lightbox img {
    border: 1px solid #aaa;
    padding: 3px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 37.5%;
    transform: translate(-50%, -50%) rotateY(0deg);
    max-height: 95vh;
    max-width: 65%;
    transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
    transform-style: preserve-3d;
}


/*.lightbox:hover img{
  transform: translate(-50%, -50%) rotateY(180deg);
}*/

[class^="arrow"] {
    height: 200px;
    width: 50px;
    background: #93c3a9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

    [class^="arrow"]:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
        width: 15px;
        height: 15px;
    }

.arrowr {
    right: 25%;
}

    .arrowr:after {
        border-right: 3px solid white;
        border-bottom: 3px solid white;
    }

.arrowl {
    left: 0;
}

    .arrowl:after {
        border-left: 3px solid white;
        border-top: 3px solid white;
    }

.close {
    position: absolute;    
    right: 25%;
    width: 25px;
    height: 25px;
    /*background: #93c3a9;*/
    cursor: pointer;
    border-radius: 50%;
    margin:20px;
}

    .close:after,
    .close:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 3px;
        height: 95%;
        background: red;
    }

    .close:after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .close:before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

.title {
    font-size: 20px;
    color: #000;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
}
/*end*/
#portfolio, #portfolio .cat-pages-title h2 {
    background-color: #3498db;
}

.portfolio-fliter {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}

    .portfolio-fliter ul {
        display: block;
        text-align: center;
        list-style: none;
        margin: 0 0 24px;
        padding: 0;
    }

        .portfolio-fliter ul li {
            display: inline-block;
            position: relative;
            text-align: center;
            list-style: none;
            margin: 0 30px;
            padding: 0 0 6px 1px;
            font-size: 17px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

            .portfolio-fliter ul li:after {
                content: "/";
                display: inline-block;
                position: absolute;
                right: 0px;
                margin-right: -36px;
                font-size: 17px;
            }

            .portfolio-fliter ul li:first-child {
                margin-left: 0px;
            }

            .portfolio-fliter ul li:last-child {
                margin-right: 0px;
            }

                .portfolio-fliter ul li:last-child:after {
                    content: "";
                    display: none;
                }

            .portfolio-fliter ul li.current, .portfolio-fliter ul li:hover, .portfolio-fliter ul li:active, .portfolio-fliter ul li:focus {
                border-bottom: 1px dashed rgba(255, 255, 255, .4);
                color: #fff;
            }

.portfolio-items {
    display: block;
    position: relative;
    margin: 0 auto;
    float: none;
    padding: 0;
}

    .portfolio-items ul {
        display: block;
        position: relative;
        float: left;
        list-style: none;
        margin: 0 0 58px;
        padding: 0;
    }

        .portfolio-items ul li {
            display: block;
            float: left;
            position: relative;
            list-style: none;
            width: 50%;
            background-color: #fff;
            height: auto;
            margin: 0;
            padding: 0;
            z-index: 2;
        }

            .portfolio-items ul li:after {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background: rgba(255, 255, 255, 0.2);
            }

            .portfolio-items ul li img {
                display: block;
                position: relative;
                width: 100%;
                height: 280px;
                margin: 0;
                padding: 0;
            }

.portfolio-description {
    display: block;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: 1px;
    color: #424242;
    width: 90%;
    height: 88%;
    left: 5%;
    top: 6%;
    text-align: center;
    margin: 0;
    padding: 0 8px;
    line-height: 21px;
    opacity: 0;
    z-index: 1;
}

    .portfolio-description h3 {
        font-size: 16px;
        margin: 22% 0 0;
    }

    .portfolio-description p {
        letter-spacing: 1px;
        margin: 1% 0 0;
    }

    .portfolio-description h3, .portfolio-description p {
        display: block;
        letter-spacing: 1px;
        padding: 0;
        opacity: 0;
        -webkit-transform: scale(1.2,1.2);
        -ms-transform: scale(1.2,1.2);
        -o-transform: scale(1.2,1.2);
        transform: scale(1.2,1.2);
        -webkit-transition: all .7s ease;
        -o-transition: all .7s ease;
        transition: all .7s ease;
    }

.portfolio-items ul li, .portfolio-items ul li img, .portfolio-description {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    .portfolio-items ul li:hover .portfolio-description h3, .portfolio-items ul li:hover .portfolio-description p {
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
    }

.quotes {
    display: block;
    position: relative;
    margin: 0 auto;
    float: none;
    padding: 0;
}

    .quotes ul {
        display: block;
        position: relative;
        margin: 0 auto;
        padding: 24px;
        border: 1px solid #84c0e9;
        border-radius: 1px;
        list-style: none;
        min-height: 170px;
    }

        .quotes ul:before {
            content: "\f10d";
            font-family: "FontAwesome";
            display: block;
            position: relative;
            margin: -34px 0 0 46%;
            background-color: #3498db;
            padding: 0 14px 0 15px;
            float: left;
            font-size: 18px;
            z-index: 3;
        }

        .quotes ul:after {
            content: "";
            display: block;
            position: relative;
            width: 34px;
            margin: -41px 0 0 47%;
            height: 34px;
            float: none;
            border: 1px solid rgba(255, 255, 255, .4);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            z-index: 4;
        }

        .quotes ul li {
            display: none;
            position: absolute;
            width: 100%;
            height: auto;
            left: 0px;
            top: 0px;
            text-align: center;
            font-size: 14px;
            letter-spacing: .03em;
            margin: 0;
            padding: 24px;
        }

            .quotes ul li p {
                display: block;
                padding: 14px 0 18px;
                margin: 0;
                font-weight: 300;
                font-style: italic;
            }

            .quotes ul li .quote-name p {
                display: inline-block;
                padding: 0;
                margin: 0;
            }

            .quotes ul li .quote-name span {
                display: inline-block;
                padding: 0;
                margin: 0;
                font-weight: 400;
                font-style: normal;
                color: #fff;
            }

/* Basic jQuery Slider essential styles */
ul.bjqs {
    position: relative;
    list-style: none;
    display: none;
}

li.bjqs-slide {
    position: absolute;
    display: none;
}

ul.bjqs-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

    ul.bjqs-controls.v-centered li a {
        position: absolute;
    }

    ul.bjqs-controls.v-centered li.bjqs-next a {
        right: 0;
    }

    ul.bjqs-controls.v-centered li.bjqs-prev a {
        left: 0;
    }

ol.bjqs-markers {
    list-style: none;
    padding: 0;
    margin: -12px 0 0;
    width: 100%;
}

    ol.bjqs-markers.h-centered {
        text-align: center;
    }

    ol.bjqs-markers li {
        display: inline-block;
        list-style: none;
        float: none;
        margin: 0 4px;
        padding: 0;
    }

        ol.bjqs-markers li a {
            content: "";
            display: block;
            width: 10px;
            height: 10px;
            background-color: #84c0e9;
            padding: 0;
            margin: 0;
        }

        ol.bjqs-markers li.active-marker {
            border: 1px solid #84c0e9;
            padding: 1px;
            margin: 0 4px -2px;
        }


/**
 * ----------------------------------------------------------------------------------------
 * 06. BLOG
 * ----------------------------------------------------------------------------------------
 */
#Shop, #Shop .cat-pages-title h2 {
    background-color: #fff;
    /*background-color: #2cc16b;*/
}

#CharacterDesign, #CharacterDesign .cat-pages-title h2 {
    background-color: #fff;
    /*background-color: #2cc16b;*/
}

.CharacterDesign {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    float: none;
}

    .CharacterDesign ul {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .CharacterDesign ul li {
            display: block;
            position: relative;
            overflow: hidden;
            margin: 0;
            padding: 0;
            list-style: none;
            -webkit-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
        }

            .CharacterDesign ul li .blog-image {
                display: inline-block;
                position: relative;
                margin: 0 24px 0 0;
                padding: 0;
                float: left;
                border: 1px solid rgba(255, 255, 255, .8);
                border-radius: 1px;
                width: 182px;
                height: 162px;
                -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, .1);
                box-shadow: 2px 2px 1px rgba(0, 0, 0, .1);
                background-color: #fff;
            }

            .CharacterDesign ul li img {
                display: block;
                margin: 0;
                padding: 0;
                width: 180px;
                height: 160px;
                opacity: .8;
                -webkit-transition: all .5s ease;
                -o-transition: all .5s ease;
                transition: all .5s ease;
            }

            .CharacterDesign ul li h2 {
                display: inline-block;
                margin: 0 0 9px;
                padding: 0 0 3px;
                font-size: 20px;
                letter-spacing: .08em;
            }

                .CharacterDesign ul li h2:hover {
                    border-bottom: 1px dashed rgba(255, 255, 255, .4);
                    padding: 0 0 2px;
                }

            .CharacterDesign ul li p {
                display: block;
                margin: 0;
                padding: 1px 0 0;
                font-size: 15px;
                letter-spacing: .05em;
                line-height: 22px;
            }

            .CharacterDesign ul li span {
                display: block;
                overflow: hidden;
                float: left;
                width: 100%;
                text-align: center;
                margin: 30px 0 36px;
                padding: 0 0 24px;
                border-bottom: 1px dashed rgba(255, 255, 255, .6);
                font-weight: 400;
                font-size: 14px;
                letter-spacing: 0.06em;
            }

.blog ul li span i {
    padding: 0 6px;
    font-size: 13px;
}

.CharacterDesign ul li:last-child span {
    margin: 30px 0 24px;
    padding: 0;
    border-bottom: none;
}

.CharacterDesign ul li span a {
    padding-bottom: 2px;
}

    .CharacterDesign ul li span a:hover {
        border-bottom: 1px dashed rgba(255, 255, 255, .4);
    }

.ajax-popup {
    background-color: #2cc16b;
    display: block;
    float: none;
    margin: 36px auto;
    padding: 58px 58px 36px;
    max-width: 740px;
    overflow: hidden;
    position: relative;
    color: #f9f9f9;
}

    .ajax-popup a, .ajax-popup a:hover, .ajax-popup a:active, .ajax-popup a:focus {
        color: #fff;
        text-decoration: none;
        outline: none;
    }

.blog-single-feature-image {
    display: block;
    margin: 0 0 36px;
    padding: 0;
    width: 100%;
    height: auto;
    border: 1px solid rgba(255, 255, 255, .6)
}

    .blog-single-feature-image img {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
    }


.blog-single-title {
    display: block;
    position: relative;
    padding: 0;
    margin: 12px 0 0;
    text-align: center;
}

.blog-single-title-seprator {
    display: block;
    position: relative;
    width: 100%;
    float: none;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, .4);
    clear: both;
}

.blog-single-title h2 {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 24px;
    letter-spacing: 2px;
    padding: 0 14px;
    margin: -20px auto 12px;
    background-color: #2cc16b;
    float: none;
    overflow: hidden;
}

.blog-single-description {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}

    .blog-single-description p {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        letter-spacing: .05em;
    }

        .blog-single-description p:after {
            content: "";
            display: block;
            margin: 28px auto;
            float: none;
            padding: 0;
            border-bottom: 1px dashed rgba(255, 255, 255, .5);
            width: 140px;
        }

    .blog-single-description span {
        display: block;
        text-align: center;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0.06em;
        margin: 0;
        padding: 0;
    }

        .blog-single-description span i {
            text-align: center;
            font-size: 13px;
            padding: 0 6px 0 0;
        }

        .blog-single-description span:after {
            content: "";
            display: block;
            margin: 28px auto 36px;
            float: none;
            padding: 0;
            border-bottom: 1px dashed rgba(255, 255, 255, .5);
            width: 140px;
        }

.blog-single-comments {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}

    .blog-single-comments > ul {
        display: block;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .blog-single-comments ul li {
        display: block;
        position: relative;
        list-style: none;
        margin: 0 0 36px;
        padding: 0 0 24px;
        border-bottom: 1px dashed rgba(255, 255, 255, .4);
        overflow: hidden;
    }

        .blog-single-comments ul li .comment-avatar {
            display: inline-block;
            position: relative;
            float: left;
            margin: 0 24px 28px 0;
            width: 80px;
            height: 80px;
            border: 2px solid rgba(255, 255, 255, .6)
        }

            .blog-single-comments ul li .comment-avatar img {
                display: block;
                width: 100%;
                height: 100%;
            }

        .blog-single-comments ul li h5 {
            font-size: 16px;
            letter-spacing: .08em;
            margin: 0 0 8px;
            padding: 0;
        }

        .blog-single-comments ul li p {
            font-size: 14px;
            line-height: 21px;
            font-weight: 300;
            letter-spacing: .04em;
            margin: 0;
            padding: 0;
        }

        .blog-single-comments ul li .commet-meta {
            display: block;
            position: relative;
            overflow: hidden;
            margin: 0;
            padding: 0;
        }

        .blog-single-comments ul li span.reply-button {
            display: inline-block;
            position: absolute;
            left: 0;
            top: 80px;
            font-size: 12px;
            font-weight: 300;
            line-height: 1;
            letter-spacing: 4px;
            text-transform: uppercase;
            border: 1px solid rgba(255, 255, 255, .4);
            border-radius: 1px;
            color: rgba(255, 255, 255, .6);
            padding: 5px 10px 5px 14px;
            margin: 12px 0 0 0;
            -webkit-transition: all .4s ease;
            -o-transition: all .4s ease;
            transition: all .4s ease;
        }

            .blog-single-comments ul li span.reply-button:hover {
                color: #f9f9f9;
                border-color: #f9f9f9;
            }

        .blog-single-comments ul li span.comment-date {
            display: block;
            float: right;
            text-align: right;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 300;
            margin: 0;
            color: rgba(255, 255, 255, .6);
        }

.comment-form {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.comment-form-left {
    display: block;
    float: left;
    overflow: hidden;
    margin: 8px 0 4px;
    padding: 0;
}

.comment-form-right {
    display: block;
    float: right;
    overflow: hidden;
    margin: 8px 0 0;
    padding: 0;
}

.comment-form input[type="text"], .comment-form input[type="email"] {
    display: block;
    width: 268px;
    height: 35px;
    margin: 0 0 16px;
    padding: 0;
}

.comment-form textarea {
    display: block;
    width: 304px;
    height: 137px;
    margin: 0 0 16px;
    resize: none;
}

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form textarea {
    background-color: #f9f9f9;
    border: none;
    outline: none;
    color: #999;
    padding: 0 18px;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 1px;
    text-transform: lowercase;
}

.comment-form textarea {
    padding: 10px 18px;
}

.comment-form input[type="submit"] {
    display: block;
    outline: none;
    background-color: transparent;
    margin: 0 auto 24px;
    float: right;
    padding: 3px 18px;
    border: 1px solid rgba(255, 255, 255, .4);
    color: rgba(255, 255, 255, .8);
    letter-spacing: 0.08em;
    border-radius: 1px;
    font-size: 15px;
    font-weight: 300;
    text-transform: lowercase;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    .comment-form input[type="submit"]:hover {
        border-color: #f9f9f9;
        color: #f9f9f9;
    }

.popup-close {
    display: block;
    text-align: center;
    position: absolute;
    top: 16px;
    right: 16px;
}

    .popup-close i {
        font-size: 18px;
        color: rgba(255, 255, 255, .6);
        border: 1px solid rgba(255, 255, 255, .6);
        border-radius: 2px;
        padding: 5px 7px 6px;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

        .popup-close i:hover {
            color: rgba(255, 255, 255, .8);
            border-color: rgba(255, 255, 255, .8);
        }


/**
 * ----------------------------------------------------------------------------------------
 * 07. CONTACT
 * ----------------------------------------------------------------------------------------
 */

#contact, #contact .cat-pages-title h2 {
    background-color: #424242;
}

#contact {
    display: block;
    visibility: hidden;
}

.googlemap {
    display: block;
    position: relative;
    float: none;
    overflow: hidden;
    margin: 0 auto;
}

#map-canvas {
    display: block;
    padding: 0;
    margin: 0 0 36px;
    min-height: 280px;
    width: 100%;
}

.contact-section {
    display: block;
    position: relative;
    float: none;
    overflow: hidden;
    margin: 0 auto;
}

.contact-info {
    padding-left: 4px;
}

.contact-section p {
    letter-spacing: 0.05em;
}

.contact-section ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .contact-section ul li {
        display: block;
        margin: 0 0 24px;
        padding: 0;
        list-style: none;
    }

        .contact-section ul li:first-child {
            margin-top: 36px;
        }


        .contact-section ul li i {
            display: inline-block;
            font-size: 20px;
            border-bottom: 1px dashed rgba(255, 255, 255, .4);
            padding: 0 0 4px 0;
            margin: 0;
        }

        .contact-section ul li p {
            display: inline-block;
            padding: 0 0 0 10px;
            margin: 0;
        }

.contact-form {
    padding-right: 4px;
}

    .contact-form form {
        display: block;
        position: relative;
        margin: 18px 0 0 0;
    }

        .contact-form form input[type="text"],
        .contact-form form input[type="email"],
        .contact-form form textarea {
            display: block;
            position: relative;
            width: 90%;
            min-height: 36px;
            outline: none;
            background-color: transparent;
            border: 1px solid rgba(255, 255, 255, .4);
            font-size: 13px;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 4px;
            padding: 0 24px;
            margin: 0 0 24px 10%;
        }

            .contact-form form input[type="text"]:focus,
            .contact-form form input[type="email"]:focus,
            .contact-form form textarea:focus {
                border: 1px solid rgba(255, 255, 255, .8);
            }

        .contact-form form input[type="text"],
        .contact-form form input[type="email"] {
            min-height: 36px;
            padding: 0 18px;
        }

        .contact-form form textarea {
            min-height: 144px;
            padding: 10px 18px;
            resize: none;
        }


        .contact-form form input[type="submit"] {
            display: block;
            margin-left: 10%;
            min-height: 36px;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 4px;
            font-weight: 300;
            background-color: rgba(255, 255, 255, .1);
            border: 1px solid rgba(255, 255, 255, .4);
            padding: 6px 24px;
            -webkit-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
        }

            .contact-form form input[type="submit"]:hover {
                background-color: rgba(255, 255, 255, .2);
                border: 1px solid rgba(255, 255, 255, .8);
            }

        .contact-form form label {
            display: block;
            position: relative;
            margin: -18px 0 18px 10%;
        }

#cf-success, #cf-error {
    display: none;
    opacity: 0;
    margin-left: 10%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


/**
 * ----------------------------------------------------------------------------------------
 * 08. RESPONSIVE
 * ----------------------------------------------------------------------------------------
 */

#responsive-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: auto;
    top: 0px;
    opacity: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 9999;
}

    #responsive-menu a, #responsive-menu a:hover, #responsive-menu a:focus {
        color: #424242;
        border: none;
        outline: none;
        text-decoration: none;
    }

    #responsive-menu .responsive-menu-bar {
        display: block;
        width: 100%;
        height: 50px;
        background-color: #eee;
        margin: 0;
        padding: 0;
        color: #424242;
        overflow: hidden;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
    }

        #responsive-menu .responsive-menu-bar span {
            display: block;
            float: left;
            font-size: 20px;
            font-weight: 400;
            text-transform: uppercase;
            padding: 12px 0 0 36px;
            margin: 0;
        }

        #responsive-menu .responsive-menu-bar i {
            display: block;
            float: right;
            padding: 12px 36px 0 0;
            font-size: 28px;
        }

    #responsive-menu ul {
        display: none;
        width: 100%;
        height: auto;
        list-style: none;
        background-color: #eee;
        margin: 0;
        padding: 12px 8% 12px;
    }

.responsive-menu-active {
    display: block;
}

#responsive-menu ul li {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    text-align: center;
    padding: 12px;
    border-bottom: 1px dashed rgba(0, 0, 0, .4);
}

    #responsive-menu ul li:first-child {
        padding-top: 0;
    }

    #responsive-menu ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    #responsive-menu ul li h3, #responsive-menu ul li i {
        display: inline-block;
    }

    #responsive-menu ul li h3 {
        font-size: 18px;
        margin: 0;
        padding: 0;
    }

    #responsive-menu ul li i {
        font-size: 20px;
        padding-right: 8px;
    }


@media only screen and (min-width: 1442px) and (max-width: 1610px) {
    .close {
        margin: 20px;
    }
    .iconbox ul li i {
        height: 110px;
    }

    .portfolio-fliter ul li {
        font-size: 16px;
    }

    .portfolio-description h3 {
        font-size: 14px;
        letter-spacing: 0.06em;
        line-height: 20px;
    }

    .portfolio-description p {
        font-size: 12px;
        letter-spacing: 0.02em;
        line-height: 17px;
    }

    .blog ul li:last-child span {
        margin-bottom: 36px;
    }

    .quotes ul:before {
        padding-left: 12px;
    }
}

@media only screen and (min-width: 1202px) and (max-width: 1441px) {
    .main-content p {
        font-size: 16px;
        width: 60%;
    }
    .close{
        margin:20px;
    }
    .navigations ul li a {
        width: 50%;
    }

        .navigations ul li a h3 {
            font-size: 18px;
            padding-top: 14px;
        }

        .navigations ul li a:hover h3 {
            padding-top: 13px;
        }

    .cat-pages-title h2 {
        font-size: 36px;
    }

    .about-description p {
        font-size: 15px;
    }

    .iconbox ul li i, .iconbox ul li.iconbox-right i {
        height: 110px;
        margin-top: 24px;
    }

    .iconbox ul li h3 {
        font-size: 19px;
    }

    .iconbox ul li p {
        font-size: 15px;
    }

    .btn span {
        font-size: 14px;
    }

    .skill-item input[type="text"] {
        font-size: 25px;
    }

    .skill-item h5 {
        font-size: 15px;
    }

    .portfolio-fliter ul li {
        font-size: 15px;
    }

    .portfolio-description h3 {
        font-size: 13px;
        letter-spacing: 0.06em;
        line-height: 19px;
    }

    .portfolio-description p {
        font-size: 11px;
        letter-spacing: 0.02em;
        line-height: 16px;
    }

    .quotes ul li {
        font-size: 13px;
    }

    .quotes ul:before {
        padding-left: 12px;
    }

    .blog ul li h2 {
        font-size: 19px;
        margin-bottom: 4px;
    }

    .blog ul li p {
        font-size: 14px;
    }

    .blog ul li:last-child span {
        margin-bottom: 36px;
    }

    .blog ul li .blog-image {
        margin-bottom: 8px;
    }

    .contact-info {
        padding-right: 0;
    }

    .contact-section p, .contact-section ul li p {
        font-size: 13px;
    }

    .contact-form form input[type="text"], .contact-form form input[type="email"] {
        font-size: 12px;
        padding-top: 1px;
    }

    .contact-form form textarea {
        font-size: 12px;
    }

    .contact-form form input[type="submit"] {
        font-size: 12px;
        padding: 4px 22px;
    }
}

@media only screen and (min-width: 1202px) and (max-width: 1367px) {
    .cat-pages-title h2 {
        font-size: 34px;
    }
    .close {
        margin: 20px;
    }
    .quotes {
        margin-bottom: 24px;
    }

        .quotes ul {
            min-height: 180px;
        }

            .quotes ul:before {
                padding-left: 12px;
            }

    .blog ul li .blog-image {
        margin-bottom: 30px;
    }

    .contact-form form input[type="submit"] {
        margin-bottom: 24px;
    }
}

@media only screen and (min-width: 1202px) and (max-width: 1281px) {
    .blog ul li .blog-image {
        margin-bottom: 8px;
    }
    .close {
        margin: 20px;
    }

}

@media only screen and (min-width: 993px) and (max-width: 1198px) {
    .main-content h2 {
        font-size: 36px;
    }
    .close {
        margin: 20px;
    }
   

    .main-content p {
        width: 60%;
        font-size: 16px;
    }

    .navigations ul li a {
        width: 58%;
    }

        .navigations ul li a h3 {
            font-size: 18px;
            padding-top: 14px;
        }

        .navigations ul li a:hover h3 {
            padding-top: 13px;
        }

        .navigations ul li a i {
            font-size: 80px;
            margin-top: -10px;
        }

    .nav-left {
        left: -36px;
    }

    .nav-right {
        right: -36px;
    }

    .cat-pages-title h2 {
        font-size: 32px;
    }

    .title-seprator {
        width: 80%;
    }

    .about-description p {
        font-size: 15px;
    }

    .iconbox ul li i, .iconbox ul li.iconbox-right i {
        height: 110px;
        margin-top: 36px;
    }

    .iconbox ul li h3 {
        font-size: 19px;
    }

    .iconbox ul li p {
        font-size: 15px;
    }

    .btn span {
        font-size: 14px;
    }

    .timeline i {
        font-size: 30px;
    }

    .timeline h3 {
        font-size: 20px;
    }

    .timeline ul li span {
        font-size: 12px;
    }

        .timeline ul li span:before, .timeline ul li span:after {
            top: 0px;
        }

    .timeline ul li h4 {
        font-size: 14px;
    }

    .timeline ul li p {
        font-size: 13px;
        letter-spacing: 0.01em;
        margin-top: 4px;
    }

    .timeline-right ul li p {
        margin-top: 4px;
    }

    .skill-item {
        padding-left: 12%;
    }

        .skill-item input[type="text"] {
            font-size: 25px;
        }

        .skill-item h5 {
            font-size: 15px;
        }

    .portfolio-fliter ul li {
        font-size: 14px;
    }

    .portfolio-description h3 {
        font-size: 13px;
        letter-spacing: 0.06em;
        line-height: 19px;
    }

    .portfolio-description p {
        font-size: 11px;
        letter-spacing: 0.02em;
        line-height: 16px;
    }

    .quotes {
        margin-bottom: 24px;
    }

        .quotes ul {
            min-height: 200px;
        }

            .quotes ul li {
                font-size: 13px;
            }

            .quotes ul:before {
                padding-left: 12px;
            }

    .blog ul li .blog-image {
        width: 146px;
        height: 130px;
        margin-bottom: 8px;
    }

    .blog ul li img {
        width: 144px;
        height: 128px;
    }

    .blog ul li h2 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .blog ul li p {
        font-size: 14px;
    }

    .blog ul li span {
        font-size: 13px;
        letter-spacing: 0.02em;
    }

    .blog ul li:last-child span {
        margin-bottom: 24px;
    }

    .contact-section p, .contact-section ul li p {
        font-size: 13px;
    }

    .contact-form form {
        margin-bottom: 24px;
    }

        .contact-form form input[type="text"], .contact-form form input[type="email"] {
            font-size: 12px;
            padding-top: 1px;
            margin-left: 5%;
        }

        .contact-form form textarea {
            font-size: 12px;
            margin-left: 5%;
        }

        .contact-form form input[type="submit"] {
            font-size: 12px;
            padding: 4px 22px;
            margin-left: auto;
            margin-right: auto;
            float: none;
        }

        .contact-form form label, #cf-success, #cf-error {
            margin-left: 5%;
        }

    #map-canvas {
        min-height: 200px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
    .about-description img {
        width: 37%;
    }
    .close {
        margin-top: 70px;
        right: 10px;
        width: 45px !important;
        height: 45px !important;
    }
    .about-description p.first {
        margin-top: 5px !important;
    }
    .about-description p {
        font-size: 18px !important;
    }
    .lightbox img {
        top: 50% !important;
    }

    [class^="arrow"] {
        top: 50% !important;
    }

    .width75 {
        width: 100% !important;
    }
    .lightbox img {
        margin-top: 20px;
        margin-bottom: 50px;
        border: 1px solid #aaa;
        padding: 3px;
        border-radius: 5px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotateY(0deg);
        max-height: 80vh;
        max-width: 80%;
        transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
        transform-style: preserve-3d;
    }
     .arrowr {
        right: 0%;
    }

    .width25 {
        width: 100% !important;
    }

    .width50 {
        width: 100% !important;
    }

    #content-wrap, .cat-pages {
        width: 100%;
        left: 0px;
    }

    .cat-pages {
        padding-top: 40px;
    }

    .cat-left-50 {
        left: 0px !important;
    }

    .cat-left-25 {
        left: 0px !important;
    }

    .cat-left-0 {
        left: 0px !important;
    }

    .cat-pages-responsive-100 {
        left: -100% !important;
    }

    .cat-pages-responsive-0 {
        left: 0px !important;
    }

    .content-wrap-left, .content-wrap-right {
        left: 100% !important;
        display: none;
    }

    .main-content h2 {
        font-size: 36px;
    }

    .main-content p {
        width: 60%;
        font-size: 16px;
    }

    .navigations ul li a {
        width: 58%;
    }

        .navigations ul li a h3 {
            font-size: 18px;
            padding-top: 14px;
        }

        .navigations ul li a:hover h3 {
            padding-top: 13px;
        }

        .navigations ul li a i {
            font-size: 80px;
            margin-top: -10px;
        }

    .nav-left {
        left: -36px;
    }

    .nav-right {
        right: -36px;
    }

    .responsive-menu {
        display: block !important;
    }

    .cat-pages-title h2 {
        font-size: 32px;
    }

    .title-seprator {
        width: 80%;
    }

    .about-description p {
        font-size: 15px;
    }

    .iconbox ul li i, .iconbox ul li.iconbox-right i {
        height: 110px;
        margin-top: 36px;
    }

    .iconbox ul li h3 {
        font-size: 19px;
    }

    .iconbox ul li p {
        font-size: 15px;
    }

    .btn span {
        font-size: 14px;
    }

    .timeline-right ul li p {
        margin-top: 4px;
    }

    .skill-item {
        padding-left: 4%;
    }

    .quotes ul:before {
        padding-left: 12px;
    }

    .blog ul li .blog-image {
        margin-bottom: 14px;
    }

    .blog ul li:last-child span {
        margin-bottom: 24px;
    }

    .ajax-popup {
        margin-top: 58px;
    }
}

@media only screen and (max-width: 550px) {

    #content-wrap {
        overflow-y: hidden;
        outline: none;
        z-index: 4;
        display: none;
    }
}

@media only screen and (max-width: 766px) {
    .about-description img {
        width: 37%;
    }

    #content-wrap {
        overflow-y: hidden;
        outline: none;
        z-index: 4;
        display: none;
    }

    .width75 {
        width: 100% !important;
    }

    .width25 {
        width: 100% !important;
    }

    .width50 {
        width: 100% !important;
    }

    #content-wrap, .cat-pages {
        width: 100%;
        left: 0px;
    }

    .cat-pages {
        padding-top: 30px;
        display: none;
    }

    .cat-left-50 {
        left: 0px !important;
    }

    .cat-left-25 {
        left: 0px !important;
    }

    .cat-left-0 {
        left: 0px !important;
    }

    .cat-pages-responsive-100 {
        left: -100% !important;
    }

    .cat-pages-responsive-0 {
        left: 0px !important;
    }

    .content-wrap-left, .content-wrap-right {
        left: 100% !important;
        display: none !important;
    }

    .main-content h2 {
        font-size: 36px;
    }

    .main-content img {
        margin: 2%;
        float: none;
        width: 300px;
        box-shadow: 2px 2px 4px #666666;
        border-radius: 5px;
    }

    .main-content p {
        width: 100%;
        font-size: 16px;
    }

    .navigations ul li a img {
        width: 100%;
    }

    .navigations ul li a {
        width: 70%;
        /*height: 80px;*/
    }

        .navigations ul li a h3 {
            font-size: 16px;
            padding-top: 11px;
        }

        .navigations ul li a:hover h3 {
            padding-top: 10px;
        }

        .navigations ul li a i {
            font-size: 74px;
            margin-top: -10px;
        }

    .nav-left {
        left: -36px;
    }

    .nav-right {
        right: -36px;
    }

    .responsive-menu {
        display: block !important;
    }

    #responsive-menu .responsive-menu-bar {
        height: 40px;
    }

        #responsive-menu .responsive-menu-bar span {
            font-size: 17px;
            padding: 8px 0 0 24px;
        }

        #responsive-menu .responsive-menu-bar i {
            font-size: 23px;
            padding-top: 9px;
        }

    #responsive-menu ul li {
        clear: both;
    }

        #responsive-menu ul li h3 {
            font-size: 15px;
        }

        #responsive-menu ul li img {
            width: 100px;
            float: left;
        }

        #responsive-menu ul li i {
            font-size: 16px;
        }

    .cat-pages-title h2 {
        font-size: 28px;
        padding-top: 7px;
        margin-top: -30px;
    }

    .title-seprator {
        width: 90%;
    }

    .about-description p {
        font-size: 14px;
        line-height: 21px;
    }

    .iconbox ul li i, .iconbox ul li.iconbox-right i {
        display: block;
        float: none;
        margin: 18px auto;
    }

    .iconbox ul li h3 {
        font-size: 18px;
        text-align: center;
        padding-top: 20px;
    }

    .iconbox ul li p {
        font-size: 14px;
        text-align: center;
        line-height: 21px;
    }

    .iconbox ul li.iconbox-right p, .iconbox ul li.iconbox-right h3 {
        text-align: center;
    }

    .btn {
        margin-bottom: 24px;
    }

        .btn span {
            font-size: 14px;
        }

    .timeline i {
        font-size: 28px;
    }

    .timeline h3 {
        font-size: 19px;
    }

    .timeline-left ul {
        border-right: none;
        margin-bottom: 36px !important;
    }

        .timeline-left ul li {
            margin-right: 0;
            text-align: center;
        }

    .timeline-right ul li {
        margin-left: 0;
        text-align: center;
    }

    .timeline ul li:first-child {
        margin-top: 36px !important;
    }

    .timeline-right ul {
        margin-bottom: 0px !important;
    }

    .timeline ul li span {
        font-size: 14px;
    }

        .timeline ul li span:before, .timeline ul li span:after {
            top: 0px;
            display: none;
        }

    .timeline ul li h4 {
        font-size: 17px;
        margin: 4px 0;
    }

    .timeline ul li p {
        font-size: 15px;
        letter-spacing: 0.01em;
        margin: 4px 0;
    }

    .timeline-right ul li p {
        margin-top: 4px;
    }

    .skill-item {
        padding-left: 10%;
    }

        .skill-item input[type="text"] {
            font-size: 25px;
        }

        .skill-item h5 {
            font-size: 15px;
        }

    .portfolio-fliter ul li {
        font-size: 14px;
        padding-bottom: 4px;
        margin: 0 24px 18px;
    }

        .portfolio-fliter ul li:after {
            margin-right: -28px;
        }

    .portfolio-items ul li {
        width: 50%;
    }

    .portfolio-description h3 {
        font-size: 13px;
        letter-spacing: 0.06em;
        line-height: 19px;
    }

    .portfolio-description p {
        font-size: 11px;
        letter-spacing: 0.02em;
        line-height: 16px;
    }

    .quotes {
        margin-bottom: 24px;
    }

        .quotes ul {
            min-height: 200px;
        }

            .quotes ul li {
                font-size: 13px;
                line-height: 19px;
            }

            .quotes ul:before {
                padding-left: 12px;
            }

    .blog ul li .blog-image {
        width: 146px;
        height: 130px;
        display: block;
        float: none;
        margin: 0 auto 20px;
    }

    .blog ul li img {
        width: 144px;
        height: 128px;
    }

    .blog ul li h2 {
        display: block;
        font-size: 18px;
        text-align: center;
        margin-bottom: 4px;
    }

    .blog ul li p {
        display: block;
        font-size: 14px;
        text-align: center;
        line-height: 21px;
    }

    .blog ul li span {
        font-size: 13px;
        letter-spacing: 0.02em;
    }

    .blog ul li:last-child span {
        margin-bottom: 24px;
    }

    .ajax-popup {
        padding: 24px;
        margin-top: 58px;
        padding-top: 64px;
    }

    .popup-close {
        right: 45%;
    }

    .blog-single-title-seprator {
        display: none;
    }

    .blog-single-title h2 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .blog-single-description p {
        text-align: center;
        font-size: 14px;
        letter-spacing: 0.01em;
        line-height: 21px;
    }

    .blog-single-description span {
        font-size: 13px;
    }

    .blog-single-comments ul li h5 {
        font-size: 14px;
        letter-spacing: 0.03em;
    }

    .blog-single-comments ul li p {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.01em;
    }

    .blog-single-comments ul li .comment-avatar {
        margin-bottom: 36px;
    }

    .comment-form-right {
        float: left;
    }

    .contact-section p, .contact-section ul li p {
        font-size: 13px;
    }

    .contact-form form {
        margin-bottom: 24px;
        float: left;
    }

        .contact-form form input[type="text"], .contact-form form input[type="email"] {
            font-size: 12px;
            padding-top: 1px;
            margin-left: 0;
        }

        .contact-form form textarea {
            font-size: 12px;
            margin-left: 0;
        }

        .contact-form form input[type="submit"] {
            font-size: 12px;
            padding: 4px 22px;
            float: left;
        }

        .contact-form form label, #cf-success, #cf-error {
            margin-left: 0;
        }

    #map-canvas {
        min-height: 160px;
    }
}
