﻿@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'myriad-set-pro_text';
    src: url('../fonts/myriad-set-pro_text.eot');
    src: url('../fonts/myriad-set-pro_text.eot') format('embedded-opentype');
    src: url('../fonts/myriad-set-pro_text.ttf') format('truetype');
}

@font-face {
    font-family: 'myriad-set-pro_thin';
    src: url('../fonts/myriad-set-pro_thin.ttf') format('truetype');
}

@font-face {
    font-family: 'myriad-set-pro_bold';
    src: url('../fonts/myriad-set-pro_bold.ttf') format('truetype');
}

/*Carousal*/
.carousal-tans-bg{
    background-color: #080808;
    opacity: 0.68;
    height:143px;
    position:absolute;
    left:0;
    top:32%;
    width: 1170px;
}
.carousal-tans-text{
    
    top:32%;
    left:11%;
    position:absolute;
    max-width:78%;
 
}
.carousal-tans-heading {
    color:white;  
    font-family: "myriad-set-pro_text";  
    text-align:center;
    line-height:42px;
}
.carousal-trans-p {
    color:white;  
    font-family: "myriad-set-pro_text";  
    text-align:right;
    /*margin-right:5%;*/
}
.carousel-caption {
    bottom: 220px !important;
}
#myCarousel {
    width: 100%;
    height: auto;
}

.carousel-caption h1 {
    font-family: "myriad-set-pro_text";
    font-size: 40px;
    margin-bottom: 9%;
}
.carasoulLeftRightImagePosition {
    position: absolute;
    top: 50%;
    margin-top: -80px;
    margin-left: -15px;
    width: 47px !important;
    height: 88px !important;
}

.carasoulLeftImage {
    background-image: url('../Images/Home/slider-arrow-left.png');
}

    .carasoulLeftImage:hover {
        background-image: url('../Images/Home/slider-arrow-left-hover.png');
    }

.carasoulRightImage {
    background-image: url('../Images/Home/slider-arrow-right.png');
}

.carasoulRightImage:hover {
    background-image: url('../Images/Home/slider-arrow-right-hover.png');
}
   
/*END Carousal*/ 

.request-demo {
    /*background:#6e7a94;
	padding:19px 0 19px 0;*/
    text-align: center;
    font-size: 24px;
    font-family: calibri light;
    position: fixed;
    width: 92.7%;
    z-index: 300;
}

    .request-demo a {
        color: #e5e9ec;
        text-decoration: none;
    }

        .request-demo a:hover {
            color: #fff;
        }
/* Home Page Tiles */
.tiles {
    margin: auto;
    cursor:pointer;
    
}

.tiles p {
    text-align: center;
    width: 110px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    font-size: 18px;
    /*text-transform: capitalize;*/
    padding-top: 21px;
}

.textbox {
    width: 200px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
    box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

    .textbox:hover {
        opacity: 1;
    }

.tile-home {
    border: 1px solid #dce1f7;
    text-align: center;
    margin-top: 10%;
    margin-bottom: 5%;
    padding-top: 15%;
    padding-bottom: 15%;
    border-radius: 4px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
    box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
    /*.tile-home:hover {
		opacity:1;
		background-color: rgba(0,0,0,0.75);
		}
	.tile-home img:hover {
		opacity:1;
		}
	*/
    .tile-home img {
        /*padding:20%;*/
        margin-left: auto;
        margin-right: auto;
        height: 70px;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .tile-home span {
        text-align: center;
    }


.text {
    padding: 10px;
    color: #fff;
    text-align: left;
}

/* Grey Row */
.row-grey {
    background: #ededed;
    color: #fff;
}

.row-grey-cols {
    height: 238px;
    border-radius: 4px;
    border: 1px solid #fff;
    margin-top: 10%;
    margin-bottom: 10%;
    /*padding:15px 25px auto 25px;*/
}

.row-grey-cols-wrapper {
    width: 80%;
    margin: 15px 25px auto 25px;
}

.row-grey-cols h2 {
    padding-bottom: 10px;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}

.row-grey-cols p {
    font-size: 0.84em;
    width: 147px;
    line-height: 1.25em;
    height: 115px;
}

.row-grey-cols ul {
    font-size: 18px;
    margin: auto;
    padding-left: 18px;
}

.row-grey-cols h3 {
    font-family: myriad-set-pro_text;
    font-size: 20px;
    margin-top: 5px;
    height: 47px;
}

.col-red {
    background: #6E7A94 url(../Images/Home/image-blog-tile.png) no-repeat;
    cursor: pointer;
}

.col-orange {
    background: #6E7A94 url(../Images/Home/image-webinar-tile.png) center no-repeat;
}

    .col-orange ul {
        font-size: 18px;
        margin: auto;
        padding-left: 0;
    }

    .col-orange li {
        list-style: none;
        /*text-transform:initial;*/
    }

    .col-orange ul li a {
        color: #f7f7f7;
        text-decoration: none;
    }

        .col-orange ul li a:hover {
            color: #fff;
        }

.col-grey {
    background: #6E7A94 url(../Images/Home/image-knowledge-tile.png) center no-repeat;
}

    .col-grey ul {
        font-size: 18px;
        margin: auto;
        padding-left: 20px;
    }

        .col-grey ul li {
            list-style-type: square;
            margin: 0;
            padding: 0;
            /*text-transform: capitalize;*/
        }

            .col-grey ul li a {
                color: #f7f7f7;
                text-decoration: none;
            }

                .col-grey ul li a:hover {
                    color: #fff;
                }

/*  S O L U T I O N S */

.solutions {
    background: #dc754a url(../Images/Solutions/solutions-banner.png) right no-repeat;
    /*background:#dc754a;*/
    height: 320px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.solutions-bnr {
    z-index: 0;
    position: absolute;
}
/*.solutions-bnr img{	
	display:block;
	max-width:100%;
	}*/
.solutions h1 {
    color: #fff;
    margin: 20% 0 1% 5%;
    font-size: 3.8em;
    font-weight: normal;
    position: static;
}

.menu-left {
    /*width:100%;*/
    width: 68%;
    margin: auto;
    text-align: right;
    float: right;
}

.logo-solutions {
    width: 25%;
    float: left;
    margin: 8px 0 0 0;
    padding: 0 0 0 5%;
    /*position:absolute;*/
}

    .logo-solutions img {
        max-width: 100%;
    }

.solutions-menu {
    /*width:70%;*/
    /*float:left;
		margin:2px 0 0 25px;*/
    text-align: center;
}

.top {
}

.bottom {
}

.sol-image-1 {
}

.sol-text-1 {
}

.sol-image-2 {
    display: none;
}

.sol-text-2 {
    display: none;
}







.solutions-nav {
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    /*height:73px;*/
    width: 100%;
    position: relative;
}

.solutions-nav-col {
    border-right: 1px solid #e1e1e1;
    /*border-bottom:1px solid #e1e1e1;*/
    padding-bottom: 15px;
    padding-top: 14px;
    cursor: pointer;
    font-size: 0.97em;
    background: #f4f5f7;
    text-align: center;
    float: left;
    width: 16.667%;
    font-family: 'Calibri', Arial;
}

    .solutions-nav-col:hover {
        background: #fff;
    }

.solutions-nav-col-img {
    width: 35%;
    float: left;
    text-align: right;
    /*background:pink;*/
}

.solutions-nav-col-txt {
    width: 65%;
    float: left;
    text-transform: capitalize;
    font-size: 1.1em;
}

.solutions-nav-col img {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}


.solutions-nav-col-2 {
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 16px;
    padding-top: 18px;
    cursor: pointer;
    font-size: 15px;
    background: #f4f5f7;
}

    .solutions-nav-col-2:hover {
        background: #fff;
    }

    .solutions-nav-col-2 span {
        text-align: center;
        text-transform: capitalize;
    }

.sol-rows {
    margin: 0;
    /*background:pink;*/
}

    /*.sol-rows a {
        width: 100px;
        border: 1px solid #a5bbb6;
        padding: 5px 8px 5px 8px;
        color: #a5bbb6;
        font-size: 16px;
        text-transform: capitalize;
        text-decoration: none;
        display: block;
        text-align: center;
    }

        .sol-rows a:hover {
            border: 1px solid #db7549;
            color: #db7549;
            text-decoration: none;
        }*/

    .sol-rows img {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        max-width: 100%;
    }

.sol-grey {
    background: #f3f3f3;
    padding-top: 30px;
    min-height: 460px;
    max-height: 460px;
}

    .sol-grey h1 {
        font-weight: normal;
        font-size: 33px;
        text-transform: capitalize;
        color: #000;
    }

    .sol-grey p {
        /*width: 95%;*/
        font-size: 18px;
        color: #000;
    }

.sol-white {
    background: #fff;
    padding-top: 30px;
    min-height: 460px;
    max-height: 460px;
}

    .sol-white h1 {
        font-weight: normal;
        font-size: 33px;
        font-family: myriad-set-pro_text;
        color: #000;
        /*text-transform: capitalize;*/
    }

    .sol-white p {
        width: 75%;
        font-size: 18px;
        color: #000;
    }

    .sol-white img {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }


/* Footer */

.footer {
    background: #3f4b57;
    padding-top: 50px;
}

.footer-col-1 {
    margin: auto;
}

.footer-col-2 {
    margin: auto;
}

.footer-col-3 {
    margin: auto;
}

.footer-col-1 ul {
    margin: auto;
    list-style: none;
}

.footer-col-1 li {
    margin: auto;
    list-style: none;
    padding-bottom: 1.3em;
}

.footer-col-2 ul {
    margin: auto;
    list-style: none;
}

.footer-col-2 li {
    margin: auto;
    list-style: none;
    padding-bottom: 1.0em;
}

.footer a {
    color: #bbc3c6;
    text-decoration: none;
}

    .footer a:hover {
        color: #fff;
    }

.footer-col-1 input[type="text"] {
    background: none;
    width: 100%;
    color: #fff;
}

.footer-col-3 input[type="text"] {
    background: none;
    width: 100%;
    color: #fff;
    margin-bottom: 10px;
}

.footer-col-3 select {
    background: none;
    /*width:95%;*/
    color: #9e9999;
}

.footer-col-3 textarea {
    background: none;
    /*width:81.5%;*/
    color: #fff;
}

.footer-input-right-margin {
    padding-right: 10px;
}

.input-email {
    width: 76%;
}

.container {
    max-width: 87%;
}

.menu-home {
    width: 87%;
    max-width: 1170px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    z-index: 200;
    position: fixed;
    font-family: myriad-set-pro_text;
    padding-bottom: 20px;
}

    .menu-home.active {
        /*width:86.8%;*/
        max-width: 1170px;
        background: #6E7A94;
        z-index: 205;
        height: 80px;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    }


* {
    margin: 0;
    padding: 0;
}

.intro, .menu, .content {
    padding: 10px;
}

.row-1 {
    margin-top: 1.7%;
}

.row-2 {
    width: 100%;
    float: left;
    padding-right:7%;    
}
.navbar-collapse{
    padding-right:0px;
}

.menu-pages {
    padding-top: 25px;
    z-index: 200;
    position: absolute;
    font-family: myriad-set-pro_text;
    padding-bottom: 20px;
    width: 90%;
}

.menu-container {
    width: 90%;
    margin: 0 auto 0 auto;
}

.logo {
    /*width:25%;
	float:left;
	margin:8px 0 0 0;*/
	padding-left:8%;    
}

    .logo img {
        /*max-width: 100% !important;
        display: block;
        border: none;*/
        /*margin-left:-32%;*/
    }

/* Nav Main */
/*.nav-main {
	float:left;
	width:67%;
	margin:48px 0 0 0;
	}*/
.clr {
    clear: both;
    height: 0;
}

.content {
    /*margin-top: 10px;*/
}

/* Menu */
.menu {
    margin: auto;
}

/* Top Nav */
.menu-home-top-row {
    /*float: right;*/
    /*width: 100%;*/
    text-align: right;
    margin-top:2%;
    margin-bottom:0.5%;
    padding-right:6%;
}

.top-nav {
    font-family: myriad-set-pro_bold;
    font-size: 14px;
    z-index: 100;
    text-align: right;
    left: -11%;
}

.top-nav-a1 {    
    /*padding-right:1%;*/
    color: white;
}

.top-nav-a1:focus {
    color: #fff;
    text-decoration: none;
}

.top-nav-a1:hover {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.top-nav-a2 {
    /*margin-left:1%;
    margin-right:4%;*/
    color: white;
}

    .top-nav-a2:focus, .top-nav-a2:hover {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }
#nav-about{
    width:55px;
}

div {
    display: block;
}

/* Brand Logos */

.brand-logos {
    top: 0;
    margin-top: 500px;
    margin-left: 25px;
    position: absolute;
    z-index: 25;
}

#slideshow {
    margin: 0;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

    #slideshow > div {
        position: absolute;
        /*top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px;*/
    }
/* Button Close */

.close-me {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 25px;
    height: 25px;
    float: right;
    font-size: 30px !important;
    font-weight: 100;
    text-decoration: none !important;
    cursor: pointer;
    opacity: .4;
    background: url(../Content/Images/Home/close-white.png) !important;
    background-position: 50% 50% !important;
    background-size: cover !important;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

    .close-me:hover {
        opacity: 1;
    }

.close {
    margin-top: -16px !important;
    color: black !important;
}

.aboutus {
    background: #dc754a url(../Images/Home/banner-aboutus.png) right no-repeat;
    /*background:#dc754a;*/
    height: 262px;
    margin-bottom: 0;
    padding-bottom: 0;
}


.button-template {
    margin-top: 2px;
    padding: 5px;
    color: #fff;
    background-color: #ffffff;
    cursor: pointer;
    border: 1px solid #d4d4d4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-left: 15px;
    float: left;
    height: 40px;
    width: 110px;
    text-align: center;
    vertical-align: middle;
}

    .button-template:hover {
        margin-top: 2px;
        padding: 5px;
        color: #fff;
        background-color: #ffffff;
        cursor: pointer;
        border: 2px solid #d4d4d4;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        margin-left: 15px;
    }
/* Pages */

.pages {
    height: 262px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.pages-bnr {
    z-index: 0;
    position: absolute;
}

.pages h1 {
    color: #fff;
    /*margin:0 0 1% 5%;*/
    /*font-family: 'PT Sans', sans-serif;*/
    font-family: myriad-set-pro_text;
    font-size: 3.5em;
    font-weight: normal;
    position: static;
    margin-top: 0;
    margin-left: 7%;
    padding-top: 3.2em;
    text-transform: capitalize;
    z-index: 0;
}

.error-page {
    background: url(../Images/Home/banner-errorpage.jpg) right no-repeat;
}

.aboutus-page {
    background: url(../Images/Home/banner-aboutus.png) right no-repeat;
}

.services-page {
    background: url(../Images/Home/banner-services.png) right no-repeat;
    height: 262px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.technology-page {
    background: url(../Images/Home/banner-technologies.png) right no-repeat;
    height: 262px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.technology-detail-page {
    background: url(../Images/Home/banner-technologies.png) right no-repeat;
    height: 262px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.casestudies-page {
    background: url(../Images/Home/banner-casestudies.png) right no-repeat;
    height: 262px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.whitepapers-page {
    background: url(../Images/Home/banner-whitepapers.png) right no-repeat;
    height: 262px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.news-page {
    background: url(../Images/Home/banner-news.png) right no-repeat;
    height: 262px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.nextwebinar-page {
    background: url(../Images/Home/banner-next-webinar.png) right no-repeat;
    height: 262px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.thankyou-page {
    background: url(../Images/Home/image-thank-you.png) right no-repeat;
    height: 262px;
    margin-bottom: 0;
    padding-bottom: 0;
	background-size: cover;
	
	
}

.page-heading {
    position: absolute;
    width: 87%;
    top: 191px;
    /*left: 13%;*/
    color: white;
}

.request-page {
    background: url(../Images/Home/banner-requestdemo.png) right no-repeat;
    height: 262px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.solutions-page {
    background: url(../Images/Home/solutions-banner.png) right no-repeat;
    height: 262px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.solutions-detail-page {
    background: url(../Images/Home/solutions-bannerdetails.png) right no-repeat;
    height: 262px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-page {
    background: url(../Images/Home/banner-contactus.png) right no-repeat;
    height: 262px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.error-img {
    width: 50%;
    margin: 2.0em auto 2.0em auto;
}

    .error-img img {
        display: block;
        max-width: 100%;
        border: none;
    }

    .error-img a {
        width: 150px;
        border: 1px solid #a5bbb6;
        padding: 5px 8px 5px 8px;
        color: #a5bbb6;
        font-size: 16px;
        text-transform: capitalize;
        text-decoration: none;
        display: block;
        text-align: center;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .error-img a:hover {
        border: 1px solid #db7549;
        color: #db7549;
        text-decoration: none;
    }
/* pages */
.fixed-header {
    position: fixed;
    top: 0;    
    width: 87.1%;
    left:6.5%;
}

.second-nav {
    height: 73px;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
}

.second-nav-content {
    /*width: 1170px;*/
    height: 73px;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    margin-left: auto;
    margin-right: auto;
}

.second-nav-left-bdr {
    border-left: 1px solid #e1e1e1;
}

.second-nav-col {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    /*border-bottom:1px solid #e1e1e1;*/
    padding-bottom: 15px;
    padding-top: 14px;
    cursor: pointer;
    font-size: 0.97em;
    background: #f4f5f7;
    /*text-align: center;*/
    float: left;
    width: 16.65%;
    height:71px;
    font-family: 'Calibri', Arial;
}

    .second-nav-col:active {
        background-color: #fff !important;
    }

    .second-nav-col:hover {
        background-color: #fff;
    }

.second-nav-col-sel {
    border-right: 1px solid #e1e1e1;
    /*border-bottom:1px solid #e1e1e1;*/
    padding-bottom: 15px;
    padding-top: 14px;
    cursor: pointer;
    font-size: 0.97em;
    background: #fff;
    text-align: center;
    float: left;
    width: 16.667%;
    font-family: myriad-set-pro_text;
}

.second-nav-col-img {
    /*padding-top:5px;*/    
    width: 35%;
    float: left;
    text-align: right;
    /*background:pink;*/
}
.aboutus-second-nav-col-img {
    padding-left:33%;
}
.aboutus-second-nav-col-img img {
    float: left;
}
.aboutus-second-nav-col-txt {
    padding-top:5%;
    padding-left:2%;
    float: left;
    font-size: 16px;
    font-family: myriad-set-pro_thin;
}
.demo-nav-col {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    /*border-bottom:1px solid #e1e1e1;*/
    padding-bottom: 15px;
    padding-top: 14px;
    cursor: pointer;
    font-size: 0.97em;
    background: #f4f5f7;
    text-align: center;
    float: left;
    width: 16.667%;
    height:71px;
    font-family: 'Calibri', Arial;
}

.demo-nav-col:active {
    background-color: #fff !important;
}

.demo-nav-col:hover {
    background-color: #fff;
}

.second-nav-col-txt {
    width: 65%;
    float: left;
    /*text-transform: capitalize;*/
    font-size: 16px;
    font-family: myriad-set-pro_thin;
}

.second-nav-col img {
    /*width: 65%;*/
    margin-left: auto;
    margin-right: auto;
}


.second-nav-col-2 {
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 16px;
    padding-top: 18px;
    cursor: pointer;
    font-size: 15px;
    background: #f4f5f7;
}

    .second-nav-col-2:hover {
        background: #fff;
    }

    .second-nav-col-2 span {
        text-align: center;
        text-transform: capitalize;
    }
/* tech nav col */

.tech-nav-left-bdr {
    border-left: 1px solid #e1e1e1;
}

.tech-nav-col {
    border-right: 1px solid #e1e1e1;
    /*border-bottom:1px solid #e1e1e1;*/
    padding-bottom: 4px;
    padding-top: 4px;
    cursor: pointer;
    font-size: 0.97em;
    background: #f4f5f7;
    text-align: center;
    float: left;
    width: 14.2857%;
    font-family: 'Calibri', Arial;
}

    .tech-nav-col:hover {
        background: #fff;
    }

.tech-nav-col-sel {
    border-right: 1px solid #e1e1e1;
    /*border-bottom:1px solid #e1e1e1;*/
    padding-bottom: 4px;
    padding-top: 4px;
    cursor: pointer;
    font-size: 0.97em;
    background: #fff;
    text-align: center;
    float: left;
    width: 14.2857%;
    font-family: myriad-set-pro_text;
}

.tech-nav-col-img {
    display: block;
    /*background:pink;*/
}

.tech-nav-col-txt {
    font-size: 12pt;
    font-family: myriad-set-pro_thin;
}

.tech-nav-col img {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}


/* tech nav col */


.detail-page {
    width: 83%;
    margin: auto;
}

    .detail-page h1 {
        margin: 1.0em 0 0.85em 0;
    }

    .detail-page p {
        /*font-size:1.35em;
	margin-bottom:1.3em;*/
    }

.address {
    width:75%;
    background: #f8f8f8;
    padding: 2% 0 2% 3%;
    margin: 1.0em 0 1.0em 0;
    font-size: 1.6em;
}

.contact-form {
    margin: 2em 0 1.0em 0;    
}

.cont-txtbox input[type="text"] {
    background: none;
    width: 100%;
    /*color:#fff;*/
    border-radius: 0;
}

    .cont-txtbox textarea {
        width: 93%;
        border-radius: 0;
        float: right;
    }

.cont-btn-submit {
    float: right;
    margin-right: 9px;
}


/* Request a Demo */

.request-col-1 {
    margin: 3% 0 5% 0;
}

.request-col-2 {
    margin: 5% 0 5% 0;
    background: #f8f8f8;
    padding: 5%;
}

    .request-col-2 input[type="text"] {
        background: #fcfcfc;
        width: 100%;
        border-radius: 0;
        margin-bottom: 10%;
        border-color: #cfd3d2;
    }

    .request-col-2 select {
        background: #fcfcfc;
        width: 98.5%;
        padding-left: 1.5%;
        color: #949494;
        border-radius: 0;
        margin-bottom: 10%;
        border-color: #cfd3d2;
        height: 2.5em;
    }


/* Quick Items */

#quickItems {
    margin-left: 96.7%;
    width: 50px;
    height: 50px;
    float: right;
    position: fixed;
    z-index: 10000000;
}

.imgHome {
    background: url('../Images/Home/icon-home.png');
    border-bottom: 1px solid white;
    width: 50px;
    height: 50px;
    float: right;
}

.imgSpecc {   
    background: url('../Images/Home/icon-contactus.png');
    border-bottom: 1px solid white;
    width: 50px;
    height: 50px;
    float: right;
        
}

.imgSolutions {
    background: url('../Images/Home/icon-solutions.png');
    border-bottom: 1px solid white;
    width: 50px;
    height: 50px;
    float: right;
}
.imgServices {
    background: url('../Images/Home/icon-services.png');
    border-bottom: 1px solid white;
    width: 50px;
    height: 50px;
    float: right;
}
.imgTechnology {
    background: url('../Images/Home/icon-technology.png');
    border-bottom: 1px solid white;
    width: 50px;
    height: 50px;
    float: right;
}
.imgDemo {
    background: url('../Images/Home/icon-demo.png');
    border-bottom: 1px solid white;
    width: 50px;
    height: 50px;
    float: right;
}
.imgBlog {
    background: url('../Images/Home/icon-blog-sticky.png');
    border-bottom: 1px solid white;
    width: 50px;
    height: 50px;
    float: right;
}

.product-summary {
    position: absolute;
    cursor: pointer;
    background-color: #6e7a94;
    opacity: 0.9;
    font-family: myriad-set-pro_thin;
    font-size: 17px;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 13px;
    padding-right: 10px;
    overflow: hidden;
    color: white;
    line-height: 22px;
    border: 1px solid #dce1f7;
    border-radius: 4px;
    text-align:justify;
}

.tile-detail {
    display: none;
}


.ssa {
    background: #dc754a url(../Images/Home/banner-ssta.png) right no-repeat;
    /*background:#dc754a;*/
    height: 262px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ssa-text {
    font-size: 16pt;
}

.ssa-heading {
    position: absolute;
    margin: 191px 0 0 100px;
    color: white;
}

/*IPDF section Start*/
.ipdf {
    background: #dc754a url(../Images/Home/banner-ssta.png) right no-repeat;
    /*background:#dc754a;*/
    height: 262px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ipdf-text {
    font-size: 18pt;
}

.ipdf-heading {
    position: absolute;
    margin: 191px 0 0 100px;
    color: white;
}

.subMenupro {
    background-color: #ffffff;
    border: 0px none;
    height: 20px;
    margin-top: 5px;
    /*padding-left: 2%;*/
}

    .subMenupro div {
        font-size: 26px;
        background-color: #efefef;
        /*margin-left: 0.5%;*/
        width: 24%;
        text-align: center;
        color: #696969;
        padding: 1%;
        cursor: pointer;
    }

.arrow {
    margin-left: 44% !important;
    background: transparent !important;
    margin-top: -7%;
}

.subMenuproArrow {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 14px solid #2384b1;
    background: transparent !important;
}

.SecondColumn {
}

.SecondColumnFF {
    height: 19px;
}

.boardDiv .videosPanelOuter {
    padding-right: 0px;
    padding-left: 0px;
    border-right: 1px solid #EAEAEA;
    background-color: #FFFFFF;
    padding-bottom: 27px;
    display: table-cell;
    float: none;
}

.boardDiv .videosPanel {
    /*padding-right:0px;
    padding-left:0px;
    border: 1px solid #EAEAEA;
    background-color:#FDFBFC;
    padding-bottom: 27px;*/
    /*height:725px;
   display: table-cell;
    float: none;
    max-height: 725px;
     overflow-y:scroll;
    overflow-x: hidden;*/
}

.boardDiv .tableRow {
    border-left: 0px;
    border: 1px solid #EAEAEA;
    margin-top: 46px;
    margin-bottom: 56px;
}


.boardDiv .contentPanelOuter {
    padding-right: 0px;
    /*padding-left:0px;
    border: 1px solid #EAEAEA;*/
    padding-bottom: 27px;
    border-left: 0px none;
    display: table-cell;
    float: none;
    vertical-align: top;
    /*display: table-cell;
      float: none;
      max-height: 725px;*/
}

.boardDiv .contentPanel {
    padding-right: 0px;
    padding-left: 30.5%;
    /*padding-left:0px;
    border: 1px solid #EAEAEA;*/
    padding-bottom: 27px;
    border-left: 0px none;
    /*display: table-cell;
    float: none;*/
    /*display: table-cell;
      float: none;
      max-height: 725px;*/
}

.boardDiv .videosThumbnail {
    width: 93%;
    cursor: pointer;
    visibility: hidden;
    height: 15px;
}

.boardDiv .videoTitleHead {
    text-align: left;
    /*background-color:transparent;*/
    width: 100%;
    cursor: default;
    font-size: 24px;
    /*color:#c5c5c5;*/
    font-family: condensed_bold;
    /*margin-top:-36px;
    border: 1px solid #eeeeee;
    padding-top:12px;
    padding-bottom:12px;*/
    padding-left: 15px;
    margin-top: 35px;
}

.boardDiv .imgVdo {
    margin-right: 20px;
    width: 34px;
    height: 34px;
}

.boardDiv .videoTitle {
    text-align: left;
    background-color: transparent;
    width: 100%;
    cursor: pointer;
    font-size: 20px;
    color: #757575;
    border: 1px solid transparent !important;
    /*font-family:condensed_bold;
    margin-top:-36px;
    border: 1px solid #eeeeee;*/
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
}

    .boardDiv .videoTitle:hover {
        background-color: #f5fafe !important;
        border: 1px solid #e1eaf1 !important;
        color: #000000 !important;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        padding-left: 15px !important;
        font-size: 20px !important;
    }




.boardDiv .videosContainer {
    margin-top: -19px;
    /*padding-left:27px;*/
    color: #c5c5c5;
    width: auto;
}




    .boardDiv .videosContainer:hover {
        color: #757575;
    }

.boardDiv .contentTitle {
    /*text-align:center;*/
    background-color: transparent;
    font-size: 22px;
    /*font-family:condensed_bold;*/
    margin-top: 19px;
    margin-left: 5%;
}



.boardDiv .contentImgContainer {
    text-align: center;
    margin-top: 5px;
}

    .boardDiv .contentImgContainer img {
        width: 90%;
    }

.boardDiv .contentIconContainer {
    padding-left: 5%;
    margin-top: 14px;
}

.boardDiv .installBtn {
    display: none;
}

.boardDiv .contentIconContainer img {
    cursor: pointer;
    width: 13%;
}

.boardDiv .demoWarning {
    padding-left: 16%;
    margin-top: 14px;
    color: red;
    font-size: 16px;
    display: none;
}

.boardDiv .moreInfo {
    font-size: 16px;
    color: blue;
    cursor: pointer;
}

.boardDiv .contentDescription {
    padding-left: 5%;
    font-size: 16px;
    color: #000000;
}

.interactivePDFDiv .subMenupro {
    background-color: #ffffff;
    border: 0px none;
    height: 20px;
    margin-top: 5px;
    /*padding-left: 2%;*/
}

    .interactivePDFDiv .subMenupro div {
        font-size: 26px;
        background-color: #efefef;
        /*margin-left: 0.5%;*/
        width: 24%;
        text-align: center;
        color: #696969;
        padding: 1%;
        cursor: pointer;
    }

.interactivePDFDiv .arrow {
    margin-left: 44% !important;
    background: transparent !important;
    margin-top: -7%;
}

.interactivePDFDiv .subMenuproArrow {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 14px solid #2384b1;
    background: transparent !important;
}



.interactivePDFDiv .SecondColumn {
}

.interactivePDFDiv .SecondColumnFF {
    height: 19px;
}

.interactivePDFDiv .videosPanelOuter {
    padding-right: 0px;
    padding-left: 0px;
    border: 1px solid #EAEAEA;
    background-color: #FFFFFF;
    padding-bottom: 27px;
    display: table-cell;
    /*float: none;*/
}

.interactivePDFDiv .videosPanel {
    /*padding-right:0px;
    padding-left:0px;
    border: 1px solid #EAEAEA;
    background-color:#FDFBFC;
    padding-bottom: 27px;*/
    /*height:725px;
   display: table-cell;
    float: none;
    max-height: 725px;
     overflow-y:scroll;
    overflow-x: hidden;*/
}

#interactivePDFDiv.tableRow {
    border-left: 0px;
    /*border: 1px solid #EAEAEA;*/
    margin-top: 5px;
    margin-bottom: 56px;
}



.interactivePDFDiv .contentPanelOuter {
    padding-right: 0px;
    padding-left: 0px;
    /*border-left: 1px solid #EAEAEA;*/
    /*padding-bottom: 27px;*/
    /*border-left:0px none;*/
    display: table-cell;
    /*float: none;*/
    vertical-align: top;
    /*display: table-cell;
      float: none;
      max-height: 725px;*/
}

.interactivePDFDiv .contentPanel {
    padding-right: 0px;
    /*padding-left:30#interactivePDFDiv>.5%;*/
    /*padding-left:0px;
    border: 1px solid #EAEAEA;*/
    /*padding-bottom: 67px;*/
    border-left: 0px none;
    /*display: table-cell;
    float: none;*/
    /*display: table-cell;
      float: none;
      max-height: 725px;*/
}


.interactivePDFDiv .videosThumbnail {
    width: 93%;
    cursor: pointer;
    visibility: hidden;
    height: 15px;
}

.interactivePDFDiv .videoTitleHead {
    text-align: center;
    /*background-color:transparent;*/
    width: 100%;
    cursor: default;
    font-size: 18px;
    font-weight: bold;
    /*color:#c5c5c5;*/
    font-family: myriad set pro thin;
    /*margin-top:-36px;
    border: 1px solid #eeeeee;
    padding-top:12px;
    padding-bottom:12px;*/
    /*padding-left:15px;*/
    margin-top: 35px;
}

.interactivePDFDiv .imgVdo {
    /*margin-right: 20px;*/
    width: 216px;
    height: 110px;
}

.interactivePDFDiv .videoTitle {
    color: #000000 !important;
    text-align: center;
    background-color: transparent;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    color: #757575;
    border: 1px solid transparent !important;
    /*font-family: Open Sans Condensed;*/
    /*margin-top:-36px;
    border: 1px solid #eeeeee;*/
    padding-top: 9px;
    padding-bottom: 9px;
    /*padding-left:15px;*/
}

.interactivePDFDiv .videosContainer {
    margin-top: -19px;
    /*padding-left:27px;*/
    color: #c5c5c5;
    width: auto;
    padding-right: 7px;
}


    .interactivePDFDiv .videosContainer:hover {
        color: #757575;
    }

.interactivePDFDiv .contentTitle {
    text-align: center;
    background-color: transparent;
    font-size: 17px;
    /*font-family: Open Sans Condensed;*/
    /*margin-top:19px;*/
    /*margin-left:5%;*/
    color: #000000 !important;
    /*width: 175px;*/
}

.interactivePDFDiv .contentImgContainer {
    /*display: table-cell;
    text-align: center;*/
    /*margin-top:5px;*/
}

    .interactivePDFDiv .contentImgContainer img {
        width: 100%;
    }

.interactivePDFDiv .contentIconContainer {
    /*padding-left: 5%;*/
    /*margin-top: 14px;*/
    text-align: center;
}

.interactivePDFDiv .installBtn {
    display: none;
}

.interactivePDFDiv .contentIconContainer img {
    cursor: pointer;
    /*width:13%;*/
}

.interactivePDFDiv .demoWarning {
    padding-left: 16%;
    margin-top: 14px;
    color: red;
    font-size: 16px;
    display: none;
}

.interactivePDFDiv .moreInfo {
    font-size: 16px;
    color: blue;
    cursor: pointer;
}

.interactivePDFDiv .contentDescription {
    padding-left: 5%;
    font-size: 16px;
    color: #000000;
}

/*#content0 {
    display: none;
}*/

.interactivePDFDiv .panelOuter {
    /*font-family: Open Sans Condensed;*/
    font-size: 18px;
    color: #000000;
    /*display: block;*/
    /*background-color: #f4f7fe;*/
    padding-left: 0px;
    padding-right: 0px;
}


.textContent {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    color: #000000;
    /*font-family: Open Sans Condensed;*/
}

.textContentul li {
    padding-left: 20px;
    margin-top: 15px;
}

    .textContentul li:first-child {
        margin-top: 0;
    }

/*#dvInteractivePdf {
    font-size: 15pt;
    background-color: #ffffff;
    font-family: Myriad Set Pro Thin;
    color: #000000;
    border-right: 6px solid #ffffff;
    cursor: pointer !important;
    border: 1px solid #e1e1e1;
    margin-right: 7px;
    height: 60px;
}*/

/*#dvDashBoard {
    font-size: 15pt;
    color: #747373;
    font-family: Myriad Set Pro Thin;
    border-right-width: 6px;
    border-right-style: solid;
    border-right-color: rgb(255, 255, 255);
    cursor: pointer !important;
    background-color: rgb(239, 239, 239);
    margin-right: 7px;
    height: 60px;
}*/

.panel {
    font-family: Myriad Set Pro Thin;
    height: 540px;
    display: table;
    font-size: 16px;
    width: 100%;
}

#quickItems {
    margin-left: 96.7%;
}

.title-home {
    display: none;
    border: 1px solid #000;
    height: 30px;
    width: 290px;
    margin-left: 10px;
}
/*End How it Works*/

.whitepapers {
    margin: 4% auto 4% auto;
    width: 90%;
    padding-left: 4%;
}

    .whitepapers h2 {
        font-family: myriad-set-pro_bold;
        color: #444343;
        font-size: 24px;
    }

    .whitepapers p {
        font-size: 1.2em;
        max-width: 300px;
    }

.thb-iwh-paper {
    border: 1px solid #d9e2f6;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(ie-css3.htc);
    max-width: 283px;
}

    .thb-iwh-paper:hover {
        border: 1px solid #3b5999;
    }

    .thb-iwh-paper img {
        max-width: 99%;
        max-height: 99%;
        display: block;
    }

.modal input[type="text"] {
    background: none;
    border: 1px solid #d5d9d8;
    width: 99%;
    height: 36px;
    margin-bottom: 10px;
    padding-left: 10px;
    color: #484848;
    border-radius: 0;
}

.modal input[type="submit"] {
    width: 100px;
    border: 1px solid #d5d9d8;
    float: right;
    margin-right: 7px;
    background: #fff;
    height: 35px;
    font-family: myriad-set-pro_text;
    font-size: 18px;
}

    .modal input[type="submit"]:hover {
        border: 1px solid #db7549;
        color: #db7549 !important;
    }


.control-text-overflow {
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
}


.selected {
    font-weight: bold;   
}


.selected-background-color {
    background: #fff;
}

.addUnderline:after{
    content: '';
    width: 78%;
    position: absolute;
    left: 6%;
    bottom: 8px;
    border-width: 0 0 2px;
    border-style: solid;
}




.unselected-background-color {
    background: #f4f5f7;
}

.msgDiv {
    margin: 96px;
}

.headingThankyou {
    font-weight: bold;
    margin-bottom: 25px;
}

.sticky-container {
    position: fixed;
    float: right;
    top: 19%;
    left: 96%;
    z-index: 100;
}

.heading {
    font-family: "myriad-set-pro_text";
    font-size: 34px;
}
.heading a{
    text-decoration:none; 
    color:white;   
}

.navbar {
    font-family: "myriad-set-pro_text";
}

* {
    font-family: "myriad-set-pro_text";
}


.main-heading-h2 {
    font-family: myriad-set-pro_bold;
    margin-top: 35px;/*60px;*/
    font-size: 34px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    font-weight: bold;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
}

.navbar-collapse.in {
    /*background: none;*/
}

.dropdown-menu {
    opacity: 0.8;
    border-radius: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #fff;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}


.download-webinar {
    cursor: pointer;
    border: 1px solid #a3bab4;
    color: #a3bab4;
    width: 15%;
    /*height: 36px;*/
    font-size: 18px;
    margin-right: 8px;
    margin-top: 25px;
}

    .download-webinar:hover {
        cursor: pointer;
        border: 1px solid #bd7549;
        color: #bd7549;
        width: 15%;
        /*height: 36px;*/
        font-size: 18px;
        margin-right: 8px;
        margin-top: 25px;
    }

.email-webinar {
    cursor: pointer;
    margin-top: 25px;
    border: 1px solid #a3bab4;
    color: #a3bab4;
    width: 10%;
    /*height: 36px;*/
    font-size: 18px;
}

    .email-webinar:hover {
        cursor: pointer;
        margin-top: 25px;
        border: 1px solid #bd7549;
        color: #bd7549;
        width: 10%;
        /*height: 36px;*/
        font-size: 18px;
    }

.webinar-links-text {
    text-align: center;
    margin-top: 4px;
    font-size: 18px !important;
    margin-bottom: 0 !important;
}

.webinar {
    border: 1px solid #dedede;
    margin-top: 22px;
}

.webinar-next {
    margin: 17px auto 17px auto;
    padding: 15px;
}

.webinar p {
    font-size: 1.35em;
    margin-bottom: 1.3em;
}

.webinar h1 {
    font-size: 24pt;
    color: #3b5999;
}

.underline {
    margin: -10px auto 10px auto;
    height: 1px;
    border-bottom: 1px solid #dedede;
}

.webinar-ppt-icon {
    background-image: url('../Images/Home/icon-past-webinar.png');
    margin-right: 14px;
    background-repeat: no-repeat;
    width: 100%;
    height: 27px;
    cursor: pointer;
}

    .webinar-ppt-icon span {
        margin-left: 4%;
        color: #617bd0;
    }

.webinar-col-1 {
    float: left;
    width: 55%;
    margin-right: 3%;
    font-family: myriad-set-pro_bold;
}

.webinar-col-2 {
    float: right;
    width: 36%;
    padding: 0px 15px;
    font-family: myriad-set-pro_bold;
}

.webinar-col-3 {
    text-align: center;
}

    .webinar-col-3 img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30%;
    }

.webinar-col-4 {
    font-size: 13px;
    padding-left: 2%;
    padding-right: 1%;
    background: #fff;
    border-left: 1px solid #dedede;
}

.news {
    background: #f9f9f9;
    padding: 0;
    margin-bottom: 2%;
    max-height: 156px;
    overflow: hidden;
    margin-top: 17px !important;
}

    .news p {
        font-size: 16px !important;
        font-family: myriad-set-pro_text;
    }

.webi-bdr {
    border: 1px solid #dedede;
    margin-top: 42px;
}


.webinar ul {
    margin-top: 2.0em;
    margin-left: 2.5em;
}

.webinar li {
    font-size: 18px;
    width: 75%;
    margin-left: 2.5em;
    margin-bottom: 1.0em;
    list-style: disc;
}

.row.detail-page p {
    font-size: 18px;
}

.next-webinar {
    font-family: myriad-set-pro_bold;
    font-size: 20px;
}

.webinar-actions a {
    width: 100px;
    border: 1px solid #a5bbb6;
    padding: 5px 8px 5px 8px;
    color: #a5bbb6;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 20px;
    float: left;
    margin-right: 10px;
}

    .webinar-actions a:hover {
        border: 1px solid #db7549;
        color: #db7549;
        text-decoration: none;
    }

.dilog-textboxes-margin {
    margin-bottom: 20px !important;
}

.modal-custom-size {
    width: 70%;
    height: 270px;
    margin-left: 16%;
    margin-top: 25%;
}

.news-h1 h1 {
    margin-top: 10px !important;
    font-family: myriad-set-pro_bold;
    font-size: 24px;
}

#interactivepdf:focus {
    background-color: white;
}
.home-tile-heading{
    font-weight:bold;
}
ol.d {
    list-style-type: decimal; 
    font-size:18px;
    padding-left:40px; 

}
ol.b {
    list-style-type:circle;
    font-size:18px;
    padding-left:40px; 

}
ol.c {
    list-style-type:square;
    font-size:18px;
    padding-left:50px; 

}

.header-logo{
    padding-left:24%;
}

.detail-right-panel{
    padding-left: 2%;
}
.detail-right-panel-inner{
    background-color:white;
    border:1px solid #ccc;
    height:86px;
    padding-top:6%;
    padding-left:4%;
    margin-top:5%;
    cursor:pointer;
    text-decoration:none;
}
.detail-right-panel-inner-text{
    margin-left:5%;
    color:black;
    font-size:24px;
}
.detail-right-panel-inner:hover{
    border:1px solid #db7549;  
}
.detail-right-panel-oute-href{
    text-decoration:none;
}
.detail-right-panel-oute-href:hover{
    text-decoration:none;
}
.detail-right-panel-outer{
    padding:10px;
    background-color:#f8f8f8;
    border:1px solid #ededed;
    width:265px;
}
.detail-right-panel-outer a{
    text-decoration: none!important;
}
.detail-bottom-panel-main{
    width:100%;
    margin-left: -0.5%;
}
.detail-bottom-panel{
    height:150px;        
    border:1px solid #d9e2f6;
    border-radius:3px;    
}
.detail-bottom-panel:hover{
   border:1px solid #db7549;
}
.detail-bottom-panel-outer{    
    margin-top:3%;
    margin-left:3%;
    cursor:pointer;
}
.detail-bottom-panel-services-outer{    
    width:32%;
    margin-top:3%;
    margin-left:1%;
    cursor:pointer;
}
.detail-bottom-panel-inner-services-text {
    width: 41%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
    font-size: 20px;    
    font-family:myriad-set-pro_bold;
    padding-top: 15px;
}

.detail-bottom-panel-inner-text {
    /*width: 100px;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
    font-size: 20px;    
    font-family:myriad-set-pro_bold;
    padding-top: 15px;
}
.detail-bottom-panel-href{
    text-decoration:none;
    color:#000000;
}
.detail-bottom-panel-href:hover{
    color:#000000;
}
/*solution detail bottom panel images*/
.detail-bottom-panel-reviewiz-img{background: url('../Images/Home/tile-reviewiz.png') center no-repeat;}
.detail-bottom-panel-quality-img{background: url('../Images/Home/tile-qualityandwarranty.png') center no-repeat;}
.detail-bottom-panel-comparison-img{background: url('../Images/Home/tile-comparisonanalysis.png') center no-repeat;}
.detail-bottom-panel-customer-img{background: url('../Images/Home/tile-customerexperience.png') center no-repeat;}
.detail-bottom-panel-social-img{background: url('../Images/Home/tile-socialmediaanalytics.png') center no-repeat;}
.detail-bottom-panel-compliance-img{background: url('../Images/Home/tile-compliance.png') center no-repeat;}

/*technology detail bottom panel images*/
.detail-bottom-panel-polyvista-img{background: url('../Images/Home/icon-tech-polyvistapro.jpg') center no-repeat;}
.detail-bottom-panel-discovery-img{background: url('../Images/Home/icon-tech-discovery.png') center no-repeat;}
.detail-bottom-panel-early-img{background: url('../Images/Home/icon-tech-earlywarning.png') center no-repeat;}
.detail-bottom-panel-interactive-img{background: url('../Images/Home/icon-tech-interactivepdf.png') center no-repeat;}
.detail-bottom-panel-text-img{background: url('../Images/Home/icon-tech-textanalytics.png') center no-repeat;}
.detail-bottom-panel-visualization-img{background: url('../Images/Home/icon-tech-visualizationlibarary.png') center no-repeat;}
.detail-bottom-panel-alert-img{background: url('../Images/Home/icon-tech-alertplus.png') center no-repeat;}
.detail-bottom-panel-review-img{background: url('../Images/Home/icon-tech-reviewanalyticsapp.png') center no-repeat;}

/*technology detail bottom panel images*/

.detail-bottom-panel-solutionasaservice-img{background: url('../Images/Home/icon-services-solaas.png') center no-repeat;}
.detail-bottom-panel-dataservices-img{background: url('../Images/Home/icon-services-dataservices.png') center no-repeat;}
.detail-bottom-panel-bianalytics-img{background: url('../Images/Home/icon-services-bianalytics.png') center no-repeat;}
.detail-bottom-panel-customsoftwaredevelopment-img{background: url('../Images/Home/icon-services-customsoftdev.png') center no-repeat;}



.technology-secondnav-text{
    margin-left:auto;
    margin-right:auto;
    font-size:14px;
    color:#000000;        
}
.demo-nav-width{
    padding-top:0; 

}

.pargraph-right{
    border: 1px solid;
    padding: 10px;
    text-align: justify;
}
sup{
    top:-0.8em;
    font-size:60%;
}
.third-nav{
    height:10px;
}

.ipdf-left-panel{
    border:1px solid #ededed;
    background:#f8f8f8;
    margin-right:3%;
    margin-left:10%;
    width:80%;
    overflow-y:auto;    
    height:680px;
}
.ipdf-right-panel{
    float: right;
    width:84%;
    margin-top: 10%; 
    margin-right:8%;
}
.ipdf-right-panel-inner{   
    text-align: center;
    cursor:pointer; 
    border:1px solid white;   
}
/*.ipdf-right-panel-inner:hover{
    border:1px solid #db7549;
}*/
.ipdf-right-panel-outer{
    margin-top: -2px;
    border:1px solid #ededed;
    background:#f8f8f8;
    margin-right:3%;
    margin-left:10%;
    width:80%;
    overflow-y:auto;    
    /*height:680px;*/
}
.ipdf-right-panel-outer a {
    text-decoration:none !important;
}
.ipdf-left-panel-inner {   
    text-align: center;
    background-color: white;
    /*border: 1px solid #ccc;*/
    padding-top: 6%;
    padding-left: 4%;
    margin-top: 10%;
    cursor: pointer;
    text-decoration: none;
}
.ipdf-left-panel-inner-text{    
    color:black;
    font-size:16px;
}

.ipdf-left-panel-outer{
    padding:10px;
    /*background-color:#f8f8f8;*/
    border:1px solid #ededed;
    width:83%;
}
.ipdf-left-panel-outer-href{
    cursor: pointer;
    text-align:center;
    width: 84%;
    margin: 20px auto;   
    border:1px solid white; 
}
.ipdf-left-panel-outer-href img{
    margin-bottom:3%;
}
/*.ipdf-left-panel-outer-href:hover{
   
    border:1px solid #db7549;  
}*/

.ipdf-intro-img{
    cursor:pointer;
 height:110px;  
 width:216px; 
 background: url('../Images/Demo/video-thumbnail-Intro-to-iPDF.png') no-repeat;
}

.ipdf-intro-img:hover {    
    background: url('../Images/Demo/video-thumbnail-Intro-to-iPDF-active.png') no-repeat;
}
.ipdf-right-panel-img{
    margin-bottom:3%;
}
.ipdf-center-panel-h3{
    font-family:myriad-set-pro_bold;    
}
.button_silver {
    background-color: #77CBFD;                 
    background: linear-gradient(to bottom, #78cbfd 0%,#78cbfd 50%,#78cbfd 51%,#78cbfd 100%);
    color: #fff;
    border: solid 1px #25a7d8;
    border-radius: 3px;
    box-shadow: inset 0 0 2px #ffffff;
    cursor: pointer;
    line-height: 0;
    text-align: center;
    float: right;
    font-family: Calibri;
    font-size: 16px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(ie-css3.htc);
    z-index: 1;
    position: relative;
    margin: 0px 0px 0px 4px;
    padding-top: 0px;
    cursor: pointer !important;
    outline: none;
}
a.button_silver {
    margin-left: 3px;
    padding: 13px 12px;
    vertical-align: middle;
    float: none;
    display: inline-block;
    text-decoration: none;
    outline: none;
}
.button_silver:hover {
   color:white;
}

.h3-heading-color{
    /*color:#db7549;*/
}
.anchor-button{
    width: 100px;
    border: 1px solid #a5bbb6;
    padding: 5px 8px 5px 8px;
    color: #a5bbb6;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none !important;
    display: block;
    text-align: center;
	margin-bottom:10px;
}

.anchor-button:hover {
    border: 1px solid #db7549;
    color: #db7549;
    text-decoration: none !important;
}
.solution-rows-white{
    background-color:white;
    font-size:18px;
    padding-top:4%;
    height:500px;
    overflow-x:hidden;    
}
.solution-rows-white p{
    padding-right:10%;
}
.solution-rows-white p a{
   margin-top:5%;
}
.solution-rows-grey{
    background-color:#f3f3f3;
    font-size:18px;
    padding-top:4%;
    height:500px;
    overflow-x:hidden;    
}
.solution-rows-grey p{
    padding-right:10%;
}
.solution-rows-grey p a{
    margin-top:5%;
}


.about-rows-white{
    background-color:white;
    font-size:18px;
    padding-top:5.5%;
}
.about-rows-white p{
    padding-right:15%;
}
.about-rows-grey{
    background-color:#f3f3f3;
    font-size:18px;
    padding-top:5.5%;
}
.about-rows-grey p{
    padding-right:10%;
}
.services-container p{
    font-size:18px;
    padding-left:5%;
    padding-right:5%;

}
.demo-img{
    display:inline;
}
.demo-img img{
    margin-top: -1%;  
    display:inline;  
}
.contact-bottom-mrgn input{
    margin-bottom:8%;    
}
.cont-pad{
    padding-right:2%;
}
.tile-home-title{
    margin-top:-7%;
}

#overlay-inAbox .wrapper {
    text-align: center;
}
.overlay,
#overlay-shade {
    display: none;
}

#overlay-shade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000;
}

.overlay {
    position: absolute;
    top: -300px;
    left: 0;
    width: 450px;
    min-height: 200px;
    z-index: 10000;
    background-color: #7D7D7D;
    border: 10px solid #CFCFCF;
    color: #fff;
    box-shadow: 0 0 16px #000;
}

.ie7 .overlay {
    height: 200px;
}

.overlay .wrapper {
    padding: 15px 30px 30px;
}


.overlay .toolbar {
    padding: 8px;
    line-height: 1;
    text-align: right;
    overflow: hidden;
}

    .overlay .toolbar a.close {
        display: inline-block;
        *display: inline;
        zoom: 1;
        padding: 0 8px;
        font-size: 12px;
        font-family: Open Sans Condensed;
        text-decoration: none;
        font-weight: bold;
        line-height: 18px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;       
        color: #999999;
        background-color: #515151;
    }

        .overlay .toolbar a.close span {
            color: #818181;
        }

        .overlay .toolbar a.close:hover,
        .overlay .toolbar a.close:hover span {
            background-color: #b90900;
            color: #fff;
        }

#overlay-shade {
    background:url("img/ajaxLoader.gif") no-repeat center;
    background-color: #515151;
}
.second-ipdf-topspacing{
    padding-top:993%;
}
.no-padding {
    padding: 0px !important;
}
.orange-box-custom select {
    width: 100%;
    height: 38px;
    border: solid 1px rgb(179, 179, 179);
    background: #f7f7f7;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px 12px;
    font-family: bold;
}
.orange-box p {
    font-size: 16px;
    /*
  position: relative;
  top: -7px;
*/
    z-index: 0;
}
.mg-t-15 {
     margin-top: 15px;
}
.rev-btn {
    color: black;
    background: #69ff69;
    height: 38px;
    line-height: 38px;
    text-align: center;
}
.grey-box {
    background-color: #f1f1f1;
    border: solid 1px #e9e9e9;
    padding: 20px 50px;
}
.progress {
    /* margin-top: 10px; */
    height: 35px;
    margin-bottom: 10px !important;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 0px;
    box-shadow: none;
    border: solid 1px white;
    font-family: medium;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    box-shadow: none;
    text-align: center;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.green-bg {
    background-color: #92d050;
}

.orange-bg {
    background-color: #fd7e33;
}

.orange-span {
    font-size: 18px;
    color: black;
    font-family: medium;
    background-color: rgba(255, 255, 255, 0.78);
    padding: 11px;
    line-height: 42px;
}

.orange-box {
    background-color: rgba(253, 94, 0, 0.6);
    border: solid 1px white;
    padding: 20px 20px !important;
}

.orange-box h3 {
    font-size: 24px;
}
.rev-btn span {
    text-decoration: none;
    font-size: 18px;
    font-family: bold;
}
.show-more {
    color: #fd5e00;
}
.carasoulbottombar{
    position: absolute; 
    margin-top: 5%; 
    bottom: 25px; 
    width: 100%;
    left:125px;
}
.carsoultbottombar-font{
    color:white;
    font-size:17px;
    color:#fd5e00;    
    
}
.carsoulbottombar-div1{
    width: 21%; border: 1px solid; border-color: #fd5e00; border-radius: 5px; opacity: 1; padding: 5px;    vertical-align: middle;
 
}
.carsoulbottombar-div2{
    width: 15%; border: 1px solid; border-color: #fd5e00; border-radius: 5px; opacity: 1; padding: 5px; margin-left: 50px;vertical-align: middle;
    
}