﻿
/*** 

====================================================================
	Gallery Section pages
====================================================================

***/

.gallery-section {
    position: relative;
}

    .gallery-section.style-two .gallery-item {
        position: relative;
        padding: 0px;
    }

    .gallery-section .owl-controls {
        position: relative;
        display: none !important;
    }

.gallery-item {
    position: relative;
}

    .gallery-item .inner-box {
        position: relative;
    }

        .gallery-item .inner-box:hover .overlay-box {
            opacity: 0;
        }

        .gallery-item .inner-box:hover .overlay-box-two {
            opacity: 1 !important;
        }

        .gallery-item .inner-box .image-box img {
            position: relative;
            width: 100%;
            display: block;
        }

        .gallery-item .inner-box .image-box .overlay-box {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.60);
            -webkit-transition: all 700ms ease;
            -ms-transition: all 700ms ease;
            -o-transition: all 700ms ease;
            -moz-transition: all 700ms ease;
            transition: all 700ms ease;
        }

            .gallery-item .inner-box .image-box .overlay-box .inner {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                display: table;
                text-align: center;
                vertical-align: middle;
            }

                .gallery-item .inner-box .image-box .overlay-box .inner .content-page {
                    position: relative;
                    display: table-cell;
                    vertical-align: middle;
                    padding-left: 35px;
                    padding-right: 35px;
                }

    .gallery-item .inner .content-page h3 {
        position: relative;
        font-size: 24px;
        color: #ff3d54;
        margin-bottom: 4px;
        font-family: 'Playball', cursive;
    }

    .gallery-item .inner .content-page h2 {
        position: relative;
        color: #ffffff;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .gallery-item .inner .content-page .btn-style-three {
        padding: 15px 25px;
    }

    /*overlay box two*/

    .gallery-item .inner-box .image-box .overlay-box-two {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-color: rgba(255,61,84,0.90);
        -webkit-transition: all 700ms ease;
        -ms-transition: all 700ms ease;
        -o-transition: all 700ms ease;
        -moz-transition: all 700ms ease;
        transition: all 700ms ease;
    }

        .gallery-item .inner-box .image-box .overlay-box-two .inner {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            display: table;
            text-align: center;
            vertical-align: middle;
        }

            .gallery-item .inner-box .image-box .overlay-box-two .inner .border-one {
                position: absolute;
                width: 100%;
                height: 100%;
                outline: 1px solid #ff6073;
                outline-offset: -15px;
            }

            .gallery-item .inner-box .image-box .overlay-box-two .inner .border-two {
                position: absolute;
                width: 100%;
                height: 100%;
                outline: 1px solid #ff929f;
                outline-offset: -25px;
            }

            .gallery-item .inner-box .image-box .overlay-box-two .inner .border-three {
                position: absolute;
                width: 100%;
                height: 100%;
                outline: 1px solid #ffffff;
                outline-offset: -35px;
            }

            .gallery-item .inner-box .image-box .overlay-box-two .inner .content-page {
                position: relative;
                display: table-cell;
                vertical-align: middle;
                padding-left: 35px;
                padding-right: 35px;
            }

                .gallery-item .inner-box .image-box .overlay-box-two .inner .content-page h3 {
                    position: relative;
                    font-size: 24px;
                    color: #ffffff;
                    margin-bottom: 4px;
                    font-family: 'Playball', cursive;
                }

                .gallery-item .inner-box .image-box .overlay-box-two .inner .content-page h2 {
                    position: relative;
                    color: #ffffff;
                    font-size: 24px;
                    font-weight: 700;
                    margin-bottom: 30px;
                    text-transform: uppercase;
                }

                .gallery-item .inner-box .image-box .overlay-box-two .inner .content-page .btn-style-three {
                    color: #ff3d54;
                    border-color: #ffffff;
                    background-color: #ffffff;
                    padding: 15px 25px;
                }



.page-title {
    position: relative;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 185px 0px 80px;
}

    .page-title:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: block;
        background: -webkit-linear-gradient(top,rgba(15,46,72,0.8),rgba(0,0,0,0.0));
        background: -moz-linear-gradient(top,rgba(15,46,72,0.8),rgba(0,0,0,0.0));
        background: -o-linear-gradient(top,rgba(15,46,72,0.8),rgba(0,0,0,0.0));
        background: -ms-linear-gradient(top,rgba(15,46,72,0.8),rgba(0,0,0,0.0));
    }

    .page-title:after {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(0,0,0,0.60);
    }

    .page-title .title-box {
        position: relative;
        padding: 18px 24px;
        display: inline-block;
        border: 1px solid #ffffff;
        z-index: 1;
    }

        .page-title .title-box h2 {
            position: relative;
            color: #ffffff;
            font-size: 44px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .page-title .title-box ul {
            position: relative;
        }

            .page-title .title-box ul li {
                position: relative;
                color: #ffffff;
                font-size: 15px;
                font-weight: 400;
                display: inline-block;
                margin-right: 20px;
                text-transform: uppercase;
            }

                .page-title .title-box ul li:after {
                    content: '/';
                    position: absolute;
                    right: -17px;
                    top: 0px;
                }

                .page-title .title-box ul li:last-child:after {
                    display: none;
                }

                .page-title .title-box ul li:last-child {
                    margin-right: 0px;
                }

                .page-title .title-box ul li a {
                    position: relative;
                    color: #ffffff;
                    font-size: 15px;
                    font-weight: 400;
                    text-transform: uppercase;
                }
