    /* google fonts */
    /*     
    @import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900,700italic,500italic,400italic,300italic);
    @import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700); */
    
    body {
        color: #666;
        font-size: 14px;
        /*font-size:100%;*/
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
        position: relative;
        right: 0;
        overflow-x: hidden;
    }
    
    html * {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased
    }
    /* body,
    html {} */
    
    a {
        color: #a02020;
        outline: 0
    }
    
    a:focus,
    a:hover {
        text-decoration: none;
        color: #383838;
        outline: 0
    }
    
    .nopadding {
        margin: 0!important;
        padding: 0!important
    }
    
    .padding-top {
        padding-top: 60px
    }
    
    .padding-bottom {
        padding-bottom: 60px
    }
    
    .padding-top-bottom {
        padding-top: 60px;
        padding-bottom: 60px
    }
    
    hr {
        border-top: 1px solid #ccc
    }
    
     ::selection {
        background: deepskyblue
    }
    
    .lead {
        font-weight: 400;
        font-style: italic;
        color: #A0A0A0
    }
    
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 200
    }
    
    b,
    strong {
        font-weight: 600
    }
    
    p {
        border: 0;
        font: inherit;
        line-height: 24px;
        margin-bottom: 15px
    }
    
    code {
        padding: 2px 4px;
        color: #c6463d;
        background-color: #f5f5f5;
        border-radius: 0
    }
    
    pre {
        border: 0;
        border-radius: 0;
        margin: 1.5em 0
    }
    
    .blockquote-reverse,
    blockquote {
        padding-top: 0;
        padding-bottom: 0;
        border-color: #202020
    }
    
    .text-left {
        text-align: left!important
    }
    
    @media (max-width:767px) {
        .text-left {
            text-align: center!important
        }
    }
    
    .half-box-left {
        max-width: 555px;
        float: right;
        height: inherit;
        padding-right: 30px
    }
    
    @media (max-width:1200px) {
        .half-box-left {
            max-width: 455px;
            padding-right: 30px
        }
    }
    
    @media (max-width:992px) {
        .half-box-left {
            max-width: 345px;
            padding-right: 15px
        }
    }
    
    @media (max-width:767px) {
        .half-box-left {
            max-width: 100%
        }
    }
    
    .half-box-right {
        max-width: 555px;
        float: left;
        height: inherit;
        padding-left: 40px
    }
    
    @media (max-width:1200px) {
        .half-box-right {
            max-width: 455px;
            padding-left: 40px
        }
    }
    
    @media (max-width:992px) {
        .half-box-right {
            max-width: 345px;
            padding-left: 30px
        }
    }
    
    @media (max-width:767px) {
        .half-box-right {
            max-width: 100%
        }
    }
    
    .middle-row {
        font-size: 0
    }
    
    .middle-row>* {
        float: none;
        display: inline-block;
        font-size: 16px
    }
    
    .middle-row p:last-child {
        margin-bottom: 0
    }
    
    .middle-row h2 {
        margin-top: 0
    }
    
    .middle {
        vertical-align: middle
    }
    
    @media (max-width:767px) {
        .middle-row>* {
            display: block;
            text-align: center
        }
    }
    
    .footer-image {
        margin: auto;
        display: block;
        position: absolute;
        bottom: 0
    }
    
    .bg-half-right {
        background: linear-gradient(to right, #FFF 0, #FFF 50%, #ecf0f1 50%, #ecf0f1 100%)
    }
    
    .bg-half-left {
        background: linear-gradient(to right, #ecf0f1 0, #ecf0f1 50%, #FFF 50%, #FFF 100%)
    }
    
    @media (max-width:767px) {
        .bg-half-left,
        .bg-half-right {
            background: #ecf0f1;
            text-align: center;
            border-bottom: solid #aaa 1px
        }
        .bg-half-right img {
            padding-top: 40px
        }
    }
    
    .map {
        height: 400px
    }
    
    section {
        background-color: #FFF;
        position: relative
    }
    
    .header {
        text-align: center
    }
    
    .header h2 {
        font-size: 38px;
        font-weight: 400;
        display: block;
        margin-top: 0;
        text-transform: uppercase
    }
    
    .header p {
        font-size: 1.4rem;
        line-height: 20px;
        text-align: justify;
    }
    
    .color-text {
        color: #F7C723
    }
    
    .white-text {
        color: #FFF!important
    }
    
    .texture-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/grid.png)
    }
    
    .color-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .6;
        background-color: #F7C723
    }
    
    .dark-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .6;
        background-color: #000
    }
    
    .bg-image-2 {
        background: url(../img/mockup5.png) center center no-repeat;
        background-size: cover
    }
    
    @media (max-width:767px) {
        .bg-image-2 {
            background: url(../img/mockup5.png) 20% center no-repeat #F7C723
        }
    }
    
    .bordered {
        border: 2px solid #fff;
        display: inline-block
    }
    
    .m-center {
        display: table;
        width: 100%
    }
    
    .m-center .center-box {
        display: table-cell;
        vertical-align: middle;
        margin-top: 0;
        margin-bottom: 0;
        float: none;
        z-index: 60
    }
    
    .m-center>div>div {
        position: relative
    }
    
    .center-vertical {
        display: table;
        height: inherit
    }
    
    .center-vertical .center-vertical-box {
        display: table-cell;
        vertical-align: middle;
        margin-top: 0;
        margin-bottom: 0;
        float: none;
        z-index: 60;
        height: inherit
    }
    
    .module-2 {
        min-height: 500px;
        padding: 0
    }
    
    .module-28 .item {
        position: absolute;
        width: inherit;
        height: inherit;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat
    }
    
    #hero {
        height: 550px
    }
    
    .hero-unit {
        text-align: center;
        padding: 0;
        margin: 0;
        background-color: transparent
    }
    
    .hero-unit h1 {
        font-size: 70px;
        font-weight: 200;
        margin-top: 70px
    }
    
    .hero-start-link,
    .hero-start-link:focus {
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -19px;
        margin-bottom: 125px!important;
        display: block;
        width: 55px;
        height: 55px;
        border: 1px solid #fff;
        border-radius: 50%;
        line-height: 52px;
        text-align: center;
        font-size: 28px;
        color: #FFF;
    }
    
    .hero-start-link:hover {
        color: #a02020;
        text-decoration: none
    }
    
    #hero {
        background: url(../img/banner1.jpg) no-repeat center top;
    }
    
    #hero h2 {
        font-size: 70px;
        font-weight: 400;
        margin: 0px;
        font-family: 'Ubuntu', sans-serif;
        margin-top: 242px;
        color: #a02020;
    }
    
    #hero p {
        margin: 5px 0 0 40px;
    }
    
    #hero p,
    .hero-unit p {
        font-style: italic;
        font-size: 25px;
        font-family: 'Roboto', sans-serif;
        color: #fff;
        font-weight: 100;
    }
    
    #biography {
        background: url(../img/biography.jpg) center top no-repeat;
        color: #333;
        padding: 0px 0px 80px 0px;
    }
    
    #concert {
        background: url(../img/biography.jpg) center top no-repeat;
        color: #333;
        padding: 0px 0px 80px 0px;
    }
    
    .datebox {
        display: block;
    }
    
    .concertTitle {
        color: #a02020;
        display: block;
    }
    
    #biography h1,
    #audio h1,
    #photos h1,
    #videos h1,
    #downloads h1,
    #cd-release h1,
    #concert h1 {
        text-align: center;
        display: block;
        font-size: 32px;
        color: #333333;
        font-weight: 500;
        font-family: 'Ubuntu', sans-serif;
        margin-bottom: 25px;
        padding: 109px 0px 30px 0px;
        background: url(../img/heading.jpg) no-repeat center bottom;
    }
    
    #achievements {
        background: url(../img/achievement.jpg) center bottom no-repeat #000;
        color: #666;
        padding: 90px 0px 160px 0px;
    }
    
    #videos {
        background: url(../img/videobg.jpg) no-repeat center bottom #fff;
    }
    
    #downloads {
        background: url(../img/downloadbg.jpg) no-repeat center bottom #fff;
    }
    
    #make-an-enquiry {
        background: url(../img/contactsbg.jpg) center bottom no-repeat #1e191f;
        padding: 88px 0px 160px 0px;
    }
    
    #achievements li {
        display: block;
        padding: 7px 0px 7px 20px;
        color: #8d8a8a;
        background: url(../img/arrow.png) no-repeat 0px 14px;
    }
    
    .awrds img {
        border-radius: 60px 0px 60px 0px;
        border: 1px solid #000;
    }
    
    .awrds img:hover {
        border: 1px solid #a02020;
        opacity: 0.8;
    }
    
    #achievements h1,
    /*#cd-release h1*/
    
    #make-an-enquiry h1,
    #photos h1 {
        text-align: center;
        display: block;
        font-size: 32px;
        color: #fff;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 500;
        margin-bottom: 25px;
        padding: 0px 0px 30px 0px;
        background: url(../img/bar.png) no-repeat center bottom;
    }
    
    .fellowship h2 {
        font-size: 22px !important;
        font-weight: 500;
        color: #999 !important;
    }
    
    .fellowship li {
        float: left;
        width: 46%;
        padding: 0px 10px;
    }
    
    .spinner {
        margin: 0 auto;
        width: 70px;
        text-align: center
    }
    
    .spinner>div {
        width: 18px;
        height: 18px;
        background-color: rgba(255, 255, 255, .5);
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
        animation: bouncedelay 1.4s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }
    
    .spinner .bounce1 {
        -webkit-animation-delay: -.32s;
        animation-delay: -.32s
    }
    
    .spinner .bounce2 {
        -webkit-animation-delay: -.16s;
        animation-delay: -.16s
    }
    
    @-webkit-keyframes bouncedelay {
        0%,
        100%,
        80% {
            -webkit-transform: scale(0)
        }
        40% {
            -webkit-transform: scale(1)
        }
    }
    
    @keyframes bouncedelay {
        0%,
        100%,
        80% {
            transform: scale(0);
            -webkit-transform: scale(0)
        }
        40% {
            transform: scale(1);
            -webkit-transform: scale(1)
        }
    }
    
    .btn {
        font-family: inherit;
        font-size: 14px;
        cursor: pointer;
        padding: 0 35px;
        line-height: 1em;
        display: inline-block;
        margin: 0 10px 15px 0;
        text-decoration: none;
        outline: 0!important;
        position: relative;
        background: #F7C723;
        color: #202020;
        border-radius: 0px;
        font-weight: 100;
        letter-spacing: 1px;
        -webkit-box-shadow: 0 0px 0 #ECB709;
        -moz-box-shadow: 0 0px 0 #ECB709;
        box-shadow: 0 0px 0 #ECB709;
    }
    
    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active {
        color: #fff !important;
        background-color: #921818 !important;
        border-color: #921818 !important;
    }
    
    .coloumn {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
    }
    
    .btn:active,
    .btn:focus,
    .btn:hover {
        color: #202020;
        top: 0px;
        text-decoration: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    
    .btn>i.fa {
        padding-right: 10px
    }
    
    .btn>b {
        font-size: 26px;
        line-height: 48px;
        vertical-align: bottom;
        padding: 0 10px 0 0
    }
    
    .btn>span {
        font-weight: 700;
        font-size: 24px;
        margin: 0;
        vertical-align: middle;
        display: inline-block;
        padding: 0 0 5px 5px
    }
    
    .btn.outline {
        background: 0 0;
        border: 2px solid #F7C723;
        box-shadow: none;
        color: #F7C723;
        text-decoration: none
    }
    
    .btn.outline:focus,
    .btn.outline:hover {
        background: #F7C723;
        border-color: #F7C723;
        color: #FFF;
        top: 0;
        text-decoration: none;
        -moz-box-shadow: 0 7px 26px -4px rgba(0, 0, 0, .7);
        -webkit-box-shadow: 0 7px 26px -4px rgba(0, 0, 0, .7);
        box-shadow: 0 7px 26px -4px rgba(0, 0, 0, .7)
    }
    
    .btn.outline-white {
        background: 0 0;
        border: 2px solid #FFF;
        box-shadow: none;
        color: #FFF;
        text-decoration: none
    }
    
    .btn.outline-white:focus,
    .btn.outline-white:hover {
        background: #FFF;
        border-color: #FFF;
        color: #383838;
        top: 4px;
        text-decoration: none;
        -moz-box-shadow: 0 7px 26px -4px rgba(0, 0, 0, .7);
        -webkit-box-shadow: 0 7px 26px -4px rgba(0, 0, 0, .7);
        box-shadow: 0 7px 26px -4px rgba(0, 0, 0, .7)
    }
    
    .btn.white {
        background: #FFF;
        color: #202020;
        text-decoration: none;
        -webkit-box-shadow: 0 4px 0 #E0E0E0;
        -moz-box-shadow: 0 4px 0 #E0E0E0;
        box-shadow: 0 4px 0 #E0E0E0
    }
    
    .btn.white:focus,
    .btn.white:hover {
        color: #202020;
        top: 4px;
        text-decoration: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    
    .btn.dark {
        background: #202020;
        color: #fff;
        text-decoration: none;
        -webkit-box-shadow: 0 4px 0 #000;
        -moz-box-shadow: 0 4px 0 #000;
        box-shadow: 0 4px 0 #000
    }
    
    .btn.dark:focus,
    .btn.dark:hover {
        color: #fff;
        top: 4px;
        text-decoration: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    
    .img-hero {
        background-image: url(../img/mockup4.png);
        background-repeat: no-repeat;
        background-position: center top!important;
        text-align: center;
        padding-top: 100px;
        height: 400px
    }
    
    @media (max-width:767px) {
        .img-hero {
            margin-top: 30px
        }
    }
    
    .menu-open {
        overflow: hidden
    }
    
    #menu-link {
        position: fixed;
        top: 18px;
        height: 50px;
        width: 50px;
        z-index: 111;
        border-radius: 50%;
        left: 5%;
        background-color: brown;
    }
    
    #menu-link.is-clicked {
        background-color: brown;
        color: #fff !important
    }
    
    #menu-link .cd-menu-text {
        height: 100%;
        text-transform: uppercase;
        color: #383838;
        font-weight: 600;
        display: none;
    }
    
    #menu-link .menu-icon {
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 18px;
        height: 2px;
        background-color: #FFF
    }
    
    #menu-link:hover .menu-icon {
        background-color: #fff
    }
    
    #menu-link .menu-icon::before,
    #menu-link .menu-icon:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: inherit;
        left: 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s;
        transition: transform .3s
    }
    
    #menu-link .menu-icon::before {
        -webkit-transform: translateY(-6px) rotate(0deg);
        -moz-transform: translateY(-6px) rotate(0deg);
        -ms-transform: translateY(-6px) rotate(0deg);
        -o-transform: translateY(-6px) rotate(0deg);
        transform: translateY(-6px) rotate(0deg)
    }
    
    #menu-link .menu-icon::after {
        -webkit-transform: translateY(6px) rotate(0deg);
        -moz-transform: translateY(6px) rotate(0deg);
        -ms-transform: translateY(6px) rotate(0deg);
        -o-transform: translateY(6px) rotate(0deg);
        transform: translateY(6px) rotate(0deg)
    }
    
    #menu-link.is-clicked .menu-icon {
        background-color: rgba(255, 255, 255, 0)
    }
    
    #menu-link.is-clicked .menu-icon::after,
    #menu-link.is-clicked .menu-icon::before {
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s;
        transition: transform .3s
    }
    
    #menu-link.is-clicked .menu-icon::before {
        background-color: #fff;
        -webkit-transform: translateY(5px) rotate(37deg);
        -moz-transform: translateY(5px) rotate(37deg);
        -ms-transform: translateY(5px) rotate(37deg);
        -o-transform: translateY(5px) rotate(37deg);
        transform: translateY(5px) rotate(37deg)
    }
    
    #menu-link.is-clicked .menu-icon::after {
        background-color: #fff;
        -webkit-transform: translateY(-5px) rotate(-37deg);
        -moz-transform: translateY(-5px) rotate(-37deg);
        -ms-transform: translateY(-5px) rotate(-37deg);
        -o-transform: translateY(-5px) rotate(-37deg);
        transform: translateY(-5px) rotate(-37deg)
    }
    
    .carousel-indicators {
        bottom: 120px;
    }
    
    .fb {
        background: #455da5 !important;
        color: #fff !important;
        font-size: 23px;
    }
    
    .yb {
        background: #ff4141 !important;
        color: #fff !important;
        font-size: 23px;
    }
    
    .hero-unit {
        background-color: transparent;
        margin: 0;
        padding: 0;
        position: absolute;
        text-align: center;
        top: 48%;
        width: 100%;
        z-index: 99999;
    }
    
    .hero-unit h2 {
        font-size: 70px;
        font-weight: 400;
        margin: 0px 0px 5px 0px;
        font-family: 'Ubuntu', sans-serif;
        color: #a02020;
    }
    
    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        height: 340px;
    }
    
    .overlay {
        position: fixed;
        /* background: url(../img/navbg.jpg) no-repeat #000; */
        /* background: url(../img/navbg.jpg) no-repeat #000; */
        background: #000;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        opacity: 0;
        /*visibility:hidden;*/
        -webkit-transition: opacity .35s, visibility .35s, width .35s ease-in-out;
        transition: opacity .35s, visibility .35s, width .35s ease-in-out;
        overflow: hidden;
        z-index: 100
    }
    
    .overlay.open {
        opacity: 1;
        visibility: visible;
        width: 320px;
        overflow: hidden
    }
    
    .overlay nav {
        position: relative;
        height: 60%;
        top: 40%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 19px;
        font-weight: 300;
        text-align: left
    }
    
    .overlay nav ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        height: 100%
    }
    
    .overlay nav ul li {
        display: block;
        /*height:20%;height:-webkit-calc(100% / 5);height:calc(100% / 5);min-height:32px;*/
        position: relative
    }
    
    .overlay nav ul li a {
        display: block;
        position: relative;
        color: #FFF;
        overflow: hidden;
        padding-top: 8px;
    }
    
    .overlay nav ul li a:hover {
        text-decoration: none;
        color: #a02020
    }
    /*.overlay nav ul li a:after{content:'';position:absolute;bottom:0;left:0;-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%);height:3px;width:100%;-webkit-transition:.35s ease;transition:.35s ease}

.overlay nav ul li a:hover:after{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}*/
    
    .bg-white {
        background-color: #fff
    }
    
    .bg-black {
        background-color: #000
    }
    
    .bg-dark {
        background-color: #202020
    }
    
    .bg-shop {
        background: #a02020;
    }
    
    .dwnbg {
        background-color: #a02020;
        margin-bottom: 15px;
    }
    
    .prstbg {
        background-color: #343232;
    }
    
    .subnav li {
        display: block;
        width: 100%;
        margin-top: 20px;
        padding: 8px 10px 8px 20px;
        float: left;
    }
    
    .dwnbg a:hover,
    .prstbg a:hover {
        color: #000 !important;
    }
    
    .mainnav li {
        display: block;
        width: 100%;
        padding: 10px 10px 10px 20px;
        float: left;
    }
    
    .mainnav li span,
    .subnav li span {
        margin-right: 15px;
        float: left;
        margin-top: -8px;
    }
    
    .modal-content .close-modal,
    .modal-content .close-modal:hover {
        background-color: transparent;
        top: 4px;
        right: 4px;
    }
    
    .close {
        font-weight: 200;
        text-shadow: 0 0px 0 #fff;
        opacity: 1;
        color: #fff;
        outline: none;
    }
    
    .close:focus,
    .close:hover {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: 1;
    }
    
    .floating-label-form-group {
        border-bottom: 1px solid #5f5f5f;
        margin-bottom: 0;
        position: relative;
        /* padding-bottom: 0.5em; */
        padding-bottom: 0px;
        padding-left: 0px;
    }
    
    .floating-label-form-group input,
    .floating-label-form-group textarea {
        background: none;
        border: none;
        border-radius: 0;
        color: #fff;
        padding-left: 0;
        padding-right: 0;
        box-shadow: none !important;
        position: relative;
        z-index: 1;
        font-size: 16px;
        resize: none;
    }
    
    .floating-label-form-group select {
        margin-top: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        font-size: 1.5em;
        box-shadow: none;
        margin-left: -4px;
        color: #fff !important;
        background: transparent;
    }
    
    .floating-label-form-group label {
        pointer-events: none;
        display: block;
        position: relative;
        top: 2em;
        font-weight: 400;
        opacity: 0;
        z-index: 0;
        font-size: 0.85em;
        line-height: 1.764705882em;
        /* vertical-align: baseline; */
        margin: 0;
        -webkit-transition: top 0.3s ease, opacity 0.3s ease;
        -moz-transition: top 0.3s ease, opacity 0.3s ease;
        -ms-transition: top 0.3s ease, opacity 0.3s ease;
        transition: top 0.3s ease, opacity 0.3s ease;
    }
    /* .floating-label-form-group:not(:first-child) {
    border-left: 1px solid #ccc;
    padding-left: 14px;
} */
    
    .floating-label-form-group-with-value label {
        top: 0;
        font-size: 13px;
        opacity: 1;
        color: #999 !important;
    }
    
    #newsmodel .modal-content {
        background: #030303;
        background: url(../img/contactsbg.jpg) no-repeat center bottom;
        color: #fff;
        padding: 20px;
        font-size: 16px;
        border: 5px solid #a02020;
    }
    
    #newsmodel button.close {
        position: relative;
        z-index: 1000;
        width: 10px;
        height: 10px;
    }
    
    .modal-content {
        border-radius: 0px;
    }
    
    .modal-header h2 {
        color: #ffffff;
        font-size: 19px;
        font-weight: 500;
        margin-bottom: 0px;
        font-family: 'Ubuntu', sans-serif;
    }
    
    #squarespaceModal li {
        display: inline-block;
        width: 33%;
        vertical-align: top;
    }
    
    .modal-header {
        min-height: 16.43px;
        padding: 18px 30px;
        background: #a02020;
        color: #fff;
        border-bottom: 1px solid #e5e5e5;
    }
    
    .modal-body {
        padding: 25px;
    }
    
    .socialicon1 ul {
        border-top: 1px solid #e5e5e5;
        margin-top: 20px;
        margin-bottom: 0px;
        border-bottom: 1px solid #e5e5e5;
    }
    
    .socialicon1 li {
        display: inline-block;
        padding: 6px 3px 2px 3px;
        width: auto;
        min-height: auto;
    }
    
    .enquiry h3 {
        color: #333333;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 8px;
        font-family: 'Ubuntu', sans-serif;
    }
    
    .enquiry .form-group {
        margin-bottom: 15px;
    }
    
    .whitepatchtop {
        background: url(../img/border_pattern_white_02.png) no-repeat center;
        height: 87px;
        margin-left: -1%;
        width: 102%;
        margin-top: -1px;
    }
    
    .whitepatchbottomhome {
        background: url(../img/border_pattern_white_01.png) no-repeat center;
        height: 87px;
        width: 100%;
        position: relative;
        margin-top: -85px;
    }
    
    #myCarousel2 .viewbtn {
        position: absolute;
        bottom: 50%;
        right: 0px;
        z-index: 10;
    }
    
    .viewbtn a {
        background: #a02020;
        padding: 5px 10px;
        color: #fff;
    }
    
    .viewbtn a:hover {
        background: #851515;
    }
    
    #myCarousel2,
    #myCarousel3 {
        margin-top: 30px;
    }
    
    #myCarousel2 .item li,
    #myCarousel3 .item li {
        display: block;
        clear: both;
        float: left;
        width: 25%;
    }
    
    #myCarousel2 .carousel-indicators li,
    #myCarousel3 .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        /* background-color: #a020209; */
        background-color: rgba(160, 32, 32, 0);
        border: 1px solid #a02020;
        border-radius: 10px;
    }
    
    #myCarousel2 .carousel-indicators .active,
    #myCarousel3 .carousel-indicators .active {
        background: #a02020;
    }
    
    .whitepatchbottom {
        background: url(../img/border_pattern_white_01.png) no-repeat center;
        height: 87px;
        width: 100%;
        position: relative;
        margin-top: -87px;
    }
    
    ul {
        padding-left: 0px !important;
        margin: 0px;
    }
    
    #audio {
        background: url(../img/audiobg.jpg) no-repeat center bottom #fff;
        padding: 48px 0px 48px 0px;
    }
    
    li {
        list-style: none;
    }
    
    #audio li {
        width: 48%;
        float: left;
        margin-bottom: 15px;
        margin-right: 15px;
    }
    
    #cd-release {
        background: url(../img/photobg.jpg) no-repeat center bottom #fff;
        /*background:url(../img/cdbg.jpg) center  bottom  no-repeat #000;*/
        padding: 0px 0px 80px 0px;
    }
    
    .clr {
        float: left;
        width: 100%;
        height: 15px;
        margin: 0px;
        padding: 0px;
    }
    
    .collapsebtn {
        background: #eaeaea;
        padding: 10px 20px;
        color: #333333;
        font-size: 15px;
        font-weight: 400;
        border: 1px solid #1d0305;
    }
    
    .collapsebtn:hover,
    .btn:hover,
    .btn:focus {
        color: #333333;
        background: #fff;
    }
    
    #videos .collapsebtn,
    #photos .collapsebtn,
    #downloads .collapsebtn {
        background: #a02020;
        color: #fff;
        border: 1px solid #710505;
    }
    
    #videos .collapsebtn:hover,
    #videos .btn:hover,
    #videos .btn:focus {
        background: #921515;
        color: #fff;
    }
    
    #photos .collapsebtn:hover,
    #photos .btn:hover,
    #photos .btn:focus {
        background: #921515;
        color: #fff;
    }
    
    #downloads .collapsebtn:hover,
    #downloads .btn:hover,
    #downloads .btn:focus {
        background: #921515;
        color: #fff;
    }
    
    #cd-release ul {
        margin-top: 20px;
    }
    
    #cd-release li {
        list-style: none;
        float: left;
        width: 20%;
        min-height: 320px;
    }
    
    #cd-release h2 {
        font-size: 17px;
        font-weight: 500;
        color: #333;
        margin-top: 15px;
        text-align: center;
    }
    
    #photos {
        /*background:url(../img/photobg.jpg) no-repeat center bottom #fff;*/
        background: url(../img/cdbg.jpg) center bottom no-repeat #000;
    }
    
    #videos .service-thumb {
        border-radius: 60px 0px 60px 0px;
    }
    
    #videos a:hover .service-thumb {
        border-radius: 60px 0px 60px 0px;
        opacity: 0.8;
    }
    
    #photos .service-thumb {
        opacity: 1;
        margin-bottom: 15px;
        margin-top: 15px;
        border-radius: 45px 0px 45px 0px;
        -moz-transition: all 5s ease;
        -webkit-transition: all 5s ease;
        -o-transition: all 5s ease;
        transition: all 5s ease;
    }
    
    #photos .service-thumb:hover {
        opacity: 0.8;
        -moz-transition: background 2.25s ease;
        -webkit-transition: background 2.25s ease;
        -o-transition: background 2.25s ease;
        transition: background 2.25s ease;
    }
    
    .thumbnail {
        position: relative;
        overflow: hidden;
        margin-bottom: 15px;
        margin-top: 15px;
        padding: 0px;
        border-radius: 60px 0px 60px 0px;
        border: 0px solid #ddd;
    }
    
    .thumbnail img {
        border-radius: 60px 0px 60px 0px;
    }
    
    .caption {
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.55);
        width: 100%;
        height: 100%;
        padding: 2%;
        display: none;
        text-align: center;
        color: #fff !important;
        z-index: 2;
    }
    
    .downloadbtn {
        font-size: 19px;
        font-weight: 400;
    }
    
    .thumbnail .caption {
        padding-top: 20%;
    }
    
    .caption img {
        display: inline-block;
        padding-right: 10px;
    }
    
    .thumbnail a {
        color: #fff;
    }
    
    .thumbnail a>img,
    .thumbnail>img {
        display: inline-block;
        max-width: 100%;
        height: auto;
    }
    
    .profile a {
        border: 1px solid #cfcfcf;
        background: url(../img/pdficon.png) no-repeat 0px 0px #000;
        color: #fff;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 500;
        padding: 12px 20px 12px 60px;
    }
    
    .profile a:hover {
        border: 1px solid #ea4c3a;
        background: url(../img/pdficon.png) no-repeat 0px 0px #000;
        color: #a02020;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 500;
        padding: 12px 20px 12px 60px;
    }
    
    #make-an-enquiry li {
        list-style: none;
        float: left;
        color: #979797;
        font-weight: 400;
        padding: 10px 30px;
    }
    
    .contact-form .row {
        /*margin-right: 135px;

    margin-left: 135px;*/
    }
    
    #make-an-enquiry p,
    #footer p {
        margin: 0 0 0px;
    }
    
    #make-an-enquiry p {
        margin-bottom: 10px;
    }
    
    #make-an-enquiry li:nth-child(1),
    #make-an-enquiry li:nth-child(3) {
        width: 40%;
    }
    
    #make-an-enquiry li:nth-child(2) {
        width: 20%;
        border-left: 1px solid #373737;
        border-right: 1px solid #373737;
    }
    
    #make-an-enquiry i {
        font-size: 22px;
        float: left;
        margin: 0px 10px 0px 0px;
    }
    
    .fa-skype {
        color: #00b8ed;
    }
    
    #make-an-enquiry a {
        color: #979797;
    }
    
    #make-an-enquiry a:hover {
        color: #fff;
        text-decoration: none;
    }
    
    .bg-turquoise {
        background-color: #1abc9c
    }
    
    .bg-green-sea {
        background-color: #16a085
    }
    
    .bg-emerland {
        background-color: #2ecc71
    }
    
    .bg-nephritis {
        background-color: #27ae60
    }
    
    .bg-peter-river {
        background-color: #3498db
    }
    
    .bg-belize-hole {
        background-color: #2980b9
    }
    
    .bg-amethyst {
        background-color: #9b59b6
    }
    
    .bg-wisteria {
        background-color: #8e44ad
    }
    
    .bg-wet-asphalt {
        background-color: #34495e
    }
    
    .bg-midnight-blue {
        background-color: #2c3e50
    }
    
    .bg-sun-flower {
        background-color: #f1c40f
    }
    
    .bg-orange {
        background-color: #f39c12
    }
    
    .bg-carrot {
        background-color: #e67e22
    }
    
    .bg-pumpkin {
        background-color: #d35400
    }
    
    .bg-alizarin {
        background-color: #e74c3c
    }
    
    .bg-pomegranate {
        background-color: #c0392b
    }
    
    .bg-clouds {
        background-color: #ecf0f1
    }
    
    .bg-silver {
        background-color: #bdc3c7
    }
    
    .bg-concrete {
        background-color: #95a5a6
    }
    
    .bg-asbestos {
        background-color: #7f8c8d
    }
    
    .bg-base {
        background-color: #34495e
    }
    
    .bg-firm {
        background-color: #1abc9c
    }
    
    .bg-success {
        background-color: #2ecc71
    }
    
    .bg-danger {
        background-color: #e74c3c
    }
    
    .bg-warning {
        background-color: #f1c40f
    }
    
    .bg-info {
        background-color: #3498db
    }
    
    .anima.fade-in {
        opacity: 0;
        -webkit-transition: opacity .5s ease-out;
        transition: opacity .5s ease-out
    }
    
    .anima.fade-in.in {
        opacity: 1
    }
    
    .anima.scale-in {
        opacity: 0;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
        -webkit-transition: -webkit-transform .6s cubic-bezier(.17, .89, .67, 1.57), opacity .6s ease-out;
        transition: transform .6s cubic-bezier(.17, .89, .67, 1.57), opacity .6s ease-out
    }
    
    .anima.scale-in.in {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    
    .anima.fade-right {
        opacity: 0;
        -webkit-transform: translateX(-60px);
        -moz-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
        transform: translateX(-60px);
        -webkit-transition: -webkit-transform .5s ease-out, opacity .5s ease-out;
        transition: transform .5s ease-out, opacity .5s ease-out
    }
    
    .anima.fade-right.in {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    
    .anima.fade-left {
        opacity: 0;
        -webkit-transform: translateX(60px);
        -moz-transform: translateX(60px);
        -ms-transform: translateX(60px);
        transform: translateX(60px);
        -webkit-transition: -webkit-transform .5s ease-out, opacity .5s ease-out;
        transition: transform .5s ease-out, opacity .5s ease-out
    }
    
    .anima.fade-left.in {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    
    .anima.fade-up {
        opacity: 0;
        -webkit-transform: translateY(60px);
        -moz-transform: translateY(60px);
        -ms-transform: translateY(60px);
        transform: translateY(60px);
        -webkit-transition: -webkit-transform .5s ease-out, opacity .5s ease-in;
        transition: transform .5s ease-out, opacity .5s ease-in-out
    }
    
    .anima.fade-up.in {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    
    .anima.fade-down {
        opacity: 0;
        -webkit-transform: translateY(-60px);
        -moz-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        transform: translateY(-60px);
        -webkit-transition: -webkit-transform .5s ease-out, opacity .5s ease-in;
        transition: transform .5s ease-out, opacity .5s ease-in-out
    }
    
    .anima.fade-down.in {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    
    .anima.d1 {
        transition-delay: .3s
    }
    
    .anima.d2 {
        transition-delay: .6s
    }
    
    .anima.d3 {
        transition-delay: .9s
    }
    
    .anima.d4 {
        transition-delay: 1.2s
    }
    
    .touch .anima.fade-in {
        opacity: 1
    }
    
    .touch .anima.scale-in {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    
    .touch .anima.fade-left,
    .touch .anima.fade-right {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    
    .touch .anima.fade-down,
    .touch .anima.fade-up {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    
    .owl-carousel .animated {
        -webkit-animation-duration: 1000ms;
        animation-duration: 1000ms;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }
    
    .owl-carousel .owl-animated-in {
        z-index: 0
    }
    
    .owl-carousel .owl-animated-out {
        z-index: 1
    }
    
    .owl-carousel .fadeOut {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut
    }
    
    @-webkit-keyframes fadeOut {
        0% {
            opacity: 1
        }
        100% {
            opacity: 0
        }
    }
    
    @keyframes fadeOut {
        0% {
            opacity: 1
        }
        100% {
            opacity: 0
        }
    }
    
    .owl-height {
        -webkit-transition: height 500ms ease-in-out;
        -moz-transition: height 500ms ease-in-out;
        -ms-transition: height 500ms ease-in-out;
        -o-transition: height 500ms ease-in-out;
        transition: height 500ms ease-in-out
    }
    
    .owl-carousel {
        display: none;
        width: 100%;
        -webkit-tap-highlight-color: transparent;
        position: relative;
        z-index: 1
    }
    
    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y
    }
    
    .owl-carousel .owl-stage:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }
    
    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0, 0, 0)
    }
    
    .owl-carousel .owl-controls .owl-dot,
    .owl-carousel .owl-controls .owl-nav .owl-next,
    .owl-carousel .owl-controls .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    
    .owl-carousel.owl-loaded {
        display: block
    }
    
    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }
    
    .owl-carousel.owl-hidden {
        opacity: 0
    }
    
    .owl-carousel .owl-refresh .owl-item {
        display: none
    }
    
    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        -webkit-transform-style: preserve-3d
    }
    
    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto
    }
    
    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab
    }
    
    .owl-carousel.owl-rtl {
        direction: rtl
    }
    
    .owl-carousel.owl-rtl .owl-item {
        float: right
    }
    
    .no-js .owl-carousel {
        display: block
    }
    
    .owl-carousel .owl-item .owl-lazy {
        opacity: 0;
        -webkit-transition: opacity 400ms ease;
        -moz-transition: opacity 400ms ease;
        -ms-transition: opacity 400ms ease;
        -o-transition: opacity 400ms ease;
        transition: opacity 400ms ease
    }
    
    .owl-carousel .owl-item img {
        transform-style: preserve-3d
    }
    
    .owl-carousel .owl-video-wrapper {
        position: relative;
        height: 100%;
        background: #000
    }
    
    .owl-carousel .owl-video-play-icon {
        position: absolute;
        height: 80px;
        width: 80px;
        left: 50%;
        top: 50%;
        margin-left: -40px;
        margin-top: -40px;
        background: url(owl.video.play.png) no-repeat;
        cursor: pointer;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        -webkit-transition: scale 100ms ease;
        -moz-transition: scale 100ms ease;
        -ms-transition: scale 100ms ease;
        -o-transition: scale 100ms ease;
        transition: scale 100ms ease
    }
    
    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3, 1.3);
        -moz-transition: scale(1.3, 1.3);
        -ms-transition: scale(1.3, 1.3);
        -o-transition: scale(1.3, 1.3);
        transition: scale(1.3, 1.3)
    }
    
    .owl-carousel .owl-video-playing .owl-video-play-icon,
    .owl-carousel .owl-video-playing .owl-video-tn {
        display: none
    }
    
    .owl-carousel .owl-video-tn {
        opacity: 0;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        -webkit-transition: opacity 400ms ease;
        -moz-transition: opacity 400ms ease;
        -ms-transition: opacity 400ms ease;
        -o-transition: opacity 400ms ease;
        transition: opacity 400ms ease
    }
    
    .owl-carousel .owl-video-frame {
        position: relative;
        z-index: 1
    }
    
    .slider {
        background-color: #95a5a6;
        height: 500px;
        padding: 0
    }
    
    .landing {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10001;
        width: 100%;
        height: 100%
    }
    
    .landing .spinner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 5em;
        height: 2em;
        text-align: center;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none
    }
    
    .slider .item {
        position: absolute;
        width: inherit;
        height: inherit;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat
    }
    
    .owl-item {
        overflow: hidden
    }
    
    .owl-carousel,
    .owl-item,
    .owl-stage,
    .owl-stage-outer {
        height: inherit
    }
    
    .owl-theme .owl-controls {
        text-align: center;
        -webkit-tap-highlight-color: transparent
    }
    
    .owl-theme .owl-controls .owl-nav [class*=owl-] {
        background: 0 0;
        display: inline-block;
        color: #FFF;
        font-size: 25px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        border-radius: 50%;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        position: absolute
    }
    
    .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
        background: rgba(255, 255, 255, .5);
        text-decoration: none
    }
    
    .owl-nav .fa {
        font-size: 33px;
        line-height: 48px
    }
    
    .owl-theme .owl-controls .owl-nav .owl-next {
        top: 45%;
        right: 20px
    }
    
    .owl-theme .owl-controls .owl-nav .owl-prev {
        top: 45%;
        left: 20px
    }
    
    .owl-theme .owl-controls .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }
    
    .owl-theme .owl-dots {
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        width: 100%
    }
    
    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1
    }
    
    .owl-theme .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        margin: 5px 7px;
        background: #FFF;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity 200ms ease;
        -moz-transition: opacity 200ms ease;
        -ms-transition: opacity 200ms ease;
        -o-transition: opacity 200ms ease;
        transition: opacity 200ms ease;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        opacity: .5;
        filter: Alpha(Opacity=50)
    }
    
    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #FFF;
        opacity: 1;
        filter: Alpha(Opacity=100)
    }
    
    .modal-header {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px
    }
    
    .modal-header h2 {
        margin-top: 0px
    }
    
    #product-modal .modal-header {
        padding: 0;
        border-bottom: none
    }
    
    #product-modal .modal-body h3 {
        margin: 0
    }
    
    #product-modal .modal-header img {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px
    }
    
    #product-modal .modal-body {
        padding-bottom: 0
    }
    
    #product-modal .modal-footer {
        border: 0
    }
    
    #product-modal form p {
        margin: 0
    }
    
    #product-modal .form-group {
        margin-bottom: 15px
    }
    
    .close-modal {
        position: absolute;
        top: 18px;
        height: 50px;
        width: 50px;
        z-index: 200;
        border-radius: 50%;
        right: 15px;
        background-color: #202020;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
    
    .close-modal:hover {
        background-color: #F7C723
    }
    
    .close-modal:hover .menu-icon:after,
    .close-modal:hover .menu-icon:before {
        background-color: #202020
    }
    
    .close-modal .menu-icon {
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 18px;
        height: 2px;
        background-color: rgba(255, 255, 255, 0)
    }
    
    .close-modal .menu-icon::before,
    .close-modal .menu-icon:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: inherit;
        left: 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s;
        transition: transform .3s
    }
    
    .close-modal .menu-icon::before {
        background-color: #FFF;
        -webkit-transform: translateY(0) rotate(45deg);
        -moz-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
        -o-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg)
    }
    
    .close-modal .menu-icon::after {
        background-color: #FFF;
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg)
    }
    
    .cta-1 span {
        margin: 0;
        font-size: 26px;
        vertical-align: middle;
        display: inline-block;
        padding: 0 0 5px 5px
    }
    
    .cta-1 .btn {
        margin: 0 0 0 30px
    }
    
    @media (max-width:768px) {
        .cta-1 span {
            display: block
        }
        .cta-1 .btn {
            margin: 30px 0 0
        }
    }
    
    .numbers-1 h2 {
        font-size: 48px;
        font-weight: 600;
        color: #F7C723
    }
    
    .numbers-1 h4 {
        font-weight: 600
    }
    
    .numbers-1 .numbers-item {
        padding: 20px 0 30px
    }
    
    .features-1 article .fa {
        font-size: 32px;
        color: #F7C723
    }
    
    .features-1 article {
        margin: 0 0 60px;
        padding: 0 10px
    }
    
    .features-1 article h3 {
        font-size: 17px;
        font-weight: 700;
        display: block;
        margin: 12px 0 13px
    }
    
    .features-1 article p {
        font-size: 15px;
        color: #8A8A8A
    }
    
    .zoom-img {
        border-radius: 50%;
        width: 180px;
        z-index: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transition: all .15s ease-out 0s;
        -moz-transition: all .15s ease-out 0s;
        -ms-transition: all .15s ease-out 0s;
        -o-transition: all .15s ease-out 0s;
        transition: all .15s ease-out 0s;
        -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .4);
        -moz-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .4);
        box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .4);
        margin-bottom: 25px;
        border: 6px solid #F7C723
    }
    
    .zoom-img:hover {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transition: all .15s ease-out 0s;
        -moz-transition: all .15s ease-out 0s;
        -ms-transition: all .15s ease-out 0s;
        -o-transition: all .15s ease-out 0s;
        transition: all .15s ease-out 0s
    }
    
    .myform {
        padding-top: 5px
    }
    
    .myform .form-group label {
        display: none
    }
    
    .myform .no-placeholder .form-group label {
        display: block
    }
    
    .myform.no-placeholder .controls {
        margin-top: 0
    }
    
    .form-group {
        margin-bottom: 20px
    }
    
    .floating-label-form-group:hover,
    .floating-label-form-group:focus {
        border-bottom: 1px solid #921818 !important;
        background: transparent;
        box-shadow: none;
        -webkit-transition: border 500ms ease-out;
        -moz-transition: border 500ms ease-out;
        -o-transition: border 500ms ease-out;
        transition: border 500ms ease-out;
    }
    
    .form-control {
        background: #000;
        border-color: #363638
    }
    
    .input-lg {
        font-size: 14px;
        height: 58px;
    }
    
    .form-control {
        height: 38px;
        border-radius: 0px;
    }
    
    .input-group .form-control {
        display: inline;
        background: #fff;
        line-height: 32px;
        color: #242424;
        border-radius: 4px;
        outline: 0;
        /* height: 50px; */
        font-size: 16px;
        font-weight: 400;
        vertical-align: top;
        border: 2px solid #E1E3E4;
        box-shadow: none;
        -webkit-appearance: none;
    }
    
    .myform .form-control {
        display: inline;
        background: #e8e5e5;
        line-height: 32px;
        color: #393939;
        border-radius: 0px;
        outline: 0;
        /* height: 32px; */
        font-size: 14px;
        font-weight: 400;
        vertical-align: top;
        border: 1px solid #c9c9c9;
        box-shadow: none;
        -webkit-appearance: none;
    }
    
    .submit-button {
        background: #a02020;
        color: #fff;
        padding: 15px 0px;
        text-align: center;
        border-color: #a02020 !important;
    }
    
    .special {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }
    
    .controls {
        position: relative
    }
    
    .myform textarea.form-control {
        height: auto;
        max-width: 100%;
        min-width: 100%;
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        padding-top: 8px;
        vertical-align: top
    }
    
    .white-text .form-control,
    .white-text .input-group .form-control {
        background-color: rgba(255, 255, 255, .25);
        color: #FFF;
        border-color: #FFF
    }
    
    .myform .inputError,
    .myform textarea.form-control.inputError {
        outline: 0;
        border: 2px solid #F05557
    }
    
    .myform .error-message {
        position: absolute;
        top: 9px;
        right: 15px;
        font-size: 16px;
        line-height: 32px;
        font-weight: 400;
        color: #F05557
    }
    
    .input-group .form-control:focus,
    .myform .form-control:focus,
    .myform textarea.inputError:focus {
        outline: 0;
        border: 1px solid #a02020
    }
    
    .myform.no-placeholder .error-message {
        top: 0
    }
    
    .myform .btn {
        margin: 0
    }
    
    .input-group-btn:last-child>.btn,
    .input-group-btn:last-child>.btn-group {
        margin-left: 0
    }
    
    .input-group .form-control,
    .input-group .form-control:focus {
        border-right-width: 0
    }
    
    .checkbox,
    .radio {
        margin-bottom: 12px;
        padding-left: 32px;
        position: relative;
        -webkit-transition: color .25s linear;
        transition: color .25s linear;
        font-size: 14px;
        line-height: 1.5
    }
    
    label.show {
        display: block;
        text-decoration: none
    }
    
    input[type=checkbox],
    input[type=radio] {
        margin: 4px 7px 0 0;
        line-height: normal;
        font-size: 21px;
        text-align: center
    }
    
    form p {
        margin-top: 29px
    }
    
    #total {
        font-weight: 600
    }
    
    .input-group .input-group-btn .btn {
        margin: 0
    }
    
    .form-control-inline {
        min-width: 0;
        width: auto!important;
        display: inline!important
    }
    
    .table tbody>tr>td.vert-align {
        vertical-align: middle
    }
    
    .form-control::-moz-placeholder {
        color: #aaa
    }
    
    .form-control:-ms-input-placeholder {
        color: #aaa
    }
    
    .form-control::-webkit-input-placeholder {
        color: #aaa
    }
    
    #alert-contact,
    #alert-order {
        display: none
    }
    
    #order-form table td:first-child,
    #order-form table th:first-child {
        padding-left: 0
    }
    
    #order-form table td:last-child,
    #order-form table th:last-child {
        padding-right: 0
    }
    
    .content-1 .white-box {
        background-color: rgba(255, 255, 255, .85);
        padding: 50px
    }
    
    .content-1 h2 {
        margin: 0 0 20px
    }
    
    .content-1 .btn {
        margin-top: 20px;
        margin-bottom: 0
    }
    
    .social-links-2 {
        list-style: none;
        margin: 0;
        padding: 0
    }
    
    .social-links-2 li {
        display: inline-block;
        margin: 0 3px;
        box-shadow: none;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out
    }
    
    .social-links-2 li a {
        background: 0 0;
        display: block;
        color: #ccc;
        font-size: 16px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out
    }
    
    .social-links-2 li a:hover {
        color: #121417;
        background: #F7C723;
        text-decoration: none;
        border-color: #F7C723
    }
    
    .footer-1 {
        background-color: #fff;
        color: #333333;
        font-size: 13px;
        font-weight: 400;
        padding: 10px 0px 10px 0px;
    }
    
    .footer-1 a {
        color: #333333;
    }
    
    .orange {
        color: #e77817;
    }
    
    .copyright-text {
        margin: 10px 0 0;
        float: left
    }
    
    .back-to-top {
        width: 52px;
        height: 52px;
        line-height: 45px;
        margin: -78px auto 26px;
        display: block;
        font-size: 28px;
        text-align: center;
        background: #F7C723;
        color: #fff;
        border-radius: 26px;
        position: relative;
        top: -30px
    }
    
    @media (max-width:600px) {
        .copyright-text {
            padding-bottom: 15px
        }
        .copyright-text,
        .social-links-2 {
            float: none!important;
            text-align: center
        }
    }
    
    #style-switcher {
        background-color: #fff;
        width: 162px;
        position: fixed;
        top: 222px;
        z-index: 99999;
        border-radius: 0 0 3px;
        left: -163px;
        border: 1px solid #e4e4e4;
        border-left: 0;
        border-top: 0;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, .08);
        outline: 0;
        padding-bottom: 10px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    
    #style-switcher.open {
        left: -1px
    }
    
    #style-switcher div {
        padding: 3px 18px 5px
    }
    
    #style-switcher h2 {
        background-color: #F5F5F5;
        color: #202020;
        outline: 0;
        font-weight: 700;
        font-size: 16px;
        padding: 0 0 0 13px;
        margin: 0;
        line-height: 43px
    }
    
    #style-switcher h2 a {
        background-color: #F5F5F5;
        display: block;
        outline: 0;
        height: 43px;
        position: absolute;
        right: -43px;
        font-size: 18px;
        text-align: center;
        color: #202020;
        top: 0;
        width: 43px;
        text-decoration: none;
        border-radius: 0 3px 3px 0;
        line-height: 46px;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, .08)
    }
    
    #style-switcher ul {
        list-style: none;
        margin: 0;
        padding: 0 0 0 10px
    }
    
    #style-switcher ul li {
        display: block;
        width: 40px;
        height: 40px;
        margin: 10px 10px 0 0;
        float: left;
        border-radius: 50%;
        cursor: pointer
    }
    
    #style-switcher ul li#yellow {
        background: #F7C723
    }
    
    #style-switcher ul li#purple {
        background: #D486F7
    }
    
    #style-switcher ul li#turquoise {
        background: #2fe6ce
    }
    
    #social {
        position: absolute;
        top: 36px;
        right: 5%;
        z-index: 99;
    }
    
    .socialicon li {
        display: inline;
        float: right;
        margin-left: 10px;
    }
    
    .socialicon a {
        background: #ffffff;
        border-radius: 50%;
        color: #666;
        width: 40px;
        line-height: 41px;
        height: 40px;
        font-size: 17px;
        text-align: center;
        display: inline-block;
    }
    
    .socialicon a:hover {
        color: #fff;
        background: #a02020;
        opacity: 0.8;
    }
    /* responsive styles */
    
    @media (max-width:1920px) {
        .carousel-inner>.item {
            height: 1024px;
        }
        #myCarousel2 .carousel-inner>.item,
        #myCarousel3 .carousel-inner>.item {
            height: 260px;
        }
        .coloumn {
            -webkit-column-count: 2;
            /* Chrome, Safari, Opera */
            -moz-column-count: 2;
            /* Firefox */
            column-count: 2;
        }
        .hero-unit {
            background-color: transparent;
            margin: 0;
            padding: 0;
            position: absolute;
            text-align: center;
            top: 61%;
            width: 100%;
            z-index: 99999;
        }
        .carousel-inner>.item>a>img,
        .carousel-inner>.item>img {
            height: 1024px;
        }
    }
    
    @media (max-width:1280px) {
        .carousel-inner>.item {
            height: 710px;
        }
        .carousel-inner>.item>a>img,
        .carousel-inner>.item>img {
            height: 710px;
        }
        .coloumn {
            -webkit-column-count: 2;
            /* Chrome, Safari, Opera */
            -moz-column-count: 2;
            /* Firefox */
            column-count: 2;
        }
        .hero-unit {
            background-color: transparent;
            margin: 0;
            padding: 0;
            position: absolute;
            text-align: center;
            top: 62%;
            width: 100%;
            z-index: 99999;
        }
    }
    
    @media (min-width:1200px) {
        .coloumn {
            -webkit-column-count: 2;
            /* Chrome, Safari, Opera */
            -moz-column-count: 2;
            /* Firefox */
            column-count: 2;
        }
        #hero h2 {
            margin-top: 163px;
        }
    }
    
    @media (max-width: 1024px) {
        #myCarousel2 .viewbtn {
            bottom: 37%;
        }
        .coloumn {
            -webkit-column-count: 2;
            /* Chrome, Safari, Opera */
            -moz-column-count: 2;
            /* Firefox */
            column-count: 2;
        }
        #cd-release li {
            width: 25%;
        }
        #make-an-enquiry li:nth-child(2) {
            width: 24%;
        }
        #make-an-enquiry li:nth-child(1),
        #make-an-enquiry li:nth-child(3) {
            width: 38%;
        }
        #social {
            left: 0px;
        }
        #cd-release li {
            width: 25%;
        }
        .carousel-inner>.item {
            height: 640px;
        }
        .carousel-inner>.item>a>img,
        .carousel-inner>.item>img {
            height: 640px;
        }
    }
    
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .coloumn {
            -webkit-column-count: 2;
            /* Chrome, Safari, Opera */
            -moz-column-count: 2;
            /* Firefox */
            column-count: 2;
        }
        .hero-unit {
            background-color: transparent;
            margin: 0;
            padding: 0;
            position: absolute;
            text-align: center;
            top: 58%;
            width: 100%;
            z-index: 99999;
        }
        #hero h2 {
            margin-top: 164px;
        }
        .hero-unit h2 {
            font-size: 49px;
        }
    }
    
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        #hero h2 {
            margin-top: 264px;
        }
    }
    
    @media (max-width:1024px) {
        #myCarousel2 .item li,
        #myCarousel3 .item li {
            width: 50%;
        }
        #myCarousel2 .carousel-inner>.item,
        #myCarousel3 .carousel-inner>.item {
            height: 348px;
        }
    }
    
    @media (min-width: 1024px) {
        #squarespaceModal .modal-dialog {
            width: 800px;
        }
        #newsmodel .modal-dialog {
            position: absolute;
            right: 20px;
        }
    }
    
    @media (max-width:768px) {
        #squarespaceModal li {
            width: 49%;
        }
        .coloumn {
            -webkit-column-count: 2;
            /* Chrome, Safari, Opera */
            -moz-column-count: 2;
            /* Firefox */
            column-count: 2;
        }
        .carousel-inner>.item {
            height: 540px;
        }
        .carousel-inner>.item>a>img,
        .carousel-inner>.item>img {
            height: 540px;
        }
        #hero h2 {
            margin-top: 264px;
        }
        .hero-unit h2 {
            font-size: 50px;
        }
        #make-an-enquiry li:nth-child(1),
        #make-an-enquiry li:nth-child(3) {
            width: 100%;
        }
        #make-an-enquiry li:nth-child(2) {
            width: 100%;
            border-left: 0px solid #373737;
            border-right: 0px solid #373737;
            border-top: 1px solid #373737;
            border-bottom: 1px solid #373737;
        }
        #social {
            left: 0px;
        }
        #audio li {
            width: 47%;
        }
        #cd-release li {
            width: 29.33%;
            text-align: center;
            margin-left: 10px;
            margin-right: 10px;
        }
    }
    
    @media (max-width: 640px) {
        #myCarousel2 .item li,
        #myCarousel3 .item li {
            width: 50%;
        }
        #myCarousel2 .carousel-inner>.item,
        #myCarousel3 .carousel-inner>.item {
            height: 348px;
        }
        .coloumn {
            -webkit-column-count: 1;
            /* Chrome, Safari, Opera */
            -moz-column-count: 1;
            /* Firefox */
            column-count: 1;
        }
        #photos .col-xs-12,
        #videos .col-xs-12 {
            width: 50%;
        }
        #videos .col-xs-12 {
            margin-bottom: 20px !important;
        }
        #cd-release li {
            width: 45%;
        }
        #cd-release img {
            width: 100%;
        }
        #audio li {
            width: 100%;
        }
        .fellowship li {
            width: 100%
        }
        #make-an-enquiry li:nth-child(1),
        #make-an-enquiry li:nth-child(3) {
            width: 100%;
        }
        #make-an-enquiry li:nth-child(2) {
            width: 100%;
            border-left: 0px solid #373737;
            border-right: 0px solid #373737;
            border-top: 1px solid #373737;
            border-bottom: 1px solid #373737;
        }
        #social {
            left: 0px;
        }
    }
    
    @media (max-width:480px) {
        #squarespaceModal li {
            width: 100%;
        }
        #myCarousel2 .viewbtn {
            bottom: 25%;
        }
        #myCarousel2 .item li,
        #myCarousel3 .item li {
            width: 100%;
        }
        #myCarousel2 .carousel-inner>.item,
        #myCarousel3 .carousel-inner>.item {
            height: 528px;
        }
        .coloumn {
            -webkit-column-count: 1;
            /* Chrome, Safari, Opera */
            -moz-column-count: 1;
            /* Firefox */
            column-count: 1;
        }
        #hero h2 {
            margin-top: 125px;
            margin-bottom: 0px;
            font-size: 42px;
        }
        .hero-unit h2 {
            font-size: 42px;
        }
        .fellowship li {
            width: 100%
        }
        #audio li {
            width: 100%;
        }
        #cd-release li {
            width: 50%;
        }
        #videos .col-xs-12 {
            margin-bottom: 20px !important;
        }
        #make-an-enquiry li:nth-child(1),
        #make-an-enquiry li:nth-child(3) {
            width: 100%;
        }
        #make-an-enquiry li:nth-child(2) {
            width: 100%;
            border-left: 0px solid #373737;
            border-right: 0px solid #373737;
            border-top: 1px solid #373737;
            border-bottom: 1px solid #373737;
        }
        #social {
            left: 0px;
        }
        #cd-release li {
            width: 45%;
            margin-left: 10px;
            margin-right: 10px;
            text-align: center;
        }
        #cd-release img {
            width: 100%;
        }
        .overlay nav {
            top: 40%;
        }
    }
    
    @media (max-width:320px) {
        .coloumn {
            -webkit-column-count: 1;
            /* Chrome, Safari, Opera */
            -moz-column-count: 1;
            /* Firefox */
            column-count: 1;
        }
        .carousel-inner>.item>a>img,
        .carousel-inner>.item>img {
            height: 340px;
        }
        #cd-release li {
            width: 100%;
            text-align: center;
            margin-left: 10px;
        }
        .overlay nav {
            top: 34%;
        }
        #hero h2 {
            margin-top: 25px;
            margin-bottom: 0px;
            font-size: 32px;
        }
        .hero-unit h2 {
            font-size: 32px;
        }
        #hero p,
        .hero-unit p {
            font-size: 18px;
            margin: 5px 0 0 0px;
        }
        .mainnav li {
            padding: 5px 10px 5px 20px;
        }
        .overlay nav {
            font-size: 16px;
        }
        .mainnav li span,
        .subnav li span {
            margin-top: -4px;
        }
        .overlay nav ul li a {
            padding-top: 5px;
        }
        .subnav li {
            padding: 3px 10px 6px 20px;
        }
        .dwnbg {
            margin-top: 32px !important;
        }
        .mainnav img,
        .subnav img {
            width: 28px;
        }
        #social {
            left: 0px;
        }
    }