﻿@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Mrs+Saint+Delafield';

@font-face {
    font-family: FontAwesome;
    src: url(fonts/fontawesome-webfont.eot?v=4.5.0);
    src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"),url(fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"),url(fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"),url(fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}

@media screen {

    #headerWrapper { background-color: white; }
	#headerWrapper, #headerWrapper a { color: black; }
    #copyrightWrapper, #copyrightWrapper a { color: white; }
}

/* Imported Styles */

/* From style.css */
.cp-wrapper, .cp-main-content {
    width: 100%;
    position: relative;
}

.cp-wrapper {
    float: left;
    width: 100%;
}

    .cp-wrapper a, .cp-wrapper a:hover, .cp-wrapper a:focus {
        text-decoration: none;
    }

.cp-main-content {
    float: left;
    width: 100%;
}

.cp-heading-style1_v1, .cp-heading-style1_v2 {
    float: left;
    width: 100%;
    margin: 0 0 45px;
}

    .cp-heading-style1_v1 h2, .cp-heading-style1_v2 h2 {
        font-size: 48px;
        font-weight: 400;
        line-height: 30px;
        color: #020202;
        margin: 0;
        position: relative;
        display: inline-block;
        padding-bottom: 20px;
    }

    .cp-heading-style1_v2 h2 {
        color: #fff;
    }

        .cp-heading-style1_v1 h2:before, .cp-heading-style1_v2 h2:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 2px;
            width: 20px;
            border-bottom: 3px solid;
            z-index: 9;
        }

        .cp-heading-style1_v1 h2:after, .cp-heading-style1_v2 h2:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -10px;
            width: 50px;
            border-bottom: 4px solid #ccc;
            z-index: 9;
        }

.cp-thumb {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .cp-thumb img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .cp-thumb:hover img {
        -webkit-transform: scale(1.2) rotate(3deg);
        -moz-transform: scale(1.2) rotate(3deg);
        -ms-transform: scale(1.2) rotate(3deg);
        -o-transform: scale(1.2) rotate(3deg);
        transform: scale(1.2) rotate(3deg);
    }

.cp-btn-style1, .cp-btn-style2 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 15px 18px;
    text-align: center;
    display: inline-block;
    z-index: 11;
    position: relative;
    color: #010101;
    min-width: 150px;
    border: 1px solid;
    background-color: transparent;
}

    .cp-btn-style1.btn-sm, .cp-btn-style2.btn-sm {
        min-width: 125px;
        padding: 13px 10px;
    }

    .cp-btn-style1:before, .cp-btn-style2:before {
        content: '';
        position: absolute;
        width: 0;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .cp-btn-style1:after, .cp-btn-style2:after {
        content: '';
        position: absolute;
        left: -5px;
        top: -5px;
        border: none;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #e6e6e6;
    }

    .cp-btn-style1:hover:before {
        height: 100%;
    }

    .cp-btn-style2:hover:before {
        width: 0;
    }

    .cp-btn-style1:hover {
        color: #fff;
    }

    .cp-btn-style2:hover {
        color: #fff;
    }

.pd-tb100 {
    padding: 98px 0;
}

.pd-t100 {
    padding-top: 98px;
}

.pd-b100 {
    padding-bottom: 98px;
}

.pd-t0 {
    padding-top: 0;
}

.pd-b0 {
    padding-bottom: 0;
}

.mt-0 {
    margin-top: 0;
}
/*===========================================================================*/
/*Header Css Start*/
/*===========================================================================*/
.cp-header {
    width: 100%;
    float: left;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
}

.cp-navigation-row {
    float: left;
    width: 100%;
    position: relative;
    padding: 40px 0;
}

    .cp-navigation-row .cp-logo {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 999;
        width: 120px;
    }

        .cp-navigation-row .cp-logo a {
            margin-left: -75px;
        }

.cp-logo {
    display: inline-block;
    margin: 0 auto;
}

.cp-nav-holder {
    float: left;
    width: 100%;
    margin: 40px 0 0;
}

    .cp-nav-holder .navbar {
        display: inline-block;
        margin: 0;
    }

    .cp-nav-holder .navbar-default {
        background: transparent;
        border: 0px;
        min-height: 0;
        border-radius: 0px;
        margin: 0;
    }

    .cp-nav-holder .navbar-collapse {
        padding: 0px;
        margin: 0;
        float: left;
        width: 100%;
        position: relative;
        z-index: 9999;
    }

.navbar-nav li {
    position: relative;
    list-style: none;
    z-index: 11;
}

.cp-nav-holder .navbar-default .navbar-nav > li > a {
    color: #fff;
}

.cp-nav-holder .navbar-default .navbar-nav li a {
    font-family: 'Roboto', serif;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 20px;
    color: #fff;
    position: relative;
    display: block;
}

.cp-nav-holder .navbar-default .navbar-nav > li {
    padding: 0;
    margin: 0 17px;
}

    .cp-nav-holder .navbar-default .navbar-nav > li:first-child {
        margin-left: 0;
    }

    .cp-nav-holder .navbar-default .navbar-nav > li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 50%;
        width: 100%;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
    }

    .cp-nav-holder .navbar-default .navbar-nav > li:hover:before {
        height: 100%;
        opacity: 1;
        visibility: visible;
    }

    .cp-nav-holder .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        color: #fff;
        padding: 5px 0;
    }

    .cp-nav-holder .navbar-default .navbar-nav > li:hover > a {
        color: #fff;
    }

.cp-nav-holder .dropdown-menu > li > a:hover, .cp-nav-holder .dropdown-menu > li > a:focus {
    background-color: transparent;
}

.cp-nav-holder .navbar-default .navbar-nav li.empty-nav {
    width: 120px;
    height: 100px;
    display: inline-block;
}

.navbar-nav li a .caret {
    display: none;
}

.cp-nav-holder .navbar-default .navbar-nav > li:hover > ul, .cp-nav-holder .navbar-default .navbar-nav > li:hover .dropdown-menu, .cp-nav-holder .navbar-default .navbar-nav > li:hover .cp-mega-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.cp-nav-holder .navbar-nav li ul, .cp-nav-holder .dropdown-menu ul {
    min-width: 210px;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    padding: 0px;
    background-color: rgba(0,0,0,0.9);
    display: block;
    opacity: 0;
    padding: 0;
    visibility: hidden;
    top: 130%;
    margin: 0;
    box-shadow: transparent;
}

.cp-nav-holder .navbar-nav .dropdown-menu ul {
    position: absolute;
    left: 110%;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.cp-nav-holder .dropdown-menu li:hover ul {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.cp-nav-holder .navbar-nav li ul li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 0;
}

.cp-nav-holder .navbar-nav li ul li {
    border-bottom: 1px solid #444;
}

    .cp-nav-holder .navbar-nav li ul li:last-child {
        border-bottom: none;
    }

    .cp-nav-holder .navbar-nav li ul li:hover a {
        padding-left: 30px;
    }

.cp-nav-holder .navbar-default .navbar-nav li a {
}

.cp-nav-holder .navbar-nav li ul li:hover:before {
    width: 100%;
}

.cp-nav-holder .navbar-nav li ul li a {
    color: #fff;
}

.cp-nav-holder .navbar-default .navbar-nav > li {
    padding-bottom: 10px;
}

.cp-nav-holder .cp-right-nav {
    float: right;
    margin: 5px 0 0;
    position: relative;
    z-index: 9;
}

.cp-right-nav li {
    font-size: 20px;
    display: inline-block;
    margin-right: 30px;
}

    .cp-right-nav li a {
        color: #fff;
    }

    .cp-right-nav li .icomoon {
        display: inline-block;
        font-size: 25px;
    }

.cp-right-nav span.icon-musica-searcher {
    font-size: 19px;
    color: #fff;
}
/*===========================================================================*/
/*Side Bar Menu CSS*/
/*===========================================================================*/
.cp-sidemenu-btn .fa {
    font-size: 34px;
}

.cp-sidemenu-btn a {
    color: #fff;
}

#cp-slide-menu {
    margin-right: -400px;
    right: 0;
    top: 0;
    width: 400px;
    position: fixed;
    height: 100%;
    z-index: 99999;
    color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    padding: 90px 50px 130px;
    background: url(Images/sidemenu-img.jpg) top center no-repeat;
}

.cp_side-navigation #close {
    display: inline-block;
    float: right;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 45px;
    width: auto;
    z-index: 11;
}

#cp_side-menu #cp-close-btn {
    float: right;
    position: relative;
    margin-bottom: 40px;
}

    #cp_side-menu #cp-close-btn a {
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 999;
    }

#cp-close-btn a .fa {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    text-align: center;
    color: #fff;
}

.cp_side-navigation .logo {
    display: block;
    padding-right: 40px;
    margin: 0 0 55px;
}

.cp_side-navigation {
    position: absolute;
    top: 0;
    width: 300px;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .cp_side-navigation #close a {
        font-size: 40px;
        text-align: right;
        display: inline-block;
        float: right;
        padding: 0;
        color: #fff;
    }

    .cp_side-navigation .navbar-nav {
        margin-bottom: 70px;
    }

    .cp_side-navigation li {
        line-height: 40px;
        width: 100%;
    }

    .cp_side-navigation .nav li {
        padding: 10px 0px;
        text-align: center;
    }

    .cp_side-navigation .dropdown-menu > li > a, .cp_side-navigation .dropdown-menu > li > a:hover {
        color: #fff;
    }

    .cp_side-navigation li a {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #fff;
        display: block;
        text-transform: uppercase;
        padding: 0px;
    }

    .cp_side-navigation .navbar-nav > li > a {
        padding: 0;
    }

    .cp_side-navigation .navbar-nav > li:hover a {
        background-color: transparent;
    }

    .cp_side-navigation li a:hover, .cp_side-navigation li a:focus {
        text-decoration: none;
    }

    .cp_side-navigation li:hover a {
        text-decoration: none;
    }

    .cp_side-navigation .dropdown-menu {
        position: static;
        width: 100%;
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
    }

        .cp_side-navigation .dropdown-menu .dropdown .caret {
            float: right;
            margin-left: 10px;
            border-left: 6px solid;
            border-right: 6px solid;
        }

        .cp_side-navigation .dropdown-menu > li {
            border-bottom: 1px solid #444;
            padding: 12px 0px;
        }

            .cp_side-navigation .dropdown-menu > li:last-child {
                padding-bottom: 0;
            }

            .cp_side-navigation .dropdown-menu > li:last-child {
                border-bottom: none;
            }

        .cp_side-navigation .dropdown-menu li a {
            padding: 0;
        }

    .cp_side-navigation .navbar-nav .open .dropdown-menu > li > a, .cp_side-navigation .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 0;
    }

    .cp_side-navigation .btn-holder {
        float: left;
        width: 100%;
        margin: 0 0 25px;
    }

        .cp_side-navigation .btn-holder a {
            font-family: 'Bebas Neue';
            font-size: 20px;
            line-height: 20px;
            display: inline-block;
            min-width: 140px;
            padding: 12px 15px;
            background: #fff;
            color: #222;
            text-transform: uppercase;
            margin: 0 3px;
            width: auto;
            text-align: center;
        }

    .cp_side-navigation .dropdown a .fa {
        margin-left: 20px;
        color: #666;
    }

    .cp_side-navigation li#close:hover > a {
        background-color: transparent;
    }

    .cp_side-navigation .navbar-nav li a .caret {
        display: inline-block;
        float: right;
        margin: 7px 0 0;
    }

    .cp_side-navigation .nav .open > a, .cp_side-navigation .nav .open > a:hover, .cp_side-navigation .nav .open > a:focus {
        background-color: transparent;
    }

#cp-slide-menu .dropdown-menu ul {
    display: none;
}

#cp-slide-menu .dropdown-menu li:hover > ul {
    display: block;
}

.cp_side-navigation .cp-social-links li {
    width: auto;
}

.cp_side-navigation p {
    font-size: 18px;
    color: #fff;
    margin: 0 0 23px;
}

.cp_side-navigation .cp-social-links li a {
    color: #fff;
    padding: 0;
    margin: 0;
    background: transparent;
}

.cp-social-links {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

    .cp-social-links li {
        font-size: 16px;
        display: inline-block;
        margin: 0 8px;
    }

        .cp-social-links li a {
            color: #424242;
        }

        .cp-social-links li:last-child {
            margin-right: 0;
        }

        .cp-social-links li:hover .fa {
            -webkit-animation: ZoomIn 0.5s forwards;
            -moz-animation: ZoomIn 0.5s forwards;
            -ms-animation: ZoomIn 0.5s forwards;
            animation: ZoomIn 0.5s forwards;
        }

.cp-language-dropdown {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
}

.lang-dropdown > li {
    list-style: none;
    display: inline-block;
    margin: 0 4px;
    position: relative;
    width: auto;
}

.lang-dropdown .dropdown button {
    font-size: 14px;
    padding: 0px 15px;
    background-color: #fff;
    color: #303030;
    border: none;
}

.lang-dropdown .dropdown-menu {
    min-width: 100px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    border-radius: 0;
}

    .lang-dropdown .dropdown-menu li {
        list-style: none;
        border-bottom: 1px solid #ccc;
        padding: 0;
        color: #303030;
    }

        .lang-dropdown .dropdown-menu li a {
            display: block;
            padding: 0;
            color: #303030;
        }

        .lang-dropdown .dropdown-menu li a {
            padding: 4px 5px;
        }
/*===========================================================================*/
/*Search Bar Css Start*/
/*===========================================================================*/
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(99,170,14,0.95);
}

    .overlay .overlay-close {
        width: 80px;
        height: 80px;
        position: absolute;
        right: 20px;
        top: 20px;
        overflow: hidden;
        border: none;
        background: url(Images/cross.png) no-repeat center center;
        text-indent: 200%;
        color: transparent;
        outline: none;
        z-index: 100;
    }

    .overlay nav {
        text-align: center;
        position: relative;
        top: 50%;
        height: 60%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        height: 100%;
        position: relative;
    }

        .overlay ul li {
            display: block;
            height: 20%;
            height: calc(100% / 5);
            min-height: 54px;
        }

            .overlay ul li a {
                font-size: 54px;
                font-weight: 300;
                display: block;
                color: #fff;
                -webkit-transition: color 0.2s;
                transition: color 0.2s;
            }

                .overlay ul li a:hover,
                .overlay ul li a:focus {
                    color: #f0f0f0;
                }

.overlay-contentscale {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
    transition: transform 0.5s, visibility 0s 0.5s;
}

    .overlay-contentscale.open {
        visibility: visible;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
    }

.cp-search-holder #trigger-overlay {
    background-color: transparent;
    border: none;
}

/*===========================================================================*/
/*Banner Css Start*/
/*===========================================================================*/
.cp-banner {
    float: left;
    width: 100%;
    position: relative;
}

#cp-banner-slider {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    #cp-banner-slider .item img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    #cp-banner-slider .cp-banner-content {
        position: absolute;
        left: 0;
        bottom: 100px;
        text-align: center;
    }

.cp-banner-content {
    float: left;
    width: 100%;
}

    .cp-banner-content h1 {
        font-size: 100px;
        font-weight: 100;
        margin: 0 0 15px;
        color: #000;
    }

    .cp-banner-content h2 {
        font-size: 60px;
        line-height: 36px;
        font-weight: 300;
        color: #fff;
        margin: 0 0 25px;
    }

        .cp-banner-content h2 span {
            font-family: 'Bebas Neue Book';
        }

    .cp-banner-content .title {
        font-family: 'Bebas Neue';
        font-size: 100px;
        line-height: 80px;
        font-weight: 700;
        color: #fff;
        display: block;
        margin: 0 0 30px;
    }

    .cp-banner-content .cp-btn-style1 {
        color: #fff;
    }

        .cp-banner-content .cp-btn-style1:after, .cp-banner-content .cp-btn-style2:after {
            background-color: rgba(230,230,230,0.10);
        }

#cp-banner-slider .owl-controls {
    display: none;
}

.cp-banner .cp-banner-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    z-index: 99;
}

.cp-banner-bottom {
    float: left;
    width: 100%;
}

.cp-bottom-nav {
    float: right;
    margin: 0;
    padding: 0 50px;
    width: 100%;
}

    .cp-bottom-nav li {
        display: inline-block;
        margin: 0;
    }

        .cp-bottom-nav li:first-child {
            float: left;
        }

        .cp-bottom-nav li:last-child {
            float: right;
        }

        .cp-bottom-nav li .iconmoon {
            font-size: 35px;
            float: left;
            display: inline-block;
            margin-right: 20px;
            color: #8e8e8e;
        }

        .cp-bottom-nav li .icon-cloud {
            font-size: 45px;
        }
        /*.cp-bottom-nav li .cp-text{
	overflow: hidden;
}*/
        .cp-bottom-nav li .cp-text span {
            font-size: 18px;
            line-height: 18px;
            display: inline-flex;
            color: #8e8e8e;
            padding-bottom: 10px;
        }

.cp-banner .cp-hash-listed {
    position: absolute;
    bottom: 100px;
    left: 0;
    z-index: 99;
}

.cp-hash-listed {
    width: 150px;
    float: left;
    text-align: center;
}

    .cp-hash-listed li {
        font-family: 'Bebas Neue';
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
        display: block;
        color: #757575;
        position: relative;
        padding-bottom: 50px;
    }

        .cp-hash-listed li:last-child {
            padding-bottom: 0;
        }

        .cp-hash-listed li a {
            color: #757575;
        }

        .cp-hash-listed li.active a {
            color: #fff;
        }

        .cp-hash-listed li:before, .cp-hash-listed li:after {
            content: '';
            position: absolute;
            left: 0;
            top: 10px;
            width: 0;
            border-bottom: 1px solid rgba(230,230,230,0.10);
            z-index: 1;
            -webkit-transition-delay: 2s ease-in-out;
            -moz-transition-delay: 2s ease-in-out;
            -ms-transition-delay: 2s ease-in-out;
            -o-transition-delay: 2s ease-in-out;
            transition-delay: 2s ease-in-out;
        }

        .cp-hash-listed li:after {
            left: inherit;
            right: 0;
        }

        .cp-hash-listed li.active:before, .cp-hash-listed li.active:after {
            width: 50px;
        }
/*===========================================================================*/
/*Inner Banner Css Start*/
/*===========================================================================*/
.cp-inner-banner {
    float: left;
    width: 100%;
    z-index: 11;
    padding: 300px 0 100px;
    position: relative;
    background: url(Images/inner-banner-img-01.jpg) top left no-repeat;
    background-size: cover;
}

.cp-inner-banner-outer {
    float: left;
    width: 100%;
}

    .cp-inner-banner-outer h2 {
        font-family: 'Bebas Neue Book';
        font-size: 60px;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        margin: 0 0 25px;
    }

    .cp-inner-banner-outer .breadcrumb {
        background-color: transparent;
        padding: 0;
        margin: 0;
    }

        .cp-inner-banner-outer .breadcrumb li {
            font-size: 16px;
            font-weight: 400;
            color: #fff;
        }

            .cp-inner-banner-outer .breadcrumb li + li:after {
                content: '/';
                color: #fff;
            }

            .cp-inner-banner-outer .breadcrumb li:last-child:after {
                display: none;
            }

            .cp-inner-banner-outer .breadcrumb li a {
                color: #fff;
            }

/*===========================================================================*/
/*Main Content Start*/
/*===========================================================================*/
.cp-main-content {
    float: left;
    width: 100%;
}
/*===========================================================================*/
/*About Section Start*/
/*===========================================================================*/
.cp-about-section {
    float: left;
    width: 100%;
    background-color: #f1f1f1;
    position: relative;
}

    .cp-about-section:before {
        content: '';
        position: absolute;
        left: 9%;
        top: 0;
        width: 845px;
        height: 310px;
        background: url(Images/about-bg-before.png) top left no-repeat;
        z-index: 99;
    }

.cp-about-outer {
    float: left;
    width: 100%;
    padding: 50px 0;
    z-index: 1;
    position: relative;
}

    .cp-about-outer:before {
        content: '';
        position: absolute;
        width: 89%;
        height: 77%;
        border: 5px solid;
        left: 5%;
        top: 11%;
    }

    .cp-about-outer:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
        background-color: #fff;
    }

    .cp-about-outer .row {
        margin: 0;
    }

        .cp-about-outer .row [class*="col-"] {
            padding: 0;
        }

.cp-about-thumb {
    float: left;
    width: 100%;
    padding-top: 70px;
}

.cp-about-text {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 60px 30px;
    box-shadow: 5px 0 49px rgba(0,0,0,0.15);
}

    .cp-about-text .cp-heading-style1_v1, .cp-about-text .cp-heading-style1_v2 {
        margin-bottom: 25px;
    }

    .cp-about-text p {
        margin: 0 0 20px;
    }

    .cp-about-text .cp-about-listed {
        margin-bottom: 45px;
    }

.cp-about-listed {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .cp-about-listed li {
        font-size: 16px;
        font-weight: 600;
        line-height: 16px;
        float: left;
        width: 100%;
        color: #8d8d8d;
        position: relative;
        padding-left: 28px;
        margin: 0 0 20px;
        list-style: none;
    }

        .cp-about-listed li:last-child {
            margin-bottom: 0;
        }

        .cp-about-listed li:before {
            content: '';
            width: 12px;
            border-bottom: 2px solid;
            position: absolute;
            left: 0;
            top: 5px;
            z-index: 9;
        }

.cp-about-text .cp-btn-style1 {
    float: left;
}

.cp-about-text .cp-signature {
    float: right;
    margin-top: -45px;
}

.cp-about-slider-outer {
    float: left;
    width: 100%;
    padding-top: 70px;
}

    .cp-about-slider-outer .bx-wrapper .bx-viewport {
        border: none;
        box-shadow: 0 0 0 rgba(0,0,0,0);
        left: inherit;
        background-color: transparent;
    }

.cp-product-slider .bx-wrapper .bx-controls {
    margin: 0;
    padding: 0;
    position: relative;
    top: 60px;
    width: 100%;
    display: none;
}

.cp-about-slider-outer .bx-wrapper .bx-controls-direction {
    display: none;
}

.cp-about-slider-outer .bx-wrapper {
    width: 100%;
    float: left;
    margin: 0;
}

.cp-about-text .about-pager {
    margin-left: -70px;
    position: relative;
    z-index: 99;
}

.about-pager .cp-pager-outer {
    float: left;
    width: 100px;
    height: 80px;
    margin: 0 10px 0 0;
    position: relative;
    overflow: hidden;
}

.cp-pager-outer .cp-caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

    .cp-pager-outer .cp-caption .fa {
        font-size: 20px;
        padding-top: 30px;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

.cp-pager-outer:hover .cp-caption, .cp-pager-outer .active .cp-caption {
    opacity: 1;
    visibility: visible;
}

    .cp-pager-outer:hover .cp-caption .fa, .cp-pager-outer .active .cp-caption .fa {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

.cp-product-slider .about-pager > a {
    display: inline-block;
    width: 100px;
    height: 80px;
    margin: 0;
}

.cp-pager-outer .active img {
    opacity: 0.2;
}

.cp-product-slider #bx-pager img {
    width: 100%;
    height: auto;
}
/*===========================================================================*/
/*About Section Varition 2 Start*/
/*===========================================================================*/
.cp-about-section_v2:before {
    display: none;
}

.cp-about-text .cp-images-listed {
    margin-left: -70px;
}

.cp-images-listed {
    float: left;
    width: 100%;
    padding: 0;
}

    .cp-images-listed li {
        float: left;
        width: 25%;
        padding: 0 4px;
        list-style: none;
    }

.about-sm-thumb {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .about-sm-thumb img {
        width: 100%;
        max-width: 100%;
    }

    .about-sm-thumb:hover .cp-caption {
        opacity: 1;
        visibility: visible;
    }

        .about-sm-thumb:hover .cp-caption .fa {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

    .about-sm-thumb .cp-caption {
        float: left;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(255,255,255,0.80);
        border: 3px solid;
        text-align: center;
        opacity: 0;
        visibility: hidden;
    }

        .about-sm-thumb .cp-caption .fa {
            font-size: 22px;
            padding-top: 25px;
            -webkit-transform: translateY(-100px);
            -moz-transform: translateY(-100px);
            -ms-transform: translateY(-100px);
            -o-transform: translateY(-100px);
            transform: translateY(-100px);
        }
/*===========================================================================*/
/*About Section Variatoin 3 Start*/
/*===========================================================================*/
.cp-about-section_v3:before {
    display: none;
}

.cp-about-video {
    float: left;
    width: 100%;
}

    .cp-about-video img {
        max-width: 100%;
        height: auto;
    }

.cp-about-section_v3 .cp-about-outer::before {
    display: none;
}

.cp-about-section_v3 .cp-about-outer .row [class*="col-"] {
    padding: 0 15px;
}

.cp-about-section_v3 .cp-about-outer .row {
    margin: 0 -15px;
}

.cp-about-section_v3 .cp-about-text {
    box-shadow: none;
}

    .cp-about-section_v3 .cp-about-text .cp-images-listed {
        margin-left: 0;
    }

.cp-about-section_v3 .cp-about-text {
    padding: 0 30px 0 15px;
}

    .cp-about-section_v3 .cp-about-text p {
        margin-bottom: 33px;
    }

.cp-about-section_v3 .cp-images-listed li {
    width: 20%;
}
/*===========================================================================*/
/*Services Section Start*/
/*===========================================================================*/
.cp-services-section {
    float: left;
    width: 100%;
    background: url(Images/services-bg-img.jpg) top left no-repeat;
    background-size: cover;
}

.cp-services-listed {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 11;
}

    .cp-services-listed:before {
        content: '';
        position: absolute;
        right: -50px;
        top: -85px;
        width: 330px;
        height: 545px;
        border: 5px solid;
        background-color: rgba(255,255,255,0.26);
        z-index: -1;
        display: none;
    }

    .cp-services-listed > li {
        float: left;
        width: 25%;
        list-style: none;
    }

.cp-services-box {
    float: left;
    width: 100%;
    padding: 75px 60px 60px;
    background-color: #fff;
    text-align: center;
    border-right: 1px solid #ededed;
}

.cp-services-listed > li:last-child .cp-services-box {
    border-right: none;
}

.cp-services-box:hover > .icomoon {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.cp-services-box .icomoon {
    font-size: 80px;
    display: inline-block;
    text-align: center;
    color: #ccceca;
    margin: 0 0 20px;
}

.cp-services-box h3 {
    line-height: 30px;
    margin: 0 0 35px;
}

.btn-readmore {
    font-size: 16px;
}

    .cp-services-box .btn-readmore .icomoon, .btn-readmore .icomoon {
        font-size: 16px;
        display: inline-block;
        margin-left: 5px;
    }

.cp-services-box:hover .btn-readmore .icomoon {
    -webkit-animation: toRightFromLeft 0.6s ease-in-out infinite;
    -moz-animation: toRightFromLeft 0.6s ease-in-out infinite;
    -ms-animation: toRightFromLeft 0.6s ease-in-out infinite;
    -o-animation: toRightFromLeft 0.6s ease-in-out infinite;
    animation: toRightFromLeft 0.6s ease-in-out infinite;
}
/*===========================================================================*/
/*Event Section Start*/
/*===========================================================================*/
.cp-events-section {
    float: left;
    width: 100%;
    position: relative;
    z-index: 11;
    background-color: #f1f1f1;
}

    .cp-events-section:before {
        content: '';
        position: absolute;
        right: 300px;
        top: 0;
        z-index: -1;
        width: 895px;
        height: 285px;
        background: url(Images/event-before-img.png) top center no-repeat;
    }

    .cp-events-section .cp-top-holder {
        margin: 0 0 30px;
    }

.cp-top-holder {
    float: left;
    width: 100%;
}

    .cp-top-holder .cp-heading-style1_v1, .cp-top-holder .cp-heading-style1_v2 {
        float: left;
        width: auto;
    }

    .cp-top-holder .cp-btn-style1, .cp-top-holder .cp-btn-style2 {
        float: right;
    }

        .cp-top-holder .cp-btn-style1:after {
            background-color: #fff;
        }

.cp-event-listed {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .cp-event-listed > li {
        float: left;
        width: 100%;
        list-style: none;
        margin: 0 0 50px;
    }

        .cp-event-listed > li:last-child {
            margin-bottom: 0;
        }

.cp-event-box {
    float: left;
    width: 100%;
}

.cp-date-holder {
    float: left;
    width: 100px;
    padding: 0 30px 0 10px;
    border-left: 2px solid;
}

    .cp-date-holder strong {
        font-size: 48px;
        line-height: 40px;
        font-weight: 700;
        margin: 0 0 8px;
        color: #8d8d8d;
        display: block;
    }

.cp-date-holder {
    font-family: 'Bebas Neue';
    font-size: 24px;
    font-weight: 300;
    color: #6c6c6c;
    display: block;
}

.cp-event-box .cp-inner {
    float: left;
    width: 86.6%;
}

.cp-event-box .cp-thumb {
    float: left;
    width: auto;
    margin-right: 30px;
}

.cp-event-box .cp-text {
    overflow: hidden;
}

    .cp-event-box .cp-text .cp-meta-listed {
        margin: 0 0 10px;
    }

.cp-meta-listed {
    float: left;
    width: 100%;
    padding: 0;
}

    .cp-meta-listed li {
        font-size: 14px;
        display: inline-block;
    }

        .cp-meta-listed li + li:before {
            content: '/';
            color: #8d8d8d;
            margin-left: 3px;
        }

.cp-countdown-box {
    float: left;
    width: 100%;
    position: relative;
}

    .cp-countdown-box > img {
        max-width: 100%;
        height: auto;
    }

    .cp-countdown-box .cp-caption {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 99;
        padding: 35px 30px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .cp-countdown-box .cp-caption .countdown-holder {
            position: absolute;
            bottom: 10px;
        }

.countdown-holder {
    float: left;
    margin: 0 0 25px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    z-index: 99;
}

.cp-countdown-box .cp-date-holder, .cp-countdown-box .cp-date-holder strong {
    color: #fff;
}

.countdown-holder .countdown-amount {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.55);
}

.countdown-holder .countdown-period {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 10px;
    font-weight: 300;
    color: #fff;
}

.countdown-holder .countdown-section {
    margin-right: 8px;
    width: 68px;
    height: 90px;
    display: inline-block;
    padding-top: 9px;
    padding: 20px 5px 0;
    text-align: center;
    background-color: rgba(255,255,255,0.15);
}

    .countdown-holder .countdown-section:last-child {
        margin-right: 0;
    }

    .countdown-holder .countdown-section span {
        display: block;
    }

.countdown-holder2 .countdown-section {
    background: rgba(0,0,0,0.60);
}
/*===========================================================================*/
/*Event Section Start*/
/*===========================================================================*/
.cp-events-section_v2 {
    float: left;
    width: 100%;
    background-color: #f1f1f1;
}

.cp-event-top {
    float: left;
    width: 100%;
}

.event-btns {
    float: right;
    margin: 0 0 30px;
}

    .event-btns li {
        float: left;
        margin-right: 15px;
        list-style: none;
    }

.cp-event-form {
    float: left;
    width: 100%;
    margin: 0 0 50px;
    padding: 30px 50px 0;
    background-color: #fff;
}

    .cp-event-form .inner-holder {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }

    .cp-event-form .cp-btn-style1 {
        float: right;
    }

.cp-event-box2 {
    float: left;
    width: 100%;
    padding: 50px 30px;
    margin-bottom: 50px;
    background-color: #fff;
    text-align: center;
}

    .cp-event-box2:hover {
        background-color: #e0dfdb;
        box-shadow: 0 0 32px rgba(0,0,0,0.12);
        /*box-shadow: 5px 0 38px rgba(0,0,0,0.23);*/
    }

    .cp-event-box2 .date {
        font-family: 'Bebas Neue';
        font-size: 24px;
        display: block;
        margin-bottom: 10px;
    }

    .cp-event-box2 p {
        margin-bottom: 25px;
    }

    .cp-event-box2 .cp-meta-listed li {
        font-size: 16px;
        display: block;
        margin-bottom: 12px;
    }

        .cp-event-box2 .cp-meta-listed li + li:before {
            display: none;
        }

.cp-meta-listed li .fa {
    margin-right: 7px;
}

.cp-event-box2 .countdown-holder {
    margin-bottom: 25px;
}

    .cp-event-box2 .countdown-holder .countdown-section {
        background-color: #f1f1f1;
    }

    .cp-event-box2 .countdown-holder .countdown-amount {
        color: #8d8d8d;
    }

    .cp-event-box2 .countdown-holder .countdown-period {
        color: #8d8d8d;
    }

.cp-events-section_v2 .cp-pagination-row {
    margin-top: 50px;
}

.cp-event-box3 {
    float: left;
    width: 100%;
    border: 1px solid transparent;
    margin-bottom: 50px;
}

    .cp-event-box3 .cp-thumb {
        float: left;
        width: 100%;
        position: relative;
    }

        .cp-event-box3 .cp-thumb:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 90%;
            height: 90%;
            border-top: 15px solid #e0dfdb;
            border-left: 15px solid #e0dfdb;
            display: none;
        }

        .cp-event-box3 .cp-thumb .cp-caption, .cp-blog-item .cp-thumb .cp-caption, .cp-article-item .cp-thumb .cp-caption {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 20px 25px;
            background-color: rgba(0,0,0,0.0);
        }

    .cp-event-box3:hover .cp-thumb .cp-caption {
        background-color: rgba(0,0,0,0.80);
    }

.cp-event-sidebar .cp-event-box3 .countdown-holder {
    display: none;
}

.cp-event-box3:hover .cp-thumb .cp-caption .countdown-holder {
    opacity: 1;
    visibility: visible;
}

.cp-event-box3 .cp-thumb .cp-caption .countdown-holder {
    position: absolute;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}

.cp-event-box3:hover .cp-thumb .cp-caption .countdown-holder {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cp-event-box3 .cp-date-holder strong, .cp-event-box3 .cp-date-holder, .cp-blog-item .cp-date-holder strong, .cp-blog-item .cp-date-holder, .cp-article-item .cp-date-holder strong, .cp-article-item .cp-date-holder {
    color: #fff;
}

.cp-event-box3:hover .cp-text {
    background-color: #fff;
}

.cp-event-box3 .cp-text {
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 20px 30px;
}

    .cp-event-box3 .cp-text h3 {
        margin-bottom: 20px;
    }

.cp-event-box3 .cp-meta-listed {
    margin-bottom: 20px;
}

    .cp-event-box3 .cp-meta-listed li {
        font-size: 14px;
        margin-right: 25px;
    }

        .cp-event-box3 .cp-meta-listed li:last-child {
            margin-right: 0;
        }

        .cp-event-box3 .cp-meta-listed li + li:before {
            display: none;
        }

.cp-events-listed {
    float: left;
    width: 100%;
}

    .cp-events-listed .cp-event-box3 .cp-thumb {
        float: left;
        width: auto;
        margin-right: 25px;
    }

    .cp-events-listed .cp-event-box3 .cp-text {
        overflow: hidden;
        width: auto;
        float: none;
        padding: 0;
        padding-top: 10px;
        text-align: left;
    }

        .cp-events-listed .cp-event-box3 .cp-text h3 {
            margin-bottom: 10px;
        }

    .cp-events-listed .cp-meta-listed {
        margin-bottom: 12px;
    }

    .cp-events-listed .cp-event-box3 .cp-thumb .cp-caption {
        background-color: rgba(0,0,0,0.60);
    }

    .cp-events-listed .cp-event-box3:hover .cp-text {
        background-color: transparent;
    }

    .cp-events-listed .cp-event-box3 .cp-thumb .cp-caption .countdown-holder {
        opacity: 1;
        visibility: visible;
        display: none;
    }

    .cp-events-listed .cp-event-box3 .cp-text p {
        margin-bottom: 20px;
    }

.cp-tabs-holder_v2 {
    float: left;
    width: 100%;
}

.cp-tabs-holder .tab-content {
    float: left;
    width: 100%;
}

.cp-tabs-holder.cp-tabs-holder_v2 .nav-tabs {
    float: right;
    border: none;
    width: auto;
}

.cp-tabs-holder_v2 .nav-tabs > li {
    float: none;
    margin: 0;
    margin-right: 17px;
    display: inline-block;
    border: none;
    position: relative;
}

.cp-tabs-holder.cp-tabs-holder_v2 .nav-tabs > li {
    margin-right: 17px;
}

    .cp-tabs-holder.cp-tabs-holder_v2 .nav-tabs > li:last-child {
        margin-right: 0;
    }

.cp-tabs-holder_v2 .nav-tabs > li:after {
    display: none;
}

.cp-tabs-holder_v2 .nav-tabs > li:last-child:after {
    display: none;
}

.cp-tabs-holder .nav-tabs > li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #424242;
    padding: 0px 16px;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.cp-tabs-holder.cp-tabs-holder_v2 .nav-tabs > li a {
    padding: 0;
}

.cp-tabs-holder .cp-event-box3 .cp-thumb .cp-caption {
    background-color: rgba(0,0,0,0.30);
}

.cp-tabs-holder .cp-event-box3:hover .cp-thumb .cp-caption {
    background-color: rgba(0,0,0,0.70);
}
/*===========================================================================*/
/*Event Calendar Section Css Start*/
/*===========================================================================*/
#cp-calendar {
    float: left;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

    #cp-calendar .fc-toolbar {
        margin: 0;
        padding: 30px 35px;
        border: 1px solid #ccc;
        border-bottom: none;
    }

        #cp-calendar .fc-toolbar h2 {
            font-size: 24px;
            font-weight: 700;
        }

    #cp-calendar table .fc-day-header {
        font-family: 'Bebas Neue';
        padding: 15px 20px;
        background-color: #ccc;
        font-size: 24px;
        font-weight: 400;
        text-transform: uppercase;
        color: #424242;
    }

    #cp-calendar .fc-day-number {
        font-size: 22px;
        color: #424242;
        text-align: center;
        padding: 0;
        padding-top: 50px;
    }

    #cp-calendar .fc-event .fc-content {
        padding: 2px 7px;
    }

    #cp-calendar .fc-more-cell {
        font-size: 16px;
        background: #e6e6e6;
        color: #010101;
        padding: 2px 7px;
    }

        #cp-calendar .fc-more-cell .fc-more {
            color: #010101;
        }
/*===========================================================================*/
/*Event Detail Css Start*/
/*===========================================================================*/
.cp-events-detail {
    float: left;
    width: 100%;
    background-color: #f1f1f1;
}

    .cp-events-detail .cp-event-box3:hover .cp-thumb .cp-caption {
        background: rgba(0,0,0,0.4);
    }

    .cp-events-detail .cp-event-box3 > .cp-text {
        background-color: #fff;
    }

    .cp-events-detail .cp-event-box3 .cp-text p {
        margin-bottom: 25px;
    }

.cp-text .bold {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
}

.cp-event-box3 .cp-text .cp-bottom {
    float: left;
    width: 100%;
    text-align: center;
}

    .cp-event-box3 .cp-text .cp-bottom .cp-social-links {
        display: inline-block;
        float: none;
        width: auto;
        margin-right: 20px;
        position: relative;
        top: -15px;
    }

    .cp-event-box3 .cp-text .cp-bottom .countdown-holder2 {
        width: auto;
        float: none;
        display: inline-block;
    }

.cp-event-box3 .cp-text .cp-social-links li a {
    background-color: #f1f1f1;
}

.cp-event-box3 .cp-text .cp-social-links li {
    margin-left: 2px;
}

.cp-event-box3 .cp-text .cp-bottom .cp-social-links li span {
    color: #010101;
}

.cp-tab-box {
    float: left;
    width: 100%;
    margin: 0 0 50px;
    border: 1px solid #e3e3e3;
}

    .cp-tab-box .nav-tabs {
        float: left;
        width: 100%;
        margin: 0;
        border: none;
    }

        .cp-tab-box .nav-tabs > li {
            float: left;
            padding: 0;
            margin: 0;
            margin-right: 2px;
            border: none;
        }

            .cp-tab-box .nav-tabs > li:last-child {
                padding: 0;
            }

            .cp-tab-box .nav-tabs > li > a {
                font-family: 'Bebas Neue';
                font-size: 24px;
                font-weight: 400;
                text-transform: uppercase;
                background-color: #fff;
                border-radius: 0;
                line-height: 18px;
                margin: 0;
                padding: 18px 40px;
                display: block;
                cursor: pointer;
                position: relative;
                border: none;
                color: #010101;
            }

            .cp-tab-box .nav-tabs > li.active > a, .cp-tab-box.nav-tabs > li.active > a:hover, .cp-tab-box .nav-tabs > li.active > a:focus, .cp-tab-box .nav-tabs > li a:hover {
                outline: none;
                border: none;
                color: #fff;
            }

                .cp-tab-box .nav-tabs > li.active > a, .cp-tab-box .nav-tabs > li.active > a:hover, .cp-tab-box .nav-tabs > li.active > a:focus {
                    color: #fff;
                    border: none;
                }

    .cp-tab-box .tab-inner-holder {
        float: left;
        width: 100%;
    }

    .cp-tab-box .tab-content {
        float: left;
        width: 100%;
    }

.cp-tab-info-box {
    float: left;
    width: 100%;
    padding: 50px 30px;
}

    .cp-tab-info-box p.first {
        font-weight: 300;
        text-transform: uppercase;
    }

    .cp-tab-info-box p {
        margin: 0 0 25px;
    }

        .cp-tab-info-box p:last-child {
            margin-bottom: 0;
        }

.cp-comments-holder {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .cp-comments-holder li ul {
        float: left;
        width: 100%;
        padding-left: 0;
    }

        .cp-comments-holder li ul li {
            float: left;
            width: 100%;
            list-style: none;
        }

    .cp-comments-holder > li {
        float: left;
        width: 100%;
        list-style: none;
        margin: 0 0 50px;
    }

        .cp-comments-holder > li:last-child {
            margin-bottom: 0;
        }

.cp-blog-inner-outer .cp-comments-holder2 {
    margin: 0 0 50px;
}

.cp-comments-holder2 > li {
    margin: 0;
}

    .cp-comments-holder2 > li .cp-comments-box {
        margin: 0 0 50px;
    }

.cp-comments-box {
    float: left;
    width: 100%;
}

    .cp-comments-box .cp-round-img {
        float: left;
        width: 100px;
        height: 100px;
        margin-right: 40px;
    }

.cp-round-img, .cp-round-img img {
    border-radius: 100%;
}

.cp-comments-box .cp-text {
    overflow: hidden;
}

    .cp-comments-box .cp-text h5 {
        font-size: 24px;
        margin: 0 0 5px;
        color: #424242;
    }

    .cp-comments-box .cp-text .cp-meta-list {
        margin: 0 0 8px;
        float: left;
        width: 100%;
        padding: 0;
    }

        .cp-comments-box .cp-text .cp-meta-list li {
            list-style: none;
            margin-bottom: 0;
            width: auto;
        }

    .cp-comments-box .cp-text p {
        font-family: "Roboto",sans-serif;
        margin: 0;
    }

.cp-comments-holder2 .cp-comments-box .cp-round-img {
    width: 130px;
    height: 130px;
}

.cp-event-detail-section .cp-form-box {
    margin: 0 0 50px;
}

.cp-form-box {
    float: left;
    width: 100%;
}

    .cp-form-box h3 {
        font-weight: 400;
        margin: 0 0 30px;
    }

    .cp-form-box form {
        float: left;
        width: 100%;
    }

    .cp-form-box .inner-holder {
        float: left;
        width: 100%;
        margin: 0 0 30px;
    }

    .cp-form-box .inner-holder.cp-btn-holder {
        margin-bottom: 0;
    }

.cp-form-box2 .btn-submit {
    float: right;
}

/*===========================================================================*/
/*Blog Section Start*/
/*===========================================================================*/
.cp-blog-section {
    float: left;
    width: 100%;
    background: #f1f1f1;
}

.cp-blog-item {
    float: left;
    width: 100%;
    margin-bottom: 80px;
}

.cp-blog-img-holder {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    z-index: 11;
}

    .cp-blog-img-holder .cp-thumb {
        width: 90%;
        margin: 0 auto;
        float: none;
        position: relative;
        z-index: 1;
    }

    .cp-blog-img-holder:before {
        content: '';
        position: absolute;
        left: 0;
        top: 30px;
        width: 100%;
        height: 86%;
        background-color: #fff;
        z-index: -2;
    }

    .cp-blog-img-holder:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 15px;
        margin: 0 auto;
        border: 6px solid;
        height: 94%;
        width: 94%;
    }

.cp-blog-item .cp-text {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 70px;
}

    .cp-blog-item .cp-text h3 {
        font-size: 36px;
        line-height: 48px;
    }

.cp-blog-item .cp-meta-listed li {
    font-size: 16px;
}

.cp-blog-item .cp-text p {
    margin-bottom: 20px;
}

.cp-text .cp-top {
    float: left;
    width: 100%;
}

    .cp-text .cp-top .cp-date-holder {
        float: left;
    }

        .cp-text .cp-top .cp-date-holder strong {
            color: #8d8d8d;
        }

    .cp-text .cp-top .cp-date-holder {
        color: #666;
    }

    .cp-text .cp-top .cp-inner {
        overflow: hidden;
    }

.cp-video-holder {
    float: left;
    margin-bottom: 45px;
    width: 100%;
}

    .cp-video-holder iframe {
        float: left;
        width: 100%;
        height: 415px;
        border: none;
    }

    .cp-video-holder .video-none {
        display: none;
    }

.cp-blog-item .cp-audio-item {
    padding: 0 80px;
}

.cp-audio-item {
    float: left;
    width: 100%;
}

    .cp-audio-item .audioplayer-bar {
        background-color: #c0c0c0;
    }

    .cp-audio-item .audioplayer-playpause:hover a {
        color: #fff;
    }

#cp-blog-slider {
    float: left;
    width: 100%;
    position: relative;
}

    #cp-blog-slider .item {
        float: left;
        width: 100%;
    }

.cp-blog-thumbs {
    float: left;
    width: 100%;
    padding: 0 78px;
}

    .cp-blog-thumbs ul {
        padding: 0;
        margin: 0;
    }

    .cp-blog-thumbs li {
        float: left;
        list-style: none;
    }

        .cp-blog-thumbs li:nth-child(1), .cp-blog-thumbs li:nth-child(3) {
            width: 31%;
        }

        .cp-blog-thumbs li:nth-child(2) {
            width: 38%;
        }

.cp-blockquote, .cp-blog-link {
    position: relative;
    float: left;
    width: 100%;
}

    .cp-blockquote:after, .cp-blog-link:after {
        font-size: 60px;
        font-family: 'FontAwesome';
        content: "\f10e";
        position: absolute;
        bottom: 0;
        right: 100px;
        color: #a7a7a7;
        opacity: 0.2;
    }

    .cp-blog-link:after {
        content: "\f0c1";
    }
/*===========================================================================*/
/*Blog Section Css Satrt*/
/*===========================================================================*/
.cp-blog-detail-section {
    float: left;
    width: 100%;
}

    .cp-blog-detail-section .cp-blog-item {
        margin-bottom: 30px;
    }

.cp-form-box3 {
    padding: 40px 50px 50px;
    background-color: #fff;
    margin-bottom: 60px;
}

.cp-related-outer {
    float: left;
    width: 100%;
}

.cp-article-item {
    float: left;
    width: 100%;
}

    .cp-article-item .cp-thumb {
        margin-bottom: 15px;
    }

    .cp-article-item .cp-text {
        float: left;
        width: 100%;
    }

.cp-comments-outer {
    float: left;
    width: 100%;
}

    .cp-comments-outer h3 {
        margin-bottom: 45px;
    }

        .cp-comments-outer h3 span {
            color: #969696;
        }

    .cp-comments-outer .cp-comments-box {
        background-color: #fff;
        padding: 40px 30px 40px 70px;
        margin-bottom: 50px;
    }

    .cp-comments-outer ul ul .cp-comments-box {
        padding-left: 170px;
    }

    .cp-comments-outer .cp-comments-holder > li {
        margin-bottom: 0;
    }
/*===========================================================================*/
/*Audio Player Css Satrt*/
/*===========================================================================*/
.mp3-player-box {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

    .mp3-player-box .audioplayer {
        background: #f6f6f6;
        border: 1px solid #ededed;
        border-radius: 0;
        box-shadow: none;
        color: #424242;
        height: 58px;
        position: relative;
        text-shadow: 1px 1px 0 #000;
        z-index: 1;
        border: none;
        opacity: 1;
    }

    .mp3-player-box .audioplayer-playpause {
        background-color: transparent;
        width: 40px;
        border-right: 1px solid #ededed;
        text-align: center;
    }

.cp-audio-item .audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
    border-right: 1px solid #ededed;
}

.mp3-player-box .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-border-bottom-colors: none;
    -webkit-border-left-colors: none;
    -webkit-border-right-colors: none;
    -webkit-border-top-colors: none;
    border-color: transparent -moz-use-text-color transparent;
    border-color: transparent -webkit-use-text-color transparent;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 0.5em medium 0.8em 0.8em;
    content: "";
    height: 0;
    left: 35%;
    margin: -10px 0 0 -0.25em;
    position: absolute;
    top: 50%;
    width: 0;
}

.audioplayer-playpause a:focus {
    outline: none;
}

.mp3-player-box .audioplayer .audioplayer-time-current {
    border-left: 0;
}

.mp3-player-box .audioplayer-time {
    top: 0;
    height: 78%;
    padding: 13px 0 0 0;
    text-shadow: none;
}

.mp3-player-box .audioplayer-bar, .audioplayer-bar div, .audioplayer-volume-adjust div {
    border-radius: 7px;
}

.mp3-player-box .audioplayer-bar-loaded {
    background-color: #fff;
    border: 1px solid #ededed;
}

.mp3-player-box .audioplayer-volume-adjust {
    background: #444;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    cursor: default;
    height: 6.25em;
    left: 0;
    position: absolute;
    right: -1px;
    top: -9999px;
}

.mp3-player-box .audioplayer-volume-button {
    border-left: 1px solid #ededed;
}

    .mp3-player-box .audioplayer-volume-button a::before {
        border-color: transparent #63aa0e transparent -moz-use-text-color;
        border-color: transparent #63aa0e transparent -webkit-use-text-color;
    }

.mp3-player-box .audioplayer-bar, .audioplayer-volume-adjust > div {
    box-shadow: none;
}

.mp3-player-box .audioplayer-volume-button a {
    outline: none;
}

.mp3-player-box .audioplayer-volume {
    border-left: 0;
}

.mp3-player-box .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover a {
    border-color: none;
}

.mp3-player-box .audioplayer-volume-button:hover a:before {
    border-color: transparent #fff transparent -moz-use-text-color;
    border-color: transparent #fff transparent -webkit-use-text-color;
}

.mp3-player-box .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button:hover a:after {
    border-color: #fff;
}

.mp3-player-box .audioplayer-volume-button:hover a {
    background-color: #fff;
}

/*===========================================================================*/
/*Pagination Css Start*/
/*===========================================================================*/
.cp-pagination-row {
    float: left;
    width: 100%;
    text-align: center;
}

    .cp-pagination-row .pagination {
        border-radius: 0;
        display: inline-block;
        margin: 0;
        text-align: center;
        padding: 10px 0 0;
        border-top: 2px solid #e1e1e1;
    }

        .cp-pagination-row .pagination > li {
            display: inline-block;
            float: none;
            margin: 0 6px;
            position: relative;
        }

            .cp-pagination-row .pagination > li > a, .cp-pagination-row .pagination > li > span {
                background-color: transparent;
                border: none;
                border-radius: 0;
                color: #282828;
                float: left;
                margin-left: 0;
                padding: 11px 14px;
                font-size: 14px;
                line-height: 14px;
            }

            .cp-pagination-row .pagination > li.active a, .cp-pagination-row .pagination > li.active {
                background-color: transparent;
            }
/*===========================================================================*/
/*Product Section Start*/
/*===========================================================================*/
.cp-product-section {
    float: left;
    width: 100%;
    padding-bottom: 50px;
    background-color: #f1f1f1;
}

    .cp-product-section.pd-b0 {
        padding-bottom: 0;
    }

.cp-pro-item {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 25px 20px 20px;
    text-align: center;
    margin-bottom: 50px;
}

    .cp-pro-item:hover .cp-pro-img img {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
    }

.cp-pro-img {
    float: left;
    width: 100%;
}

.cp-pro-item h3 {
    margin: 0 0 15px;
    color: #333333;
}

    .cp-pro-item h3 a {
        color: #333333;
    }

.cp-pro-item .cp-text {
    float: left;
    width: 100%;
}

.cp-pro-item .price {
    font-family: 'Bebas Neue Book';
    font-size: 20px;
    color: #333;
    padding: 0 3px;
    display: inline-block;
}

.cp-pro-item .price-old {
    color: #9b9b9b;
    text-decoration: line-through;
}

.cp-tabs-holder {
    float: left;
    width: 100%;
}

    .cp-tabs-holder .tab-content {
        float: left;
        width: 100%;
    }

    .cp-tabs-holder .nav-tabs {
        float: left;
        width: 100%;
        border: none;
        text-align: center;
        margin: 0 0 40px;
    }

        .cp-tabs-holder .nav-tabs > li {
            font-size: 16px;
            float: none;
            margin: 0;
            display: inline-block;
            border: none;
            position: relative;
        }

            .cp-tabs-holder .nav-tabs > li:after {
                content: '/';
                font-size: 16px;
                color: #424242;
                position: absolute;
                right: 0;
                top: -2px;
            }

            .cp-tabs-holder .nav-tabs > li:last-child:after {
                display: none;
            }

            .cp-tabs-holder .nav-tabs > li a {
                font-size: 16px;
                font-weight: 400;
                line-height: 16px;
                color: #010101;
                padding: 0px 16px;
                border: none;
                border-radius: 0;
                background-color: transparent;
            }

            .cp-tabs-holder .nav-tabs > li.active > a, .cp-tabs-holder .nav-tabs > li.active > a:hover, .cp-tabs-holder .nav-tabs > li.active > a:focus, .cp-tabs-holder .nav-tabs a:focus, .cp-tabs-holder .nav-tabs a:hover {
                border: none;
                background-color: transparent;
            }

.cp-product-section .cp-pagination-row {
    padding-top: 50px;
}
/*===========================================================================*/
/*Product Detail Section Start*/
/*===========================================================================*/
.cp-product-detail {
    float: left;
    width: 100%;
    padding-bottom: 0;
}

    .cp-product-detail .cp-tab-box2 {
        margin: 100px 0;
    }

.cp-related-section {
    float: left;
    width: 100%;
}

#cp-product-slider2 .cp-pro-item {
    margin-bottom: 0;
}

.cp-product-top-outer {
    float: left;
    width: 100%;
    padding: 50px 0 100px;
    z-index: 1;
    position: relative;
}

    .cp-product-top-outer:before {
        content: '';
        position: absolute;
        width: 89%;
        height: 72%;
        border: 5px solid;
        left: 5%;
        top: 11%;
    }

    .cp-product-top-outer:after {
        content: '';
        position: absolute;
        left: -12%;
        top: 0;
        width: 116%;
        z-index: -1;
        height: 100%;
        background-color: #fff;
    }

    .cp-product-top-outer .cp-about-thumb {
        padding-top: 0;
    }

.cp-product-text {
    float: left;
    width: 100%;
    padding-top: 85px;
}

    .cp-product-text h3 {
        margin: 0 0 20px;
        color: #333;
    }

    .cp-product-text .cp-top {
        float: left;
        width: 100%;
        padding-bottom: 23px;
        margin-bottom: 15px;
        position: relative;
    }

        .cp-product-text .cp-top:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 63px;
            border-bottom: 1px solid #cdcdcd;
        }

        .cp-product-text .cp-top .cp-rating {
            display: inline-block;
            margin-left: 20px;
        }

.cp-rating {
    display: block;
}

    .cp-rating .fa {
        font-size: 14px;
        margin: 0 1px;
    }

.pro-price-outer {
    float: left;
    width: 100%;
}

    .pro-price-outer span {
        font-size: 20px;
        font-family: 'Bebas Neue';
        display: inline-block;
        color: #333333;
        margin-right: 7px;
    }

    .pro-price-outer .old {
        text-decoration: line-through;
        color: #9b9b9c;
    }

.cp-product-text p {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.cp-product-text .cp-social-links li a {
    background-color: #f1f1f1;
    color: #c9d5da;
}

.cp-social-links li span {
    font-weight: 700;
    color: #424242;
}

.cp-product-text .cp-social-links {
    text-align: inherit;
    margin-bottom: 28px;
}

    .cp-product-text .cp-social-links li {
        margin-left: 0;
    }

        .cp-product-text .cp-social-links li a {
            text-align: center;
        }

.cp-product-text .product-quantity {
    float: left;
    width: 100%;
    margin-bottom: 47px;
}

    .cp-product-text .product-quantity .text {
        display: inline-block;
        float: left;
        margin-top: 7px;
        font-size: 16px;
        font-weight: 700;
        color: #424242;
        margin-right: 7px;
    }

    .cp-product-text .product-quantity .minus {
        background: transparent;
        border: 1px solid #cecece;
        padding: 6px 14px 8px;
        float: left;
        color: #111;
    }

    .cp-product-text .product-quantity .plus {
        background: transparent;
        border: 1px solid #cecece;
        padding: 6px 14px 8px;
        float: left;
        color: #111;
    }

    .cp-product-text .product-quantity .spinner {
        display: inline-block;
        color: #111;
    }

    .cp-product-text .product-quantity .quantity span {
        margin: 0 7px 0 0;
    }

    .cp-product-text .product-quantity .spinner .decrease {
        float: left;
    }

    .cp-product-text .product-quantity .spinner .increase {
        float: right;
    }

    .cp-product-text .product-quantity .spinner .spin-down, .cp-product-text .product-quantity .spin-up {
        background: transparent;
        padding: 8px 3px;
        height: 35px;
        line-height: 20px;
        width: 38px;
        line-height: 14px;
        color: #a5a5a5;
        font-size: 10px;
        cursor: pointer;
        display: inline-block;
        border: 1px solid #cecece;
        float: left;
        text-align: center;
    }

    .cp-product-text .product-quantity .spinner .spin-down {
        border-left: none;
        padding-left: 6px;
    }

    .cp-product-text .product-quantity .spin-up {
        border-left: none;
        padding-right: 6px;
    }

.cp-product-slider {
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: 5px 0 49px rgba(0,0,0,0.15);
    padding-bottom: 75px;
}

#cp_product-slider {
    float: left;
    width: 100%;
    margin: 0;
}

    #cp_product-slider li {
        position: relative;
    }

        #cp_product-slider li > img {
            width: 100%;
            height: auto;
        }

        #cp_product-slider li .fa {
            position: absolute;
            width: 65px;
            height: 65px;
            right: 0;
            bottom: -20px;
            line-height: 65px;
            font-size: 20px;
            color: #848484;
            text-align: center;
        }

.cp-product-slider .bx-wrapper .bx-viewport {
    border: none;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    left: inherit;
    background-color: transparent;
}

.cp-product-slider .bx-wrapper .bx-controls {
    margin: 0;
    padding: 0;
    position: relative;
    top: 60px;
    width: 100%;
    display: none;
}

.cp-product-slider .bx-wrapper .bx-controls-direction {
    display: none;
}

.cp-product-slider .bx-wrapper {
    width: 100%;
    float: left;
    margin: 0;
}

.cp-product-slider #bx-pager {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    float: left;
}

.cp-product-slider .cp-pager-outer {
    float: left;
    width: 100px;
    height: 80px;
    margin: 0 10px 0 0;
    position: relative;
    overflow: hidden;
}

.cp-pager-outer .cp-caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

    .cp-pager-outer .cp-caption .fa {
        font-size: 20px;
        padding-top: 30px;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

.cp-pager-outer:hover .cp-caption {
    opacity: 1;
    visibility: visible;
}

    .cp-pager-outer:hover .cp-caption .fa {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

.cp-product-slider #bx-pager > a {
    display: inline-block;
    width: 100px;
    height: 80px;
    margin: 0;
}

.cp-pager-outer .active img {
    opacity: 0.2;
}

.cp-product-slider #bx-pager img {
    width: 100%;
    height: auto;
}
/*===========================================================================*/
/*Cleint Section Start*/
/*===========================================================================*/
.cp-team-section {
    float: left;
    width: 100%;
    position: relative;
    background: url(Images/team-bg-img.jpg) top left no-repeat;
    background-size: cover;
    padding-bottom: 68px;
}

    .cp-team-section.pd-b0 {
        padding-bottom: 0;
    }

.cp-team-item {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

    .cp-team-item:hover .cp-thumb img, .cp-team-img-outer:hover .cp-thumb img {
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0.25;
    }

    .cp-team-item:hover .cp-team-img-outer .cp-thumb, .cp-team-img-outer:hover .cp-thumb {
        box-shadow: 0 0 29px rgba(0,0,0,0.20);
    }

    .cp-team-item:hover .cp-team-img-outer:before {
        border-color: #efefef;
        background-color: #f5f5f5;
    }

.cp-team-img-outer {
    float: left;
    width: 100%;
    margin: 0 0 28px;
    padding-top: 24px;
    position: relative;
}

    .cp-team-img-outer:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 92%;
        width: 90%;
        border: 6px solid;
    }

    .cp-team-img-outer .cp-thumb {
        width: 91%;
        height: 100%;
        overflow: hidden;
        margin-left: 23px;
        background-color: #fff;
    }

.cp-team-item .cp-text {
    float: left;
    width: 100%;
    text-align: center;
}

    .cp-team-item .cp-text h3 {
        margin-bottom: 8px;
    }

    .cp-team-item .cp-text p {
        margin: 0 0 20px;
    }

.cp-social-links {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
}

    .cp-social-links li {
        display: inline-block;
        list-style: none;
        margin-right: 8px;
    }

        .cp-social-links li a {
            font-size: 16px;
            width: 32px;
            height: 32px;
            line-height: 32px;
            color: #828282;
            display: inline-block;
            background-color: #fff;
        }

        .cp-social-links li:hover a {
            color: #fff;
            text-align: center;
        }

.cp-team-section_v2 {
    padding-bottom: 0;
    background-image: none;
    background-color: #f1f1f1;
}

    .cp-team-section_v2 .cp-team-item {
        margin-bottom: 100px;
    }
/*===========================================================================*/
/*Team Detail Section Css*/
/*===========================================================================*/
.cp-team-detail {
    float: left;
    width: 100%;
    padding-top: 80px;
    background-color: #f2f2f2;
}

.cp-team-thumb img {
    opacity: 0.55;
}

.cp-team-detail .cp-about-text {
    padding-top: 30px;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none;
}

    .cp-team-detail .cp-about-text .cp-top {
        float: left;
        width: 100%;
        margin: 0 0 13px;
    }

    .cp-team-detail .cp-about-text .desination {
        float: left;
    }

    .cp-team-detail .cp-about-text .cp-social-links {
        float: right;
        width: auto;
    }

.cp-team-detail .cp-social-links li {
    margin-right: 0;
}

.cp-team-detail .cp-about-text .first {
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
    color: #8d8d8d;
    margin-bottom: 20px;
}

.cp-team-detail .cp-about-text .cp-signature {
    margin-top: 0;
    color: #bcbcbc;
}

.cp-team-detail .cp-about-text p {
    margin-bottom: 50px;
}
/*===========================================================================*/
/*Portfolio Section Css*/
/*===========================================================================*/
.cp-portfolio-section {
    float: left;
    width: 100%;
    background-color: #e7e6e8;
}

.cp-portfolio-listed {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .cp-portfolio-listed > li {
        list-style: none;
        width: 33.33%;
        float: left;
    }
/*===========================================================================*/
/*Professional Section Css*/
/*===========================================================================*/
.cp-professional-section {
    float: left;
    width: 100%;
    background-color: #fff9f9;
}

.cp-career-listed {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .cp-career-listed > li {
        float: left;
        width: 100%;
        padding-bottom: 30px;
        margin: 0 0 30px;
        border-bottom: 1px solid #ccc;
        list-style: none;
    }

        .cp-career-listed > li:last-child {
            margin-bottom: 0;
            border-bottom: none;
            padding-bottom: 0;
        }

    .cp-career-listed .cp-date-box {
        float: left;
        width: 130px;
        margin: 0 30px 0 0;
    }

    .cp-career-listed h3 {
        font-weight: 400;
        margin: 0;
    }

    .cp-career-listed .cp-date-box .cp-top {
        float: left;
        width: 100%;
        margin: 0 0 25px;
        position: relative;
    }

        .cp-career-listed .cp-date-box .cp-top h3 {
            display: inline-block;
        }

            .cp-career-listed .cp-date-box .cp-top h3:after {
                content: '';
                position: absolute;
                right: 0;
                bottom: -13px;
                width: 60px;
                border-bottom: 1px solid #ccc;
            }

    .cp-career-listed .cp-date-box span {
        font-family: 'Bebas Neue';
        font-size: 18px;
        display: block;
        padding-bottom: 5px;
    }

    .cp-career-listed .cp-date-box .name {
        font-family: 'Roboto', sans-serif;
        float: right;
        font-size: 16px;
        font-weight: 700;
        padding: 0;
    }

    .cp-career-listed .cp-text {
        overflow: hidden;
        padding-left: 35px;
        border-left: 1px solid #ccc;
    }

        .cp-career-listed .cp-text h3 {
            margin: 0 0 20px;
        }

        .cp-career-listed .cp-text p {
            margin: 0 0 23px;
        }
/*===========================================================================*/
/*Quotation Section Start*/
/*===========================================================================*/
.cp-quotation-section {
    float: left;
    width: 100%;
    background: url(Images/quotataion-bg-img.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.cp-quotation-inner {
    float: left;
    width: 100%;
    padding: 0 120px;
    text-align: center;
}

    .cp-quotation-inner h2 {
        font-size: 48px;
        line-height: 72px;
        color: #fff;
        margin: 0 0 20px;
    }

    .cp-quotation-inner .cp-signature {
        font-size: 48px;
        display: block;
        color: #8d8d8d;
        margin: 0;
    }

#cp-quotate-slider {
    float: left;
    width: 100%;
    position: relative;
}

    #cp-quotate-slider .item {
        float: left;
        width: 100%;
    }
/*===========================================================================*/
/*Gallery Section Start*/
/*===========================================================================*/
.cp-gallery-section {
    float: left;
    width: 100%;
    background: url(Images/gallery/home-gallery-bg.jpg) top center no-repeat;
    background-size: cover;
    padding-bottom: 60px;
}

    .cp-gallery-section.pd-b0 {
        padding-bottom: 0;
    }

        .cp-gallery-section.pd-b0 .cp-gallery-box {
            margin-bottom: 0;
        }

.cp-gallery-section_v2 {
    background-image: none;
    background-color: #f1f1f1;
}

#cp-gallery-slider {
    float: left;
    width: 100%;
    position: relative;
}

    #cp-gallery-slider:before {
        background: #fff;
        content: " ";
        height: 80%;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 14%;
        width: 90%;
        z-index: -1;
    }

.cp-home-gallery-listed {
    float: left;
    width: 100%;
    padding: 0;
}

    .cp-home-gallery-listed .item {
        display: inline-block;
        position: relative;
    }

        .cp-home-gallery-listed .item:before {
            content: '';
            position: absolute;
            left: -5%;
            top: 60px;
            width: 110%;
            height: 82%;
            border: 6px solid;
            background-color: transparent;
            z-index: -1;
            opacity: 0;
            /*	display: none;*/
        }

        .cp-home-gallery-listed .item:hover:before {
            opacity: 1;
        }
/*.cp-home-gallery-listed .col-1{
	width: 13%;
}
.cp-home-gallery-listed .col-2{
	width: 22%;
}
.cp-home-gallery-listed .col-3{
	width: 25%;
}
.cp-home-gallery-listed .col-4{
	width: 38.8%;
}*/
.col-1.item .cp-gallery-box {
    margin-top: 50px;
}

.col-2.item .cp-gallery-box {
    margin-top: 120px;
}

.col-4.item .cp-gallery-box {
    margin-top: 120px;
}

.cp-gallery-box {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

    .cp-gallery-box img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .cp-gallery-box:hover .cp-caption, .cp-home-gallery-listed .item:hover .cp-caption {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }

    .cp-gallery-box .cp-caption {
        float: left;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 11;
        padding: 45px 40px;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0,0,0,0.73);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }

        .cp-gallery-box .cp-caption .meta-list {
            float: left;
            width: 100%;
            padding: 0;
            position: absolute;
            bottom: 50px;
        }

            .cp-gallery-box .cp-caption .meta-list li {
                font-size: 16px;
                line-height: 16px;
                float: left;
                width: 100%;
                margin-bottom: 5px;
                color: #fff;
                list-style: none;
            }

                .cp-gallery-box .cp-caption .meta-list li:last-child {
                    margin-bottom: 0;
                }

                .cp-gallery-box .cp-caption .meta-list li a {
                    color: #fff;
                }

                .cp-gallery-box .cp-caption .meta-list li .fa {
                    font-size: 32px;
                    -webkit-transform: rotate(-45deg);
                    -moz-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    -o-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }

.cp-gallery-section_v2 .cp-pagination-row {
    padding-top: 70px;
}
/*===========================================================================*/
/*Mosanary Section Css*/
/*===========================================================================*/
.cp-gallery-masonary {
    float: left;
    width: 100%;
}

.cp-gallery-section .cp_portfolioGallery {
    float: none;
    width: 100%;
    margin: 0 -15px;
}

.cp-gallery-masonary .cp-masonary-item {
    float: left;
    width: 33.33%;
    list-style: none;
    margin: 0;
    padding: 0 15px;
}

    .cp-gallery-masonary .cp-masonary-item img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

.cp_portfolioGallery {
    float: left;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

    .cp_portfolioGallery > li {
        list-style: none;
    }

/*===========================================================================*/
/*Testimonial Section Start*/
/*===========================================================================*/
.cp-testimonial-section {
    float: left;
    width: 100%;
    background: url(Images/testimonial-bg-img.jpg) top left no-repeat;
    background-size: cover;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.cp-test-img {
    float: left;
    width: 100%;
    text-align: center;
}

    .cp-test-img img {
        display: inline-block;
    }

.cp-testimonial-text {
    float: left;
    width: 100%;
}

.cp-test-inner {
    float: left;
    width: 100%;
}

    .cp-test-inner p {
        font-size: 18px;
        line-height: 30px;
        font-weight: 600;
        font-style: italic;
        color: #8d8d8d;
        padding-bottom: 100px;
        margin: 0;
        position: relative;
    }

        .cp-test-inner p:after {
            font-family: 'Niagara Solid';
            font-size: 350px;
            content: '“';
            bottom: -40px;
            right: 90px;
            color: #a7a7a7;
            color: rgba(167,167,167,0.21);
            position: absolute;
        }

    .cp-test-inner .cp-signature {
        text-align: right;
        margin-bottom: -10px;
    }

    .cp-test-inner span {
        display: block;
        text-align: right;
    }

.cp-signature {
    font-family: 'Mrs Saint Delafield', cursive;
    font-size: 72px;
    line-height: 70px;
    font-weight: 400;
    text-transform: none;
    margin: 0;
    display: block;
}

#cp-testimonial-slider {
    float: left;
    width: 100%;
    margin: 0;
}

    #cp-testimonial-slider .item {
        padding: 0 10px;
        padding-left: 0;
    }

    #cp-testimonial-slider .owl-dots .owl-dot span {
        margin: 0 4px;
        background: #dedede;
    }

    #cp-testimonial-slider .owl-controls {
        margin: 0;
        text-align: left;
        position: absolute;
        bottom: 0;
    }
/*===========================================================================*/
/*Pricing Section Start*/
/*===========================================================================*/
.cp-pricing-section {
    float: left;
    width: 100%;
    background: url(Images/pricing-bg-img.jpg) top center no-repeat;
    background-size: cover;
}

.cp-pricing-box {
    float: left;
    width: 100%;
}

    .cp-pricing-box .cp-top {
        float: right;
        padding: 38px 23px 30px;
        background-color: #f6f6f6;
        display: inline-block;
        margin-bottom: -55px;
        margin-right: 15px;
        position: relative;
        z-index: 99;
        text-align: center;
    }

        .cp-pricing-box .cp-top:before {
            content: '';
            position: absolute;
            right: -15px;
            top: 15px;
            border: 6px solid #fff;
            border-left: none;
            width: 60%;
            height: 100%;
            z-index: -1;
            background-color: #f6f6f6;
        }

    .cp-pricing-box:hover .cp-top, .cp-pricing-box:hover .cp-top:before {
        background-color: #fff;
    }

        .cp-pricing-box:hover .cp-top:before {
            border-color: #f6f6f6;
        }

    .cp-pricing-box h3 {
        margin-bottom: 10px;
    }

    .cp-pricing-box .price {
        font-family: 'Bebas Neue Book';
        font-size: 50px;
        font-weight: 300;
        line-height: 50px;
    }

    .cp-pricing-box .cp-pricing-listed {
        width: 75%;
    }

.cp-pricing-listed {
    float: left;
    width: 100%;
    padding: 38px 0;
    background-color: #fff;
}

    .cp-pricing-listed li {
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
        float: left;
        width: 100%;
        list-style: none;
        padding: 12px 20px 12px 35px;
    }

        .cp-pricing-listed li:nth-child(even) {
            background-color: #f6f6f6;
        }

        .cp-pricing-listed li.join-btn {
            background-color: transparent;
            padding-top: 17px;
        }

            .cp-pricing-listed li.join-btn a {
                font-weight: 800;
            }

    .cp-pricing-listed .join-btn .icomoon {
        margin-left: 5px;
    }

.join-btn:hover .icomoon, .cp-pricing-box:hover .join-btn .icomoon {
    margin-left: 15px;
}
/*===========================================================================*/
/*Cleint Section Start*/
/*===========================================================================*/
.cp-clients-section {
    float: left;
    width: 100%;
    background: url(Images/clients-bg-img.jpg) top left no-repeat;
    background-size: cover;
    position: relative;
    z-index: 11;
}

    .cp-clients-section:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0,0,0,0.85);
        z-index: -1;
    }

#cp-clients-slider {
    float: left;
    width: 100%;
}

    #cp-clients-slider .item {
        float: left;
        width: 100%;
    }

        #cp-clients-slider .item img {
            width: auto;
            height: auto;
        }

    #cp-clients-slider .owl-controls {
        display: none;
    }
/*===========================================================================*/
/*Course Section Start*/
/*===========================================================================*/
.cp-course-section {
    float: left;
    width: 100%;
    position: relative;
    background-color: #f1f1f1;
}

.cp-course-inner {
    float: left;
    width: 100%;
    position: relative;
}

    .cp-course-inner p {
        padding: 0 40px;
        margin-bottom: 50px;
        text-align: center;
    }

    .cp-course-inner:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 195px;
        background: url(Images/course-3d-img.jpg) top center no-repeat;
        background-size: 100%;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .cp-course-inner:hover:after {
        background-position: 5px 5px;
    }

.cp-course-listed {
    min-height: 320px;
    margin: 0 auto;
    width: 790px;
}

.cp-course-box {
    float: left;
    width: 100%;
}

    .cp-course-box span {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
        display: block;
    }

    .cp-course-box .cp-inner {
        padding-left: 30px;
        position: relative;
    }

        .cp-course-box .cp-inner:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 170px;
            background: url(Images/course-inner-before.png) top center no-repeat;
            z-index: 11;
        }

        .cp-course-box .cp-inner.inner2 {
            margin-left: 50px;
        }

        .cp-course-box .cp-inner:hover:before {
            top: 10px;
        }
/*===========================================================================*/
/*Awards Section Start*/
/*===========================================================================*/
.cp-awards-section {
    float: left;
    width: 100%;
    background: url(Images/award-bg-img.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.cp-awards-inner {
    float: left;
    width: 100%;
    padding: 0 80px;
}

    .cp-awards-inner .cp-col-left {
        float: left;
        width: 100%;
        margin-top: 120px;
        padding-right: 70px;
    }

.cp-award-listed {
    float: left;
    width: 100%;
}

    .cp-award-listed > li {
        float: left;
        width: 100%;
        list-style: none;
        margin-bottom: 50px;
        position: relative;
        text-align: center;
    }

        .cp-award-listed > li:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            width: 100px;
            border-bottom: 1px solid #484848;
            margin: 0 auto;
            bottom: 0;
        }

        .cp-award-listed > li:last-child {
            margin-bottom: 0;
        }

            .cp-award-listed > li:last-child:after {
                display: none;
            }

    .cp-award-listed .icomoon {
        font-size: 40px;
        color: #fff;
        display: block;
        margin-bottom: 15px;
    }

    .cp-award-listed .year {
        font-family: 'Bebas Neue Book';
        font-size: 16px;
        display: block;
        padding-bottom: 14px;
    }

    .cp-award-listed h3 {
        margin-bottom: 24px;
        color: #fff;
    }

.cp-facts-listed {
    float: left;
    width: 100%;
    background-color: transparent;
    padding: 50px 70px;
    position: relative;
    z-index: 11;
    border: 6px solid;
}

    .cp-facts-listed:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        background: #fff;
        top: -37px;
        width: 96%;
        height: 110%;
        margin: 0 auto;
        z-index: -1;
    }

    .cp-facts-listed > li {
        float: left;
        width: 100%;
        list-style: none;
        margin-bottom: 60px;
    }

        .cp-facts-listed > li:last-child {
            margin-bottom: 0;
        }

.cp-facts-inner {
    float: left;
    width: 100%;
    text-align: center;
}

    .cp-facts-inner .counter {
        font-family: 'Bebas Neue Book';
        font-size: 50px;
        line-height: 40px;
        color: #000000;
        display: block;
        margin-bottom: 18px;
    }

    .cp-facts-inner h3 {
        margin-bottom: 20px;
    }

    .cp-facts-inner p {
        margin: 0;
    }

/*===========================================================================*/
/*Page 404 Section Css Start*/
/*===========================================================================*/
.cp-error-section {
    float: left;
    width: 100%;
    padding: 200px 0 100px;
    background-color: #f1f1f1;
}

.cp-error-inner {
    float: left;
    width: 100%;
    text-align: center;
}

    .cp-error-inner img {
        margin-bottom: 40px;
    }

    .cp-error-inner .title {
        font-size: 90px;
        font-weight: 400;
        line-height: 80px;
        display: block;
        color: #8d8d8d;
        text-transform: uppercase;
        margin-bottom: 50px;
    }

    .cp-error-inner h2 {
        color: #8d8d8d;
        margin: 0 0 65px;
    }

    .cp-error-inner .cp-btn-style1, .cp-error-inner .cp-btn-style2 {
        margin: 0 12px;
    }

.cp-error-section_v2 {
    float: left;
    width: 100%;
    background-color: transparent;
    background: url(Images/404-bg-img.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding-top: 200px;
}

    .cp-error-section_v2 .cp-error-inner h2, .cp-error-section_v2 .cp-error-inner .title {
        color: #fff;
    }

.cp-header-404 {
    position: absolute;
    top: 0;
}

    .cp-header-404 .cp-navigation-row {
        padding: 40px 0;
    }

        .cp-header-404 .cp-navigation-row .container-fluid {
            padding: 0 70px;
        }

    .cp-header-404 .cp-logo2 {
        display: inline-block;
    }

    .cp-header-404 .cp-right-nav {
        float: right;
    }

/*===========================================================================*/
/*Contact us Section Css Start*/
/*===========================================================================*/
.cp-map-section.cp-contact-section {
    float: left;
    width: 100%;
    padding-top: 0;
    text-align: center;
}

.cp-contact-section #cp-contact-map {
    height: 640px;
}

.cp-contact-listed {
    float: left;
    width: 100%;
    margin: 0;
    background-color: #fff;
    box-shadow: 5px 0 40px rgba(0,0,0,0.13);
    margin-bottom: 70px;
    position: relative;
    margin-top: -110px;
    z-index: 11;
}

    .cp-contact-listed > li {
        float: left;
        width: 33.33%;
        list-style: none;
    }

.cp-address-box {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 65px 0;
}

    .cp-address-box h3 {
        font-family: 'Bebas Neue Book';
        font-size: 36px;
        color: #010101;
        margin: 0 0 12px;
    }

    .cp-address-box p {
        font-size: 18px;
        line-height: 24px;
        color: #8d8d8d;
        margin-bottom: 0;
    }

    .cp-address-box:before {
        font-family: 'FontAwesome';
        font-size: 100px;
        content: '\f041';
        position: absolute;
        left: 0;
        bottom: -27px;
        color: #010101;
        opacity: 0.10;
    }

    .cp-address-box.box1:before {
        content: '\f041';
    }

    .cp-address-box.box2:before {
        content: '\f10b';
    }

    .cp-address-box.box3:before {
        content: '\f003';
    }

.cp-contact-text-holder {
    position: relative;
    float: left;
    width: 100%;
    min-height: 505px;
}

.cp-map-section .cp-contact-text-holder .cp-map-text {
    left: 0;
    right: 0;
    top: 5px;
    margin: 0 auto;
}

/*===========================================================================*/
/*Footer Css Start*/
/*===========================================================================*/
.cp-footer {
    float: left;
    width: 100%;
}

.cp-map-section {
    float: left;
    width: 100%;
    padding-top: 330px;
    background-color: #f1f1f1;
    position: relative;
}

#cp-contact-map {
    float: left;
    width: 100%;
    height: 500px;
}

.cp-map-section .cp-map-text {
    float: left;
    width: 730px;
    position: absolute;
    top: 160px;
    z-index: 11;
}

    .cp-map-section .cp-map-text:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -70px;
        width: 90%;
        height: 110%;
        margin: 0 auto;
        background-color: #f6f6f6;
        z-index: -1;
    }

.cp-map-text {
    float: left;
    width: 100%;
    padding: 20px 70px 55px;
    border: 6px solid;
    background-color: #fff;
    position: relative;
}

    .cp-map-text h2 {
        margin: 0 0 40px;
    }

        .cp-map-text h2 span {
            font-size: 18px;
        }

    .cp-map-text p {
        font-size: 18px;
        margin: 0 0 30px;
    }

    .cp-map-text form {
        float: left;
        width: 100%;
    }

        .cp-map-text form .btn-submit {
            float: right;
        }
/*Footer Middle Section Css*/
.cp-ft-middle-section {
    float: left;
    width: 100%;
    background: url(Images/footer-middle-img.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.cp-footer .widget h3 {
    color: #fff;
}

.cp-ft-middle-section .widget {
    padding: 98px 0 0;
}

.cp-ft-middle-section .widget-about {
    text-align: left;
}

.cp-ft-middle-section .footer-banner {
    padding: 0 0 0 0;
    margin-bottom: 0;
    position: relative;
}

.footer-banner {
    float: left;
    width: 100%;
    position: relative;
}

    .footer-banner:before {
        content: '';
        position: absolute;
        right: -15px;
        top: -12px;
        width: 100%;
        height: 100%;
        background-color: #dcdcdc;
        border: 6px solid;
    }

.cp-copyright-row {
    float: left;
    width: 100%;
    padding: 30px 0 20px;
    background-color: #0e0e0e;
}

    .cp-copyright-row p {
        font-size: 14px;
        font-weight: 400;
        float: right;
        color: #8d8d8d;
    }
/*Back to top button */
.cp_back-top-holder {
    float: left;
    width: 100%;
    position: relative;
}

#cp_back-top {
    position: absolute;
    bottom: 15px;
    display: inline-block;
    right: 70px;
    z-index: 9999;
}

    #cp_back-top a {
        width: 30px;
        height: 26px;
        padding: 0;
        display: inline-block;
        text-align: center;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

        #cp_back-top a .fa {
            font-size: 35px;
        }
/*===========================================================================*/
/*Widgets Css*/
/*===========================================================================*/
.widget {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

    .widget h3 {
        font-size: 30px;
        line-height: 30px;
        color: #424242;
        margin: 0 0 25px;
    }

.widget-keep-touch > ul {
    float: left;
    width: 100%;
}

    .widget-keep-touch > ul > li {
        float: left;
        width: 100%;
        list-style: none;
        margin: 0 0 25px;
    }

        .widget-keep-touch > ul > li:last-child {
            margin-bottom: 0;
        }

.widget .touch-inner {
    float: left;
    width: 100%;
}

    .widget .touch-inner .icomoon {
        font-size: 30px;
        float: left;
        margin-right: 25px;
        color: #8d8d8d;
    }

    .widget .touch-inner .cp-text {
        overflow: hidden;
    }

.touch-inner .cp-text h5 {
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0 0 7px;
    color: #fff;
}

.touch-inner .cp-text p {
    line-height: 24px;
    margin: 0;
    color: #8d8d8d;
}

    .touch-inner .cp-text p a {
        color: #8d8d8d;
    }

.widget .about-img {
    width: 105px;
    height: 105px;
    padding: 10px 0 0 10px;
    position: relative;
    margin: 0 0 30px;
    z-index: 11;
}

    .widget .about-img:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background-color: #000;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .widget .about-img img {
        position: relative;
        z-index: 1;
    }

.widget-instagram > ul {
    float: left;
    width: 100%;
    padding: 0;
}

    .widget-instagram > ul > li {
        float: left;
        width: 33%;
        padding: 0 2px;
        margin-bottom: 3px;
        list-style: none;
        overflow: hidden;
    }

.widget-about {
    text-align: center;
}

    .widget-about h3 {
        text-align: left;
    }

    .widget-about .cp-sm-thumb {
        display: inline-block;
        width: 125px;
        height: 130px;
        margin-bottom: 30px;
    }

        .widget-about .cp-sm-thumb img {
            border-radius: 100%;
        }

    .widget-about p {
        margin-bottom: 35px;
    }

    .widget-about .cp-signature {
        font-size: 36px;
        line-height: 40px;
        color: #424242;
    }

.widget-recent-post > ul {
    float: left;
    width: 100%;
}

    .widget-recent-post > ul > li {
        float: left;
        width: 100%;
        margin-bottom: 25px;
        list-style: none;
    }

        .widget-recent-post > ul > li:last-child {
            margin-bottom: 0;
        }

.cp-recent-inner {
    float: left;
    width: 100%;
}

    .cp-recent-inner .cp-thumb {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .cp-recent-inner .cp-text {
        float: left;
        width: 100%;
    }

        .cp-recent-inner .cp-text h5 {
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            margin: 0 0 10px;
            text-transform: capitalize;
        }

.widget-recent-post2 > ul > li {
    margin-bottom: 15px;
}

.widget-recent-post2 .cp-recent-inner .cp-thumb {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    margin-bottom: 0;
    float: left;
}

.widget-recent-post2 .cp-recent-inner .cp-text {
    overflow: hidden;
    float: none;
    width: auto;
}

.widget-banner .cp-thumb {
    text-align: center;
    position: relative;
}

    .widget-banner .cp-thumb:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 10px solid rgba(255,255,255,0.20);
    }

    .widget-banner .cp-thumb .cp-caption {
        display: inline-block;
        width: 80%;
        bottom: 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 18px 10px;
        background-color: rgba(0,0,0,0.80);
        z-index: 99;
    }

        .widget-banner .cp-thumb .cp-caption strong {
            font-size: 18px;
            line-height: 20px;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            color: #fff;
            margin-bottom: 7px;
            display: block;
        }

        .widget-banner .cp-thumb .cp-caption span {
            font-size: 16px;
            display: block;
        }

#widget-slider {
    float: left;
    width: 100%;
    position: relative;
    box-shadow: 0 0 9px rgba(0,0,0,0.12);
    background-color: #f0efed;
}

    #widget-slider .item {
        float: left;
        width: 100%;
        padding: 5px;
    }

    #widget-slider .cp-pro-item {
        background-color: #f0efed;
        margin-bottom: 0;
        padding-bottom: 40px;
    }

        #widget-slider .cp-pro-item .cp-pro-img {
            margin-bottom: 30px;
        }

    #widget-slider .owl-controls {
        width: 100%;
        float: left;
        position: absolute;
        bottom: 20px;
        text-align: center;
    }

    #widget-slider .owl-dots .owl-dot span {
        margin: 0 2px;
    }

.cp-pro-item .cp-text .cart-listed {
    margin-top: 15px;
}

.cp-pro-item .cart-listed {
    float: left;
    width: 100%;
    padding: 0;
}

    .cp-pro-item .cart-listed li {
        display: inline-block;
    }

        .cp-pro-item .cart-listed li a {
            font-size: 18px;
            color: #fff;
            width: 35px;
            height: 35px;
            line-height: 35px;
            display: inline-block;
            background-color: #cccccc;
        }
/*===========================================================================*/
/*Transition and Animation Css*/
/*===========================================================================*/
a, ul li, .cp-btn-style1, .cp-btn-style2:before, .cp-btn-style1:before, .cp-btn-style3, .cp-btn-style3:before, .cp-btn-style3:after, .navbar-nav li ul, .cp-nav-holder .navbar-default .navbar-nav > li:before, .cp-hash-listed li:before, .cp-hash-listed li:after, .cp-hash-listed li a, .cp-btn-style1::after, .cp-btn-style2::after, .cp-btn-style1, .cp-team-img-outer:before, .cp-team-img-outer, .cp-pricing-box .cp-top, .cp-pricing-box .cp-top:before, .cp-gallery-box .cp-caption, .cp-home-gallery-listed .item:before, .cp-services-box, .icomoon, .about-sm-thumb .cp-caption,
.about-sm-thumb .cp-caption .fa, .cp-event-box2, .cp-event-box3 .cp-thumb .cp-caption .countdown-holder, .cp-event-box3 .cp-thumb .cp-caption, .cp-event-box3, .cp-text, .cp-booking-item .cp-caption .price, .cp-caption .fa, .cp-caption, .cp-team-img-outer:before, .cp-nav-holder .navbar-nav li ul li:before, .cp-pro-img img, .cp-social-links li, .cp-social-links li .fa, .cp-pricing-box .cp-top:before, .cp-pricing-box .cp-top {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.cp-thumb:before, .cp-thumb, .cp-thumb img, .cp-social-links, .cp-course-box .cp-inner:before {
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

/***Bottm Form Top***/
@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(50%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(50%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(-50%);
    }

    51% {
        opacity: 1;
    }
}

@-ms-keyframes toTopFromBottom {
    49% {
        -ms-transform: translateY(50%);
    }

    50% {
        opacity: 0;
        -ms-transform: translateY(-50%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(50%);
    }

    50% {
        opacity: 0;
        transform: translateY(-50%);
    }

    51% {
        opacity: 1;
    }
}


/***Right From left***/
@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translateX(50px);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    51% {
        opacity: 1;
        -webkit-transform: translateX(-100px);
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translateX(50px);
    }

    50% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    51% {
        opacity: 1;
        -moz-transform: translateX(-100px);
    }

    : 1;
}

@-ms-keyframes toRightFromLeft {
    49% {
        -ms-transform: translateX(50px);
    }

    50% {
        opacity: 0;
        -ms-transform: translateX(100px);
    }

    51% {
        opacity: 1;
        -ms-transform: translateX(-100px);
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translateX(50px);
    }

    50% {
        opacity: 0;
        transform: translateX(100px);
    }

    51% {
        transform: translateX(-100px);
        opacity: 1;
    }
}

/***ZoomIn Form ZoomOut***/
@-webkit-keyframes ZoomIn {
    49% {
        -webkit-transform: scale(0);
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(1);
    }

    51% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
}

@-moz-keyframes ZoomIn {
    49% {
        -moz-transform: scale(0);
    }

    50% {
        opacity: 0;
        -moz-transform: scale(1);
    }

    51% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }
}

@-ms-keyframes ZoomIn {
    49% {
        -ms-transform: scale(0);
    }

    50% {
        opacity: 0;
        -ms-transform: scale(1);
    }

    51% {
        opacity: 1;
        -ms-transform: scale(1.2);
    }
}

@keyframes ZoomIn {
    49% {
        transform: scale(0);
    }

    50% {
        opacity: 0;
        transform: scale(1);
    }

    51% {
        opacity: 1;
        transform: scale(1.2);
    }
}

.font-family {
    font-family: 'Roboto', sans-serif;
    font-family: 'Bebas Neue';
    font-family: 'Mrs Saint Delafield', cursive;
    font-family: 'Niagara Solid';
}

/* From responsive.css */
/*===========================================================================*/
							/*360px CSS*/
/*===========================================================================*/
@media (max-width: 319px){
.cp-banner-content{
	display: none;
}



}


@media (max-width: 360px) {
.cp-wrapper .cp-event-box .cp-inner{
	width: 76%;
}
.cp-wrapper .cp-event-box .cp-date-holder{
	width: 60px;
}




}


/*===========================================================================*/
							/*480px CSS*/
/*===========================================================================*/
@media (max-width: 480px) {

.cp-banner .cp-banner-bottom{
	position: static;
	padding: 20px 0;
}
.cp-bottom-nav li .iconmoon{
	font-size: 30px;
	margin-right: 10px;
}
.cp-bottom-nav li .cp-text span{
	font-size: 14px;
	line-height: 14px;
}
.cp-wrapper .cp-banner #cp-banner-slider .cp-banner-content{
	bottom: 30px;
}
.cp-wrapper .cp-banner ul.cp-hash-listed{
	bottom: 130px;
}
.cp-banner-bottom .cp-bottom-nav li{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.cp-banner-bottom .cp-bottom-nav li:last-child{
	margin-bottom: 0;
}
.cp-banner-content .cp-btn-style1{
	display: none;
}
.cp_side-navigation #close{
	top: 15px;
}
#cp-slide-menu{
	width: 82%;
	padding: 60px 30px 70px;
}
.cp-about-outer::before{
	display: none;
}
.cp-wrapper .cp-heading-style1_v1 h2,.cp-wrapper .cp-heading-style1_v2 h2{
	font-size: 26px;
}
.cp-about-text .cp-signature{
	margin: 20px 0 0;
}
.cp-top-holder .cp-heading-style1_v1, .cp-top-holder .cp-heading-style1_v2{
	width: 100%;
}
.cp-event-box .cp-date-holder{
	font-size: 20px;
	width: 55px;
	padding: 0 5px;
}
.cp-event-box .cp-date-holder strong{
	font-size: 40px;
}
.cp-event-box .cp-inner{
	width: 80%;
}
body h3{
	font-size: 20px;
}
.cp-test-inner p{
	font-size: 16px;
}
.cp-map-text h2{
	font-size: 30px;
}
.cp-pricing-box ul.cp-pricing-listed{
	width: 100%;
}
.cp-pricing-box .cp-top{
	margin-bottom: 0;
}
.cp-course-listed [class*="col-"]{
	width: 100%;
}
.cp-course-listed .cp-course-box{
	margin-bottom: 80px;
}
.about-pager .cp-pager-outer{
	width: 21%;
	height: auto;
}
.cp-wrapper .cp-inner-banner{
	padding: 80px 0 60px;
}
.cp-inner-banner-outer h2{
	font-size: 40px;
	margin: 0 0 15px;
}
.cp-text .countdown-holder .countdown-section{
	width: 50px;
	height: 80px;
}
.countdown-holder .countdown-amount{
	font-size: 18px;
}
.countdown-holder .countdown-period{
	font-size: 12px;
}
.cp-date-holder strong{
	font-size: 36px;
}
.cp-date-holder{
	font-size: 20px;
}
.cp-tab-box .nav-tabs > li{
	width: 100%;
	margin-bottom: 2px;
}
.cp-tab-info-box{
	padding: 20px;
}
.cp-comments-box .cp-round-img{
	width: 80px;
	height: 80px;
	margin-right: 15px;
}
.cp-comments-box .cp-round-img img{
	max-width: 100%;
	height: auto;
}
.cp-map-text p{
	font-size: 16px;
}
.cp-event-box2{
	padding: 30px 10px;
}
.cp-form-box3{
	padding: 30px 20px;
}
.cp-team-thumb img{
	max-width: 100%;
	height: auto;
}
.cp-team-detail .cp-about-text .cp-social-links{
	margin: 10px 0 0;
}
.cp-team-detail .cp-about-text .cp-signature{
	margin-top: 20px;
}
.cp-signature{
	font-size: 40px;
}
.cp-career-listed .cp-date-box{
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.cp-career-listed .cp-text{
	width: 100%;
	padding-left: 0;
	border-left: none;
}
.cp-portfolio-listed > li{
	width: 100%;
}
body h2{
	font-size: 30px;
}
.cp-about-section_v3 .cp-images-listed li{
	width: 25%;
}
.about-sm-thumb .cp-caption .fa{
	padding-top: 15px;
}
.cp-address-box::before{
	font-size: 60px;
	bottom: 0;
}
.cp-booking-table .tb-course-info,.cp-booking-table .course-hd{
	display: none;
}
.cp-booking-table td h3{
	font-size: 20px;
}
.cp-shop_table .product-quantity,.cp-shop_table .product-thumbnail,.cp-shop_table .product-color,.cp-shop_table .product-size{
	display: none;
}
.cp-cart-bottom .cp-btn-style1{
	margin-bottom: 10px;
}



}


/*===========================================================================*/
							/*767px CSS*/
/*===========================================================================*/
@media (max-width: 767px) {

.cp-booking-section .cp-booking-inner .cp-courses-form select{
	background-position: right;
}
.cp-services-section .cp-services-listed > li{
	width: 100%;
	margin-bottom: 50px;
	border-bottom: none;
}
.cp-services-section .cp-services-listed > li:last-child{
	margin-bottom: 0;
}
.cp-services-listed::before{
	top: -70px;
	height: 110%;
}
.cp-banner ul.cp-hash-listed{
	bottom: 90px;
	width: 40px;
}
ul.cp-hash-listed li{
	font-size: 16px;
	padding-bottom: 10px;
}
ul.cp-bottom-nav{
	padding: 0;
}
.cp-hash-listed li::before, .cp-hash-listed li::after{
	display: none;
}

.cp-banner .cp-banner-content h2{
	font-size: 26px;
}
.cp-banner .cp-banner-content .title{
	font-size: 44px;
	line-height: 30px;
}
.cp-banner #cp-banner-slider .cp-banner-content{
	bottom: 100px;
}
.cp-popup-holder{
	width: 90%;
	padding: 50px 30px 70px;
}
#popup{
	top: 150px;
}
.cp-popup-holder .cp-inner{
	width: 100%;
}
.cp-search-inner{
	width: 90%;
}
.cp-popup-holder h2{
	font-size: 44px;
	line-height: 44px;
}
.cp-event-box .cp-thumb{
	width: 100%;
	margin: 0 0 20px;
}
.cp-event-box .cp-text{
	float: left;
	width: 100%;
}
.cp-event-listed{
	margin-bottom: 30px;
}
.cp-about-thumb > img{
	max-width: 100%;
	height: auto;
}
#cp-contact-map{
	height: 300px;
}
.cp-map-section .cp-map-text{
	position: static;
	width: 95%;
	padding: 50px 30px 55px;
}
.cp-ft-middle-section{
	padding-top: 48px;
}
.cp-ft-middle-section .widget{
	padding-top: 0;
}

.footer-banner::before{
	width: 200px;
	left: 0;
}
.cp-about-text{
	padding: 30px 20px;
}
.cp-about-listed li{
	font-size: 14px;
}
.cp-services-listed::before{
	display: none;
}
.cp-home-gallery-listed .item::before{
	display: none;
}
.cp-about-section::before{
	display: none;
}
#cp-clients-slider .item{
	text-align: center;
}
#cp-clients-slider .item img{
	display: inline-block;
}
.cp-inner-banner{
	padding: 150px 0 100px;
}
.cp-about-text .about-pager{
	margin-left: 0;
}
.cp-course-inner::after{
	background-size: 100%;
}
.cp-course-listed{
	width: 100%;
}
.cp-course-box span{
	font-size:14px;
}
.cp-about-slider-outer{
	padding-top: 0;
}
.cp-course-inner::after{
	display: none;
}
.cp-course-box{
	margin-bottom: 70px;
}
.cp-course-box .cp-inner::before{
	height: 100px;
}
.cp-awards-inner .cp-col-left{
	padding: 0;
	margin: 0 0 100px;
}
.cp-course-inner p{
	padding: 0;
}
.cp-quotation-inner{
	padding: 0;
}
.cp-quotation-inner h2{
	font-size: 36px;
	line-height: 50px;
}
.cp-tabs-holder .nav-tabs > li{
	margin-bottom: 10px;
}
.cp-tabs-holder .nav-tabs > li a{
	font-size: 14px;
	padding: 0 12px;
}
.cp-tabs-holder .nav-tabs > li::after{
	font-size: 14px;
	right: -3px;
}
.cp-awards-inner{
	padding: 0;
}
.cp-facts-listed{
	padding: 30px;
}
.cp-booking-price{
	margin: 0 0 30px;
	width: 100%;
}
.cp-booking-bottom .btns-holder .cp-btn-style1, .cp-booking-bottom .btns-holder .cp-btn-style2{
	margin-right: 10px;
	margin-bottom: 10px;
}
.cp-events-listed .cp-event-box3 .cp-thumb{
	width: 100%;
	margin: 0 0 25px;
}
.cp-events-listed .cp-event-box3 .cp-text{
	width: 100%;
	float: left;
}
.cp-event-form{
	padding: 50px 20px;
}
#cp-calendar table .fc-day-header{
	font-size: 16px;
	padding: 15px 10px;
}
#cp-calendar .fc-day-number{
	font-size: 16px;
	padding-top: 20px;
}
#cp-calendar .fc-toolbar{
	padding: 20px 15px;
}
#cp-calendar .fc-toolbar h2{
	font-size: 20px;
}
.cp-pagination-row .pagination > li > a, .cp-pagination-row .pagination > li > span{
	padding: 10px;
}
.cp-tab-box .nav-tabs > li > a{
	font-size: 18px;
	padding: 15px 20px;
}
.cp-events-section_v2 .cp-pagination-row{
	margin: 30px 0;
}
#cp_back-top{
	right: 0;
	left: 0;
	bottom: 20px;
	margin: 0 auto;
	text-align: center;
}
.cp-pagination-row{
	margin-bottom: 30px;
}
.cp-blog-item .cp-text{
	padding: 0;
}
.cp-blog-item .cp-text h3{
	font-size: 26px;
	line-height: 40px;
}
.cp-blog-item .cp-audio-item{
	padding: 0 10px;
}
.cp-blog-item .cp-meta-listed li{
	font-size: 14px;
}
.cp-video-holder iframe{
	height: 300px;
}
.cp-blog-thumbs{
	padding: 0;
}
.cp-blog-thumbs li:nth-child(1), .cp-blog-thumbs li:nth-child(3){
	width: 100%;
}
.cp-blog-thumbs li:nth-child(2){
	width: 100%;
}
.cp-blog-thumbs li img{
	width: 100%;
	height: auto;
}
.cp-comments-outer .cp-comments-box{
	padding-left: 20px;
	padding-right: 20px;
}
.cp-comments-outer ul ul .cp-comments-box{
	padding-left: 50px;
}
.cp-article-item{
	margin-bottom: 50px;
}
.cp-about-video{
	margin-bottom: 30px;
}
.cp-about-video img{
	width: 100%;
	height: auto;
}
.cp-booking-item .cp-caption .price{
	right: 0;
}
.cp-contact-section #cp-contact-map{
	height: 400px;
}
.cp-contact-listed > li{
	width: 100%;
}
.cp-address-box{
	padding: 30px 0;
}
.cp-gallery-masonary .cp-masonary-item{
	width: 100%;
}
#cp-tabs-booking-slider .owl-controls .owl-nav .owl-prev{
	margin-left: -10px;
}
#cp-tabs-booking-slider .owl-controls .owl-nav .owl-next{
	margin-right: -10px;
}
.cp-booking-table th, .cp-booking-table td{
	padding: 20px 10px;
}
.cp-booking-table th{
	font-size: 18px;
}
.cp-booking-table td{
	font-size: 14px;
}
.cp-booking-table .cp-btn-style1,.cp-booking-table .cp-btn-style2{
	min-width: 110px;
}
.cp-booking-table td strong{
	font-size: 16px;
}
.cp-error-section{
	padding: 100px 0 50px;
}
.cp-error-inner img{
	width: 100%;
}
.btns-holder .cp-btn-style1{
	margin-bottom: 15px;
}
.cp-error-inner h2{
	font-size: 36px;
}
.cp-product-slider #bx-pager{
	position: static;
	margin: 20px 0 0;
}
.cp-product-slider{
	padding-bottom: 0px;
}
.cp-product-detail .cp-tab-box2{
	margin: 50px 0;
}
.cp-shop_table .product-remove,.product-thumbnail > span,.product-quantity{
	display: none;
}
.cart-table-row .woocommerce .cp-shop_table thead th{
	font-size: 20px;
}
.cp-cart-bottom img{
	max-width: 100%;
}
#cp_about-slider img,.cp-countdown-box > img{
	width: 100%;
}
.cp-event-box .cp-date-holder{
	width: 70px;
	padding: 0 5px;
}
.footer-banner::before{
	display: none;
}
.cp-testimonial-text{
	padding-bottom: 50px;
}
.cp-test-inner .cp-signature{
	margin-bottom: 0;
}
.cp-map-section{
	padding-bottom: 50px;
}
.widget-club{
	text-align: center;
}
.cp-about-thumb img{
	width: 100%;
}



.pd-tb100{
	padding: 48px 0;
}
.pd-t100{
	padding-top: 48px;
}
.pd-b100{
	padding-bottom: 48px;
}




}

/*===========================================================================*/
						/*768px And 991px CSS*/
/*===========================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
.cp-about-section::before{
	display: none;
}
.cp-inner-banner{
	padding: 150px 0 100px;
}
.cp-about-text .about-pager{
	margin-left: 0;
}
.cp-course-inner::after{
	background-size: 100%;
}
.cp-course-listed{
	width: 100%;
}
.cp-course-box span{
	font-size:14px;
}
.cp-awards-inner{
	padding: 0;
}
.cp-awards-inner .cp-col-left{
	padding: 0;
	margin: 0 0 100px;
}
.cp-tab-box .nav-tabs > li > a{
	font-size: 20px;
	padding: 14px 35px;
}
.cp-pagination-row{
	margin-bottom: 30px;
}
.cp-article-item{
	margin-bottom: 50px;
}
.cp-about-video{
	margin-bottom: 30px;
}
.cp-about-video img{
	width: 100%;
	height: auto;
}
.cp-gallery-masonary .cp-masonary-item{
	width: 50%;
}
#cp-tabs-booking-slider .owl-controls .owl-nav .owl-prev{
	margin-left: -10px;
}
#cp-tabs-booking-slider .owl-controls .owl-nav .owl-next{
	margin-right: -10px;
}
.cp-booking-table th, .cp-booking-table td{
	padding: 20px 15px;
}
.cp-error-inner img{
	max-width: 100%;
	height: auto;
}
#cp_about-slider img,.cp-about-thumb img{
	width: 100%;
}




}


/*===========================================================================*/
						/*991px CSS*/
/*===========================================================================*/
@media (max-width: 991px) {
.cp-header{
	position: static;
	background-color: rgba(116,181,39,0.8);
	background-color: #345c04;
}
.cp-header.cp-header-404{
	background-color: transparent;
	position: absolute;
}
.cp-nav-holder .navbar-default{
	display: none;
}
.cp-nav-holder{
	width: auto;
	float: right;
}
.cp-navigation-row .cp-logo{
	position: static;
	width: auto;
}
.cp-right-nav li:last-child{
	margin-right: 0;
}
.cp-navigation-row .cp-logo a{
	margin-left: 0;
}
#cp-banner-slider .cp-banner-content{
	bottom: 140px;
}
.cp-banner .cp-hash-listed{
	bottom: 120px;
}
.cp-about-thumb{
	padding-top: 0;
}
.cp-booking-section .cp-btn-style1{
	margin-top: 0;
}
.cp-services-listed > li{
	width: 50%;
}
.cp-services-box h3 br{
	display: none;
}
.cp-booking-section .cp-courses-form select{
	background-position: 310px;
	padding: 10px 10px 15px;
}
.cp-services-listed > li{
	border-bottom: 1px solid #ccc;
}
.cp-services-section{
	padding-bottom: 100px;
}
.cp-test-img img{
	max-width: 100%;
	height: auto;
}
.cp-pricing-box .cp-pricing-listed{
	width: 90%;
}
.cp-pricing-box{
	margin-bottom: 50px;
}
.cp-test-inner p::after{
	font-size: 200px;
}
.cp-test-inner p{
	padding-bottom: 30px;
}
.cp-signature{
	font-size: 60px;
}
.widget-club img{
	max-width: 100%;
}

.cp-testimonial-text{
	padding-top: 50px;
}
.cp-heading-style1_v1 h2, .cp-heading-style1_v2 h2{
	font-size: 30px;
}
.cp-error-section{
	padding: 100px 0;
}
.cp-error-section_v2{
	padding-top: 270px;
}
.cp-header-404 .cp-navigation-row .container-fluid{
	padding: 0 15px;
}
.cp-header-404 .cp-right-nav{
	margin-top: 50px;
}
.cp-product-slider .cp-pager-outer{
	width: 80px;
}
.cp-product-top-outer::before,.cp-product-top-outer::after{
	display: none;
}
.cp-product-top-outer{
	padding-bottom: 0;
}
.cp-cart-inner{
	padding: 0 10px;
}
.cp-event-listed{
	margin-bottom: 45px;
}
.cp-countdown-box > img{
	width: 100%;
}
.cp-testimonial-section{
	padding-bottom: 50px;
}



}


/*===========================================================================*/
						/*Media 1024px CSS*/
/*===========================================================================*/
@media (max-width: 1040px) {
body{
	overflow-x: hidden;
}
.cp-navigation-row{
	padding: 10px 0;
}
.cp-nav-holder .navbar-default .navbar-nav > li{
	margin: 0 10px;
}
.cp-nav-holder .navbar-default .navbar-nav > li > a{
	font-size: 14px;
}
.cp-hash-listed li{
	font-size: 20px;
	padding-bottom: 30px;
}
.cp-banner-content h2{
	font-size: 36px;
	margin-bottom: 10px;
}
.cp-banner-content .title{
	font-size: 60px;
	line-height: 50px;
}
.cp-bottom-nav{
	padding: 0 20px;
}
.cp-bottom-nav li .cp-text span{
	font-size: 16px;
	line-height: 16px;
}
.cp-heading-style1_v1 h2, .cp-heading-style1_v2 h2{
	font-size: 36px;
}
.cp-hash-listed{
	width: 100px;
}
.cp-services-box{
	padding: 50px 20px; 
}
.cp-services-listed::before{
	right: 0;
	width: 250px;
}
.cp-countdown-box .cp-caption{
	padding: 35px 15px;
}
.countdown-holder .countdown-section{
	width: 60px;
}
.cp-date-holder{
	width: 80px;
	padding: 0 10px;
}
.cp-event-box .cp-thumb{
	margin-right: 20px;
}
.cp-pro-img img{
	max-width: 100%;
}



}

/*===========================================================================*/
							/*1200px CSS*/
/*===========================================================================*/
@media (min-width: 1200px) {
.cp-popup-holder{
	width: 970px;
	padding: 135px 50px 129px;
}
.cp-about-outer:after{
	left: -12%;
	width: 116%;
}



}

/*===========================================================================*/
							/*1400px CSS*/
/*===========================================================================*/
@media (min-width: 1400px) {
#cp-banner-slider .cp-banner-content{
	bottom: 170px;
}
.cp-hash-listed li{
	padding-bottom: 75px;
}
.cp-bottom-nav{
	width: auto;
	padding: 0;
}
.cp-bottom-nav li{
	float: none;
	margin-right: 90px;
}
#cp-banner-slider .cp-banner-content{
	text-align: inherit;
}
.cp-banner-content h2{
	font-size: 72px;
	line-height: 45px;
}
.cp-banner-content .title{
	font-size: 140px;
	line-height: 105px;
}



}

/*===========================================================================*/
							/*1600px CSS*/
/*===========================================================================*/
@media (min-width: 1600px) {

.cp-banner .cp-banner-bottom{
	bottom: 60px;
}
.cp-banner .cp-hash-listed{
	bottom: 200px;
}
#cp-banner-slider .cp-banner-content{
	bottom: 270px;
}
.cp-navigation-row{
	padding: 75px 0;
}



}


/*===========================================================================*/
							/*1700px CSS*/
/*===========================================================================*/
@media (min-width: 1700px) {
.cp-hash-listed{
	width: 250px;
}
.cp-hash-listed li.active:before,.cp-hash-listed li.active:after{
	width: 110px;
}

}

/* From themecolors */
.cp-btn-style1:before,.cp-btn-style2:before,.cp-nav-holder .navbar-nav li ul li:hover > a,.cp-btn-style1:hover:after, .cp-btn-style2:hover:after,#cp-testimonial-slider .owl-dot.active span,.cp-social-links li:hover a,.cp_side-navigation .btn-holder a:hover,#popup-close,#cp-calendar .fc-event,.cp-event-box3 .cp-text .cp-social-links li:hover a,.cp-tab-box .nav-tabs > li.active > a, .cp-tab-box.nav-tabs > li.active > a:hover, .cp-tab-box .nav-tabs > li.active > a:focus, .cp-tab-box .nav-tabs > li a:hover,#widget-slider .owl-dots .owl-dot.active span, .cp-pro-item .cart-listed li:hover a,.cp-audio-item .audioplayer-bar-played,.cp-audio-item .audioplayer-playpause:hover, .cp-audio-item .audioplayer-playpause:focus, .audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after,.cp-booking-item .price,.cp-nav-holder .navbar-nav li ul li:before { background-color:#74b527; }
.cp-banner-content h2 span,.btn-readmore,.cp-services-box .btn-readmore .icomoon,.btn-readmore:hover,.cp-text p a,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,.cp-team-item .cp-text p,.cp-signature,.cp-pricing-box .price,.cp-pricing-listed li span,.cp-pricing-listed li a,.cp-map-text h2 span,.cp-gallery-box .cp-caption .meta-list li:hover a,.cp-services-box:hover > .icomoon,.about-sm-thumb .cp-caption .fa,.cp-tabs-holder .nav-tabs > li.active > a,.cp-tabs-holder .nav-tabs > li.active > a:hover,.cp-tabs-holder .nav-tabs > li.active > a:focus,.cp-tabs-holder .nav-tabs a:focus,.cp-tabs-holder .nav-tabs a:hover,.cp-pro-item h3:hover a,.cp-award-listed .year,.cp-facts-inner h3,.cp_side-navigation p span,.color,.cp-event-box2 .date,.cp-pagination-row .pagination > li:hover,.cp-pagination-row .pagination > li:hover a,.cp-pagination-row .pagination > li:hover span,.cp-pagination-row .pagination > li.active a,.widget-banner .cp-thumb .cp-caption span,.audioplayer-playpause a,.mp3-player-box .audioplayer,.cp-course-box span:hover,.cp-address-box p a,.cp-rating .fa,.cp-pager-outer .cp-caption .fa,.cp-team-detail .cp-about-text .desination,.cp-career-listed .cp-date-box .cp-top h3,.cp-booking-table .date,.tb-price-info span,.cp-booking-tabs .nav-tabs .tabs-list strong,.cp-pro-item:hover h3 a { color:#74b527; }
.cp-heading-style1_v1 h2:before,.cp-heading-style1_v2 h2:before,.cp-btn-style1,.cp-btn-style2,.cp-about-listed li:before,.cp-about-outer:before,.cp-services-listed:before,.cp-date-holder,.cp-team-img-outer:before,.cp-pricing-box .cp-top:before,.cp-map-text,.footer-banner:before,.cp-home-gallery-listed .item:before,.about-sm-thumb .cp-caption,.cp-facts-box:before,.cp-facts-listed:before,.cp-popup-holder form .subscribe:before,#cp-calendar .fc-event,.cp-blog-img-holder:after,.cp-product-top-outer:before,.cp-product-slider .cp-pager-outer .cp-caption,.cp-pager-outer .cp-caption,.cp-facts-listed,.cp-event-box3:hover {border-color: #74b527; }


/* From icomoon */
@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?shf801');
    src:    url('fonts/icomoon.eot?shf801#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?shf801') format('truetype'),
        url('fonts/icomoon.woff?shf801') format('woff'),
        url('fonts/icomoon.svg?shf801#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bars:before {
    content: "\e900";
}
.icon-cancel:before {
    content: "\e901";
}
.icon-clock:before {
    content: "\e902";
}
.icon-close:before {
    content: "\e903";
}
.icon-cloud:before {
    content: "\e904";
}
.icon-command:before {
    content: "\e905";
}
.icon-drop-down-arrow:before {
    content: "\e906";
}
.icon-facebook:before {
    content: "\e907";
}
.icon-fax:before {
    content: "\e908";
}
.icon-first-prize:before {
    content: "\e909";
}
.icon-first-prize-trophy:before {
    content: "\e90a";
}
.icon-golf-(1):before {
    content: "\e90b";
}
.icon-golf:before {
    content: "\e90c";
}
.icon-golf-cart:before {
    content: "\e90d";
}
.icon-golf-clubs:before {
    content: "\e90e";
}
.icon-medal:before {
    content: "\e90f";
}
.icon-menu:before {
    content: "\e910";
}
.icon-musica-searcher:before {
    content: "\e911";
}
.icon-open-envelope:before {
    content: "\e912";
}
.icon-phone-call:before {
    content: "\e913";
}
.icon-placeholder:before {
    content: "\e914";
}
.icon-play-button-(1):before {
    content: "\e915";
}
.icon-play-button:before {
    content: "\e916";
}
.icon-play-button-inside-a-circle:before {
    content: "\e917";
}
.icon-reply-all:before {
    content: "\e918";
}
.icon-right-arrow:before {
    content: "\e919";
}
.icon-search:before {
    content: "\e91a";
}
.icon-terrace:before {
    content: "\e91b";
}

/* From main.css */
.hide {
    display: none;
}

.show {
    display: initial;
}

.invisible {
    visibility: hidden;
}

.clear {
    display: block;
    clear: both;
}

.clear-after:after {
    display: table;
    clear: both;
    content: '';
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

@media (orientation:landscape) {
    .show-landscape {
        display: block;
    }
}

@media (orientation:portrait) {
    .show-landscape {
        display: none;
    }
}

@media (orientation:portrait) {
    .show-portrait {
        display: block;
    }
}

@media (orientation:landscape) {
    .show-portrait {
        display: none;
    }
}

@media (orientation:landscape) {
    .hide-landscape {
        display: none;
    }
}

@media (orientation:portrait) {
    .hide-landscape {
        display: block;
    }
}

@media (orientation:portrait) {
    .hide-portrait {
        display: none;
    }
}

@media (orientation:landscape) {
    .hide-portrait {
        display: block;
    }
}

@media (min-width:640px) {
    .show-small-only {
        display: none;
    }
}

@media (min-width:0) and (max-width:639px) {
    .show-medium-only {
        display: none;
    }
}

@media (min-width:1024px) {
    .show-medium-only {
        display: none;
    }
}

.show-large-only {
    display: none;
}

@media (min-width:1024px) and (max-width:1340px) {
    .show-large-only {
        display: block;
    }
}

@media (min-width:1341px) {
    .show-large-only {
        display: none;
    }
}

.show-xlarge-only {
    display: none;
}

@media (min-width:1341px) and (max-width:1399px) {
    .show-xlarge-only {
        display: block;
    }
}

@media (min-width:1400px) {
    .show-xlarge-only {
        display: none;
    }
}

.show-xxlarge-only {
    display: none;
}

@media (min-width:1400px) {
    .show-xxlarge-only {
        display: none;
    }
}

.show-medium-up {
    display: none;
}

@media (min-width:640px) {
    .show-medium-up {
        display: block;
    }
}

.show-large-up {
    display: none;
}

@media (min-width:1024px) {
    .show-large-up {
        display: block;
    }
}

.show-xlarge-up {
    display: none;
}

@media (min-width:1341px) {
    .show-xlarge-up {
        display: block;
    }
}

.show-xxlarge-up {
    display: none;
}

@media (min-width:1400px) {
    .show-xxlarge-up {
        display: block;
    }
}

@media (min-width:0) and (max-width:639px) {
    .hide-small-only {
        display: none;
    }
}

@media (min-width:640px) and (max-width:1023px) {
    .hide-medium-only {
        display: none;
    }
}

@media (min-width:1024px) and (max-width:1340px) {
    .hide-large-only {
        display: none;
    }
}

@media (min-width:1341px) and (max-width:1399px) {
    .hide-xlarge-only {
        display: none;
    }
}

@media (min-width:1400px) {
    .hide-xxlarge-only {
        display: none;
    }
}

@media (min-width:640px) {
    .hide-medium-up {
        display: none;
    }
}

@media (min-width:1024px) {
    .hide-large-up {
        display: none;
    }
}

@media (min-width:1341px) {
    .hide-xlarge-up {
        display: none;
    }
}

@media (min-width:1400px) {
    .hide-xxlarge-up {
        display: none;
    }
}

.cp-header {
    z-index: 9998;
}

@media only screen and (max-width:480px) {
    .cp-wrapper .cp-banner ul.cp-hash-listed {
        bottom: 20px;
    }
}

@media only screen and (min-width:992px) {
    .cp-sidemenu-btn {
        display: none;
    }
}

span.scroll-alert {
    position: relative;
    right: 0;
    bottom: 5.75rem;
    left: 0;
    z-index: 1;
    display: block;
    margin: 0 auto;
    width: 3rem;
    height: 3rem;
    color: #fff;
    font-size: 3rem;
    -webkit-animation: bounce 2s;
    animation: bounce 2s;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
}

@media only screen and (max-width:1200px) {
    span.scroll-alert {
        display: none;
    }
}

.cp-default-section {
    position: relative;
    float: left;
    width: 100%;
    background-color: #fff;
    text-align: center;
}

    .cp-default-section p {
        margin: 30px 0 0;
        color: #3a3a3a;
    }

    .cp-default-section a:visited {
        color: #010101;
    }

        .cp-default-section a:visited:hover {
            color: #fff;
        }

.main-content {
    padding: 98px 0 0;
}

    .main-content h1 {
        position: relative;
        display: inline-block;
        margin: 0 0 45px;
        padding-bottom: 20px;
        color: #020202;
        font-weight: 400;
        font-size: 48px;
        line-height: 42px;
    }

        .main-content h1:before {
            position: absolute;
            bottom: 2px;
            left: 0;
            z-index: 9;
            width: 20px;
            border-color: #74b527 !important;
            border-bottom: 3px solid;
            content: '';
        }

        .main-content h1:after {
            position: absolute;
            bottom: -10px;
            left: 0;
            z-index: 9;
            width: 50px;
            border-bottom: 4px solid #ccc;
            content: '';
        }

    .main-content h2 {
        margin-top: 40px;
        margin-bottom: 10px;
        font-size: 38px;
    }

    .main-content ol, .main-content ul {
        margin-left: 25px;
        color: #595959;
    }

    .main-content p {
        margin: 0 0 30px;
        font-size: 18px;
    }

.cp-map-text h2 span {
    color: green;
}

img.align-left {
    float: left;
    padding: 10px 20px 10px 0;
}

img.align-right {
    float: right;
    padding: 10px 0 10px 20px;
}

.two-column {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

@media only screen and (max-width:640px) {
    .two-column {
        display: block;
    }
}

.two-column .col {
    margin-right: 25px;
    width: 50%;
}

@media only screen and (max-width:640px) {
    .two-column .col {
        width: 100%;
    }
}

footer .social-links-container {
    float: left;
}

footer ul.cp-social-links li a {
    background: 0 0;
    color: #fff;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    position: relative;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    height: 100%;
    background: #fff;
    font-size: 100%;
    font-family: sans-serif;
}

    body p, html p {
        color: #3a3a3a;
    }

        body p b, body p strong, html p b, html p strong {
            text-transform: none;
            font-weight: bolder;
            font-family: inherit;
        }

.clearfix:after {
    display: table;
    clear: both;
    content: '';
}

a {
    color: #74b527;
    -webkit-tap-highlight-color: transparent;
}

    a:visited {
        color: #74b527;
    }

    a:focus, a:hover {
        color: #010101;
    }

.element-invisible {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    width: 1px;
    height: 1px;
}

.clear {
    zoom: 1;
}

    .clear:after, .clear:before {
        display: table;
        content: '';
    }

    .clear:after {
        clear: both;
    }

.cp-navigation-row {
    text-align: center;
}

@media only screen and (max-width:992px) {
    .cp-navigation-row {
        text-align: left;
    }
}

.cp-navigation-row .cp-logo {
    width: 145px;
    height: 145px;
    background: url(Images/logo-LLCC-white.svg) no-repeat;
}

@media only screen and (min-width:992px) {
    .cp-navigation-row .cp-logo {
        display: none;
    }
}

.cp-navigation-row nav.navbar.navbar-default .ul1 {
    margin: 0;
    list-style: none;
}

    .cp-navigation-row nav.navbar.navbar-default .ul1 li#logo {
        position: relative;
        top: -50px;
    }

        .cp-navigation-row nav.navbar.navbar-default .ul1 li#logo .a1 {
            font-size: 0;
            line-height: 0;
        }

            .cp-navigation-row nav.navbar.navbar-default .ul1 li#logo .a1:before {
                position: relative;
                display: inline-block;
                width: 145px;
                height: 145px;
                background: url(Images/logo-LLCC-white.svg) no-repeat;
                content: '';
            }

    .cp-navigation-row nav.navbar.navbar-default .ul1 .li1 {
        float: left;
        margin: 0 19px;
        padding-bottom: 10px;
    }

        .cp-navigation-row nav.navbar.navbar-default .ul1 .li1 a {
            padding: 5px 0;
            color: #fff;
        }

            .cp-navigation-row nav.navbar.navbar-default .ul1 .li1 a:hover {
                text-decoration: underline;
            }

        .cp-navigation-row nav.navbar.navbar-default .ul1 .li1:last-child {
            margin-right: 0;
        }

        .cp-navigation-row nav.navbar.navbar-default .ul1 .li1:focus .ul2, .cp-navigation-row nav.navbar.navbar-default .ul1 .li1:hover .ul2 {
            top: 20%;
            visibility: visible;
            opacity: 1;
        }

            .cp-navigation-row nav.navbar.navbar-default .ul1 .li1:focus .ul2 .li2, .cp-navigation-row nav.navbar.navbar-default .ul1 .li1:hover .ul2 .li2 {
                padding: .75rem 1.25rem !important;
            }

                .cp-navigation-row nav.navbar.navbar-default .ul1 .li1:focus .ul2 .li2 a, .cp-navigation-row nav.navbar.navbar-default .ul1 .li1:hover .ul2 .li2 a {
                    font-size: 16px;
                }

                .cp-navigation-row nav.navbar.navbar-default .ul1 .li1:focus .ul2 .li2.show, .cp-navigation-row nav.navbar.navbar-default .ul1 .li1:hover .ul2 .li2.show {
                    display: block;
                }

                .cp-navigation-row nav.navbar.navbar-default .ul1 .li1:focus .ul2 .li2:first-child, .cp-navigation-row nav.navbar.navbar-default .ul1 .li1:hover .ul2 .li2:first-child {
                    padding-top: .9375rem;
                }

                .cp-navigation-row nav.navbar.navbar-default .ul1 .li1:focus .ul2 .li2:last-child, .cp-navigation-row nav.navbar.navbar-default .ul1 .li1:hover .ul2 .li2:last-child {
                    padding-bottom: .9375rem;
                }

    .cp-navigation-row nav.navbar.navbar-default .ul1 .ul2 {
        display: none;
        list-style: none;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

        .cp-navigation-row nav.navbar.navbar-default .ul1 .ul2.is_child {
            position: absolute;
            top: 20%;
            z-index: 1;
            display: block;
            visibility: hidden;
            margin: 0;
            padding: 0;
            padding: 0;
            min-width: 210px;
            border: 0;
            border-radius: 0;
            background-color: rgba(0,0,0,.9);
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-box-shadow: transparent;
            box-shadow: transparent;
            opacity: 0;
        }

        .cp-navigation-row nav.navbar.navbar-default .ul1 .ul2 .li2 {
            border-bottom: 1px solid #444;
            text-align: left;
        }

            .cp-navigation-row nav.navbar.navbar-default .ul1 .ul2 .li2:hover {
                background-color: #74b527;
            }

            .cp-navigation-row nav.navbar.navbar-default .ul1 .ul2 .li2:before {
                position: absolute;
                top: 0;
                right: 0;
                z-index: -1;
                width: 0;
                height: 100%;
                content: '';
            }

.cp-navigation-row .cp-right-nav {
    margin: 0;
}

.ie-bar {
    width: 100%;
    padding: 1rem .9375rem;
    text-align: center;
    border-bottom: 5px solid #eab105;
    background: #ffc410;
    -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 0 0 rgba(0,0,0,.1);
    font-family: Tahoma,Verdana,Segoe,sans-serif;
}

    .ie-bar p {
        margin: 0;
        padding: 0;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #755603;
        font-weight: 700;
        font-size: .75rem;
        line-height: 1.125rem;
        letter-spacing: normal;
    }

        .ie-bar p a {
            display: block;
            color: #4c3906;
        }

            .ie-bar p a:hover {
                color: #222;
            }

.cp-about-section:before {
    background: url(Images/img-text-links.png) top center no-repeat;
}

@media only screen and (max-width:991px) {
    .cp-about-section .container .cp-about-outer .cp-about-thumb {
        margin: 0;
    }
}

.cp-about-section .container .cp-about-outer .cp-about-text.quick-links .cp-heading-style1_v1 {
    margin-bottom: 45px;
}

.cp-about-section .container .cp-about-outer .cp-about-text.quick-links ul {
    float: left;
    margin-bottom: 45px;
    margin-left: 0;
    padding: 0;
    width: 100%;
}

    .cp-about-section .container .cp-about-outer .cp-about-text.quick-links ul li {
        position: relative;
        float: left;
        margin: 0 0 20px;
        padding-left: 28px;
        width: 100%;
        color: #8d8d8d;
        list-style: none;
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
    }

        .cp-about-section .container .cp-about-outer .cp-about-text.quick-links ul li:before {
            position: absolute;
            top: 5px;
            left: 0;
            z-index: 9;
            width: 12px;
            border-color: #74b527;
            border-bottom: 2px solid;
            content: '';
        }

        .cp-about-section .container .cp-about-outer .cp-about-text.quick-links ul li a {
            color: green;
        }

            .cp-about-section .container .cp-about-outer .cp-about-text.quick-links ul li a:hover {
                color: #010101;
            }

.cp-about-section .container .cp-about-outer .cp-about-text.quick-links img {
    width: 133px;
}

.cp-events-section:before {
    background: url(Images/img-text-news.png) top center no-repeat;
}

.cp-event-listed .cp-event-box .cp-date-holder .pubdate p {
    display: block;
    margin: 0 0 8px;
    color: #7a7a7a;
    font-weight: 700;
    font-size: 48px;
    font-family: inherit;
    line-height: 40px;
}

.cp-event-listed .cp-event-box .cp-text {
    margin: 1em 0 !important;
}

    .cp-event-listed .cp-event-box .cp-text a:hover {
        color: #74b527 !important;
    }

    .cp-event-listed .cp-event-box .cp-text a:visited {
        color: #020202;
    }

.pubdate p {
    margin: 0 0 8px;
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    font-family: inherit;
    line-height: 40px;
}

.news-search {
    overflow: hidden;
    margin-bottom: 1.875rem;
    padding: .625rem;
    background: #d3d3d3;
}

.news-listings a {
    color: #020202 !important;
}

    .news-listings a:hover {
        color: #fff !important;
    }

.news-listings h2.headline {
    font-size: 24px;
}

.news-listings .copy p {
    color: #757575;
    font-size: 16px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: transparent;
}

.news-detail .pubdate {
    color: #3a3a3a;
}

.search-btn {
    display: inline-block;
    float: right;
    padding: 0 8px;
    width: 7.125rem;
    height: 1.875rem;
    border: 0;
    background: #dcdcdc;
    color: #757575;
    text-align: center;
    text-decoration: none;
    letter-spacing: normal;
    font-size: 1rem;
    line-height: 1.875rem;
}

.cp-search-inner {
    position: relative;
}



    .cp-search-inner .submit {
        position: absolute;
        right: 0;
        display: inline-block;
        padding: 0;
        height: 40px;
        border: none;
        background-color: transparent;
        color: #fff;
        font-size: 18px;
        line-height: 40px;
    }

.search-results-search {
    overflow: hidden;
    margin-bottom: 1.875rem;
    padding: .625rem;
    background: #d3d3d3;
}

.cp-popup-holder .subscribe {
    position: relative;
    background-color: #e6e6e6;
    color: #000;
    text-align: center;
}

    .cp-popup-holder .subscribe:before {
        position: absolute;
        right: -6px;
        bottom: -6px;
        width: 100%;
        height: 100%;
        border-color: #74b527 !important;
        border-right: 6px solid;
        border-bottom: 6px solid;
        content: '';
    }

a.popup-no {
    color: #020202;
    font-weight: 700;
}

    a.popup-no:before {
        padding-right: 5px;
        content: '\f00d';
        font-family: FontAwesome;
    }

    a.popup-no:hover {
        text-decoration: underline;
    }

#popup {
    top: 10%;
}

.cp-clients-section {
    background: #161616;
}

#cp-clients-slider .owl-controls {
    display: block;
}

    #cp-clients-slider .owl-controls .owl-nav [class*=owl-] {
        display: inline-block !important;
    }

.owl-prev {
    position: absolute;
    top: 40px;
    left: -60px;
    background: 0 0 !important;
    font-size: 26px !important;
}

@media only screen and (max-width:1100px) {
    .owl-prev {
        position: relative;
        top: 0;
        left: 0;
    }
}

.owl-next {
    position: absolute;
    top: 40px;
    right: -50px;
    background: 0 0 !important;
    font-size: 26px !important;
}

@media only screen and (max-width:1100px) {
    .owl-next {
        position: relative;
        top: 0;
        right: 0;
    }
}

.cp-inner-banner-outer h1, .cp-inner-banner-outer h2 {
    margin: 0 0 25px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 60px !important;
    font-family: 'Bebas Neue Book';
}

.subpage .cp-inner-banner {
    background: url(Images/bnr-subpage-about.jpg) top left no-repeat;
    background-size: cover !important;
}

.subpage.sponsorship .cp-inner-banner {
    background: url(Images/bnr-subpage-sponsorship.jpg) top left no-repeat;
}

.subpage.news .cp-inner-banner {
    background: url(Images/bnr-subpage-news.jpg) top left no-repeat;
}

.subpage.volunteer .cp-inner-banner {
    background: url(Images/bnr-subpage-volunteer.jpg) top left no-repeat;
}

.subpage.tickets .cp-inner-banner {
    background: url(Images/bnr-subpage-tickets.jpg) top left no-repeat;
}

.subpage.event-info .cp-inner-banner {
    background: url(Images/bnr-subpage-players.jpg) top left no-repeat;
}

.subpage.contact .cp-inner-banner {
    background: url(Images/bnr-subpage-contact.jpg) top left no-repeat;
}

.cp_side-navigation {
    overflow-y: auto;
}

    .cp_side-navigation .ul1 {
        margin-bottom: 0;
        margin-left: 0;
        padding-left: 0;
        list-style: none;
    }

        .cp_side-navigation .ul1 .li1#logo-mobile {
            display: none;
        }

        .cp_side-navigation .ul1 .li1 {
            text-align: center;
        }

            .cp_side-navigation .ul1 .li1 a {
                position: relative;
                display: inline-block;
            }

            .cp_side-navigation .ul1 .li1 span {
                position: relative;
                top: 5px;
                float: right;
                cursor: pointer;
            }

            .cp_side-navigation .ul1 .li1 .ul2 {
                position: static;
                padding: 0;
                width: 100%;
                border: none;
                background: 0 0;
                -webkit-box-shadow: none;
                box-shadow: none;
                list-style: none;
            }

                .cp_side-navigation .ul1 .li1 .ul2 .li2 {
                    display: none;
                    border-bottom: 1px solid #444;
                }

#cp-slide-menu {
    background: url(Images/img-mobile-menu.jpg) no-repeat;
}

.banner {
    width: 100%;
}

@media screen and (max-width:768px) {
    .banner {
        display: block;
    }
}

.banner .cp-banner {
    position: relative;
    z-index: 1;
}

    .banner .cp-banner .cycle-slideshow {
        position: relative;
        overflow: visible !important;
    }

    .banner .cp-banner .cycle-pager-container {
        position: absolute;
        bottom: 100px;
        left: 0;
        z-index: 999;
        padding-left: 30px;
        text-align: center;
    }

@media only screen and (max-width:1500px) {
    .banner .cp-banner .cycle-pager-container {
        text-align: left;
    }
}

@media only screen and (max-width:1200px) {
    .banner .cp-banner .cycle-pager-container {
        right: 0;
        bottom: 0;
        display: block;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
}

.banner .cp-banner .cycle-pager {
    display: block;
}

@media only screen and (max-width:1200px) {
    .banner .cp-banner .cycle-pager {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.banner .cp-banner .cycle-pager a {
    position: relative;
    display: block;
    padding-bottom: 50px;
    width: 250px;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    font-family: 'Bebas Neue';
    line-height: 24px;
    opacity: .5;
}

    .banner .cp-banner .cycle-pager a:hover {
        opacity: 1;
    }

@media only screen and (max-width:1200px) {
    .banner .cp-banner .cycle-pager a {
        display: inline-block;
        margin-right: 15px;
        padding-bottom: 30px;
        width: auto;
        color: #fff;
    }
}

@media only screen and (max-width:1040px) {
    .banner .cp-banner .cycle-pager a {
        font-size: 20px;
    }
}

@media only screen and (max-width:680px) {
    .banner .cp-banner .cycle-pager a {
        padding-bottom: 10px;
    }
}

.banner .cp-banner .cycle-pager-active a {
    opacity: 1;
}

.banner .cp-banner .cp-banner-content {
    position: absolute;
    bottom: 15%;
    z-index: 4;
    padding: 20px 30px 20px 100px;
}

@media only screen and (max-width:1200px) {
    .banner .cp-banner .cp-banner-content {
        padding-left: 30px;
        text-align: center;
    }
}

.banner .cp-banner .cp-banner-content .container {
    position: relative;
    color: #fff;
}

    .banner .cp-banner .cp-banner-content .container h1 {
        margin: 0;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        font-style: normal;
        font-size: 42px;
        line-height: 1.2;
    }

@media only screen and (max-width:768px) {
    .banner .cp-banner .cp-banner-content .container h1 {
        font-size: 20px;
    }
}

@media only screen and (max-width:680px) {
    .banner .cp-banner .cp-banner-content .container .title {
        line-height: 10px !important;
    }
}

.banner .cp-banner .cp-banner-content .container p {
    margin: 15px auto;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
}

@media only screen and (max-width:768px) {
    .banner .cp-banner .cp-banner-content .container p {
        font-size: 16px !important;
    }
}

@media only screen and (max-width:680px) {
    .banner .cp-banner .cp-banner-content .container a.cp-btn-style1 {
        line-height: 0 !important;
    }
}

.banner .item {
    margin-bottom: -5px;
    width: 100%;
    height: 100vh;
    border-bottom: 4px solid #fff;
    background-position: center center !important;
    background-size: cover;
}

@media only screen and (max-width:1200px) {
    .banner .item {
        height: 70vh;
    }
}

@media only screen and (max-width:991px) {
    .banner .item {
        height: 60vh;
    }
}

@media only screen and (max-width:414px) {
    .banner .item {
        height: 30vh;
    }
}

.cp-gallery-section_v2 {
    padding-top: 0 !important;
    background-color: transparent;
    background-image: none;
}

    .cp-gallery-section_v2 .cp_portfolioGallery {
        margin: 0;
    }

    .cp-gallery-section_v2 figure {
        margin: 1em 0;
    }

.cp-gallery-box .cp-caption .meta-list {
    position: absolute;
    bottom: 50px;
    float: left;
    margin: 0;
    padding: 0 20px;
    width: auto;
}

.col-half {
    float: left;
    padding-right: 24px;
    width: 100%;
    width: calc((100% - 24px)/ 2);
}

@media only screen and (max-width:640px) {
    .col-half {
        float: none;
        margin-right: 0;
        padding-right: 0;
        width: 100%;
    }
}

.col-half:nth-last-child() {
    padding-right: 0;
}

.col-full {
    float: left;
    padding-right: 24px;
    width: calc((100% - 24px)/ 1);
}

@media only screen and (max-width:640px) {
    .col-full {
        padding-right: 0;
        width: 100%;
    }
}

.right {
    float: right;
    margin-top: 45px;
}

a.skipcontent {
    position: absolute;
    top: -40px;
    left: 20px;
    z-index: 100;
    padding: 6px 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: 0 0;
    color: #fff;
    -webkit-transition: top 1s ease-out,background 1s linear;
    -o-transition: top 1s ease-out,background 1s linear;
    transition: top 1s ease-out,background 1s linear;
}

    a.skipcontent:focus {
        position: absolute;
        top: 0;
        left: 20px;
        outline: 0;
        background: #bf1722;
        -webkit-transition: top .1s ease-in,background .5s linear;
        -o-transition: top .1s ease-in,background .5s linear;
        transition: top .1s ease-in,background .5s linear;
    }

@media only screen and (max-width:1023px) {
    a.skipcontent:focus {
        position: relative;
    }
}

/* From subpage */
/*!
* WS Starter
* Designed by LRS Web Solutions (http://lrswebsolutions.com)
* Visit http://lrswebsolutions.com
*/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    color: #000;
    background: #fff;
}

.offscreen {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.hide {
    display: none;
}

.show {
    display: initial;
}

.invisible {
    visibility: hidden;
}

.clear {
    display: block;
    clear: both;
}

.clear-after:after {
    display: table;
    clear: both;
    content: '';
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

@media (orientation:landscape) {
    .show-landscape {
        display: block;
    }
}

@media (orientation:portrait) {
    .show-landscape {
        display: none;
    }
}

@media (orientation:portrait) {
    .show-portrait {
        display: block;
    }
}

@media (orientation:landscape) {
    .show-portrait {
        display: none;
    }
}

@media (orientation:landscape) {
    .hide-landscape {
        display: none;
    }
}

@media (orientation:portrait) {
    .hide-landscape {
        display: block;
    }
}

@media (orientation:portrait) {
    .hide-portrait {
        display: none;
    }
}

@media (orientation:landscape) {
    .hide-portrait {
        display: block;
    }
}

@media (min-width:640px) {
    .show-small-only {
        display: none;
    }
}

@media (min-width:0) and (max-width:639px) {
    .show-medium-only {
        display: none;
    }
}

@media (min-width:1024px) {
    .show-medium-only {
        display: none;
    }
}

.show-large-only {
    display: none;
}

@media (min-width:1024px) and (max-width:1340px) {
    .show-large-only {
        display: block;
    }
}

@media (min-width:1341px) {
    .show-large-only {
        display: none;
    }
}

.show-xlarge-only {
    display: none;
}

@media (min-width:1341px) and (max-width:1399px) {
    .show-xlarge-only {
        display: block;
    }
}

@media (min-width:1400px) {
    .show-xlarge-only {
        display: none;
    }
}

.show-xxlarge-only {
    display: none;
}

@media (min-width:1400px) {
    .show-xxlarge-only {
        display: none;
    }
}

.show-medium-up {
    display: none;
}

@media (min-width:640px) {
    .show-medium-up {
        display: block;
    }
}

.show-large-up {
    display: none;
}

@media (min-width:1024px) {
    .show-large-up {
        display: block;
    }
}

.show-xlarge-up {
    display: none;
}

@media (min-width:1341px) {
    .show-xlarge-up {
        display: block;
    }
}

.show-xxlarge-up {
    display: none;
}

@media (min-width:1400px) {
    .show-xxlarge-up {
        display: block;
    }
}

@media (min-width:0) and (max-width:639px) {
    .hide-small-only {
        display: none;
    }
}

@media (min-width:640px) and (max-width:1023px) {
    .hide-medium-only {
        display: none;
    }
}

@media (min-width:1024px) and (max-width:1340px) {
    .hide-large-only {
        display: none;
    }
}

@media (min-width:1341px) and (max-width:1399px) {
    .hide-xlarge-only {
        display: none;
    }
}

@media (min-width:1400px) {
    .hide-xxlarge-only {
        display: none;
    }
}

@media (min-width:640px) {
    .hide-medium-up {
        display: none;
    }
}

@media (min-width:1024px) {
    .hide-large-up {
        display: none;
    }
}

@media (min-width:1341px) {
    .hide-xlarge-up {
        display: none;
    }
}

@media (min-width:1400px) {
    .hide-xxlarge-up {
        display: none;
    }
}

.content-form {
    position: relative;
    overflow: hidden;
    margin-right: -1.6875rem;
    margin-left: -1.6875rem;
}

    .content-form .form-footer, .content-form .form-header, .content-form h2 {
        padding-right: 1.6875rem;
        padding-left: 1.6875rem;
    }

        .content-form .form-footer p:empty, .content-form .form-header p:empty, .content-form h2 p:empty {
            margin: 0;
        }

    .content-form .form-footer {
        margin-top: 1.875rem;
    }

    .content-form .validation-summary {
        display: none;
    }

    .content-form label {
        position: relative;
        display: inline-block;
        clear: both;
    }

    .content-form input[type=date], .content-form input[type=datetime-local], .content-form input[type=datetime], .content-form input[type=email], .content-form input[type=month], .content-form input[type=number], .content-form input[type=password], .content-form input[type=search], .content-form input[type=tel], .content-form input[type=text], .content-form input[type=time], .content-form input[type=url], .content-form input[type=week], .content-form select, .content-form textarea {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin: 0 0 1.875rem 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .content-form input[type=date]:active, .content-form input[type=date]:focus, .content-form input[type=datetime-local]:active, .content-form input[type=datetime-local]:focus, .content-form input[type=datetime]:active, .content-form input[type=datetime]:focus, .content-form input[type=email]:active, .content-form input[type=email]:focus, .content-form input[type=month]:active, .content-form input[type=month]:focus, .content-form input[type=number]:active, .content-form input[type=number]:focus, .content-form input[type=password]:active, .content-form input[type=password]:focus, .content-form input[type=search]:active, .content-form input[type=search]:focus, .content-form input[type=tel]:active, .content-form input[type=tel]:focus, .content-form input[type=text]:active, .content-form input[type=text]:focus, .content-form input[type=time]:active, .content-form input[type=time]:focus, .content-form input[type=url]:active, .content-form input[type=url]:focus, .content-form input[type=week]:active, .content-form input[type=week]:focus, .content-form select:active, .content-form select:focus, .content-form textarea:active, .content-form textarea:focus {
            outline: 0;
        }

    .content-form textarea {
        height: auto;
        min-height: 7.5rem;
    }

    .content-form .error-msg {
        position: relative;
        top: -1.875rem;
        max-width: 100%;
        margin-top: 0;
        color: red;
    }

    .content-form .required label:after {
        position: relative;
        top: -7px;
        margin-left: 2px;
        content: '\f069';
        text-decoration: inherit;
        font-family: FontAwesome;
        font-size: .375rem;
        font-weight: 400;
        font-style: normal;
    }

    .content-form .checkbox {
        overflow: hidden;
    }

    .content-form input[type=submit] {
        margin-left: 1.6875rem;
        border: 0;
    }

    .content-form .sm-full {
        float: left;
        clear: none;
        width: 100%;
        padding-right: 1.6875rem;
        padding-left: 1.6875rem;
    }

    .content-form .sm-half {
        float: left;
        clear: none;
        width: 50%;
        padding-right: 1.6875rem;
        padding-left: 1.6875rem;
    }

    .content-form .sm-third {
        float: left;
        clear: none;
        width: 33.333%;
        padding-right: 1.6875rem;
        padding-left: 1.6875rem;
    }

    .content-form .sm-two-thirds {
        float: left;
        clear: none;
        width: 66.666%;
        padding-right: 1.6875rem;
        padding-left: 1.6875rem;
    }

    .content-form .sm-quarter {
        float: left;
        clear: none;
        width: 25%;
        padding-right: 1.6875rem;
        padding-left: 1.6875rem;
    }

    .content-form .sm-three-quarters {
        float: left;
        clear: none;
        width: 75%;
        padding-right: 1.6875rem;
        padding-left: 1.6875rem;
    }

    .content-form .sm-last + div {
        clear: both;
    }

@media screen and (min-width:40rem) {
    .content-form .sm-last + div {
        clear: none;
    }

    .content-form .md-full {
        float: left;
        clear: none;
        width: 100%;
        padding-right: 1.6875rem;
        padding-left: 1.6875rem;
    }

    .content-form .md-half {
        float: left;
        clear: none;
        width: 50%;
        padding-right: 1.6875rem;
        padding-left: 1.6875rem;
    }

    .content-form .md-third {
        float: left;
        clear: none;
        width: 33.333%;
        padding-right: 1.6875rem;
        padding-left: 1.6875rem;
    }

    .content-form .md-two-thirds {
        float: left;
        clear: none;
        width: 66.666%;
        padding-right: 1.6875rem;
        padding-left: 1.6875rem;
    }

    .content-form .md-quarter {
        float: left;
        clear: none;
        width: 25%;
        padding-right: 1.6875rem;
        padding-left: 1.6875rem;
    }

    .content-form .md-three-quarters {
        float: left;
        clear: none;
        width: 75%;
        padding-right: 1.6875rem;
        padding-left: 1.6875rem;
    }

    .content-form .md-last + div {
        clear: both;
    }
}

@media screen and (min-width:64rem) {
    .content-form .sm-last + div {
        clear: none;
    }

    .content-form .md-last + div {
        clear: none;
    }

    .content-form .lg-full {
        float: left;
        clear: none;
        width: 100%;
        padding-right: 1.6875rem;
        padding-left: 1.6875rem;
    }

    .content-form .lg-half {
        float: left;
        clear: none;
        width: 50%;
        padding-right: 1.6875rem;
        padding-left: 1.6875rem;
    }

    .content-form .lg-third {
        float: left;
        clear: none;
        width: 33.333%;
        padding-right: 1.6875rem;
        padding-left: 1.6875rem;
    }

    .content-form .lg-two-thirds {
        float: left;
        clear: none;
        width: 66.666%;
        padding-right: 1.6875rem;
        padding-left: 1.6875rem;
    }

    .content-form .lg-quarter {
        float: left;
        clear: none;
        width: 25%;
        padding-right: 1.6875rem;
        padding-left: 1.6875rem;
    }

    .content-form .lg-three-quarters {
        clear: none;
        width: 75%;
        padding-right: 1.6875rem;
        padding-left: 1.6875rem;
    }

    .content-form .lg-last + div {
        clear: both;
    }
}

.accordions {
    margin-bottom: 20px;
}

    .accordions .accordion-title {
        position: relative;
    }

        .accordions .accordion-title button {
            position: relative;
            width: 100%;
            margin: 0 0 .625rem 0;
            padding: 1.25rem 5.125rem .625rem 0;
            text-align: left;
            color: #000;
            border: 0;
            border-bottom: 2px solid gray;
            background: 0 0;
            font-weight: 700;
            font-size: .9375rem;
            line-height: 1.125rem;
            letter-spacing: normal;
        }

            .accordions .accordion-title button span {
                position: absolute;
                right: 0;
                bottom: -2px;
                width: 5rem;
                height: calc(100% + 2px);
                border-bottom: 2px solid gray;
            }

                .accordions .accordion-title button span:after {
                    position: absolute;
                    top: 50%;
                    left: 2rem;
                    content: '\f067';
                    -webkit-transform: translateY(-8px);
                    -ms-transform: translateY(-8px);
                    transform: translateY(-8px);
                    text-align: center;
                    text-decoration: inherit;
                    color: #000;
                    font-family: FontAwesome;
                    font-size: 1.125rem;
                    font-weight: 400;
                    font-style: normal;
                }

            .accordions .accordion-title button:hover {
                cursor: pointer;
            }

            .accordions .accordion-title button:focus, .accordions .accordion-title button:hover {
                color: #00f;
                border: 0;
                border-bottom: 2px solid gray;
                outline: 0;
                background: 0 0;
            }

                .accordions .accordion-title button:focus span, .accordions .accordion-title button:hover span {
                    border-bottom: 2px solid gray;
                }

        .accordions .accordion-title.is-active button, .accordions .accordion-title.is-active button:focus {
            color: #00f;
            border: 0;
            border-bottom: 2px solid gray;
            outline: 0;
            background: 0 0;
        }

            .accordions .accordion-title.is-active button span, .accordions .accordion-title.is-active button:focus span {
                border-bottom: 2px solid gray;
            }

                .accordions .accordion-title.is-active button span:after, .accordions .accordion-title.is-active button:focus span:after {
                    content: '\f068';
                }

    .accordions .accordion-content[aria-hidden] {
        display: none;
    }

    .accordions .accordion-content[aria-hidden=false] {
        display: block;
    }

    .accordions.active h2 {
        margin: 0;
    }

.tabs {
    position: relative;
    margin-bottom: 1.25rem;
}

    .tabs:not(.location-tabs).scroll-left:before, .tabs:not(.location-tabs).scroll-right:after {
        position: absolute;
        z-index: 99;
        width: 2.5rem;
        height: 3.75rem;
        content: '';
    }

    .tabs:not(.location-tabs).scroll-left:before {
        top: 0;
        left: 0;
        background: -webkit-gradient(linear,left top,right top,from(white),to(rgba(255,255,255,0)));
        background: -o-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,#fff 0,rgba(255,255,255,0) 100%);
    }

    .tabs:not(.location-tabs).scroll-right:after {
        top: 0;
        right: 0;
        background: -webkit-gradient(linear,right top,left top,from(white),to(rgba(255,255,255,0)));
        background: -o-linear-gradient(right,#fff 0,rgba(255,255,255,0) 100%);
        background: linear-gradient(to left,#fff 0,rgba(255,255,255,0) 100%);
    }

    .tabs .tab-con {
        position: relative;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 2px;
        padding: 0;
        white-space: nowrap;
    }

    .tabs .tab-list {
        display: none;
        margin: 0;
        padding: 0;
        list-style: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 900;
        font-size: .875rem;
        line-height: 1.0625rem;
        letter-spacing: normal;
    }

        .tabs .tab-list[role=tablist] {
            display: inline-block;
        }

        .tabs .tab-list li {
            display: inline-block;
            margin: 0 3px 0 0;
            padding: 0;
            white-space: nowrap;
        }

            .tabs .tab-list li:last-child {
                margin: 0;
            }

            .tabs .tab-list li a {
                position: relative;
                display: block;
                padding: .75rem 1.1875rem;
                background: gray;
                color: #000;
                text-align: center;
                text-decoration: none;
            }

                .tabs .tab-list li a:hover, .tabs .tab-list li a[role=tab]:focus {
                    outline: 0;
                    background: #000;
                    color: #fff;
                }

                .tabs .tab-list li a[aria-selected] {
                    border: 0;
                    background: gray;
                    color: #000;
                    padding: .75rem 1.1875rem;
                }

                    .tabs .tab-list li a[aria-selected]:hover, .tabs .tab-list li a[aria-selected][role=tab]:focus {
                        background: gray;
                        color: #000;
                    }

    .tabs [role=tabpanel][aria-hidden=true] {
        display: none;
    }

    .tabs [role=tabpanel] .tab-title {
        display: none;
    }

table.tablesaw {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1.5rem 0;
    padding: 0;
    empty-cells: show;
    border: 0;
    border-collapse: collapse;
    font-size: .875rem;
    line-height: 1.0625rem;
    letter-spacing: normal;
}

.tablesaw * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
    display: none;
}

@media only all {
    .tablesaw-stack {
        clear: both;
    }

        .tablesaw-stack td, .tablesaw-stack th {
            display: block;
            text-align: left;
        }

        .tablesaw-stack tr {
            display: table-row;
            clear: both;
        }

        .tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
            display: inline-block;
            width: 30%;
            padding: 0 10px 0 0;
        }

        .tablesaw-stack td .tablesaw-cell-label-top, .tablesaw-stack th .tablesaw-cell-label-top {
            display: block;
            margin: 6px 0;
            padding: 6px 0;
        }

        .tablesaw-stack .tablesaw-cell-label {
            display: block;
        }

        .tablesaw-stack tbody th.group {
            margin-top: -1px;
        }

        .tablesaw-stack th.group b.tablesaw-cell-label {
            display: none !important;
        }
}

@media (max-width:39.9375em) {
    table.tablesaw-stack {
        margin: 0 -1.25rem 1.5rem -1.25rem;
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
    }

        table.tablesaw-stack tbody tr {
            display: block;
            width: 100%;
            padding: 0 1.25rem;
        }

            table.tablesaw-stack tbody tr:last-child {
                border-bottom: 1px solid gray;
            }

        table.tablesaw-stack thead {
            display: none;
        }

        table.tablesaw-stack tbody td, table.tablesaw-stack tbody th {
            display: block;
            clear: left;
            width: 100%;
            padding: 0;
        }

            table.tablesaw-stack tbody td:last-child, table.tablesaw-stack tbody th:last-child {
                border-bottom: 0;
            }

        table.tablesaw-stack td .tablesaw-cell-label {
            display: inline-block;
            padding: .5rem .5rem .5rem 0;
            text-transform: uppercase;
            vertical-align: top;
            background: 0 0;
            font-weight: 700;
        }

        table.tablesaw-stack td .tablesaw-cell-content {
            display: inline-block;
            max-width: 67%;
            padding: .5rem 0 .5rem .5rem;
        }

        table.tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content, table.tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label {
            display: block;
            width: 100%;
            max-width: 100%;
            padding: 0;
        }

        table.tablesaw-stack td:empty, table.tablesaw-stack th:empty {
            display: none;
        }
}

@media (min-width:40em) {
    .tablesaw-stack tr {
        display: table-row;
    }

    .tablesaw-stack td, .tablesaw-stack th, .tablesaw-stack thead td, .tablesaw-stack thead th {
        display: table-cell;
        margin: 0;
    }

        .tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
            display: none !important;
        }

    .tablesaw-stack thead th {
        padding: .625rem 1.125rem .5rem;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
    }

        .tablesaw-stack thead th:last-child {
            border-right: 0;
        }

    .tablesaw-stack tbody tr td {
        padding: .75rem 1.125rem .625rem;
    }

        .tablesaw-stack tbody tr td:last-child {
            border-right: 0;
        }
}

.flex-container {
    width: 100%;
    max-width: 100%;
}

@media (min-width:1024px) {
    .flex-container.alignleft {
        width: 40%;
        float: left;
        margin: 0 15px 10px 0;
    }

    .flex-container.alignright {
        width: 40%;
        float: right;
        margin: 0 0 10px 15px;
    }

    .flex-container.aligncenter {
        width: 40%;
        margin: 0 auto 10px auto;
    }
}

.flex-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

    .flex-video embed, .flex-video iframe, .flex-video object, .flex-video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.search-results {
    font-size: .875rem;
    line-height: 1.375rem;
    letter-spacing: normal;
}

    .search-results .stats {
        margin: 1.875rem 0;
    }

    .search-results .search-results-search {
        background: #d3d3d3;
        overflow: hidden;
        padding: .625rem;
        margin-bottom: 1.875rem;
    }

        .search-results .search-results-search input[name=search] {
            border: 0;
            padding: 0;
            font-size: 1rem;
            line-height: 1.875rem;
            letter-spacing: normal;
            height: 1.875rem;
            padding: 0 8px;
            width: calc(100% - 118px);
            font-style: italic;
            float: left;
        }

            .search-results .search-results-search input[name=search]::-webkit-input-placeholder {
                font-size: 1rem;
                line-height: 1.875rem;
                letter-spacing: normal;
                font-style: italic;
            }

            .search-results .search-results-search input[name=search]:-moz-placeholder {
                font-size: 1rem;
                line-height: 1.875rem;
                letter-spacing: normal;
                font-style: italic;
            }

            .search-results .search-results-search input[name=search]::-moz-placeholder {
                font-size: 1rem;
                line-height: 1.875rem;
                letter-spacing: normal;
                font-style: italic;
            }

            .search-results .search-results-search input[name=search]:-ms-input-placeholder {
                font-size: 1rem;
                line-height: 1.875rem;
                letter-spacing: normal;
                font-style: italic;
            }

        .search-results .search-results-search button[name=search-submit] {
            display: inline-block;
            border: 0;
            padding: 0 8px;
            font-size: 1rem;
            line-height: 1.875rem;
            letter-spacing: normal;
            height: 1.875rem;
            width: 7.125rem;
            text-align: center;
            float: right;
            text-decoration: none;
        }

            .search-results .search-results-search button[name=search-submit]:focus, .search-results .search-results-search button[name=search-submit]:hover {
                text-decoration: none;
            }

    .search-results .results {
        position: relative;
        padding-top: 1.25rem;
    }

        .search-results .results:before {
            content: '';
            background: gray;
            position: absolute;
            top: -1rem;
            width: 100%;
            height: 1px;
        }

    .search-results .pagination {
        border-top: 1px solid gray;
    }

        .search-results .pagination > td {
            padding: 1rem 0 0 0;
        }

        .search-results .pagination a, .search-results .pagination span {
            background: #d3d3d3;
            color: gray;
            display: inline-block;
            text-decoration: none;
            padding: 3px 6px;
            border: 1px solid gray;
            font-size: .8125rem;
            line-height: .8125rem;
            letter-spacing: normal;
        }

        .search-results .pagination a {
            color: #00f;
        }

            .search-results .pagination a:visited {
                color: #00f;
            }

            .search-results .pagination a:focus, .search-results .pagination a:hover {
                color: red;
            }

    .search-results th[scope=col] {
        display: none;
    }

    .search-results tr:nth-child(n+2):not(.pagination) > td {
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: normal;
        padding-bottom: 1.25rem;
    }

        .search-results tr:nth-child(n+2):not(.pagination) > td a {
            display: block;
            font-size: 1.125rem;
            line-height: 1.3125rem;
            letter-spacing: normal;
            letter-spacing: .0625em;
            font-weight: 400;
        }

.cp-inner-banner { margin-bottom: 15px; }

/* CEMS Style Overrides */
.cems-page { color: black; margin-top: 10px; }
.cems-sectionheader-main, .ui-widget-header, .sectionHeader { background-color: #f00840; color: white; }
.cems-sectionheader-main a, .ui-widget-header a, .sectionHeader a { color: white; }
.cems-sectionheader-alt, .sectionHeaderHighlighted { background-color: black; color: white; }
.cems-sectionheader-alt a, .sectionHeaderHighlighted a { color: white; }
.cems-copyright, .cems-copyright a { color: black; }
.ui-widget-content, .ui-widget-content a { color: #333333; }

.cems-bruno-contact-footer {
    width: 100%;
    padding: 5px;
    margin-top: 10px;
}

.cems-bruno-contact-footer * {
    vertical-align: middle;
}

.cems-bruno-contact-footer > div {
    margin: 0;
    padding: 0;
    text-align: center;
}

.cems-bruno-contact-footer img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.cems-bruno-contact-footer > div:nth-child(1) {
    line-height: 22px;
    font-weight: bold;
}

.cems-bruno-contact-footer > div:nth-child(2), .cems-bruno-contact-footer > div:nth-child(3) {
    line-height: 20px;
}

.cems-bruno-contact-footer > div:nth-child(4) {
    font-size: 80%;
    font-weight: bold;
    text-align: center;
}

@media only screen and (min-width:1px) and (max-width:729px) {

    .cems-bruno-contact-footer > div {
        padding-top: 5px;
    }

    .cems-ots-landing-item > div:nth-child(1) > div:nth-child(1) {
        float: none;
    }

    .cems-ots-landing-item > div:nth-child(1) > div:nth-child(2) {
        float: none;
        font-weight: bold;
    }
}

@media only screen and (min-width:730px) {

    .cems-ots-landing-customhtml, .cems-ots-landing-items, .cems-ots-landing-coinline, .cems-ots-landing-cofixed, .cems-ots-landing-donation, .cems-ots-landing-status, .cems-ots-checkout-customhtml, .cems-ots-checkout-section {
        max-width: 900px;
    }

    .cems-bruno-contact-footer {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .cems-bruno-contact-footer > div:nth-child(1), .cems-bruno-contact-footer > div:nth-child(2), .cems-bruno-contact-footer > div:nth-child(3) {
        float: left;
    }

    .cems-bruno-contact-footer > div:nth-child(1) {
        width: 20%;
    }

    .cems-bruno-contact-footer > div:nth-child(2), .cems-bruno-contact-footer > div:nth-child(3) {
        width: 40%;
    }

    .cems-bruno-contact-footer > div:nth-child(4) {
        clear: both;
        padding-top: 10px;
    }
}
