﻿body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.rel {
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right;
}

.bold{
    font-weight:bold;
}

.subscript{
    font-size:12px;
    line-height:normal;
}

strong {
    font-weight: 200;
    color: #d80000;
    font-size: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 40px;
    margin-top: 20px;
    font-weight: lighter;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.2em;
}

span.nobreak{
    white-space:nowrap;
}

/*bootstrap filler*/
@media (min-width: 992px) {
    .col-md-offset-half {
        margin-left: 4.16666666%;
    }
}

.is-hidden {
    display: none;
}

.mobshow {
    display: none;
}

.mobhide {
    display: block;
}

@media (max-width: 768px) {
    .mobshow {
        display: block;
    }

    .mobhide {
        display: none;
    }
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

select {
    width: 100%;
    padding: 5px;
}

p {
    line-height: 2.5em;
}
.nolineheight {
    line-height: 1.2em;
}
.larger {
    font-size:14px!important;
}
:focus {
    outline: none;
}

.publicwrap {
    min-height: 40vh;
}

.publicwrap.nobanner {
    padding-top: 60px;
    min-height: 59.5vh;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#homelogo {
    display: block;
    position: relative;
    float: left;
}

#homelogo .logocontainer {
    position: relative;
}

#homelogo a {
    position: relative;
    display: block;
    padding: 10px !important;
    border: 1px solid transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#homelogo a:hover {
    background-color: rgba(255,255,255,0.8);
    border-bottom-color: #b90000;
}

#homelogo img {
    height:38px;
    width:auto;
    max-width:none;
    /*max-width: none;
    max-height: 150%;
    position: absolute;
    top: 50%;
    left: 50%;
    -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%);*/
}

@media (max-width: 1150px) {
    #homelogo img {
        height: 31px;
    }
}

.offwhite {
    background: #f5f5f5;
}

.top {
    position: relative;
    background-size: cover;
    background-position-x: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.imageslider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.top .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0;
}

/*.top .setback{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:rgba(0,0,0,0.4);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}*/

.title {
    pointer-events: none;
    position: relative;
    text-align: center;
    height: 100vh;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/images/translinesyellow.png) no-repeat;
    background-size: auto 850px;
    background-position: center;
}

#MW {
    max-height: 390px;
    width: auto;
    max-width: 90%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.container-confirm {
    padding-left: 30px;
    padding-top: 20px;
}
.container-confirm h2 {
    color: #d80000;
    margin-bottom:20px;
}
.container-confirm p {
    color: #15141A;
}

@media(max-width:948px) {
    #MW {
        max-height: 250px;
        max-height: 50vh;
    }
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}


.top .carousel-inner {
    background: #333;
    position: absolute;
}

.space {
    height: 200vh;
    width: 100vh;
}

/*about*/

.about {
    /*background:url(/images/textures/crossword.png);*/
    position:relative;
}

.center {
    text-align: center;
    vertical-align: middle;
}

.content {
    padding: 40px 0 50px;
    margin-bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*what is*/

.whatis {
    background: #000;
    overflow: hidden;
}

.whatwe {
    /*max-width: 720px;*/
    margin: 0 auto;
}

.whatwe h1{
    margin:30px 0;
    font-size:2.6em;
}

/*.down-arrow-white{
    position:absolute;
    z-index:1;
    top:0;
    width:100%;
    overflow:hidden;
    padding-bottom:4.39%;
}
.down-arrow-white:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform-origin: 100% 0;        
    transform: rotate(2.5deg) skewX(-85deg);
    z-index:0;
    box-shadow:0px 0px 2px rgba(0,0,0,0.2);
}

@media screen and (max-width:991px){
    .down-arrow-white {
        padding-bottom:13.1%;
    }
        .down-arrow-white:after {
            transform: rotate(7.5deg) skewX(-75deg);
        }
}

@media screen and (max-width:767px){
    .down-arrow-white {
        padding-bottom:17.6%;
    }
        .down-arrow-white:after {
            transform: rotate(10deg) skewX(-70deg);
        }
}*/

.group-of-three.row{
    /*padding:80px 0 100px;*/
    /*border-top:1px solid rgba(57,68,78,1);*/
    /*box-shadow:0 0 15px rgba(57,68,78,0.1);*/
    text-align:center;
}
    .group-of-three.row .oneinthree{
        padding:40px 0 50px;
    }

    .group-of-three.row .oneinthree:nth-child(1){
        background:#f3f5f5;
    }
    .group-of-three.row .oneinthree:nth-child(2){
        background:#f9fafa;
    }
    .group-of-three.row .oneinthree:nth-child(3){
        background:#eeefef;
    }

    .group-of-three.row .oneinthree h3{
        margin:20px 0px;
        /*position:relative;
        background: #d80000;
        color:#fff;
        padding:20px 0;
        margin:0;*/
    }
    .group-of-three.row .oneinthree p{
        margin:40px 0 0;
        /*background: #fff;
        padding:20px 0;*/
    }

    .group-of-three.row .oneinthree h3:after {
        content: ' ';
        display: block;
        height: 2px;
        width: 30%;
        background: #d80000;
        left: 50%;
        bottom:-25px;
        position:relative;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

@media screen and (max-width:991px){
    .whatwe h2 {
        margin-top: 30px;
    }
    .whatwe .row{
        padding: 0;
    }
    .group-of-three.row .oneinthree{
        /*margin:0 0 40px;*/
    }
    .group-of-three.row .oneinthree:not(:nth-child(1)){
        padding-top:40px;
    }
}


.rightgradient {
    background: rgba(57,68,78,0.1);
    background: -moz-linear-gradient(left, rgba(57,68,78,0.1) 0%, rgba(57,68,78,0.55) 34%, rgba(57,68,78,0.85) 66%, rgba(57,68,78,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57,68,78,0.1)), color-stop(34%, rgba(57,68,78,0.55)), color-stop(66%, rgba(57,68,78,0.85)), color-stop(100%, rgba(57,68,78,1)));
    background: -webkit-linear-gradient(left, rgba(57,68,78,0.1) 0%, rgba(57,68,78,0.55) 34%, rgba(57,68,78,0.85) 66%, rgba(57,68,78,1) 100%);
    background: -o-linear-gradient(left, rgba(57,68,78,0.1) 0%, rgba(57,68,78,0.55) 34%, rgba(57,68,78,0.85) 66%, rgba(57,68,78,1) 100%);
    background: -ms-linear-gradient(left, rgba(57,68,78,0.1) 0%, rgba(57,68,78,0.55) 34%, rgba(57,68,78,0.85) 66%, rgba(57,68,78,1) 100%);
    background: linear-gradient(to right, rgba(57,68,78,0.1) 0%, rgba(57,68,78,0.55) 34%, rgba(57,68,78,0.85) 66%, rgba(57,68,78,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39444e', endColorstr='#39444e', GradientType=1 );
}

    .rightgradient p,
    .rightgradient h2 {
        color: white;
    }

.leftgradient {
    background: rgba(57,68,78,1);
    background: -moz-linear-gradient(left, rgba(57,68,78,1) 0%, rgba(57,68,78,0.85) 34%, rgba(57,68,78,0.55) 66%, rgba(57,68,78,0.1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57,68,78,1)), color-stop(34%, rgba(57,68,78,0.85)), color-stop(66%, rgba(57,68,78,0.55)), color-stop(100%, rgba(57,68,78,0.1)));
    background: -webkit-linear-gradient(left, rgba(57,68,78,1) 0%, rgba(57,68,78,0.85) 34%, rgba(57,68,78,0.55) 66%, rgba(57,68,78,0.1) 100%);
    background: -o-linear-gradient(left, rgba(57,68,78,1) 0%, rgba(57,68,78,0.85) 34%, rgba(57,68,78,0.55) 66%, rgba(57,68,78,0.1) 100%);
    background: -ms-linear-gradient(left, rgba(57,68,78,1) 0%, rgba(57,68,78,0.85) 34%, rgba(57,68,78,0.55) 66%, rgba(57,68,78,0.1) 100%);
    background: linear-gradient(to right, rgba(57,68,78,1) 0%, rgba(57,68,78,0.85) 34%, rgba(57,68,78,0.55) 66%, rgba(57,68,78,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39444e', endColorstr='#39444e', GradientType=1 );
}

    .leftgradient p,
    .leftgradient h2 {
        color: white;
    }

.footer .leftgradient {
    min-height: 39.2vh;
}

/*studios*/

.studios {
    padding: 50px 0 0;
    text-align: center;
    background: url(/images/noise.png),rgb(187,36,36);
    background: url(/images/noise.png),-moz-linear-gradient(-45deg, rgba(187,36,36,1) 0%, rgba(204,19,19,1) 99%);
    background: url(/images/noise.png),-webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(187,36,36,1)), color-stop(99%,rgba(204,19,19,1)));
    background: url(/images/noise.png),-webkit-linear-gradient(-45deg, rgba(187,36,36,1) 0%,rgba(204,19,19,1) 99%);
    background: url(/images/noise.png),-o-linear-gradient(-45deg, rgba(187,36,36,1) 0%,rgba(204,19,19,1) 99%);
    background: url(/images/noise.png),-ms-linear-gradient(-45deg, rgba(187,36,36,1) 0%,rgba(204,19,19,1) 99%);
    background: url(/images/noise.png),linear-gradient(135deg, rgba(187,36,36,1) 0%,rgba(204,19,19,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2424', endColorstr='#cc1313',GradientType=1 );
}

.studiobio {
    height: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url(/images/textures/crossword.png),#f5f5f5;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

    .studiobio .singlebio {
        max-width: 720px;
        position: absolute;
        opacity: 0;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        pointer-events:none;
    }

        .studiobio .singlebio.active{
            opacity:1;
            pointer-events:all;
        }

        .studiobio .singlebio a.btn{
            margin-top:20px;
            font-size:1em;
            border:2px solid #39444e;
            color:#39444e;
            font-weight:500;
            background:none;
        }
            .studiobio .singlebio a.btn:hover{
                background:#39444e;
                color:#fff;
            }

.studioimg {
    margin-bottom: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 260px;
}

div.mobhide .studioimg {
    cursor: pointer;
    position: relative;
}

    div.mobhide .studioimg:before {
        content: ' ';
        opacity: 0;
        position: absolute;
        top: -50px;
        bottom: -50px;
        left: 0;
        right: 0;
        background: url(/images/textures/crossword.png),#f5f5f5;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    div.mobhide .studioimg.active:before {
        opacity: 1;
    }

    div.mobhide .studioimg img{
        position: absolute;
        height:260px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        div.mobhide .studioimg .logo-active {
            -moz-transition: opacity 0.3s;
            -o-transition: opacity 0.3s;
            -webkit-transition: opacity 0.3s;
            transition: opacity 0.3s;
            opacity: 0;
        }

    div.mobhide .studioimg:hover .logo-active {
        opacity: 0.3;
    }

    div.mobhide .studioimg.active .logo-active {
        opacity: 1;
    }

@media screen and (max-width:991px){
    div.mobhide .studioimg,
    div.mobhide .studioimg img {
        height:200px;
    }
}

.studiobio i {
    text-align: center;
    font-size: 1.8em;
    padding: 7px 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px;
}

.studiobio i.fa-facebook {
    color: rgb(59,89,152);
}

.studiobio i.fa-facebook:hover {
    background: rgb(59,89,152);
    color: #fff;
}

.studiobio i.fa-twitter {
color: rgb(0, 172, 237);
}

.studiobio i.fa-twitter:hover {
    background: rgb(0, 172, 237);
    color: #fff;
}

.studiobio i.fa-google-plus {
    color: #dd4b39;
}

.studiobio i.fa-google-plus:hover {
    background: #dd4b39;
    color: #fff;
}

@media (max-width: 768px) {
    .studioimg {
        margin-bottom: -310px;
        cursor: default;
        opacity: 0.2;
    }

    #loudlogomob {
        background: url(/images/studios/loud.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: left top;
    }

    #hafodlogomob {
        background: url(/images/studios/hafod.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: left top;
    }

    #superlogomob {
        background: url(/images/studios/superaudio.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: left top;
    }

    .biomob {
        color: #fff;
        margin: 50px 0;
        pointer-events: none;
    }
}

.startmastering {
    min-height: 80px;
    background: rgb(255,210,50);
    background: -moz-linear-gradient(-45deg, rgba(255,210,50,1) 1%, rgba(255,216,0,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,rgba(255,210,50,1)), color-stop(100%,rgba(255,216,0,1)));
    background: -webkit-linear-gradient(-45deg, rgba(255,210,50,1) 1%,rgba(255,216,0,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255,210,50,1) 1%,rgba(255,216,0,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,210,50,1) 1%,rgba(255,216,0,1) 100%);
    background: linear-gradient(135deg, rgba(255,210,50,1) 1%,rgba(255,216,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd232', endColorstr='#ffd800',GradientType=1 );
    text-align: center;
    padding: 16px 0;
}

    .startmastering h2 {
        display: inline-block;
        color: #CC1301;
        margin: 0 80px 0 0;
        vertical-align: middle;
    }

.btn-mw {
    display: inline-block;
    border: 3px solid #CC1301;
    background: none;
    color: #CC1301;
    font-weight: 600;
    margin: 0 0 0 80px;
    vertical-align: middle;
}

    .btn-mw:hover,
    .btn-mw:active,
    .btn-mw:focus {
        background: #CC1301;
        color: rgba(255,216,0,1);
        text-decoration: none !important;
    }

@media (max-width: 701px) {
    .btn-mw {
        margin: 0 auto;
        width: auto;
    }

    .startmastering h2 {
        display: block;
        margin: 0;
        margin-bottom: 20px;
    }
}


.albums {
    background: url(/images/noise.png), rgb(57,68,78);
    padding: 30px 0 60px;
}

    .albums h2 {
        text-align: center;
        padding: 10px 0 30px;
        margin: 0;
        color: #fff;
    }

.albumcontainer .labeltitle {
    font-size: 1.4em;
}

.albumcontainer a {
    color: inherit;
}

    .albumcontainer a:hover {
        text-decoration: none;
    }

.albumcontainer {
    position: relative;
    overflow: hidden;
    border: 3px solid transparent;
    font-size: 100%;
    padding: 0;
}

    .albumcontainer:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    .albumcontainer .details {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.7);
        opacity: 0;
        -webkit-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        transition: all linear 0.2s;
        color: #fff;
    }

        .albumcontainer .details p {
            position: absolute;
            margin: 0;
            padding: 0;
            line-height: 1.1em;
            font-weight: 300;
        }

            .albumcontainer .details p.album {
                left: 3px;
                top: 3px;
            }

            .albumcontainer .details p.eng {
                bottom: 3px;
                right: 3px;
                text-align: right;
            }

    .albumcontainer:hover .details {
        opacity: 1;
        width: 100%;
    }

    .albumcontainer img {
        width: 101%;
        position: absolute;
        top: 0;
        left: 0;
        max-width: none;
        height: 101%;
        margin: 0;
        padding: 0;
    }

.testimonials {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0 20%;
}

@media (max-width: 768px) {
    .testimonials {
        padding: 0 60px;
    }
}

.testimonials i.fa-quote-left {
    position: absolute;
    top: 5%;
    left: 3%;
    font-size: 8em;
    opacity: 0.1;
}

.testimonials i.fa-quote-right {
    position: absolute;
    bottom: 5%;
    right: 3%;
    font-size: 8em;
    opacity: 0.1;
}

.testimonial {
    position: relative;
    padding: 120px 0;
}

    .testimonial p:not(.by){
        font-size:1.2em;
    }
    .testimonial p.by {
        text-align: right;
        margin: 0 5px;
        font-size:1em;
    }


.testimonials .carousel-indicators .active {
    background-color: #39444e;
}

.testimonials .carousel-indicators li {
    border: 2px solid #39444e;
}

.testimonials .carousel {
    /*height: 40vh;*/
}

#mycarousel2 .left,
#mycarousel2 .right {
    float: none;
}

.testimonials .carousel .carousel-inner .item .vertcentre {

}

.testimonials .testimonial-link{
    position:absolute;
    display:block;
    bottom:20px;
    margin-bottom:20px;
    right:0;
}

@media screen and (max-width:767px){
    .testimonials .testimonial-link {
        position:relative;
        float:right;
    }
}

.blogs {
    padding: 60px 0;
    text-align: center;
    background: url(/images/noise.png), rgb(57,68,78);
    color: #fff;
}

    .blogs h2 {
        margin-bottom: 50px;
    }

.blog {
    position: relative;
    z-index: 1;
    border: 10px solid transparent;
}

    .blog a {
        color: #fff;
        text-decoration:none;
    }

    .blog:hover .text {
        margin-top: 145px;
        margin-bottom: 10px;
    }

.imgcontainer {
    position: absolute;
    height: 200px;
    width: 100%;
    padding-right: 30px;
    overflow: hidden;
    z-index: -2;
}

    .imgcontainer .theimage {
        background-size: cover;
        height: 100%;
        width: 100%;
        background-position: center 30%;
    }

.blog .imgcontainer:after {
    content: ' ';
    position: absolute;
    height: 100%;
    width: 100%;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    top: 0;
    left: 0;
    background: url(/images/noise.png), -moz-linear-gradient(top, rgba(57,68,78,0.05) 0%, rgba(57,68,78,0.23) 34%, rgba(57,68,78,0.62) 65%, rgba(57,68,78,1) 92%, rgba(57,68,78,1) 100%);
    background: url(/images/noise.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(57,68,78,0.05)), color-stop(34%,rgba(57,68,78,0.23)), color-stop(65%,rgba(57,68,78,0.62)), color-stop(92%,rgba(57,68,78,1)), color-stop(100%,rgba(57,68,78,1)));
    background: url(/images/noise.png), -webkit-linear-gradient(top, rgba(57,68,78,0.05) 0%,rgba(57,68,78,0.23) 34%,rgba(57,68,78,0.62) 65%,rgba(57,68,78,1) 92%,rgba(57,68,78,1) 100%);
    background: url(/images/noise.png), -o-linear-gradient(top, rgba(57,68,78,0.05) 0%,rgba(57,68,78,0.23) 34%,rgba(57,68,78,0.62) 65%,rgba(57,68,78,1) 92%,rgba(57,68,78,1) 100%);
    background: url(/images/noise.png), -ms-linear-gradient(top, rgba(57,68,78,0.05) 0%,rgba(57,68,78,0.23) 34%,rgba(57,68,78,0.62) 65%,rgba(57,68,78,1) 92%,rgba(57,68,78,1) 100%);
    background: url(/images/noise.png), linear-gradient(to bottom, rgba(57,68,78,0.05) 0%,rgba(57,68,78,0.23) 34%,rgba(57,68,78,0.62) 65%,rgba(57,68,78,1) 92%,rgba(57,68,78,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d39444e', endColorstr='#39444e',GradientType=0 );
}

.blog .text {
    margin-top: 155px;
    padding: 10px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: width linear 0.3s;
    transition: all linear 0.3s;
}

    .blog .text h4 {
        font-size: 1.4em;
        margin-bottom: 15px;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        -o-transition: width linear 0.3s;
        transition: all linear 0.3s;
    }

.blog p {
    text-align: justify;
}

.blog a:hover {
    text-decoration: none;
}

.social {
    padding: 60px 0;
}

/* .contact .social {
    padding: 30px 0 0;
    padding-right: 40px;
} */

.social i {
    font-size: 2.4em;
    text-align: center;
    color: #39444e;
    width: 60px;
    height: 60px;
    padding: 10px;
    margin: 10px 10px 40px;
    border: 3px solid #39444e;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact {
    padding: 40px 0 20px;
}
.contact i {
    color: #d20000;
}
.contact .social a:hover {
    border-bottom:none!important;
}

@media (max-width: 768px) {
    .social i {
        margin: 10px 10px 30px;
    }

    .contact .social i {
        margin: 10px 5px 30px;
    }
}

.contactdetails a{
    color:#333;
}
.contactdetails a:hover{
    text-decoration:none;
    border-bottom:1px solid #333;
}

.contactdetails p{
    white-space:nowrap;
}

@media(max-width:767px) {
    .studioemails .singlestudioemail:not(:nth-last-child(2)) {
        margin-bottom: 40px;
    }
}
    .studioemails .singlestudioemail h4{
        margin-bottom:5px;
        white-space:nowrap;
    }

#contact-form{
    margin:0 auto;
    max-width:600px
}

.social i.fa-facebook {
    padding-left: 6px;
}

    .social i.fa-facebook:hover {
        background: rgb(59,89,152);
        border: 3px solid rgb(59,89,152);
        color: #fff;
    }

.social i.fa-twitter:hover {
    background: rgb(0, 172, 237);
    border: 3px solid rgb(0, 172, 237);
    color: #fff;
}

.social i.fa-google-plus{
    padding-left:4px;
    padding-top:8px;
}

    .social i.fa-google-plus:hover {
        background: #dd4b39;
        border: 3px solid #dd4b39;
        color: #fff;
    }


.social i.fa-instagram{
    padding-top:8px;
}

    .social i.fa-instagram:hover {
        background: #8a3ab9;
        border: 3px solid #8a3ab9;
        color: #fff;
    }

.social .twitter {
    background: url(/images/twitterbg.png) no-repeat;
    background-size: contain;
    background-position: 10%;
    padding-top: 40px;
}

.social .facebook {
    background: url(/images/fbbg.png) no-repeat;
    background-size: contain;
    background-position: right;
    padding-top: 40px;
}

.dashfooter .content {
    padding: 30px 0 10px;
}

.footer {
    min-height: 39.2vh;
    font-size: 80%;
    position: relative;
    color: #fff;
    background: url(/images/subpage9.jpg) no-repeat top left;
    background-size: cover;
    overflow: hidden;
}

    .footer a {
        color: #fff;
        position: relative;
        text-decoration:none;
        border-bottom: 1px solid transparent;
    }

        .footer a:hover {
            text-decoration: none;
            border-bottom-color: #fff;
        }

    .footer ul {
        list-style: none;
        padding: 10px 0 30px;
    }

    .footer li {
        padding: 5px 0;
    }

    .footer h4 {
        display: inline-block;
        margin: 5px;
    }

    .footer .otherlinks {
        text-align: center;
    }

    .footer p {
        margin-top: 10px;
        text-align: center;
    }
        
        .footer p.footer-inline{
            display:inline;
        }

    .footer .content {
        padding-bottom: 20px;
    }

        .footer .content div {
            padding: 0;
        }

.backtop {
    position: absolute;
    right: 40px;
    bottom: 60px;
    border: 3px solid #fff;
    font-size: 1.6em;
    text-align: center;
    cursor: pointer;
    height: 45px;
    width: 45px;
}

    .backtop i {
        padding-top: 2px;
        height: 35px;
        width: 35px;
        display: inline-block;
        vertical-align: text-top;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .backtop:hover {
        background: #fff;
        color: rgb(187,36,36);
    }


@media screen and (max-width:767px){
    .footer {
        min-height: 0;
        text-align:center;
    }
        .footer p.footer-inline{
            display:block;
        }
        
        .footer .leftgradient {
            min-height: 0;
        }

    .backtop {
        position: relative;
        right: auto;
        bottom: auto;
        display:inline-block;
        border: 2px solid #fff;
        font-size: 1.4em;
        margin:30px 0;
        height: 40px;
        line-height: 38px;
        width: 40px;
    }
}

/*sub pages*/

.contactheader,
.subpageheader {
    position: relative;
    background: #333;
}

    .subpageheader:before {
        background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(60%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));
        background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
        background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        content: ' ';
        z-index: 0;
    }

/*.subpageheader svg{
    position:absolute;
    bottom:0;
    left:0;
}

.subpageheader svg path.polygon1{
    fill:#fff;
}

.subpageheader svg path.polygon2{
    fill:#fff;
}*/

.subpagetitle {
    padding-top: 62px;
    text-align: left;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

    .subpagetitle h1 {
        margin: 0;
    }

    .subpagetitle .hcontainer {
        margin: 100px 0 120px;
    }

        .subpagetitle .hcontainer a:hover {
            text-decoration: none;
        }

    .subpagetitle img {
        margin-top: 25px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 20vh;
        width: auto;
    }

.subpagesummary {
    padding: 50px 150px 70px;
    text-align: center;
}

.subpagecontent {
    padding: 50px 0;
}

    .subpagecontent p {
    }

    .subpagecontent ul {
        line-height: 2em;
        padding-left: 60px;
        padding-bottom: 20px;
        list-style: none;
    }

    .subpagecontent li {
        padding: 5px;
    }

    .subpagecontent .flowlist {
        width: 95%;
    }

        .subpagecontent .flowlist ul {
            padding: 0;
        }

            .subpagecontent .flowlist ul li {
                width: 100%;
                position: relative;
                margin: 5% 2%;
            }

                .subpagecontent .flowlist ul li h5 {
                    position: absolute;
                    font-size: 3.5em;
                    text-align: left;
                    left: 0;
                    bottom: 18%;
                    opacity: 0.4;
                }

                .subpagecontent .flowlist ul li p {
                    text-align: right;
                    line-height: 2em;
                }

.simplesubpage {
    padding-top: 80px;
}

.reddiv {
    padding: 30px;
    color: #fff;
    margin: 0 -15px;
    background: rgb(187,36,36);
}

    .reddiv abbr[title],
    .reddiv abbr[data-original-title],
    .reddiv a {
        color: #fff;
        border-bottom: none;
        border-bottom: 1px solid transparent;
    }

        .reddiv a:hover {
            color: #fff;
            border-bottom-color: #fff;
            text-decoration: none;
        }

fieldset {
    margin-bottom: 30px;
}


.red {
    color: #fff;
}

    .red:before {
        z-index: -1;
        display: block;
        position: absolute;
        top: 0;
        left: -5%;
        content: ' ';
        background: rgb(187,36,36);
        width: 150%;
        height: 300%;
    }

.yellow {
    color: #333;
    padding: 20px;
    background: #ffdc61;
    background: -moz-linear-gradient(-45deg, #ffdc61 0%, #ffdf83 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffdc61), color-stop(100%,#ffdf83));
    background: -webkit-linear-gradient(-45deg, #ffdc61 0%,#ffdf83 100%);
    background: -o-linear-gradient(-45deg, #ffdc61 0%,#ffdf83 100%);
    background: -ms-linear-gradient(-45deg, #ffdc61 0%,#ffdf83 100%);
    background: linear-gradient(135deg, #ffdc61 0%,#ffdf83 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc61', endColorstr='#ffdf83',GradientType=1 );
}

    .yellow strong {
        color: #333;
    }

.bio {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right:75px;
    border-right:2px solid #d80000;
}

.bio p{
    line-height:2em;
}

.biotitle h2{
    font-size:2.5em;
    text-align:right;
    padding-top: 50px;
    padding-bottom: 50px;
    margin:0;
}

.biotitle h2 span.engname{
    display:inline-block;
}

.emailstudios {
    text-align: center;
}

    .emailstudios ul {
        position: relative;
        list-style: none;
        padding: 0;
        display: inline-block;
        width: 100%;
    }

        .emailstudios ul li {
            position: relative;
            width: 29%;
            display: inline-block;
            padding-bottom: 30%;
        }

            .emailstudios ul li img {
                position: absolute;
                top: 0;
                height: 90%;
                width: auto;
                left: 50%;
                -o-transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
            }

            .emailstudios ul li:after {
                position: absolute;
                opacity: 0;
                z-index: 2;
                display: block;
                content: ' ';
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background: hsla(100,100%,100%,0.3);
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
                pointer-events: none;
            }

            .emailstudios ul li:hover:after {
                opacity: 1;
            }

            .emailstudios ul li a {
                width: 100%;
                height: 100%;
                display: block;
            }

.service {
}

    .service i {
        padding: 0 0 30px;
    }

    .service ul {
        list-style: circle;
    }

/*engineers*/

.engineers {
    padding-bottom: 50px;
    padding-top: 45px;
    text-align: center;
}

    .engineers a {
        text-decoration: none;
    }

    .engineers .imgcontainer {
        position: relative;
        z-index: 10;
        padding-right: 0;
    }

        .engineers .imgcontainer h3 {
            position: absolute;
            bottom: 0;
            left: 10px;
            color: #fff;
            z-index: 10;
        }

        .engineers .imgcontainer .engpic {
            height: 100%;
            width: 100%;
        }

.engineers .imgcontainer:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 92%;
    width: calc(100%);
    width: -webkit-calc(100%);
    content: ' ';
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(bottom, top, color-stop(0%, rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
}

.engineers .engineer {
    margin-top: 15px;
    float: none;
    display: inline-block;
    margin-right: -7px;
}

.engineers .engineer .imgcontainer img.studiologo {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 25%;
    width: auto;
    z-index: 10;
}

.engineer p {
    color: #333;
    line-height: 2em;
    font-size: 16px;
    padding-bottom:30px;
    text-justify:auto;
}

.engineer a.readmore {
    position: absolute;
    right: 0;
    bottom: 15px;
}

/*engineer*/
.engineerheader {
    position: relative;
    padding-top:80px;
}

    .engineerheader a {
        color: #fff !important;
    }

    .engineerheader .container {
        z-index: 10;
    }

    .engineerheader:before {
        background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(60%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));
        background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
        background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        content: ' ';
        z-index: 0;
    }

.history:not(html) .yellow{
    padding-bottom:0;
}

    .history:not(html) .whcolumns.columns-5 .wh{
        width:calc(20% - 40px);
        width:-webkit-calc(20% - 40px);
    }

    .history:not(html) .whcolumns.columns-4 .wh{
        width:calc(25% - 40px);
        width:-webkit-calc(25% - 40px);
    }
    .history:not(html) .whcolumns:before{
        content:' ';
        height:2px;
        background:#333;
        display:block;
    }
    .history:not(html) .whcolumns.columns-5:before{
        width:82%;
        margin:40px 8% 20px;
    }
    .history:not(html) .whcolumns.columns-4:before{
        width:76.5%;
        margin:40px 11% 20px 10.5%;
    }


.history:not(html) .wh {
    color: #333;
    display:inline-block;
    vertical-align:top;
    margin:0 20px 30px;
    text-align:center;
    position:relative;
}

    .history:not(html) .wh:before {
        content: ' ';
        display: block;
        height: 10px;
        width: 10px;
        background: #333;
        position: absolute;
        top: -26px;
        border-radius:10px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .history:not(html) .wh:last-child {
        font-weight: 500;
        font-size:1.4em;
        text-transform:uppercase;
        margin-right:0;
    }
    .history:not(html) .wh:first-child {
        margin-left:0;
    }

    .history:not(html) .wh p{
        line-height:1.6em;
    }
        .history:not(html) .wh p span.place {
            display:block;
            font-size:0.8em;
        }
        .history:not(html) .wh:last-child p span.place {
            font-size:0.6em;
        }

.history:not(html) h3 {
    font-size: 2.2em;
    margin-bottom: 30px;
}

/*.engineer .history p:after{
    content:' ';
    display:block;
    height:1px;
    width:50%;
    background:rgba(51, 51, 51, 0.20);
    position:absolute;
    bottom:-5px;
    right:0;
}*/

.engineer .discog {
    width: 100%;
}

    .engineer .discog p {
        color: #fff;
    }

.engineer .albumcontainer {
    margin: 0;
    border-color: #39444e;
}

@media(max-width:991px) {
    .engineer .discographyalbums > div:nth-last-child(-n+2) {
        display: none;
    }
}

.engineer .albums {
    background: none;
}

.engineer .albumcontainer .details p {
    color: #fff;
}

    .engineer .albumcontainer .details p.eng {
        display: none;
    }

.engineer .mastertracks {
    background: #d80000; /* Old browsers */
    background: -moz-linear-gradient(left, #d80000 1%, #aa0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%,#d80000), color-stop(100%,#aa0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #d80000 1%,#aa0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #d80000 1%,#aa0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #d80000 1%,#aa0000 100%); /* IE10+ */
    background: linear-gradient(to right, #d80000 1%,#aa0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d80000', endColorstr='#aa0000',GradientType=1 ); /* IE6-9 */
    padding: 20px;
    text-align: center;
}

    .engineer .mastertracks h2 {
        color: #fff;
        margin-bottom: 20px;
        display: inline-block;
        vertical-align: middle;
    }

@media(max-width:767px) {
    .engineer .mastertracks h2 {
    }
}

.engineer .mastertracks .btn-mw {
    border-color: rgba(255,216,0,1);
    color: rgba(255,216,0,1);
}

    .engineer .mastertracks .btn-mw:hover {
        background: rgba(255,216,0,1);
        color: #d80000;
    }

.studio {
    padding: 30px 0;
}


.studioheader {
    position: relative;
    height: 600px;
    height: 70vh;
    max-height: 600px;
    overflow: hidden;
}

    .studioheader a {
        color: #fff !important;
    }

.studio .studiotitle {
    padding: 30px;
}

    .studio .studiotitle img {
        max-height: 250px;
    }

.studio img {
    max-width: 80%;
}

/*studios*/

.studiolist {
    padding: 50px 0;
}

    .studiolist .single-studio{
        position:relative;
    }

    .studiolist .single-studio .imgcontainer {
        position: relative;
        height: 300px;
        text-align: center;
        width:auto;
        padding:0;
        z-index: 0;
    }

        .studiolist .single-studio .imgcontainer img {
        }
        
        .studiolist .single-studio .imgcontainer.blur {
            position:absolute;
            height: 300px;
            width: 100%;
            top:0;
            left:0;
            -moz-transition: opacity 0.3s linear;
            -o-transition: opacity 0.3s linear;
            -webkit-transition: opacity 0.3s linear;
            transition: opacity 0.3s linear;
        }
        .studiolist .single-studio:hover .blur{
            opacity:0;
        }
        .studiolist .single-studio .logo {
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-transform: translateX(-50%) translateY(-50%) translateZ(0);
            -ms-transform: translateX(-50%) translateY(-50%) translateZ(0);
            -o-transform: translateX(-50%) translateY(-50%) translateZ(0);
            -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0); 
            transform: translateX(-50%) translateY(-50%) translateZ(0);
            max-height: 225px;
            z-index: 10;
            -moz-transition: opacity 0.3s linear;
            -o-transition: opacity 0.3s linear;
            -webkit-transition: opacity 0.3s linear;
            transition: opacity 0.3s linear;
        }
    .studiolist .single-studio .logo img{
        display:block;
        width:auto;
        max-width:none;
        max-height:225px;
    }
        .studiolist .single-studio:hover .logo{
            opacity:0.4;
        }
    .studiolist .single-studio:after{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: ' ';
        z-index: 9;
        opacity: 0.5;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=1);
        pointer-events: none;
        -moz-transition: opacity 0.3s linear;
        -o-transition: opacity 0.3s linear;
        -webkit-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
    }
    
        .studiolist .single-studio:hover:after{
            opacity: 0.1;
        }
    
        /*.studiolist .imgcontainer:hover img {
            -webkit-filter: brightness(1.6);
            -moz-filter: brightness(1.6);
            -ms-filter: brightness(1.6);
            filter: brightness(1.6);
        }*/

@media screen and (max-width:767px){
    .single-studio{
        margin-bottom:30px;
    }
}

.studiospage {
    padding-bottom: 50px;
}

.studiospage .imgcontainer {
    position: relative;
    text-align: center;
}

.studiospage .imgcontainer img {
    top: 0;
    left: 0;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.studiospage .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,1);
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.studiospage .overlay img {
    height: 100% !important;
    width: auto !important;
    top: 100%;
}

.studiospage a:hover .overlay {
    opacity: 0.65;
}

.studiospage .imgcontainer h3 {
    position: absolute;
    bottom: 0;
    left: 10px;
    color: #fff;
    z-index: 10;
}

.studio p {
    color: #333;
    position: relative;
}

.studio a.readmore {
    position: absolute;
    right: 0;
    bottom: 15px;
}

.studioimages {
    padding: 50px 0 10px;
}

.studioimages .imgthumb {
    height: 200px;
    width: 100%;
    position: relative;
}

.equip ul {
    list-style: none;
    padding: 0;
    font-size: 85%;
}

.equip ul li {
    line-height: 1.4em;
}

.studioengineers {
    padding: 50px 0;
}

.studioengineers .engineer .imgcontainer {
    position: relative;
    z-index: 1;
    height: 300px;
}

.studioengineers .engineer .imgcontainer img {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

div.rates,
div.service,
div.whyus {
    padding: 60px 0;
    position: relative;
}

div.allservices {
    overflow: hidden;
    position: relative;
    max-width:1600px;
    margin:0 auto;
}

div.allservices .one-service{
    width:33%;
    float:left;
    padding:40px;
    padding-bottom:80px;
    position:relative;
}

    div.allservices .one-service a.btn-readmore {
        position:absolute;
        bottom:20px;
        right:20px;
        margin:0;
        border: 3px solid #d80000;
        background: none;
        text-decoration:none;
        color: #d80000;
        font-weight: 600;
        padding:5px 20px;
    }
        div.allservices .one-service a.btn-readmore:hover {
            border: 3px solid #d80000;
            background: #d80000;
            color: #fff;
        }
        div.allservices .one-service.feature a.btn-readmore {
            border: 3px solid #fff;
            background: none;
            color: #fff;
        }

        div.allservices .one-service.feature a.btn-readmore:hover {
            border: 3px solid #fff;
            background: #fff;
            color: #d80000;
        }

div.allservices .one-service h2{
    margin-top:0;
}

div.allservices .one-service:nth-child(2n){
    background:#fff;
}
div.allservices .one-service.feature{
    background:#d20000;
}
div.allservices .one-service.feature p,
div.allservices .one-service.feature h2{
    color:#fff;
}

div.services {
    position: relative;
    padding: 20px 0 0;
}
@media screen and (max-width:1100px) {
    div.allservices .one-service{
        width:50%;
    }
    div.allservices .one-service:nth-child(2n){
        background:none;
    }
    div.allservices .one-service:nth-child(3n){
        background:#fff;
    }
}
@media screen and (max-width:550px){
    div.allservices .one-service{
        width:100%;
        height:auto!important;
    }
}

div.whyus h2 {
    color: #d80000;
}

.services a {
    color: #333;
}

    .services a:hover {
        text-decoration: none;
    }

    .services a h2 {
        color: #d80000;
    }

.container.why {
    overflow: hidden;
}

.why {
    overflow: hidden;
    position: relative;
}

.service_text,
div.whyus .whyreason {
    max-width: 800px;
    position: relative;
    z-index: 10;
}

    .service_text.text-right,
    div.whyus .whyreason.text-right {
        float: right;
    }

.service-details{
    padding:50px 0;
}

.service-details h5{
    color:#d80000;
    margin:30px 0 0;
    line-height: 2.5em;
}

.services .service_img,
.whyus .bigicon {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    opacity: 0.15;
    line-height: 100%;
}

    .whyus .bigicon img {
        max-width: 250%;
    }

    .whyus .bigicon:after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(255,255,255,0.6);
        background: -moz-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
        background: -webkit-linear-gradient(right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
        background: linear-gradient(to left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    }

.imagebreak {
    height: 300px;
    background: rgba(0,0,0,0.6);
}

@media screen and (max-width:767px){
    .imagebreak{
        height:200px;
    }
}

.expertisediscog {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.25;
}

    .expertisediscog:after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(255,255,255,0.6);
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 55%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 55%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    }

    .expertisediscog .discographyalbums .albumcontainer {
        border: none;
    }

        .expertisediscog .discographyalbums .albumcontainer .details {
            display: none;
        }

.equiplogos {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.25;
    text-align: right;
    max-width: 700px;
    width: 100%;
}

.whyus .equiplogos:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,0.6);
    background: -moz-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 60%);
    background: -webkit-linear-gradient(right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 60%);
    background: linear-gradient(to left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.contact strong {
    color: #d80000;
}

/*FAQ*/
.FAQ {
    padding: 50px 0;
}

    .FAQ h3 + div {
        background: rgba(57,68,78,0.07);
        padding: 20px 40px;
    }

        .FAQ h3 + div p {
            line-height: 2em;
        }

    .FAQ .faq-header {
        color: #d80000;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: 0;
        padding: 15px;
        -ms-transition: 0.2s all ease-in-out;
        -moz-transition: 0.2s all ease-in-out;
        -webkit-transition: 0.2s all ease-in-out;
        -o-transition: 0.2s all ease-in-out;
        transition: 0.2s all ease-in-out;
        font-size: 1.3em;
    }

        .FAQ .faq-header.active {
            background: #d80000;
            color: #fff;
            padding: 20px 15px;
        }



.TCs > ol {
    list-style: initial;
    list-style-position: inside;
    padding-left: 30px;
}

.TCs ol {
    list-style-position: inside;
    counter-reset: item;
}


    .TCs ol li {
        display: block;
        position: relative;
        line-height: 2.5em;
    }

.TCs > ol > li {
    padding-top: 20px;
    padding-bottom: 10px;
}

    .TCs > ol > li:nth-child(2n+1):after {
        position: absolute;
        content: ' ';
        top: 0;
        bottom: 0;
        left: -95px;
        right: -80px;
        background: #f5f5f5;
        z-index: -1;
    }

.TCs ol > li:before {
    content: counters(item, ".");
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px;
}

.TCs > ol > li:before {
    content: counters(item, ".")".";
    counter-increment: item;
    font-size: 1.4em;
    font-weight: 200;
    color: #d80000;
}

.TCs ul {
    list-style-type: none;
}

    .TCs ul > li:before {
        content: counter(section, lower-alpha) ") ";
        position: absolute;
        margin-right: 100%;
        right: 10px;
    }

    .TCs ul > li {
        counter-increment: section;
        position: relative;
    }

/*Example tracks*/

.tracks {
    padding-top: 60px;
    padding-bottom: 30px;
}

.track {
    display:inline-block;
    max-width:400px;
    position: relative;
    margin-bottom: 50px;
    background: #eaeaea;
    box-shadow:0px 0px 5px rgba(0,0,0,0.6);
}

.tracks .track .albumcover{
    position:relative;
}
.tracks .track .albumcover .trackcover img{
    width:100%;
}

.tracks .track .tracktitle{
    padding:10px;
    background:rgba(0,0,0,0.5);
    position:absolute;
    bottom:0;
    z-index:1;
    text-align:right;
    backdrop-filter:blur(3px);
    max-width:100%;
    padding-bottom:20px;
}
    
    .tracks .track .tracktitle table{
        width:100%;
    }
        .tracks .track .tracktitle table td:nth-child(2){
            padding-left:10px;
        }

        .tracks .track .tracktitle .mediaControl{
            position:relative;
            opacity:0.9;
        }

        .tracks .track .tracktitle .mediaControl .btnBackground{
            z-index:-1;
            position:relative;
            width:75px;
            height:75px;
            background:rgb(187,36,36);
            border-radius:100%;
            box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
        }
            .tracks .track .tracktitle .mediaControl .playbutton {
                position: absolute;
                content:' ';
                top: 50%;
                left: 50%;
                -moz-transform: translateX(-50%) translateY(-50%);
                -ms-transform: translateX(-50%) translateY(-50%);
                -o-transform: translateX(-50%) translateY(-50%);
                -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
                font-size:3em;
                cursor:pointer;
                color:#fff;
                text-align:center;
            }
            .tracks .track .tracktitle .mediaControl .pausebutton {
                position: absolute;
                top: 50%;
                left: 50%;
                -moz-transform: translateX(-50%) translateY(-50%);
                -ms-transform: translateX(-50%) translateY(-50%);
                -o-transform: translateX(-50%) translateY(-50%);
                -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
                font-size:3em;
                color:#fff;
                cursor:pointer;
                display:none;
                text-align:center;
            }
            .tracks .track .tracktitle .mediaControl .loadingspinner {
                display:none;
                position: absolute;
                top: 0;
                left: 0;
                width:4em;
                height:4em;
                top:1.75em;
                left:1.75em;
                border-left-color:#ffffff;
                border-right-color:rgba(255,255,255,0.2);
                border-top-color:rgba(255,255,255,0.2);
                border-bottom-color:rgba(255,255,255,0.2);
            }
        
            @media screen and (max-width:450px){
                .tracks .track .tracktitle .mediaControl .btnBackground{
                    width:45px;
                    height:45px;
                }
                    .tracks .track .tracktitle .mediaControl .playbutton {
                        font-size:1.8em;
                    }
                    .tracks .track .tracktitle .mediaControl .pausebutton {
                        font-size:1.8em;
                    }
                    .tracks .track .tracktitle .mediaControl .loadingspinner {
                        width:3em;
                        height:3em;
                        top:0.75em;
                        left:0.75em;
                    }
            }

        .tracks .track .progressbar {
            border-radius: 0px !important;
            width: 100%;
            z-index:20;
            height: 3px !important;
            cursor: pointer;
            margin: 0;
            overflow: hidden;
            position: absolute;
            bottom: 0;
            left:0;
            opacity: 0.7;
            -moz-transition: height 0.3s linear, opacity 0.3s linear;
            -o-transition: height 0.3s linear, opacity 0.3s linear;
            -webkit-transition: height 0.3s linear, opacity 0.3s linear;
            transition: height 0.3s linear, opacity 0.3s linear;
        }
           

            .tracks .track .albumcover:hover .progressbar{
                height:15px!important;
                opacity:0.85;
            }

            .tracks .track .ui-widget-header{
                background:rgb(187,36,36)!important;
                border-radius:0!important;
            }

.tracks .track .trackdetails{
    padding:10px;
}

.tracks .track h3 {
    margin: 0;
    color:#ddd;
    font-size:1.4em;
}
.tracks .track h3 strong{
    color:#fff;
    font-size:1.4em;
}

.tracks .track :not(.albumcover) a {
    float: right;
}

.exampletrackbackground{
    position:relative;
    padding:100px 0 60px;
}

.exampletrackbackground .image-container{
    position:absolute;
    right:0;
    top:60px;
    bottom:0;
    overflow:hidden;
    width:60%;
}

.exampletrackbackground h1,
.exampletrackbackground h2{
    max-width:400px;
}

@media screen and (min-width:949px) and (max-width:1150px){
    .exampletrackbackground .image-container{
        top:53px;
    }
}

.exampletrackbackground .image-container:after{
    content:' ';
    position:absolute;
    width:50%;
    left:0;
    top:0;
    bottom:0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(left,  rgba(245,245,245,1) 10%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(245,245,245,1) 10%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(245,245,245,1) 10%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

@media screen and (max-width:850px){
    .exampletrackbackground .image-container {
        width:100%;
    }
    .exampletrackbackground .image-container:after {
        width:100%;
        background:none;
    }
}

.exampletrackbackground .image-container img.bgimage{
    position:absolute;
}

.exampletrackbackground .container{
    position:relative;
}

/*order page*/
.orderpageheader {
    margin-top: 63px;
    padding: 10px 0;
    background: #d80000;
    color: #fff;
}

.order h2 {
    padding: 30px 0 0;
}

.order span.numbering {
    color: #d80000;
    font-size: 1.6em;
}

.order1 {
    background: rgba(51,51,51,0.05);
    padding: 30px 0;
}

.loadingspinner.orderformloading {
    position: absolute;
    top: 35vh;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.orderform {
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.loadingspinner.orderformloading + .orderform {
    opacity: 0;
}

.order3 {
    background: rgba(51,51,51,0.05);
}



/* order engineer list */

.grid-sizer {
    width: calc(33% - 20px);
    width: -webkit-calc(33% - 20px);
}

.griditem {
    padding-top: 20%;
    width: calc(33% - 20px);
    width: -webkit-calc(33% - 20px);
    margin-bottom: 20px;
    background: #ddd;
    box-shadow: 3px 3px 15px -3px rgba(0,0,0,0.15) !important;
}

.ratesgrid{
    margin-bottom:30px;
}

.ratesgrid .griditem a{
    text-decoration:none;
}

.ratesgrid .grid-sizer,
.ratesgrid .griditem{
    padding-top: 30%;
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
}

@media (min-width: 992px ){
    .ratesgrid .grid-sizer,
    .ratesgrid .griditem{
        padding-top: 20%;
        width: calc(33% - 20px);
        width: -webkit-calc(33% - 20px);
    }
}


.griditem .choose {
    text-decoration: none;
}


.griditem .imgcontainer {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 0;
}
    
.griditem .imgcontainer.anystudioimgcontainer{
    background:#fff;
}
.griditem .imgcontainer.anystudioimgcontainer .fifth-container{
    vertical-align: top;
    float:left;
    width: 20%;
    overflow:hidden;
}
.griditem .imgcontainer.anystudioimgcontainer img{
    -moz-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    -webkit-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
}
        
.griditem .active .imgcontainer.anystudioimgcontainer img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}



.ratesgrid .griditem .engdetails,
.griditem .choose .engdetails,
.asgriditem .engdetails {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #333;
    width: 100%;
    padding: 5px 10px;
    background: #ddd;
    font-size: 0.8em;
    z-index: 2;
}
.anystudiorates .engdetails {
    position: relative;
    bottom: 52px;
    color: #333;
    width: 100%;
    padding: 5px 10px;
    background: #ddd;
    font-size: 0.8em;
    z-index: 2;
    max-height: 55px;
}
.ratesgrid .griditem .engdetails h3, .ratesgrid .griditem .engdetails h5,
.griditem .choose .engdetails h3, .griditem .choose .engdetails h5,
.asgriditem .engdetails h3, .asgriditem .engdetails h5,
.anystudiorates .engdetails h3, .anystudiorates .engdetails h5 {
    margin: 0;
    padding: 0;
}

.griditem .choose .engdetails h6 {
    margin: 10px 0 5px;
}

.griditem .choose .engdetails p,
.asgriditem .engdetails p {
    line-height: 1.5em;
    margin: 10px -10px -5px;
    background: #fff;
    color: #333;
    padding: 10px;
}

.ratesgrid .griditem .engdetails img,
.griditem .choose .engdetails img,
.asgriditem .engdetails img {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: auto;
    height: 40px;
    opacity: 0.8;
}
.anystudiorates .engdetails img {
    display: block;
    position: inherit;
    bottom: 40px;
    float:right;
    width: auto;
    height: 40px;
    opacity: 0.8;
    padding-left:10px;
}
.anystudiorates {
    margin-bottom: 30px;
}
.griditem .choose .engdetails img.active {
    opacity: 1;
}

.griditem .choose.active .imgcontainer,
.asgriditem .active .imgcontainer {
    box-shadow: 0 0 15px 0 rgba(216, 0, 0, 0.8) !important;
}

.griditem .choose.active .engdetails img.inactive {
    display: none;
}

.griditem .choose:not(.active) .engdetails img.active {
    display: none;
}
    
.griditem:not(.griditem--width2) .choose .engdetails p,
.griditem:not(.griditem--width2) .choose .engdetails h6 {
    display: none;
}

.griditem.griditem.griditem--width2 .choose .engdetails img,
.anystudio.griditem.griditem--width2 .choose .engdetails h6 {
    display: none;
}

.anystudiorates .engineer .imgcontainer {
    position: relative;
    z-index: 1;
    height: 290px;
}

.anystudiorates .engineer .imgcontainer img {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

.ExtrasTable {
    margin-bottom:40px;
}

.choose.active .engdetails {
    /*position:relative;*/
    background: #d80000;
    color: #fff;
}
.choose.active .engdetails h3 {
    color: #fff;
}

.griditem.engineerimg img {
    width: 100%;
}

.asgriditem {
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
}

@media(max-width:1051px) {
    .griditem, .grid-sizer{
        width: calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
    }

    .griditem {
        height: 80px;
        padding: 0;
    }

    .griditem .choose .engdetails {
        position: relative;
        height:80px;
    }

    .griditem:not(.griditem--width2) .choose .engdetails h6 {
        display: block;
    }

    .griditem.griditem--width2 .choose .engdetails p {
        display: none;
    }

    .anystudio.griditem.griditem--width2 .choose .engdetails h6 {
        display: block;
    }

    .griditem .choose .engdetails h3,
    .griditem .choose .engdetails h5,
    .griditem .choose .engdetails h6 {
        margin-bottom: 5px;
        margin-top: 0;
    }

    .grid:not(.ratesgrid) .griditem .imgcontainer {
        right: 0;
        top: 0;
        bottom: 0;
        left: auto;
        box-shadow:none!important;
        height: 80px;
        width: 120px;
        z-index: 1;
    }

    .griditem--width2 {
        background: #d80000;
        width: calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
        margin-bottom: 20px;
    }

    .griditem--width2 .choose .engdetails h3,
    .griditem--width2 .choose .engdetails h5 {
        background: #d80000;
        color: #fff;
        padding-top: 0;
        float: none;
    }
}

@media(max-width:763px) {
    .griditem,
    .griditem--width2 {
        width: 100%;
        max-width: 400px;
    }
}

@media(max-width:350px) {
    .griditem .choose .engdetails {
        font-size: 0.7em;
    }
}

.order .delivery,
.order .project {
    position: relative;
    width: 80%;
    margin: 0 0 50px;
}

    .order .project input[type=number] {
        font-size: 1.2em;
        max-width: 100px;
        height: 40px;
        float: right;
        margin: 0;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .order .project input::-webkit-outer-spin-button,
    .order .project input::-webkit-inner-spin-button {
        opacity: 1;
        cursor: pointer;
        padding: 0 10px;
    }

    .order .project p:not(.pertrack) {
        display: inline-block;
        margin: 0 30px 0 0;
        font-size: 1.1em;
        vertical-align: middle;
    }

.order p.pertrack {
    line-height: normal;
    font-size: 12px;
}

.order3 .order .orderlabel p {
    margin: 0;
}

.order input[type=checkbox] {
    visibility: hidden;
}

.order select {
    width: 98%;
    padding: 5px;
    border-radius: 0;
}

.ordercheck {
    float: right;
    width: 30px;
    margin: 10px 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .ordercheck label {
        cursor: pointer;
        position: absolute;
        width: 30px;
        height: 30px;
        margin: 0;
        right: 0;
        top: 0;
        border-radius: 0;
        background: #eee;
        border: 1px solid #aaa;
    }

.option .ordercheck label {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    top: 0;
    border-radius: 0;
    background: #eee;
    border: 1px solid #aaa;
}

.ordercheck label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 16px;
    height: 8px;
    background: transparent;
    top: 7px;
    left: 6px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.option .ordercheck label:after {
    top: 6px;
    left: 4px;
}

.ordercheck label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.ordercheck input[type=checkbox]:checked + label:after,
.ordercheck input[type=checkbox]:checked + input + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.order a#showhideopt {
    font-size: 0.9em;
}

.order .orderlabel {
    margin: 0;
    display: inline-block;
}

.order .option .orderlabel {
    font-size: 0.8em;
}

.opthide {
    display: none;
}

.order hr {
    border-top: 1px solid #ddd;
}

.ordersummary {
    position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
    background: rgba(221, 221, 221, 0.80);
    width: 40vw;
    max-width: 400px;
    overflow-y: auto;
    text-align: center;
    padding: 30px;
    z-index: 1;
}

    .ordersummary .maxwidth{
        max-width:600px;
    }

@media(min-width:1052px) {
    .ordersummary {
        max-height: 90vh;
    }
}
/*.ordersummary select{
        margin-bottom:20px;
    }*/

.ordersummary.fixed {
    top: 50%;
    position: fixed;
    bottom: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ordersummary.fixedbottom {
    position: absolute;
    top: auto;
    bottom: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.ordersummary .summarycheck input[type=checkbox] {
    margin: 0 10px;
    vertical-align: middle;
}

.ordersummary .summarycheck label {
    margin: 0 10px 10px 0;
}

.ordersummary h2 {
    color: #d80000;
}

.ordersummary p {
    margin-bottom: 0;
    line-height: 1.5em;
}

.ordersummary hr {
    margin: 20px 0;
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #777; /* old IE */
    background-color: #777; /* Modern Browsers */
    overflow: hidden;
}

.ordersummary p #additions {
    font-size: small;
}

.ordersummary p.additionp {
    /*max-height: 15vh;*/
    margin-top: 10px;
    overflow-y: auto;
}

.ordersummary a.btn,
.ordersummary input[type=submit] {
    height: 60px;
    cursor: pointer;
    line-height: 53px;
    background: #d80000;
    border: none;
    padding: 0 20px;
    color: #fff;
    font-weight:500;
    font-size: 1.4em;
    width: auto;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow:0px 1px 3px rgba(0,0,0,.24);
}

    .ordersummary a.btn:hover,
    .ordersummary input[type=submit]:hover {
        background: #A51203;
        color: #fff;
    }

.ordersummary .extracost {
    float: right;
}

    .ordersummary .extracost:after {
        content: ' ';
        clear: both;
    }

.ordersummary .validationp {
    float: left;
    font-size: 0.8em;
    color: #d80000;
}

.ordersummary #ClientCountry{
    padding:5px;
}

@media(max-width:1051px) {
    .ordersummary {
        position: relative !important;
        max-width: none;
        width: 100% !important;
        top: auto !important;
        bottom: auto !important;
        -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        -o-transform: translateY(0) !important;
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }

    .order .delivery,
    .order .project {
        width: 100%;
    }
}

.ordersummary #currencyConverter{
    margin-top:20px;
}

.ordersummary #currencyConverter p.subscript strong{
    color:#333;
    font-size:unset;
    font-weight:600;
}

.ordersummary #currencyConverter #ConvertedCurrency{
    float:right;
    line-height:2em;
}

/*login form*/
.modal-header .close {
    color: #fff;
    opacity: 0.9;
    width:5%;
}

    .modal-header .close:hover {
        color: #fff;
        opacity: 1;
    }

.forgotLink{
    margin:0;
    font-size: 12px;
    display:inline-block;
    float:right;
}

.field-validation-error{
    font-size:0.8em;
}

@media(min-width:991px) {
    .modal-lg #reg {
        border-right: 1px solid #ddd;
    }
}

/*payment page*/
.listen-room,
.braintreepage {
    padding-top: 78px;
    background: rgba(51,51,51,0.05);
    min-height: 150vh;
    position: relative;
}

    .listen-room nav,
    .braintreepage nav {
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.2) 0px -5px 15px 1px;
    }

        .listen-room nav div.logocontainer {
            height: 20px;
            width: 60px;
            position: relative;
        }

        .braintreepage nav div.logocontainer{
            float:left;
            height:60px;
        }

        .braintreepage nav div.logocontainer img{
            height:100%;
            width:auto;
            margin-left:15px;
        }

        .listen-room nav a,
        .braintreepage nav a {
            float: right;
            position: relative;
            display: block;
            line-height: 20px;
            border-bottom: 0px solid transparent;
            border-top: 0px solid transparent;
            padding: 20px 20px !important;
        }

            .listen-room nav a div.logocontainer img,
            .braintreepage nav a div.logocontainer img {
                max-width: none;
                max-height: 150%;
                position: absolute;
                top: 50%;
                left: 50%;
                -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%);
            }

        .listen-room nav div.PageTitle{
            float: left;
            height: 60px;
        }
        .braintreepage nav div.paymentlogocontainer {
            float:right;
            margin-right:15px;
        }
            .braintreepage nav div.paymentlogocontainer a {
                height: 60px;
                padding: 0 !important;
            }

                .braintreepage nav div.paymentlogocontainer a img {
                    height: 100%;
                    width: auto;
                    max-width: none;
                }

    .braintreepage .order_back{
        margin-top: 30px;
    }
        .braintreepage .order_back a{
            box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
        }

    .braintreepage .braintreecontainer {
        background: #fff;
        padding: 0;
        border: 1px solid transparent;
        border-radius: 0;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px 1px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box;
        outline: 0;
    }

@media(max-width:667px) {
    .braintreepage{
        padding-top:100px;
    }
}
@media(max-width:767px) {
    .braintreepage .braintreecontainer {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media(max-width:850px) {
        .braintreepage nav div.paymentlogocontainer {
            margin-right:0;
        }
            .braintreepage nav div.paymentlogocontainer a {
                height:50px;
            }
    .braintreepage nav div.logocontainer{
        height:50px;
    }
        .braintreepage nav div.logocontainer img {
            margin-left:0;
        }
}

.braintreecontainer input[type=submit] {
    cursor: pointer;
    background: #d80000;
    border: none;
    padding: 0 20px;
    color: #fff;
    line-height: 53px;
    font-size: 1.2em;
    font-weight: 400;
    width: auto;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
}

    .braintreecontainer input[type=submit]:hover {
        background: #A51203;
        color: #fff;
    }

    .braintreecontainer input[type=submit]:disabled {
        background: rgba(130,130,130,1);
        color: #ccc;
        border: 3px solid rgba(130,130,130,1);
    }

@media screen and (max-width:767px){
    .braintreecontainer input[type=submit] {
        line-height: 1.2;
        padding: 8px 16px;
    }
}

    .braintreecontainer .btn, .braintreecontainer input[type=submit]{
        margin-bottom:20px;
    }

.braintreecontainer .dropinready {
    margin-top: 30px;
}

    .braintreecontainer .dropinready .check {
        float: left;
    }

.braintreecontainer .ordercheck {
    display: inline-block;
    float: none;
    margin-right: 20px;
}

.braintreecontainer .orderlabel {
    display: inline-block;
}

.braintreecontainer h3 {
    color: #d80000;
    margin-top: 0;
}

.braintreecontainer .yourorder strong {
    color: inherit;
    font-size: 1em;
    font-weight: 500;
}

.braintreecontainer .yourorder p {
    margin: 0;
    line-height: 1.4em;
}

.braintreecontainer .allextras {
    font-size: 0.88em;
    margin: 10px 0 0;
}

.braintreecontainer hr {
    margin: 10px 0;
    border-top-color: #DEE2E5;
}

.braintreecontainer .yourorder a.hideextras,
.braintreecontainer .yourorder a.showextras {
    font-size: 0.8em;
}

.listen-room .modal-backdrop,
#pageheight .modal-backdrop,
.braintreepage .modal-backdrop {
    display: none;
    background: rgba(0,0,0,0.5);
}

    .listen-room .modal-backdrop .loadingspinner,
    #pageheight .modal-backdrop .loadingspinner,
    .braintreepage .modal-backdrop .loadingspinner {
        font-size: 20px;
        text-indent: -9999em;
        border-top: 0.4em solid rgba(255, 255, 255, 0.4);
        border-right: 0.4em solid rgba(255, 255, 255, 0.4);
        border-bottom: 0.4em solid rgba(255, 255, 255, 0.4);
        border-left: 0.4em solid #d80000;
        position: absolute;
        top: 50%;
        top: calc(50% - 26px);
        top: -webkit-calc(50% - 26px);
        left: 50%;
        left: calc(50% - 26px);
        left: -webkit-calc(50% - 26px);
    }

.braintreepage .braintreecontainer .braintree-Error{
    font-size:1em;
    margin:-20px -20px 20px -20px;
    padding:20px;
}

.braintreepage .braintreecontainer .braintree-Error p{
    line-height:1.6em;
    margin-bottom:20px;
}
.braintreepage .braintreecontainer .braintree-Error p:last-of-type{
    margin-bottom:0;
    font-size:0.75em;
}

.braintreepage .braintreecontainer .braintree-Error a{
    text-decoration:underline;
}

.payment-section {
    margin-top: 10px;
    margin-bottom: 10px;
}

.payment-section:first-of-type {
    margin-top: 20px;
}

.payment-section:last-of-type {
    margin-bottom: 40px;
}

.payment-section__heading,
.payment-section__body {
    padding: 20px;
}

.payment-section__heading {
    position: relative;
    border-bottom: 1px solid #DEE2E5;
    cursor: pointer;
}

.payment-section__heading h3 {
    margin: 0;
}

.payment-section__heading:after {
    content: ' ';
    position: absolute;
    height: 15px;
    width: 15px;
    display: block;
    right: 20px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: top;
    border-right: 2px solid #39444e;
    border-bottom: 2px solid #39444e;
    transition: transform 0.3s ease;
}

.payment-section__body {
    position: relative;
    overflow: hidden;
    display: none;
}

.payment-section.active .payment-section__body {
    display: block;
}

.payment-section.active .payment-section__heading:after {
    transform: rotate(45deg) translateY(-50%);
}

.payment-section .btn {
    margin-bottom: 0;
}

.skipPayment {
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
}

#listenModal .form-group,
#nominateModal .form-group,
#invoiceModal .form-group {
    margin: 10px 0;
}

    #listenModal .form-group .btn,
    #nominateModal .form-group .btn,
    #invoiceModal .form-group .btn {
        margin-top: 10px;
    }

#listenModal label,
#nominateModal label,
#invoiceModal label {
    margin: 0 15px;
}


/*Order Notes*/
.details_upload{
    max-width:900px;
}

.track_info a {
    font-size: 0.9em;
    padding: 0 15px 0 0;
}

.track_info .track_notes {
    display: none;
}

.projnotes hr {
    margin: 0 15px 20px;
    border-top-color: #DEE2E5;
}

.projnotes {
    margin-bottom: 20px;
    max-width: 900px;
}

.projnotes input:not([type="range"]),
.projnotes textarea {
    margin: 0 0 20px;
    resize: vertical;
    padding:5px 10px;
}
.projnotes .orderlabel {
    font-size: 0.9em;
    font-weight: 500;
}

.projnotes .orderlabel small {
    font-weight: 200;
}

.projnotes label {
    font-size: 0.9em;
}

.projnotes .sliderlabel {
    font-size: 0.7em;
    font-weight: 500;
    white-space: nowrap;
    margin-bottom: 0;
}

.projnotes .labelheaders div[class^="col-"] {
    padding: 0;
}

.projnotes a.btn {
    margin-bottom: 35px;
}

.projnotes h4 {
    margin-bottom: 20px;
}

.allaltnotes strong,
.alltracknotes strong {
    display: inline-block;
    vertical-align: top;
    width: 30px;
}

.allaltnotes .track_info,
.alltracknotes .track_info {
    display: inline-block;
    width: calc(100% - 35px);
    width: -webkit-calc(100% - 35px);
    vertical-align: middle;
}

.track_info label[class*="col-"] {
    padding: 7px 0 0;
}

@media screen and (max-width:767px){
    .track_info .col-sm-10{
        padding:0;
    }
    .track_info .col-sm-10 input{
        margin:0;
    }
}


/*Cookie consent panel*/
#cookie-alert {
    position: fixed;
    bottom: -1px;
    right: 0;
    left: 0;
    z-index: 10;
    background: rgba(57, 68, 78,0.85);
}

    #cookie-alert .alert {
        text-align: center;
        margin: 0;
        padding: 5px;
        border: 0;
    }

        #cookie-alert .alert p {
            display: inline-block;
            margin-right: 50px;
            vertical-align: middle;
        }

.text-sm p {
    line-height: normal;
    margin-bottom: 0;
    font-size: 0.8em;
}

/*listen room*/
.listen-room .imageslider {
    background: #000000;
    z-index: -1;
}

    .listen-room .imageslider:after {
        position: absolute;
        content: ' ';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.75);
    }

.listen-room .passwordContainer,
.listen-room .emailContainer {
    background: rgba(255,255,255,0.75);
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 0;
    display: none;
    min-width: 500px;
    max-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px 1px;
    z-index: 10;
}

.listen-room .filesContainer.faded {
    opacity: 0.6;
}

.listen-room .passwordContainer h3,
.listen-room .emailContainer h3 {
    margin: 0 0;
    background: #d80000;
    color: #fff;
    padding: 20px;
}

.listen-room .passwordContainer .input,
.listen-room .emailContainer .input {
    position: relative;
}

    .listen-room .passwordContainer .input input,
    .listen-room .emailContainer .input input {
        width: 100%;
        text-align: center;
        border: none;
        vertical-align: middle;
        padding: 10px 16px;
    }

    .listen-room .passwordContainer .input button,
    .listen-room .emailContainer .input button {
        vertical-align: middle;
        position: absolute;
        padding: 15px 16px 14px;
        top: 0;
        right: 0;
        display: none;
    }


.listen-room nav div.PageTitle h1 {
    margin: 9px 20px;
}

.listen-room .filesContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 30px;
    width: 85%;
    display: none;
    border: none;
    color: #fff;
}

    .listen-room .filesContainer table {
        background: #39444e;
        box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px 1px;
        border-radius: 4px;
    }

        .listen-room .filesContainer table th {
            color: #fff;
        }

#pwModal #pwInputContainer p {
    margin: 0;
    font-size: 0.95em;
}

#pwModal #pwInputContainer input[type=text] {
    width: 100%;
    margin-bottom: 20px;
    padding: 4px 8px;
}

    #pwModal #pwInputContainer input[type=text].incorrect {
        border: 1px solid #d80000;
    }

#pwModal #pwInputContainer p.passwordwrong {
    line-height: normal;
    margin-top: -15px;
    margin-bottom: 20px;
    display: none;
}

.rates h3, .engdetails h3 {
    margin: 0 0 10px;
    color: #d80000;
}

.rates table{
    font-size:1em;
    width:100%;
}

.rates table tbody tr td{
    padding:5px 10px;
    vertical-align:top;
}

.rates table tbody tr td:last-child{
    text-align:right;
}

.rates table tr:nth-child(2n+1){
    background:#e8e8e8;
}

.rates table tbody tr td p{
    line-height:normal;
    margin:0;
}

.rates table + h3{
    margin-top:30px;
}

@media(max-width:600px){
    .ratesgrid .grid-sizer,
    .ratesgrid .griditem{
        width:100%;
        max-width:none;
        padding:0;
        height:auto;
    }
    .ratesgrid .griditem .engdetails,
    .ratesgrid .griditem .engdetails img{
        position:relative;
        top:auto;
        bottom:auto;
        left:auto;
        right:auto;
    }

    .ratesgrid .griditem .imgcontainer{
        right:0;
        width:40%;
        bottom:0;
        z-index:3;
        left:auto;
    }

    .ratesgrid .griditem .engdetails img {
        margin-top:10px;
    }

    .ratesgrid .griditem.anystudio h5{
        margin-bottom:50px;
    }

    @media(max-width:420px){
        .ratesgrid .griditem .imgcontainer {
            display: none;
        }
        .ratesgrid .griditem .engdetails img {
            position:absolute;
            margin:0;
            top:5px;
            right:10px;
        }
        .ratesgrid .griditem.anystudio h5{
            margin-bottom:0;
        }
        .ratesgrid {
            margin-bottom:10px;
        }
    }
}

/*full client list*/

.clientlist {
    padding: 50px 0;
}

@media(max-width:767px) {
    @media(min-width:560px) {
        .column-sizer,
        .clientlist .albumcontainer {
            width: 33% !important;
        }
    }
}

.clientlist .clientfilters{
    margin-bottom:20px;
}

.clientlist .clientfilters .taglist {
    text-align:left;
    padding-left:13px;
}

.clientlist .clientfilters .taglist .tag{
    display:inline-block;
    font-size:14px;
    padding:8px 12px;
    margin:5px;
    background:#dedede;
}

    .clientlist .clientfilters .taglist .tag:hover{
        cursor:pointer;
        background:rgba(216, 0, 0, 0.4);
    }
    .clientlist .clientfilters .taglist .tag.active{
        background:rgba(216, 0, 0, 1);
        color:#fff;
    }

.clientlist .clientfilters .taglist.taglistright{
    text-align:right;
    padding-right:13px;
}

    .clientlist .clientfilters .taglist.taglistright .tag:hover{
        background:rgba(255,216,0,0.4);
    }

    .clientlist .clientfilters .taglist.taglistright .tag.active{
        background:rgba(255,216,0,1);
        color:#333;
    }

    
@media(max-width:767px) {
    .clientlist .clientfilters .taglist.taglistright{
        text-align:left!important;
    }

        .clientlist .clientfilters .taglist.taglistright:before{
            content:'Engineers';
            display:block;
            padding-left:4px;
            font-size:1.4em;
        }

    @media(min-width:560px) {
        .column-sizer,
        .clientlist .albumcontainer {
            width: 33% !important;
        }
    }
}

/*feedback form*/

form .statement {
    display: block;
    font-weight:600;
    font-size: 1em;
    padding:10px 0 0 30px;
    margin-bottom: 10px;
}

form .likert {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0 0 35px;
    display: block;
    min-width: 400px;
}

    form .likert:before {
        content: '';
        position: relative;
        top: 11px;
        left: 9.5%;
        display: block;
        background: #ddd;
        background: -moz-linear-gradient(left, #ff1a00 9.5%, #8e8e8e 48.5%, #31d600 87.5%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #ff1a00 9.5%,#8e8e8e 48.5%,#31d600 87.5%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #ff1a00 9.5%,#8e8e8e 48.5%,#31d600 87.5%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1a00', endColorstr='#31d600',GradientType=1 ); /* IE6-9 */
        height: 4px;
        opacity: 0.8;
        width: 78%;
    }

    form .likert li {
        position:relative;
        display: inline-block;
        width: 19%;
        text-align: center;
        vertical-align: top;
    }

        form .likert li input[type=radio] {
            display: block;
            position: relative;
            top: 0;
            left: 50%;
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            cursor:pointer;
            margin-left: 0;
        }

        form .likert li label {
            width: 100%;
            padding: 0;
            position:relative;
        }
        form .likert li input[type=radio] + .customRadio {
            pointer-events:none;
            position:absolute;
            top:-1px;
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            left:50%;
            width: 20px;
            height: 20px;
            display: inline-block;
            border: 2px solid #444;
            border-radius: 20px;
            background-color: #fff;
        }
        form .likert li input[type=radio]:checked + .customRadio::after {
            position:absolute;
            top:3px;
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            left:50%;
            width: 10px;
            height: 10px;
            content: '';
            display: inline-block;
            border: none;
            border-radius: 10px;
            background-color: #444;
        }

#feedbackForm {
}   
     
#feedbackForm .form-group{
    position:relative;
}

#feedbackForm .form-control{
    margin-left:30px;
    width: 78%;
}

#feedbackForm .buttons{
    padding:50px 0;
}

#feedbackForm .ordercheck{
    margin-top:30px;
    margin-left:30px;
    float:none;
    width:auto;
}

#feedbackForm .ordercheck p{
    display:inline-block;
    line-height:30px;
    margin-left:20px;
}

#feedbackForm .ordercheck label{
    left:0;
    background:#fff;
    border: 1px solid #bbb;
}


.blogPage{
    padding-bottom:50px;
}

.blogPage .sidebar{
    background:#fff;
    padding:30px;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1);
    margin-top:20px;
}

.blogPage .blogTitle p,
.blogPage .blogTitle h2 {
    color: #d20000;
}

.blogPage .blogTitle h2{
    margin-bottom:0;
}

.blogPage .blogTitle a:hover,
.blogPage .blogTitle a:active,
.blogPage .blogTitle a:focus{
    text-decoration:none;
}

.blogPage a.more-link{
    display:none;
    visibility:hidden;
}

.blogPage .singleBlog{
    margin-bottom:50px;
    padding-right:40px;
}

.blogPage .singleBlog .blogPreview p{
    display:inline;
}

.blogPage .singleBlog a.readmorelink{
    font-weight:600;
    display:inline;
    margin:0;
}

.blogPage .singleBlog .blogTags p{
    font-size:0.8em;
}

.blogPage .singleBlog .blogTags p a.tagLink:not(:last-child):after{
    content:',';
}

.blogPage .PageControls{
    text-align:center;
}
.blogPage .search{
    position:relative;
}
.blogPage .search a#btnSearch{
    position:absolute;
    top:1px;
    bottom:1px;
    right:1px;
    width:40px;
    text-align:center;
    font-size:1.5em;
    background:#d20000;
    color:#fff;
    line-height:1.5em;
}
.blogPage .search input#txtSearch{
    padding-right:56px;
}
.blogPage .search p#searchError{
    display:none;
    position:absolute;
    margin:0;
    font-size:0.8em;
    color:#d20000;
    top:100%;
    line-height:1.2em;
}

.blogPage .search .loadingspinner-btn{
    display:none;
    background:#d20000;
    position:absolute;
    top:1px;
    bottom:1px;
    right:1px;
    width:40px;
    text-align:center;
}

    .blogPage .search .loadingspinner-btn .loadingspinner {
        border-color: rgba(255,255,255,0.6);
        top: 1px;
        border-left-color: #fff;
        font-size:8px;
        margin:0;
    }

.blogPage .sidebar .categories{
    margin-top:40px;
}


.online-mastering-list{
    background:#4e5d6c;
    text-align:center;
    padding: 30px 0;
    margin: 50px 0;
    color:#fff;
}

.online-mastering-list h3{
    margin-bottom:30px;
}

.online-mastering-list ul{
    list-style:none;
    padding:0;
}

.online-mastering-list ul li{
    display:inline-block;
    width:18%;
    font-weight:500;
    vertical-align:middle;
    margin: 10px 6%;
    padding:20px 0;
    position:relative;
}

    .online-mastering-list ul li p.centered {
        position: absolute;
        width:90%;
        left:5%;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

@media screen and (max-width:1199px){
    .online-mastering-list ul li {
        width:26%;
        margin: 10px 3%;
    }
}
@media screen and (max-width:710px){
    .online-mastering-list ul li {
        width:80%;
        margin: 0 auto;
    }
}

.subpageheader .row{
    margin-bottom:80px;
}

.subpageheader .well{
    background:rgba(0,0,0,0.6);
    margin-bottom:80px;
}

@media screen and (max-width:767px) {
    .subpageheader .row{
        margin-bottom:20px;
        margin-top:-30px;
    }
}

/*Page nav*/
.page-nav {
    position:absolute;
    width:100%;
    left:0;
    right:0;
    z-index:9999;
}
.page-nav.stuck{
    position:fixed;
    top:60px;
    left:0;
    right:0;
}
.page-nav + .service-details{
    margin-top:50px;
}
.page-nav ul{
    list-style:none;
    padding:0;
    background:#4e5d6c;
    text-align:center;
}
    .page-nav ul li {
        display: inline-block;
        line-height: 10px;
        -moz-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        transition: all linear 0.3s;
    }
    .page-nav ul li.active,
    .page-nav ul li:hover {
        background:#677a8e;
    }
    .page-nav ul li:hover {
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
    }
    .page-nav ul li.past a {
        color:rgba(255,255,255,0.5);
    }
.page-nav ul li a{
    color:#fff;
    font-weight:500;
    display:block;
    padding:20px 30px;
    text-decoration:none;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
    .page-nav ul li:hover a{
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
    }
@media screen and (max-width:767px) {
    .page-nav {
        display:none;
    }
}

.well.checklist{

}

.well.checklist h2{
    text-align:center;
    margin-bottom:20px;
}

.well.checklist p{
    line-height:normal;
    margin-bottom:20px;
}

.well.checklist ul{
    line-height:normal;
    font-size:0.9em;
    padding-left:15px;
}
.well.checklist ul li{
    margin-bottom:15px;
}

/* testimonial page */

.testimonial-page{
    padding-top:50px;
    padding-bottom:50px;
}

.testimonial-page .single-testimonial{
    position:relative;
    box-sizing:border-box;
    background:#fff;
    width:48%;
    width:calc(50% - 30px);
    width:-webkit-calc(50% - 30px);
    float:left;
    margin:15px;
    padding:20px 30px;
    box-shadow: 1px 1px 13px rgba(0,0,0,0.1);
    border-bottom:2px solid #d80000;
}

.testimonial-page .single-testimonial .quote p{
    font-size:1em;
    line-height:2em;
}
.testimonial-page .single-testimonial .person p{
    text-align:right;
    line-height:normal;
    font-style:italic;
    margin-bottom:0;
    font-size:0.85em;
}

.testimonial-page .single-testimonial i{
    font-size: 2.5em;
    position: absolute;
    opacity: 0.1;
    line-height:1.25em;
}

.testimonial-page .single-testimonial i.fa-quote-left {
    top: 0;
    left: 10px;
}

.testimonial-page .single-testimonial i.fa-quote-right {
    bottom: 0;
    right: 10px;
}

@media screen and (max-width:991px){
    .testimonial-page .single-testimonial{
        width:100%;
        margin:15px auto;
    }
}

.loadmore{
    margin-bottom:50px;
}

.maxwidth-wide{
    max-width:900px;
}

.iban {
    color: #39444e!important;
}

.copyfrom {
    position: absolute;
    left: -999px;
}

/* Upload files form */
#uploadForm {
    padding: 10px;
    border: 2px dashed #ccc;
    text-align: center;
    background-color: #ffffff;
    transition: background-color 0.3s;
    min-height: 82px;
}
#uploadForm.drag-over {
    border: 2px dashed #4caf50;
    background-color: #66bf41;
    transition: background-color 0.3s ease;
}
.DashSectionBody #uploadForm {
    min-height:100px;
}
.drop {
    padding-top: 10px;
}
.DashSectionBody .drop {
    padding-top: 0px;
}
.upload-spinner {
    display: inline-block;
    animation: spin 1s linear infinite;
    font-size: 1.2em;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
#progressContainer {
    margin-top: 30px;
}
/* 
progress {
    height: 16px;
    appearance: none;
    background-color:#f9f9f9!important;
}
progress::-webkit-progress-value,
progress::-moz-progress-value,
progress::-webkit-progress-bar,
progress::-moz-progress-bar {
    background-color: #5cb85c!important;
}
*/
progress {
    width: 100%;
    height: 16px;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f9f9f9;
    border: none;
    border-radius: 4px;
    overflow: hidden;
}
/* WebKit (Chrome, Safari) */
progress::-webkit-progress-bar {
    background-color: #f9f9f9;
    border-radius: 4px;
}
progress::-webkit-progress-value {
    background-color: #5cb85c;
    border-radius: 4px;
}
/* Firefox */
progress::-moz-progress-bar {
    background-color: #5cb85c;
    border-radius: 4px;
}