/*Layout*/
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    -ms-overflow-style: scrollbar;
}

header {
    border-bottom: 1px solid #c7c7c7;
    background: #fff;
    width: 100%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    top: -100px;
    z-index: 1000;
}

    header.shrink {
        opacity: 0.9;
        position: fixed;
        top: 0;
        left: 0;
    }

.title {
    float: left;
    padding: 8px 0px;
}

    .title a {
        font-weight: 600;
        font-size: 1.8em;
        color: #c7c7c7;
        text-decoration: none;
    }

    .title p {
        color: #b2b2b2;
        margin: 0;
    }

.expandBar {
    padding: 0px !important;
    width: 100%;
}

.expandedPanel .title {
    display: none;
}

.panelContent {
    padding-top: 15px;
}

.expandedPanel .pull-right {
    float: none !important;
}

.panelItem {
    display: inline-block;
}

.expandedPanel .panelItem {
    display: block;
}

.expandedPanel .panelContent {
    padding-bottom: 15px;
}

.searchBox {
    margin-left: 20px;
}

    .searchBox img,
    .searchBox .dx-acc {
        display: none;
    }

.searchBoxButton {
    font-size: 17px;
}

.navMenu {
    float: right;
    margin: 0px 0px 2px 0px;
}

.expandedPanel .navMenu {
    width: 100%;
    margin: 10px 0px;
}

.expandedPanel .searchBox {
    width: 100%;
    margin-left: 0px;
}

.content {
    margin-bottom: 40px;
}

.btnBackToTop {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    display: inline;
    text-decoration: none;
    cursor: pointer;
}

    .btnBackToTop i {
        font-size: 60px;
        color: #c7c7c7;
    }

.footerUp {
    padding-bottom: 26px;
    background: #6f6f6f;
}

.footerDown {
    background: #525252;
}

    .footerDown p {
        margin: 16px 0px;
    }

.wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.stickyFooter {
    display: table-row;
    height: 1px;
    color: white;
    width: 100%;
}

footer a {
    color: #cecaca;
}

    footer a:hover,
    footer a:focus {
        color: #fff;
    }

footer h4 {
    margin-top: 32px;
}

.latestPosts li:not(:last-child) {
    border-bottom: 1px dotted #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
/*Home*/
.mainText {
    margin: 0 auto;
    max-width: 650px;
}

.importantTextR {
    font-weight: bold;
    color: red;
}

.importantTextB {
    font-weight: bold;
    color: blue;
}

.features {
    margin-top: 40px;
}

    .features .media {
        margin-top: 20px;
    }

    .features .featureIcon {
        font-size: 50px;
    }

.marginTop20 {
    margin-top: 20px;
}

.marginTop40 {
    margin-top: 40px;
}


.customers .media {
    margin-top: 40px;
}

/*Contact Us*/
.map {
    height: 300px;
}
/*Blog*/
.blogImage {
    width: 100%;
}

.dataViewPosts .blogImage {
    padding-top: 25px;
}

.blogNavBar .blogNabVarGroupHeader a {
    text-decoration: none !important;
}

.blogNavBar {
    margin-top: 45px;
}

.user {
    font-size: 64px;
}

.group-header {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.groupheader {
    height: 40px;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-top: 1px;
    padding-left: 10px;
    width: 100%;
    box-shadow: 3px 3px 15px 1px rgba(0,0,0,.25);
    background: none;
    z-index: 1000;
}

.products .media {
    margin-top: 0px;
    margin-bottom: 30px;
}

.products-header {
    display: table;
}

.products-cell {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.buttons {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}

.VideoButton {
    margin: -105px auto 0 auto;
    display: block;
}

.hidden {
    font-size: 0px;
}

.SmallScreenshotShadow {
    background-color: white;
    border: #CBCBCB solid 1px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    padding: 4px;
    width: 230px;
    height: 150px;
}

a.BannerLink {
    text-decoration: none;
    color: #2e45a6;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
}

.col-md-3a {
    width: 20%;
    min-width: 270px;
}

/*.table-comparisson, .tc-left, .tc-regular, .td-left, .td-regular {
    border: 1px solid lightgray;
    padding: 7px;
}

.table-comparisson {
    table-layout: fixed;
    width: 600px;
}

.tc-left {
    text-align: left;
    width: 200px;
}*/

.tc-regular {
    text-align: center;
    width: 160px;
}

/*.td-left {
    text-align: left;
}*/

.td-regular {
    text-align: center;
}

/*.tr-zebra:nth-child(even) {
    background-color: #f2f2f2
}*/

div.w400 {
    width: 400px;
    margin: 0, auto;
}

div.w500 {
    width: 500px;
    margin: 0, auto;
}

div.w800 {
    width: 800px;
    margin: 0, auto;
}
div.w1000 {
    width: 1000px;
    margin: 0, auto;
    /*background-color: #f2f2f2;*/
}
.zoom {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

    .zoom:hover,
    .zoom:active,
    .zoom:focus {
        /**adjust scale to desired size, add browser prefixes**/
        -ms-transform: translateX(100px) scale(1.5);
        -moz-transform: translateX(100px) scale(1.5);
        -webkit-transform: translateX(100px) scale(1.5);
        -o-transform: translateX(100px) scale(1.5);
        transform: translateX(100px) scale(1.5);
        position: relative;
        z-index: 100;
    }

/**To keep upscaled images visible on mobile, increase left & right margins a bit**/
@media only screen and (max-width: 768px) {
    ul.gallery {
        margin-left: 15vw;
        margin-right: 15vw;
    }

    /**TIP: Easy escape for touch screens, give gallery's parent container a cursor: pointer.**/
    .DivName {
        cursor: pointer
    }

.underline {
    text-decoration: underline;
}


}
