   .styled-pagination{
                position:relative;
                margin-top: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-wrap: wrap;
                list-style-type: none;

            }
            .flaticon-right:before {
                content: "\f179";
            }
            .styled-pagination.align-left{
                justify-content: flex-start;
            }

            .styled-pagination li{
                position:relative;
                margin: 0 10px 10px 0;
            }

            .styled-pagination li:last-child{
                margin-right: 0;
            }

            .styled-pagination li a{
                position:relative;
                display: block;
                line-height:38px;
                font-size:18px;
                height:40px;
                width:40px;
                color:#221e2a;
                font-weight:400;
                text-align:center;
                background:transparent;
                text-transform:capitalize;
                box-shadow: 0 5px 10px rgba(0,0,0,0.10);
                -webkit-transition:all 500ms ease;
                -moz-transition:all 500ms ease;
                -ms-transition:all 500ms ease;
                -o-transition:all 500ms ease;
                transition:all 500ms ease;
            }

            .styled-pagination li .arrow{
                width: 60px;
                font-size: 18px;
                font-weight: 600;
            }

            .styled-pagination li a:hover,
            .styled-pagination li a.active{
                color:#ffffff;
                background-color:#1370b5;
            }


            .blog-masonry .styled-pagination{
                margin-top: 50px;
            }

            .blog-checkerboard .styled-pagination{
                margin-top: 80px;
            }





            .container.gallery-container {
                background-color: #fff;
                color: #35373a;
                min-height: 100vh;
                padding: 30px 0px;
            }

            .gallery-container h1 {
                text-align: center;
                margin-top: 50px;
                font-family: 'Droid Sans', sans-serif;
                font-weight: bold;
            }

            .gallery-container p.page-description {
                text-align: center;
                margin: 25px auto;
                font-size: 18px;
                color: #999;
            }

            .tz-gallery {
                padding: 40px;
            }

            /* Override bootstrap column paddings */
            .tz-gallery .row > div {
                padding: 2px;
            }

            .tz-gallery .lightbox img {
                width: 100%;
                border-radius: 0;
                position: relative;
            }

            .tz-gallery .lightbox:before {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-top: -13px;
                margin-left: -13px;
                opacity: 0;
                color: #fff;
                font-size: 26px;
                font-family: 'Glyphicons Halflings';
                content: '\e003';
                pointer-events: none;
                z-index: 9000;
                transition: 0.4s;
            }


            .tz-gallery .lightbox:after {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                opacity: 0;
                background-color: rgba(46, 132, 206, 0.7);
                content: '';
                transition: 0.4s;
            }

            .tz-gallery .lightbox:hover:after,
            .tz-gallery .lightbox:hover:before {
                opacity: 1;
            }

            .baguetteBox-button {
                background-color: transparent !important;
            }

            @media(max-width: 768px) {
                body {
                    padding: 0;
                }
            }