/*
 * stuff to be moved into SASS
*/
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-contact label {
    display: block;
}

.page-contact .form-item {
    float: left;
    margin-top: 0px;
}

.container-fluid {
    padding: 0px;
}

.header-logo {
    position: relative;
    left: -10px;
    background-color: #ee3124;
    background-image: url("../img/microstrain-logo.png");
    background-position: 20% center;
    background-repeat: no-repeat;
    height: 60px;
    width: 230px;
    z-index: 10;
}

.header-logo:before {
    content: "";
    display: block;
    position: absolute;
    left: -200%;
    top: 0;
    height: 100%;
    width: 200%;
    background-color: #ee3124;
}

.header-logo:after {
    content: "";
    display: block;
    position: absolute;
    right: -21px;
    top: 0;
    height: 100%;
    background-color: #ee3124;
    width: 43px;
    -webkit-transform: skew(-35deg);
    -moz-transform: skew(-35deg);
    -ms-transform: skew(-35deg);
    -o-transform: skew(-35deg);
    transform: skew(-35deg);
}

.loginbar {
    display: none;
}

.title-v1-lg {
    font-weight: bold;
    font-size: 30px;
}

.front .item-title {
    float: left;
    bottom: 0px;
    color: #fff;
    background-color: grey;
    width: 100%;
    z-index: 100000;
    font-size: 14px;
}

.applicationsBlue .item {
    float: left;
    overflow: hidden;
    width: 222px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

.thumbnail {
    border: none;
}

.product-family .one-page-inner {
    padding: 0;
    min-height: 300px;
}

.product-family .one-page-btn {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 200;
    padding-left: 30px;
    padding-right: 30px;
}

.product-family .container {
    margin: 0 auto;
}

.product-family .one-default {
    background: #fff;
}

.one-grey {
    background: #3e3e3e;
    color: #fff;
}

.one-grey p, .one-grey h2, .one-grey h3 {
    color: #fff;
}

.one-blue {
    background: #4296b4;
    color: #fff;
}

.one-red {
    background: #ee3124;
}

.one-orange {
    background: #d57e00;
}

.one-green {
    background: #799900;
}

.one-green h2 {
    color: #fff;
}

.one-yellow {
    background: yellow;
}

.product-family .wireless-illustration a, .one-green p, .one-blue p, .one-red p, .one-orange p {
    color: #fff;
}

.product-family .one-green h2, .one-blue h2, .one-red h2, .one-orange h2 {
    color: #fff;
}

.product-family .one-green h3, .one-blue h3, .one-red h3, .one-orange h3 {
    color: #fff;
}

.product-family h2 {
    font-size: 55px;
    line-height: 54px;
}

.product-family .shop-subscribe h2 {
    font-size: 24px;
    line-height: 33px;
}

.product-family h3 {
    font-size: 28px;
}

.product-family .btn-u.btn-u-blue {
    background: #4296b4 none repeat scroll 0% 0%;
}

.product-family .btn-u.btn-u-green {
    background: #799900 none repeat scroll 0% 0%;
}

.product-family .btn-u.btn-u-orange {
    background: #d57e00 none repeat scroll 0% 0%;
}

.product-family .btn-u.btn-u-red {
    background: #ee3124 none repeat scroll 0% 0%;
}

.product-family .btn-u {
    margin-right: 10px;
}

.product-family .one-page-inner img {
    margin: auto;
}

.content-sm {
    padding-top: 40px;
    padding-bottom: 20px;
}

.applicationsBlue {
    padding: 60px;
    text-align: center;
    background: transparent url("/sites/all/themes/basic/assets/img/grid-bg.png") repeat scroll 0% 0%;
}

.applicationsBlue p {
    color: #555;
    font-size: 34px;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, sans-serif;
}

.btn-buy {
    margin-right: 20px;
}

.btn-buy a:focus,
.btn-buy a:hover,
.btn-buy a:active {
    color: #FFF !important;
}

.form-radios .form-item {
    margin-right: 1em;
}

.product-list-panel {
    float: right;
    margin: 10px;
    font-size: 13px;
}

@media (min-width: 900px) {

    .map-img {
        height:200px;
    }

    .application-media-type {
        width: 220px;
    }

    .shop-product-title {
        color: #687074;
        font-size: 26px;
        text-transform: uppercase;
    }

    .loginbar {
        display: block;
    }

    .owl-item {
        overflow: hidden;
        margin-right: 10px;
    }

    .title-v1-lg {
        font-weight: bold;
        font-size: 50px;
    }

    .homepage-container1 {
        background: transparent url("/sites/all/themes/basic/assets/img/grid-bg.png") repeat scroll 0% 0%;
        padding: 0px;
    }

    .homepage-container2 .btn-u.btn-brd.btn-u-light {
        width: 360px;
        font-size: 22px;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0.7); 
        color: #1f6c88;
    }

    .owl-item img {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }

    .owl-item:hover img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        cursor: move;
    }

    .btn-u-light {
        width: 80%;
        margin-bottom: 10px;
    }

    .owl-clients-v1 img {
        width: 180px;
        height: auto;
    }

    .heading-v1 h2::before, .heading-v1 h2::after {
        top: 15px;
        height: 6px;
        border-top-style: solid;
        border-bottom-style: solid;
        color: grey;
    }

    .owl-item img:hover .item-title {
        color: grey;
        background-color: #fff;
    }

    .parallaxBg1 .btn-u {
        border: 3px solid #fff;
        font-size: 16px;
    }

    .parallaxBg1 .btn-u:hover {
        border: 3px solid #fff;
        font-size: 16px;
        background-color: #fff;
    }

    .bg-image-v2 {
        width: 100%;
        height: auto;
        padding: 50px 0;
        position: relative;
        background: url(../img/bg/7.jpg) fixed 50% 50%;
    }

    .bg-image-v2:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(255, 255, 255, 0.7);
    }

    /*Background Dark Cover*/
    .bg-image-v2-dark:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
    }

    .btn-u.btn-brd.btn-u-light {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .wireless-illustration, .product-family .one-page-inner img {
        display: none;
    }

    .product-family .row {
        padding: 20px;
    }

    .product-family .container {
        padding: 0px;
    }

    .product-family h2 {
        font-size: 42px;
    }

    .product-family h3 {
        font-size: 18px;
    }

    .applicationsBlue .item, .applicationsBlue .item img {
        width: 100%;
    }

    .front .item-title {
        font-size: 20px;
    }

    .applicationsBlue {
        padding:0px;
    }

    .btn-u.btn-brd.btn-u-light {
        width: 100%;
    }

    #main .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#main .container {
    margin: 10px auto;
}

/* Submenu placement itself */
.dropdown-submenu > .dropdown-menu {
    left: auto !important;
    right: 100% !important;
}

/* Arrow position */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > a:after {
    position: absolute;
    left: 7px;
    top: 3px;
    float: none;
    border-right-color: #cccccc;
    border-width: 5px 5px 5px 0;
}

.dropdown-submenu:hover > a:after {
    border-right-color: #ffffff;
}

@media (max-width: 960px) {
    #main .container {
        padding-left: 0;
        padding-right: 0
    }

    #main .container .content {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
}

@media (max-width: 480px) {
    .item-list .nav-tabs li {
        width: 100%
    }
}

.item-list .nav-tabs li a {
    text-align: center
}

.item-list .nav-tabs li a:hover {
    color: #fff;
    background: #fff;
}

.field-content img {
    display: block;
    margin: 10px auto
}

#quicktabs-container-product_quicktab {
    padding: 15px;
}

@media (max-width: 480px) {
    #quicktabs-container-product_quicktab {
        border: none
    }
}

#quicktabs-container-product_quicktab .contextual-links-region {
    margin-bottom: 10px;
    padding: 5px;
}

#quicktabs-container-product_quicktab .contextual-links-region .panel-heading {
    margin-bottom: 5px
}

.panel-pane.pane-custom.pane-1 {
    margin-top: 10px
}

/*.panel-heading {
  text-align: center
}*/

.illustration-v3 {
    margin: 5px;
}

.illustration-v3:before {
    background: rgba(242, 242, 242, 0.3)
}

.list-unstyled ul,
.app-list-unstyled ul {
    padding-left: 0px;
    list-style: outside none none;
}

.app-list-unstyled ul li a {
    background: #555 none repeat scroll 0% 0%;
    text-align: center;
    margin-bottom: 5px;
    clear: both;
    border: 0px none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    width: 100%;
}

#filters-container, #filters-container2 {
    font-size: 15px;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    position: relative;
    margin: 0px;
    text-align: left;
}

.cube-portfolio .filters, .cube-portfolio {
    padding: 0px;
}

.headline-v2 h2 {
    font-size: 15px;
    border: 0px;
    padding: 8px;
    position: relative;
    line-height: normal;
    border-bottom: 1px solid #ccc;
    border-top: 3px solid #424242;
}

.cbp-filter-item {
    cursor: pointer;
    line-height: 16px;
    padding: 4px 0;
    margin-left: 8px;
}

.cbp-filter-item-active {
    font-family: "Glyphicons Halflings";
    content: "\e014";
    padding-right: 5px;
}

.bg-image-applications {
    width: 100%;
    height: auto;
    padding: 100px 0;
    position: relative;
}

.panel-pane.pane-custom.pane-1 {
    margin-bottom: 30px;
}

.list-unstyled li {
    margin-left: 20px;
}

.linewrap-tag {
    word-wrap: break-word !important;
    /*white-space: normal;*/
    /*overflow: auto;*/
}

/**********************************************************************************/
/* PORTFOLIO-V1.CSS OVERRIDE */
/* used on page /applications */
/**********************************************************************************/
.view {
    z-index: 9;
    cursor: default;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 3px #ddd;
}

.view .ignore {
    width: 100%;
    height: auto;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view .mask,
.view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    cursor: pointer;
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 22px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
    text-shadow: none;
}

.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 10px;
    text-align: center;
}

.view .info {
    color: #fff;
    background: #000;
    padding: 5px 12px;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
}

.view .info:hover {
    background: #fff;
}

.portfolio-responsive h2 {
    margin-top: 0 !important;
}

.equal-height-in h2.text-center {
    font-size: 16px;
    line-height: 18px;
}

.equal-height > a:hover {
    color: #7095B8 !important;
}

/*************************************************************************/
/*END PORTFOLIO-V1.CSS*/
/*************************************************************************/

.tags-v1 li a {
    font-size: 13px;
    padding: 0px 10px;
    line-height: 26px;
    border: 2px solid #EEE;
    border-radius: 0px;
    transition: all 0.2s ease-in-out 0s;
    display: inline-block;
}

.tags-v1 li a:hover {
    background: #4296b4;
    color: #fff !important;
}

.list-unstyled.blog-latest-posts .file a,
.list-unstyled.blog-latest-posts .file a:hover {
    text-decoration: none;
    color: #888 !important;
}

.clear-both {
    clear: both;
}

.clear-both hr {
    margin: 15px 0;
}

.ms-title a {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
}

span span .col-md-12 .news-v3 h2 {
    margin: 0;
    line-height: 5px;
    margin-bottom: 20px;
}

.news-v3 h2 a {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    text-overflow: ellipsis;
}

hr.devider.devider-db {
    margin: 10px auto;
    clear: both;
}

.ms-list-vertical {
    display: block !important;
}

.cbp-l-filters-text .cbp-filter-item {
    margin: 0 !important;
    padding: 0 0 0 10px !important;
    line-height: 18px !important;
}

.cube-portfolio .cbp-l-filters-text .cbp-filter-item {
    color: #4296b4 !important;
}

.headline-v2 {
    margin: 0 !important;
}

.cbp-l-grid-agency-title, .cbp-l-grid-agency-desc, .cbp-l-grid-work-title, .cbp-l-grid-work-desc, .cbp-l-grid-blog-title, .cbp-l-grid-projects-title, .cbp-l-grid-projects-desc, .cbp-l-grid-masonry-projects-title, .cbp-l-grid-masonry-projects-desc {
    white-space: pre-wrap !important;
    -ms-text-overflow: clip !important;
    text-overflow: clip !important;
    padding: 0 2em;
    line-height: .7em;
}

.cbp-l-grid-agency-desc {
    line-height: 1.2em !important;
    font-weight: 800 !important;

}

.cube-portfolio .link-captions li {
    margin: 0.4em;
}

.cube-portfolio .link-captions li i {
    padding: 1px !important;
    padding-left: 2px !important;
}

.cube-portfolio .link-captions li i:hover {
    color: #FFF !important;
    background: rgba(0, 0, 0, 0) !important;
}

.cube-portfolio .cbp-caption-zoom .cbp-caption-activeWrap:hover {
    background: rgba(39, 58, 78, .9) !important;
}

.cbp-l-caption-alignCenter .cbp-l-caption-body {
    width: 215px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -80px 0 0 -107.5px;
}

.page-company-news .news-v3 h2 {
    line-height: 0.9em !important;
}

.page-company-news .news-v3 h6 a, .page-company-news .news-v3 h6 .fa-file-text {
    color: #687074 !important;
}

.page-company-news .news-v3 h6 a:hover {
    text-decoration: none;
    color: #EE3124 !important;
}

div.news-v3 h6,
#edit-field-date-published-value-value-year {
    margin: 0.4em 0 0.4em 1em;
    color: #fff;
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0.3em;
    margin-left: 0;
}

.product-summary {
    border-top: 1px solid #d0d0d0;
    line-height: 1em;
    font-size: 0.8em;
    padding: 5px;
    height: 80px;
    margin-top: -20px;
    color: grey;
}

.panel-divider {
    margin-bottom: 0.1em;
}


/* start for test scroll page */

/*#preloader {*/
/*position: fixed;*/
/*top: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*z-index: 9999;*/
/*background-color: #FFF;*/
/*}*/

/* end for test scroll page */

/* Start: Datasheet page: Discontinued Banner */
.hide-pane-title .headline-v2 {
    display: none;
}
.discontinued-banner {
    border: 1px solid #000;
    padding: 1em;
}
@media (min-width: 992px) {
    .discontinued-banner {
        padding: 1em 5em;
    }
}
.discontinued-banner a {
    text-decoration: none;
}
.discontinued-banner .field-sensor-type, 
.discontinued-banner .field-sensor-attributes {
    display: inline-block;
}
.discontinued-banner .btn-discountinued {
    display: block;
    padding: 1em;
    background-color: #EE3124;
    color: #fff;
}
.discontinued-banner .btn-discountinued:hover,
.discontinued-banner .btn-discountinued:focus {
    background-color: #EE3124;
    color: #fff !important;
}
.discontinued-banner .new-version-block-title {
    color: #EE3124;
}

.label-discontinued {
    color: #aaa;
    border: 1px solid #aaa;
    text-align: center;
    padding: 0.6em;
    font-size: 1.1em;
    text-transform: uppercase;
}
/* End: Datasheet page: Discontinued Banner */