/*
eyeSite brand colours    
yellow #ffcc00
    blue #24274d
    black #111
    white #eee
    light gray #f3f3f3

-1    FFDD11
-2    FFEE22
-3    FFFF33

    +1 FFAAEE
*/


.img-responsive {
    max-height: 640px;
}


/* eyeSite styles */

html {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.588;
    color: #001423;
    font-weight: 400;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;

}

section {
    /*margin-bottom: 2rem;
    margin-top: 8rem;*/
}

/*section.container-fluid {
box-shadow: 0px 3px 9px 0px rgba(255,204,0,0.5);
-webkit-box-shadow: 0px 3px 9px 0px rgba(255,204,0,0.5);
-moz-box-shadow: 0px 3px 9px 0px rgba(255,204,0,0.5);
margin-bottom: 12px;
}*/

.homepage_children div section .container,
.page_children div section .container {
    padding: 6rem 15px 4rem;
}



/* video */


section.n_videoCarouselSection {
    margin-top: 40px;
    margin-bottom: -6px;
}


.homepage_children div section:first-child .container,
.page_children div section:first-child .container,
.page .page_header {
    padding: 8rem 15px 6rem;
}



.homepage_children div section:first-child > .container {
    width: 100%;
    padding: 0;
/*    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

    .homepage_children div section:first-child .container .section_children > div {
        position: relative;

    }



.container-fluid.videoCarousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
 
    .container-fluid.videoCarousel .carousel.slide {
        position: absolute;
        top: 0;
        left: 0px;
        right: 0px;
    }

    .container-fluid.videoCarousel .carousel-inner {
       
    }

.videoCarousel .slide {
    background-color: rgba(0,0,0,.4);
}

.videoCarousel h2 {
    background-color: transparent;
    color: #eee;
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 1rem;
}

/*    .videoCarousel h2 a {
        z-index: 3;
        background-color: transparent;
        color: #eee;
        font-size: 2rem;
        line-height: 3rem;
    }*/

.videoCarousel .bodyText {
    text-align: center;
    background-color: transparent;
    color: #eee;
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin-top: -2rem;
    margin-bottom: 3rem;
}

.videoCarousel .bodyText a:hover {
    text-decoration: none;
}

    .homepage_children div section:first-child .container .overlay {
    z-index: 0;
    background-image: url(/img/overlay.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoCarousel a,
.videoCarousel .carousel-control .glyphicon-chevron-right, .videoCarousel .carousel-control .icon-next {
    z-index: 2;
}

.videoCarousel .carousel-control .glyphicon-chevron-right, .videoCarousel .carousel-control .icon-next {
    display: none;
}

.videoCarousel .carousel-control .glyphicon-chevron-left, .videoCarousel .carousel-control .icon-prev {
    display: none;
}

@media screen and (min-width: 568px) {

    .videoCarousel .carousel-control .glyphicon-chevron-right, .videoCarousel .carousel-control .icon-next {
        right: 0%;
        margin-right: -30px;
        display: block;
    }

    .videoCarousel .carousel-control .glyphicon-chevron-left, .videoCarousel .carousel-control .icon-prev {
        left: 0%;
        margin-left: -30px;
        display: block;
    }

    .container-fluid.videoCarousel .carousel.slide {
        position: absolute;
        top: 25%;
        left: 40px;
        right: 40px;
    }

    .videoCarousel h2 {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-bottom: 2rem;
    }
    
}

@media screen and (min-width: 768px) {

    .container-fluid.videoCarousel .carousel.slide {
        top: 40%;
        left: 60px;
        right: 60px;
    }

    .videoCarousel h2 {
        padding: 1rem;
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 2rem;
    }

    .videoCarousel .bodyText {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-top: -2rem;
        margin-bottom: 4rem;
    }
}

@media screen and (min-width: 992px) {

    .container-fluid.videoCarousel .carousel.slide {
        top: 50%;
        left: 25%;
        transform: translate(-16%, 0%);
    }

    .videoCarousel h2 {
        padding: 1.5rem;
        font-size: 3rem;
        line-height: 4rem;
    }

    .videoCarousel .bodyText {
       
    }
}

@media screen and (min-width: 1200px) {
    .container-fluid.videoCarousel .carousel.slide {
        top: 75%;
        left: 25%;
        transform: translate(-16%, 0%);
    }

    .videoCarousel h2 {
        padding: 1.8rem;
        font-size: 3.6rem;
        line-height: 5.1rem;
    }

    .videoCarousel .bodyText {
        font-size: 1.8rem;
        line-height: 2.7rem;
        margin-top: -2rem;
        margin-bottom: 5rem;
    }

    section.n_videoCarouselSection video {
        max-height: 750px;
        object-fit: cover;
    }

}

@media screen and (min-width: 1600px) {

    .videoCarousel h2 {
        padding: 3rem;
        font-size: 4rem;
        line-height: 5.4rem;
    }

    section.n_videoCarouselSection video {
        max-height: 800px;
        object-fit: cover;
    }

    /*section.n_videoCarouselSection .section_children,
    section.n_videoCarouselSection .section_children > div {*/
        /*z-index: 0;*/
    /*}

    section.n_videoCarouselSection + section {
        margin-top: -250px;
    }*/
}




    /* general */


    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        font-family: 'Oxygen', sans-serif;
        font-weight: 400;
        line-height: inherit;
        /*color: #fff;*/
        letter-spacing: .075em;
    }

    h2 {
        font-size: 1.6rem;
    }

    */

    .article h1 {
        background-image: url(/img/digital-circuit.jpg);
    }

    /* bootstrap overrides */

    a {
        color: #ffcc00;
    }

        a:focus, a:hover {
            color: #ffff33;
        }

    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .row {
        padding-left: 0;
        padding-right: 0;
    }

    /*.row .container {
    width: inherit;
    padding-left: 0;
    padding-right: 0;
}*/


    .navbar {
        min-height: 60px;
    }

    .navbar-fixed-top {
        border: none;
    }

    .navbar-toggle {
        margin-right: 0;
        padding: 15px 10px;
        border: 2px solid transparent;
        border-radius: 5px;
        margin-right: 15px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffcc00;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #ffff33;
    }

    .navbar-default .navbar-toggle {
        border-color: #ffcc00;
    }

    .navbar-default {
        background-color: #24274d;
        box-shadow: 0px 4px 4px #24274d88;
        min-height: 120px;
    }
        /*.navbar-nav > li {
    float: right;
}*/

        .navbar-default .navbar-brand {
            color: #000;
            /*background-color: #ffcc00;*/
            padding: 14px 14px 66px 14px;
        }

            .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
                color: #000;
                /*background-color: #ffcc00;*/
            }

    .navbar-right {
        padding-top: 1rem;
        margin-top: 20px;
    }

    .navbar-nav > li > a {
        line-height: 30px;
        font-family: Oxygen, sans-serif;
        text-transform: uppercase;
    }

    .navbar-default .navbar-nav > li > a {
        color: #eee;
        font-weight: 700;
        line-height: 2.2rem;
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #ffff33;
        }

    @media only screen and (min-width: 768px) {
        .navbar-default .navbar-nav > li:last-child > a {
            background-color: #ffcc00;
            color: #111;
            border-radius: 5px;
        }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #ffcc00;
            background-color: transparent;
        }

        .navbar-default .navbar-nav > li:last-child > a:focus, .navbar-default .navbar-nav > li:last-child > a:hover {
            background-color: #111;
            color: #ffcc00;
            border-radius: 5px;
        }
    }




    .navbar-nav.nav-pagenav {
        margin-right: -15px;
        margin-top: -9px;
        text-transform: none;
        min-height: inherit;
        position: absolute;
        bottom: 0;
        right: 20%;
    }

        .navbar-nav.nav-pagenav > li > a {
            text-transform: none;
            font-size: 14px;
            background-color: rgba(0,0,0,0.5);
            padding-top: 0;
            padding-bottom: 0;
        }

            .navbar-nav.nav-pagenav > li > a.triangle-isosceles {
                position: relative;
                /*padding: 15px;
    margin: 1em 0 3em;*/
                margin: auto 5px;
                color: #000;
                background: #ffcc00;
                /*background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#FFAAEE));
    background: -moz-linear-gradient(#f9d835, #FFAAEE);
    background: -o-linear-gradient(#f9d835, #FFAAEE);
    background: linear-gradient(#f9d835, #FFAAEE);*/
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                border-radius: 2px;
            }

                .navbar-nav.nav-pagenav > li > a.triangle-isosceles:after {
                    content: "";
                    position: absolute;
                    bottom: -14px;
                    right: 0px;
                    border-width: 15px 5px 0;
                    border-style: solid;
                    border-color: #ffcc00 transparent;
                    /*display: block;
    width: 0;*/
                }

        .navbar-nav.nav-pagenav > li:first-child > a.triangle-isosceles:after {
            border-width: 0;
        }

    .navbar .logo a:focus #siteTitle, .navbar .logo a:hover #siteTitle {
        color: #ffcc00;
    }

    .nav > li > a {
        padding: 5px 5px;
    }

    .navbar-nav {
        margin: 15px 0;
    }

        .navbar-nav > li {
            text-align: right;
        }

    @media only screen and (min-width: 768px) {
        .nav > li > a {
            padding: 10px 15px;
        }

        .navbar-toggle {
            margin-right: 0;
        }

        .navbar-nav {
            margin-right: 0;
        }
    }


    @media (max-width: 996px) {
        .navbar-header {
            float: none;
        }

        .navbar-left, .navbar-right {
            float: none !important;
        }

        .navbar-toggle {
            display: block;
        }

        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }

        .navbar-fixed-top {
            top: 0;
            border-width: 0 0 1px;
        }

        .navbar-collapse.collapse {
            display: none !important;
        }

        .navbar-nav {
            float: none !important;
            margin-top: 7.5px;
        }

            .navbar-nav > li {
                float: none;
            }

                .navbar-nav > li > a {
                    padding-top: 10px;
                    padding-bottom: 10px;
                }

        .collapse.in {
            display: block !important;
        }
    }


    /********************************************/

    #siteTitle {
        font-family: 'Oxygen', sans-serif;
        font-size: 1.4rem;
        line-height: 2.8rem;
        font-weight: 400;
        color: #eee;
        width: 100%;
        text-align: center;
    }

    .navbar-brand > img {
        /*margin-left: 30px;*/
        max-width: 80px;
        float: left;
    }

    @media only screen and (min-width: 320px) {
        #siteTitle {
            font-size: 2rem;
            line-height: 4rem;
        }

        .navbar-brand > img {
            max-width: 100px;
        }
    }

    @media only screen and (min-width: 480px) {
        #siteTitle {
            font-size: 2.2rem;
            line-height: 4.4rem;
            /*margin-left: 15px;*/
        }

        .navbar-brand > img {
            /*margin-top: 15px;
        margin-right: 15px;*/
            max-width: 120px;
        }
    }

    @media only screen and (min-width: 768px) {
        #siteTitle {
            float: left;
            font-size: 2.2rem;
            line-height: 4.4rem;
            /*margin-left: 20px;
        margin-right: 1rem;*/
        }

        .navbar-brand > img {
            max-width: 120px;
        }
    }

    @media only screen and (min-width: 1200px) {
        #siteTitle {
            font-size: 2.4rem;
            line-height: 2.4rem;
            /*margin-left: 30px;
        margin-right: 2rem;*/
        }

        .navbar-brand > img {
            max-width: 140px;
        }
    }

    .button--primary {
        color: #fff;
        background-color: #ffcc00;
    }

    .btn.btn-primary {
        background-color: #ffcc00;
        font-size: 16px;
        font-weight: 700;
        white-space: normal;
    }

        .btn.btn-primary a:hover, .btn.btn-primary a:focus, .btn.btn-primary a:visited {
            color: #fff;
            text-decoration: none;
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        color: #000;
        background-color: #ffcc00;
        border-color: #ffcc00;
    }




    /* simplismo */

    section,
    .parallax .container {
        /* defaults */
        background-color: transparent;
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: 50% 0%;
        background-repeat: no-repeat;
        background-size: inherit;
    }

    .parallax .container {
        /* Full height */
        height: 110px;
    }

    .parallax:first-child .container {
        background-position: 50% 0%;
    }

    .parallax:last-child .container {
        background-position: 50% 100%;
    }
    /* Turn off parallax scrolling for tablets and phones. Increase/decrease the pixels if needed */
    @media only screen and (max-device-width: 1024px) {
        .parallax .container {
            background-attachment: scroll;
        }
    }

    .page_intro {
        font-size: 1.2em;
        font-family: 'Oxygen', sans-serif;
        /*margin-left: 15px;*/
    }

    #scroll-to-top {
        opacity: 0.8;
        right: 20px;
        bottom: 50px;
        position: fixed;
        display: none;
    }

    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 0px;
        height: 0;
    }

        .videoWrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .block_intro {
        font-weight: 700;
        font-family: 'Oxygen', sans-serif;
        /*width: 75%;*/
        /*margin-left: 15px;*/
    }

    .article .page_content h2 {
        font-size: 20px;
        background-color: #19FFE6;
        color: #000;
        float: left;
        clear: both;
        max-width: 300px;
        margin-right: 2em;
        margin-bottom: 1em;
        padding: .5em;
        border-radius: 5px;
    }

    .block_content a, .article_inner a {
        background-color: #ffcc00;
        color: #333;
        margin: 15px 0;
        padding: 1em;
        text-decoration: none;
        clear: both;
        display: inline-block;
        border-radius: 5px;
        font-size: .9em;
        text-transform: uppercase;
    }

    .block_content ul {
        text-align: left;
    }

.collection.n_applicationsCollection .collection_children article img {
    /*width: 100%;*/
    max-height: 165px;
}

    .collection_children article .article_intro {
        min-height: 3rem;
    }

    /* specific styles */
    div.page {
        margin-top: 80px;
    }

    h1 {
        margin-bottom: 4rem;
        margin-top: 4rem;
        /*margin-left: 15px;
    margin-right: 30px;*/
        padding: 1rem;
    }

    h1, h2 {
        margin-bottom: 2rem;
        margin-top: 2rem;
        background-color: #999;
        color: #fff;
        padding: 1.5rem 1rem;
        /*margin-right: 30px;*/
        font-size: 1.6rem;
        border-radius: 5px;
    }

    /*.section_inner > h2 {
    margin: 1em 0 1em 0;
}*/

    .section_inner > p.section_intro {
        /*font-weight: 700;*/
        font-family: 'Oxygen', sans-serif;
        font-size: 3rem;
        margin-bottom: -1rem;
    }

    .page_children .section_inner > p.section_intro {
        margin-bottom: 2rem;
    }

    .section_content {
        width: 100%;
    }

    .block_inner {
        /* margin: 0 10px; */
        /*padding: 0 10px 0 0;*/
        text-align: center;
        margin-bottom: 3rem;
    }

    @media only screen and (min-width: 992px) {
        .col-xs-12 .block_inner {
            margin-bottom: inherit;
        }
    }

    .col-xs-12:last-child .block_inner {
        margin-bottom: inherit;
    }

    .block_inner img {
        max-height: 115px;
        margin: auto;
    }

    @media only screen and (min-width: 768px) {
        #i_header .container {
            background-image: url(/img/eyesite-logo-yellow-white.png);
            background-repeat: no-repeat;
            background-position: 90% 90%;
            background-size: 20%;
        }
    }

    @media only screen and (min-width: 992px) {
        #i_header .container {
            background-position: 90% 68%;
        }
    }

    #i_intro .section_inner > h2 {
        background-color: #FFDB4C;
        color: #000;
        text-align: center;
        border-radius: 10px;
    }

    #i_intro .section_inner > p {
        text-align: center;
    }

    @media only screen and (min-width: 768px) {
        #i_intro .section_inner > h2 {
            font-size: 2.5em;
        }
    }

    #i_ourStory .container {
        background-color: rgba(0,0,0,0.5);
        color: #fff;
    }

    #i_ourStory a {
        color: #ffcc00;
    }

    #i_video .container {
        padding-left: 0;
        padding-right: 0;
    }

    /*#i_intro .block_inner h2 {
        background-color: #ffcc00;
        color: #000;
        padding: .2em 0 .2em 15px;
    }*/
    /*}*/

    #i_carousel .container {
        padding-left: 0;
        padding-right: 0;
    }

    .carousel-caption {
        top: 20%;
        text-shadow: none;
    }

        .carousel-caption h3 {
            color: black;
            background-color: #ffcc00;
            padding: 1em;
            font-size: 28px;
        }

        .carousel-caption p {
            color: black;
            font-size: 1.5em;
            background-color: rgba(255, 255, 255, .5);
        }

    .carousel-control.left,
    .carousel-control.right {
        background: none;
    }

        .carousel-control.left:hover,
        .carousel-control.right:hover {
            background-image: -webkit-linear-gradient(left,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
            background-image: -o-linear-gradient(left,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
            background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.0001)));
            background-image: linear-gradient(to right,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#160000000', endColorstr='#00000000', GradientType=1);
            background-repeat: repeat-x;
        }

    @media screen and (min-width: 768px) {
        .carousel-caption {
            right: 20%;
            left: 40%;
        }
    }

    .pricingTable {
        background-color: #fff;
        width: 100%;
    }

        .pricingTable th {
            vertical-align: middle;
            padding: .2em .8em;
            background-color: #ddd;
        }

        .pricingTable tr {
            border-top: 1px solid #ccc;
        }

      /*  .pricingTable tr td:first-child {
            background-color: green;
        }*/
        
        
        .pricingTable td {
    vertical-align: middle;
    text-align: center;
    /*max-width: 10em;*/
}

        .pricingTable tr.bold {
            font-weight: 700;
        }

        .pricingTable tr.total td {
            /*border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background-color: #FFCC00;*/
            font-size: 3em;
            font-weight: 400;
        }

        .pricingTable tr:nth-child(1) > th:nth-child(1) {
            visibility: hidden;
        }

        .pricingTable tr:nth-child(1) {
            background-color: #FFCC00;
            color: #000;
        }

            .pricingTable tr:nth-child(1) th {
                font-weight: 700;
                text-align: center;
                vertical-align: bottom;
            }

            .pricingTable tr:nth-child(1) > th {
                font-size: 1.6em;
            }

        .pricingTable tr:nth-child(2) > td {
            font-weight: 700;
            padding: 2em;
        }

        .pricingTable tr.total > td:nth-child(2) {
            background-color: #FFFF33;
        }

        .pricingTable tr.total > td:nth-child(3) {
            background-color: #FFEE22;
        }

        .pricingTable tr.total > td:nth-child(4) {
            background-color: #FFDD11;
        }

        .pricingTable tr.total > td:nth-child(5) {
            background-color: #FFCC00;
        }

    #scroll-to-top {
        opacity: 0.8;
        right: 20px;
        bottom: 50px;
        position: fixed;
        display: none;
    }

        #scroll-to-top:hover {
            opacity: 1;
        }

        #scroll-to-top img {
            width: auto;
            height: auto;
        }


    /*#bg {
    z-index: -1;
    width: 100%;
    min-height: 800px;
    position: fixed;
    display: inline-block;
    bottom: 0;
    right: 0;
}

@media only screen and (min-width: 992px) {
    #bg {
        background-image: url('/img/eyesite-logo-yellow-white');
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: 20%;
    }
}*/

    .footer.container-fluid {
        background-color: #24274d;
        color: #eee;
    }

    .footer .container {
        margin-top: 2em;
        border-top: 1px solid #ffcc00;
    }

    .homePage .footer .container {
        margin-top: 0;
        border: none;
    }

    .footer a, .footer a:focus, .footer a:hover, .footer .nav > li > a:focus, .footer .nav > li > a:hover {
        color: #ffcc00;
        background-color: transparent;
    }

    .footer li {
        float: left;
        font-size: .6em;
        line-height: 2.4em;
        padding: 10px 15px 10px 0;
    }

        .footer li a {
            /*font-size: .8em;*/
            display: inline-block;
            padding: 0;
        }

    .footer .address li {
        float: right;
        padding-right: 0;
    }

    /* BACKGROUND TRANSITIONS */
    /* Fade */
    .hvr-fade {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        overflow: hidden;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: color, background-color;
        transition-property: color, background-color;
    }

        .hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
            background-color: #FFFF33;
            color: black;
        }

    /* Back Pulse */
    @-webkit-keyframes hvr-back-pulse {
        50% {
            background-color: rgba(255, 238, 34, 0.75);
        }
    }

    @keyframes hvr-back-pulse {
        50% {
            background-color: rgba(255, 238, 34, 0.75);
        }
    }

    .readmore {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        /*overflow: hidden;*/
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-property: color, background-color;
        transition-property: color, background-color;
    }

        .readmore:hover, .readmore:focus, .readmore:active {
            -webkit-animation-name: hvr-back-pulse;
            animation-name: hvr-back-pulse;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            background-color: #FFFF33;
            color: black;
        }


    /*.pointer {
    height: 80px;
    position: relative;
    background: blue;
}*/

    /*.pointer:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
    }*/

    /*.pointer:before {
    content: "";
    position: absolute;
    right: -40px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 40px solid #FFCC00;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
}*/

    #i_pricingSection .block table.pricingTable th, #i_pricingSection .block table.pricingTable td {
        display: block;
    }

    #i_pricingSection .block table.pricingTable th {
        text-align: left;
    }

    #i_pricingSection .block table.pricingTable td {
        text-align: right;
    }

    @media only screen and (min-width: 400px) {
        #i_pricingSection .block table.pricingTable th, #i_pricingSection .block table.pricingTable td {
            text-align: center;
            display: table-cell;
            max-width: 8rem;
        }
    }

    @media only screen and (min-width: 992px) {

        #i_pricingSection .block table.pricingTable tr td {
            height: 2.5rem;
        }

        #i_pricingSection .block table.pricingTable tr:nth-child(2) td {
            height: 20rem;
        }

        #i_pricingSection .block table.pricingTable tr th {
            display: none;
        }

        #i_pricingSection .block table.pricingTable tr:first-child th:last-child {
            display: table-cell;
        }

        #i_pricingSection .block:first-child table.pricingTable tr th {
            display: table-cell;
        }
    }

    @media only screen and (min-width: 992px) {
        .page.n_openreach .carousel-inner > .item {
            width: 50%;
            margin: auto;
        }
    }