/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* WEBFONTS */
@font-face {
    font-family: 'proxima_nova_regular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff'),
         url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-regular-webfont.svg#proxima_nova_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_bold';
    src: url('../fonts/proximanova-bold-webfont.eot');
    src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-bold-webfont.woff') format('woff'),
         url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-bold-webfont.svg#proxima_nova_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_semibold';
    src: url('../fonts/proximanova-semibold-webfont.eot');
    src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('../fonts/MonoSocialIconsFont-1.10.eot');
    src: url('../fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('../fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('../fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('../fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
}


/* MASTER STYLES */
/** {position: relative;}*/
div {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}


/* SITE STYLES */
body {
    font-family: "proxima_nova_regular";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#container {
    width: 100%;
}
.outer {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    overflow-x: hidden; 
}
.inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.semibold {
    font-family: 'proxima_nova_semibold';
}
.bold {
    font-family: 'proxima_nova_bold';
}
.white {
    color: #fff;
}
.gray {
    color: #808080;
}


#header {
    position: fixed;
    z-index: 5;
    left: 50%;
    margin-left: -50%;
}
#header .main-bar {
    height: 72px;
    background-color: rgba(0,0,0,0.25);
}
#header .main-bar .left {
    float: left;
    padding-top: 9px;
}
#header .main-bar .right {
    float: right;
    padding-top: 20px;
}
#header .main-bar .right a.menu-toggle {

}
#header .menu-bar {
    height: 86px;
    /*background-color: rgba(238,93,66,0.7);*/
    background-color: #ee5d42;
    display: none;
}
#header .menu-bar .inner ul {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 28px 0 0 0;
}
#header .menu-bar .inner ul li {
    float: left;
    width: 192px;
    font-size: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    text-align: left;
}
#header .menu-bar .inner ul li a {
    color: #FFF;
    text-decoration: none;
}
#header .menu-bar .inner ul li.pricing {
    width: 180px;
}
#header .menu-bar .inner ul li.products {
    width: 261px;
}
#header .menu-bar .inner ul li.social {
    width: 233px;
    text-align: right;
    line-height: 28px;
}
#header .menu-bar .inner ul li.faq {
    width: 127px;
}
#header .menu-bar .inner ul li.contact {
    width: 151px;
}
#header .left a {
    color: #FFF;
    text-decoration: none;
}
#header .menu-bar .social span.symbol {
    margin-right: 10px;
    font-size: 35px;
}
#header .menu-bar .social span.symbol:nth-child(3) {
    margin: 0;
}

#home-header {
    position: relative;
    height: 895px;
    background: url('../img/home_header.png') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 305px;
}
#home-header .inner {
}
#home-header .inner .copy {
    margin-top: 30px;
    font-size: 23px;
    line-height: 30px;
}
#home-header .inner .app-store {
    margin-top: 40px;
}
#home-header .video-bar {
    padding-top: 33px;
    width: 100%;
    height: 115px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.25);
}
#home-header .app-store .play-butt {
    display: inline-block;
}
#home-header .app-store .play-copy {
    display: inline-block;
    color: #fefffd;
    font-size: 21px;
    padding: 0 0 0 10px;
}
#home-header .app-store a {
    display: inline-block;
}

#home-header .app-store .app-image {
    -webkit-box-shadow: 0px 0px 80px 10px rgba(255,255,255,0.49);
    -moz-box-shadow: 0px 0px 80px 10px rgba(255,255,255,0.49);
    box-shadow: 0px 0px 80px 10px rgba(255,255,255,0.49);
    width: 210px;
}

#play-vid {
    margin-left: 30px;
}

#video-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.55);
    z-index: 10;
    display: none;
}
#video-wrap .video-hold {
    max-width: 950px;
    margin: 0 auto;
    position: relative;
}
#video-wrap .video-hold .close-butt {
    text-align: right;
    top: 6px;
    position: relative;
}
#video-wrap .video-hold .close-butt img {
    border: 0;
}
#video-wrap .video-hold .video {
    max-width: 870px;
    margin: 0 auto;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    position: relative;
}
#video-wrap .video-hold .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}


#press-hold {
    /*height: 200px;*/
}
#press-hold .press-mobile {
    display: none;
}
.companylogos {
    height: 206px;
    width: 100%;
    /*background: url('../img/logosbg.png') repeat-x;*/
    text-align: center;
}
.companylogos .top {
    padding-top: 29px;
}
.companylogos .bottom {
    padding-top: 7px;
}
.companylogos .top li {
    padding-right: 100px;
    line-height: 51px;
}
.companylogos .bottom li {
    padding-left: 126px;
    line-height: 83px;
}


#about {
    height: 588px;
    background-image: url('../img/about-bg.jpg');
    background-position: center center;
    padding-top: 151px;
}
#about .headline {
    color: #808080;
    font-size: 36px;
    line-height: 41px;
}
#about .copy {
    color: #808080;
    font-size: 18px;
    max-width: 450px;
    margin-top: 25px;
}


#products {
    padding: 60px 0 90px 0;
}
#products .headline {
    font-size: 22px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 80px;
}
#products .product {
    margin-top: 40px;
}
#products .product .left {
    float: left;
    margin-right: 65px;
}
#products .product .left img {
    max-width: 100%;
}
#products .product .right {
    float: left;
    width: 430px;
    padding-top: 50px;
    max-width: 100%;
}
#products .product .right .title {
    font-size: 28px;
    margin-bottom: 20px;
}
#products .product .right .copy {
    font-size: 19px;
}
#products .product .right .button {
    margin-top: 25px;
}
#products .product .right .button a {
    display: inline-block;
    background-color: #ee5d42;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    padding: 14px 0px;
    width: 170px;
    font-size: 20px;
}



#pricing {
    padding: 60px 0 160px 0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}
#pricing .frames {
    width: 480px;
    float: left;
}
#pricing .cards {
    width: 480px;
    float: left;
    padding-left: 40px;
}
#pricing .headline {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 40px;
    margin-right: 45px;
}
#pricing .model-mobile {
    display: none;
}

#slider {
    max-height: 742px;
    overflow: hidden;
}
.slide-frames-hold {
    position: relative;
}
.slide-cards-hold {
    visibility: hidden;
    position: relative;
    top: -744px;
}
.slide li h2 {
    position: absolute;
    font-size: 3vw;
    color: white;
    font-weight: 500;
    font-size: 27px;
    line-height: 1.2em;
}
.slide li h2 a {
    padding: 10px;
    z-index: 1000;
    display: inline-block;
}
.slide li.two div {
    position: absolute;
    top: 43%;
    left: 11%;
}
.slide li.two div p {
    padding-left: 18%;
    padding-top: 8%;
}

.bx-wrapper
.bx-next {
    visibility: visible;
}
.bx-wrapper
.bx-prev {
    visibility: visible;
}
.bx-pager {
    left: 10%;
    top: 5%;
    font-size: 1.5em !important;
}


#intl {
    padding: 70px 0;
}
#intl .inner {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
}


.gallery {
    display: none;
}
.gallery-frames {
    display: none;
}


#footer {
    padding-bottom: 30px;
}
#footer .footer-rule {
    margin-bottom: 30px;
}
#footer .footer-rule img {
    width: 100%;
    position: relative;
    top: -6px;
}
#footer #felt-nav {
    padding: 0;
    margin: 0;
    float: left;
    width: 400px;
}
#footer #felt-nav li {
    float: left;
    /*padding-top: 1.5em;*/
    padding-left: 2%;
}
#footer #felt-nav li a {
    color: #87d7e2;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}
#footer #copyright {
    float: right;
    position: relative;
    text-align: left;
    color: #909090;
    font-size: 15px;
    /*padding-top: 1.2em;*/
    margin-top: 0;
}


#faq-header {
    height: 319px;
    background: url('../img/faq-header.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#faq {
    position: relative;
    top: -120px;
}
#faq .inner {
    background-color: #fff;
    padding: 26px 40px 40px 35px;
}
#faq .left {
    float: left;
    width: 670px;
}
#faq .right {
    padding-top: 23px;
}

#faq .right .faq-appstore {
    position: absolute;
    top: 298px;
    margin-left: -200px;
}

#faq .faq-headline {
    color: #db4529;
    font-size: 68px
}
#faq .section-header {
    font-size: 26px;
}
#faq .section-header.cards-with-img {
    margin-top: 30px;
    margin-bottom: 15px;
}
#faq .section-header.frames-with-img {
    margin-top: 40px;
    margin-bottom: 18px;
}
#faq .section-header.cards-section {
    margin-top: 45px;
    margin-bottom: 30px;
}
#faq .section-header.frames-section {
    margin-top: 55px;
    margin-bottom: 20px;
}
#faq .section-header.cards-with-img img {
    margin-left: 15px;
    position: relative;
    top: -18px;
}
#faq .section-header.frames-with-img img {
    margin-left: 15px;
    position: relative;
    top: -3px;
}
#faq .q-links > div {
    color: #db4529;
    font-size: 17px;
    margin-bottom: 3px;
}
#faq .q-links > div a {
    color: #db4529;
    text-decoration: underline;
}
#faq .q-single {
    border-bottom: 2px solid #f6f1dc;
    padding-bottom: 45px;
    margin-bottom: 35px;
}
#faq .q-single .q-header {
    font-size: 22px;
    color: #db4529;
    margin-bottom: 30px;
}
#faq .q-single .q-answer {
    font-size: 14px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 959px) {
    #header {
        position: relative;
    }
    #header .main-bar {
        padding: 0 25px;
    }
    #header .menu-bar {
        background-color: #ee5d42;
        height: auto;
        padding: 25px 0;
    }
    #home-header {
        top: -72px;
        margin-bottom: -72px;
    }
    #header .menu-bar {
        padding: 0;
    }
    #header .menu-bar .inner ul li {
        float: none;
        padding: 20px 0 20px 25px ;
        border-bottom: 1px solid #ffffff;
        text-align: left !important;
        width: 100% !important;
    }
    #header .menu-bar .inner ul {
        padding: 0;
    }
    #home-header .inner {
        padding-left: 25px;
    }
    #about {
        padding-top: 100px;
    }
    #about .inner {
        padding: 0 25px;
    }
    #products {
        padding: 60px 0 45px 0;
    }
    #products .headline {
        margin-bottom: 50px;
    }
    #products .product {
        margin: 50px auto 0 auto;
        padding: 0 25px;
    }
    #products .product .left {
        float: none;
        text-align: center;
        margin-right: 0px;
    }
    #products .product .right {
        float: none;
        margin: 0 auto;
        padding-top: 25px;
    }
    #products .product .right .title {
        text-align: center;
        margin-bottom: 7px;
    }
    #products .product .right .copy {
        text-align: center;
    }
    #products .product .right .button {
        text-align: center;
    }
    #pricing {
        padding: 30px 0 40px 0;
        margin: 0 auto;
        text-align: center;
    }
    #pricing .frames {
        width: 283px;
        max-width: 100%;
        float: none;
        text-align: center;
        margin: 0 auto 20px auto;
    }
    #pricing .cards {
        width: 283px;
        max-width: 100%;
        float: none;
        text-align: center;
        margin: 0 auto;
        padding-left: 0;
    }
    #pricing .headline {
        display: inline-block;
        text-align: left;
        margin-bottom: 40px;
        margin-right: 0;
        line-height: 1.2em
    }
    #pricing .model {
        display: none;
    }
    #pricing .model-mobile {
        display: block;
    }
    #intl {
        padding: 50px 35px;
    }
    #footer {
        padding-bottom: 0;
    }
    #footer .footer-rule {
        margin-bottom: 0;
    }
    #footer #felt-nav {
        padding-bottom: 0 !important;
        float: none !important;
        width: 100% !important;
    }
    #footer #felt-nav li {
        float: none !important;
        text-align: left;
        padding-left: 38px !important;
        /*height: 3.2em;*/
        padding-top: 1.5em !important;
        border: solid #C3BDBB;
        border-width: 0 0 1px 0;
        padding-bottom: 1.5em;
    }
    #footer #felt-nav li a {
        color: #87d7e2;
        font-size: 26px;
        font-weight: bold;
        text-align: left;
        text-decoration: none;
    }
    #footer #felt-nav .seperator {
        display: none;
    }
    #copyright {
        float: none;
        height: 3em;
        position: relative;
        width: 100%;
        text-align: left;
        color: #909090;
        font-size: 12px;
        padding-top: 2.3em;
    }
    #copyright #patent {
        padding-left: 38px;
    }
    .slide li h2 {
        visibility: hidden;
    }
    .slide li h2 a {
        visibility: hidden;
    }
    .slide li.two div {
        visibility: hidden;
    }
    .bx-wrapper
    .bx-next {
        visibility: hidden;
    }

    .bx-wrapper
    .bx-prev {
        visibility: hidden;
    }

    .bx-pager {
        left: 5%;
        top: 1%;
        font-size: 1.1em !important;
    }

    .companylogos {
        height: 350px;
        /*background: url('../img/logosbglong.png') repeat-x;*/
        text-align: center;
    }
    .companylogos .top {
        width: 390px;
        max-width: 100%;
        display: block;
        margin: 0 auto;
        padding-top: 47px;
        padding-left: 0;
    }
    .companylogos .bottom {
        width: 390px;
        display: block;
        margin: 0 auto;
        padding-top: 7px;
        padding-left: 0;
    }
    .companylogos .top li {
        padding-right: 10px;
        padding-left: 10px;
        line-height: 51px;
    }
    .companylogos .bottom li {
        padding-right: 10px;
        padding-left: 10px;
        line-height: 83px;
        left: 0 !important;
    }
    #faq {
        top: 0;
    }
    #faq .inner {
        padding: 26px 30px 60px 30px;
    }
    #faq .left {
        float: none;
    }
    #faq .right {
        float: none;
        text-align: center;
    }

    #faq .right .faq-appstore {
        position: static;
        display: block;
        margin-top: -100px;
        margin-left: 0;
    }

    #faq .right .faq-appstore-text {
        padding-top: 101px;
    }
}
@media only screen and (max-width: 850px) {
    #video-wrap .video-hold .close-butt {
        top: 0;
        margin-bottom: 5px;
    }
    #video-wrap .video-hold {
        padding: 0px 20px;
    }
}
@media only screen and (max-width: 670px) {
    #faq .left {
        width: 100%;
    }
    #faq .right {
    }
}
@media only screen and (max-width: 480px) {
    #home-header {
        height: 653px;
        padding-top: 117px;
    }
    #home-header .app-store .play-copy {
        display: inline-block;
        color: #fefffd;
        font-size: 23px;
        padding: 0 0 0 10px;
    }
    #home-header .app-store a {
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }
    .companylogos {
        display: none;
    }
    .press-mobile {
        display: block !important;
        text-align: center;
        padding: 40px 0;
    }
    #faq .section-header.cards-with-img img {
        margin-left: 0;
        top: 0;
        display: block;
    }
    #faq .section-header.frames-with-img img {
        margin-left: 0;
        top: 0;
        display: block;
    }
}

@media only screen and (min-width: 1440px) {
    #header {
        margin-left: -720px !important;
    }
}

.slide {
    position: relative;
    margin: 0 auto;
}
.slide li {
    max-width: 1440px;
}
.slide li img {
    width: 100%;
    max-width: 1440px;
}
.slide li.one h2 {
    top: 60%;
    left: 51%;
    text-align: right;
}
.slide li.two div h2 {
    position: static;
    margin-top: 40px;
}
.slide li.three h2 {
    top: 43%;
    left: 10%;
    /*padding-right: 70px;*/
    box-sizing: border-box;
}
.slide li.four h2 {
    top: 45%;
    left: 10%;
}
.slide li.five h2 {
    top: 43%;
    left: 10%;
}
.slide li.six h2{
    top: 43%;
    left: 40%;
    text-align: right;
    box-sizing: border-box;
}
.slide li.seven h2 {
    top: 41%;
    left: 10%;
}
.slide li.eight h2 {
    top: 44%;
    left: 10%;
    /*padding-right: 70px;*/
    box-sizing: border-box;
}

.bx-viewport, .bx-wrapper {
    border: none !important;
    max-width: 1440px !important;
    MARGIN: 0 auto !important;
    box-shadow: none !important;
}
.bx-pager {
    position: absolute;
    text-align: left !important;
    height: 30px;
}

.bx-prev {
    background: url(../img/bannerarrows.png) no-repeat;
    background-position: 0px 0px;
    height: 66px !important;
    width: 42px !important;
}
.bx-next {
    background: url(../img/bannerarrows.png) no-repeat;
    height: 66px !important;
    background-position: -42px 0px;
    width: 42px !important;
}
.bx-pager a {
    text-decoration: none;
    color: #bfc1c2;
    font-size: 1.2em;
    margin-right: .2em;
    z-index: 1000;
}
.bx-pager a.active {
    color: white;
}

.companylogos img {
    -webkit-transition: opacity .5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transform: scale(1, 1);
    -webkit-transition: all .25s ease-in;
    -moz-transform: scale(1, 1);
    -moz-transition: all .25s ease-in;
    transform: scale(1, 1);
    transition: all .25s ease-in;
}
.companylogos img:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
    -webkit-transition: all .75s ease-out;
    ����-moz-transform: scale(1.2, 1.2);
    -moz-transition: all .75s ease-out;
    transform: scale(1.2, 1.2);
    transition: all .75s ease-out;
    ����position: relative;
    ����z-index: 99;
}
.companylogos ul {
    list-style-type: none;
}
.companylogos li {
    display: inline-block;
    vertical-align: text-top;
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
