@charset "utf-8";
/* CSS document written by Harish Kohli */

@font-face {
    font-family: basicFont;
    src: url(../fonts/roboto.ttf);
}

@font-face {
    font-family: titleFont;
    src: url(../fonts/BankGothicRegular.ttf);
}

@font-face {
    font-family: subTitleFont;
    src: url(../fonts/Corbert.otf);
}

body {
    margin: 0px;
    padding: 0px;
    font-family: basicFont;
    font-size: 14px;
    color: #666;
    overflow-y: scroll;
    font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
div {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
span,
p,
input {
    margin: 0px;
    padding: 0px;
    float: left;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

img {
    display: table;
    margin: 0 auto;
}

.lineheight {
    line-height: 18px;
}

.lineheightExtra {
    line-height: 24px;
}

.clear {
    clear: both;
}

.borderNone {
    border: none !important;
}

.boxsizing {
    box-sizing: border-box;
}

.fontBold {
    font-weight: bold;
}

.fontweightNone {
    font-weight: normal;
}

.floatNone {
    float: none;
}

.posRelative {
    position: relative;
}

.minWidth100 {
    width: 100px !important
}

.menuIcon {
    display: none;
}

.closeIcon {
    display: none;
}

.callIcon {
    display: none;
}

.displayBlock {
    display: block;
}

.overflowDot {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.upperCase {
    text-transform: uppercase;
}

.opty80 {
    opacity: 0.8;
}

.seprater {
    background: #333;
    border-bottom: solid 1px #444;
    height: 2px;
    width: 100%;
}

.thickBorder {
    border-top: solid 3px #9b773b;
}

.basicFont {
    font-family: basicFont;
    letter-spacing: 0px;
}

.titleFont {
    font-family: titleFont;
}

.font11 {
    font-size: 11px;
}

.font30 {
    font-size: 30px;
}

.font28 {
    font-size: 28px;
}

/*error or success class*/

.alertBox {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    margin: 0px 0px 10px;
    line-height: 20px;
    border-radius: 5px;
    text-align: center;
}

.error {
    background-color: #FCE3E9 !important;
    color: #a94442 !important;
    border: solid 1px #9B0000 !important;
}

.success {
    background-color: #dff0d8 !important;
    color: #3c763d !important;
    border: solid 1px #d6e9c6 !important;
}

.notification {
    background-color: #d9edf7 !important;
    color: #31708f !important;
    border: solid 1px #bce8f1 !important;
}

.warning {
    background-color: #fcf8e3 !important;
    color: #8a6d3b !important;
    border: solid 1px #faebcc !important;
}

/*border*/

.borderTop {
    border-top: solid 1px #ccc;
}

.borderBottom {
    border-bottom: solid 1px #ccc;
}

.borderRight {
    border-right: solid 1px #ccc;
}

.borderLeft {
    border-left: solid 1px #ccc;
}

.borderDashed {
    border: 1px dashed #999999 !important;
}

.borderAll {
    border: solid 1px #ddd;
}

.pull_left {
    float: left !important;
}

.pull_right {
    float: right !important;
}

/*align Text*/

.alignRight {
    text-align: right;
}

.alignCenter {
    text-align: center;
}

.alignLeft {
    text-align: left;
}

.alignJustify {
    text-align: justify;
}

/*margin*/

.marginRight {
    margin-right: 10px;
}

.marginLeft {
    margin-left: 10px;
}

.marginTop {
    margin-top: 10px;
}

.marginBottom {
    margin-bottom: 10px;
}

.marginNone {
    margin: 0px !important;
}

.marginLeftNone {
    margin-left: 0px !important;
}

.marginRightNone {
    margin-right: 0px !important;
}

.marginTopNone {
    margin-top: 0px !important;
}

.marginBottomNone {
    margin-bottom: 0px !important;
}

/*padding*/

.paddingRight {
    padding-right: 10px;
}

.paddingLeft {
    padding-left: 10px;
}

.paddingTop {
    padding-top: 10px;
}

.paddingBottom {
    padding-bottom: 10px;
}

.paddingNone {
    padding: 0px !important;
}

.paddingLeftNone {
    padding-left: 0px !important;
}

.paddingRightNone {
    padding-right: 0px !important;
}

.paddingTopNone {
    padding-top: 0px !important;
}

.paddingBottomNone {
    padding-bottom: 0px !important;
}

/*In Box*/

.paddingInBox {
    padding: 10px;
    box-sizing: border-box;
}

.paddingInBoxExtra {
    padding: 20px;
    box-sizing: border-box;
}

.paddingupdwn {
    padding-top: 10px;
    padding-bottom: 10px;
}

.paddinglftrgt {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.padding-sm-updwn {
    padding: 5px 0px;
}

.padding-sm {
    padding: 5px;
}

.padding-sm-lftrgt {
    padding: 0px 5px;
}

/*rounded Corners*/

.roundCorner {
    border-radius: 5px;
}

.roundCornerExtra {
    border-radius: 10px;
}

.radius-1-0-0-1 {
    border-radius: 10px 0px 0px 10px;
}

.radius-0-1-1-0 {
    border-radius: 0px 10px 10px 0px;
}

.radius-0-0-1-1 {
    border-radius: 0px 0px 10px 10px;
}

.radius-1-1-0-0 {
    border-radius: 10px 10px 0px 0px;
}

.circle {
    border-radius: 100%;
}

/*btn css*/

.btn {
    padding: 7px 15px;
    border: none;
    font-family: basicFont;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: normal;
    box-sizing: border-box;
}

.btn-sm {
    padding: 3px 7px;
    border: none;
    font-family: basicFont;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: normal;
    box-sizing: border-box;
}

.primary-btn {
    background: #9b773b;
    color: #fff;
}

.primary-btn:hover {
    background-color: #3296cb;
    color: #fff;
}

.secondry-btn {
    background: #3296cb;
    color: #fff;
}

.secondry-btn:hover {
    background-color: #333;
    color: #fff;
}

/*Font colors*/

.white {
    color: #fff !important;
}

.yellow {
    color: #f5a233;
}

.pink {
    color: #c9344d;
}

.blue {
    color: #1c88c8;
}

.black {
    color: #000;
}

.grey {
    color: #333;
}

.greyBG {
    background-color: #f1f1f1;
}

.brown {
    color: #9b773b;
}

.basicGrey {
    color: #666;
}

/*link*/

.link {
    color: #666;
    font-size: 13px;
    padding: 5px 0px;
    box-sizing: border-box;
    width: 100%;
    text-decoration: none;
}

.link:hover {
    color: #ae7b44;
}

/*form-controls*/

.label {
    line-height: 32px;
}

.form-control {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    margin-bottom: 20px;
    font-family: basicFont;
    font-size: 18px;
    line-height: 24px;
}

.form-control-sm {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    border: none;
    margin-bottom: 20px;
    font-family: basicFont;
    font-size: 14px;
    line-height: 24px;
}

.form-control-input {
    width: 100%;
    padding: 6px 10px;
    box-sizing: border-box;
    border: solid 1px #ddd;
    margin-bottom: 20px;
    font-family: basicFont;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
}

.form-control-select {
    width: 108%;
    padding: 6px 10px;
    box-sizing: border-box;
    border: none;
    margin-bottom: 20px;
    font-family: basicFont;
    font-size: 14px;
    line-height: 24px;
    background: url(../images/dropdown.png) 85% 12px scroll no-repeat #e6f2f9;
}

.selectWrap {
    overflow: hidden;
}

/*width Definations*/

.col-sm-1 {
    width: 10%;
}

.col-sm-2 {
    width: 20%;
}

.col-sm-3 {
    width: 30%;
}

.col-sm-4 {
    width: 40%;
}

.col-sm-5 {
    width: 50%;
}

.col-sm-6 {
    width: 60%;
}

.col-sm-7 {
    width: 70%;
}

.col-sm-8 {
    width: 80%;
}

.col-sm-9 {
    width: 90%;
}

.col-sm-1Forth {
    width: 25%;
}

.col-sm-1Third {
    width: 33.33%;
}

.col-sm-3Forth {
    width: 75%;
}

/*containers*/

.wrapper {
    width: 100%;
}

.row {
    width: 100%;
}

.container {
    margin: 0 auto;
    float: none;
    display: table;
}

.wrap {
    width: 1000px;
    margin: 0px auto;
    display: table;
    float: none;
}

.content {
    line-height: 22px;
    text-align: justify;
}

.content p {
    margin: 0px 0px 20px;
}

.content ul {
    list-style: none;
}

.content ul li {
    width: 100%;
    padding: 3px 0px;
}

/*theme styles*/

#pagewrap {
    margin: 0 auto;
}

.contact {
    background: url("../images/contact.png") no-repeat scroll 0 0;
    font-size: 1.2em;
    margin-top: 10px;
    padding: 0 0 0 25px;
}

.menuWithoutDrpdwn {
    padding: 0px 18px;
    color: #333;
    margin: 22px 0px;
    font-size: 13px;
    color: #000 !important;
}

.bg-pos-center {
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    height: 350px;
    min-width: 100%;
    background: url(../images/ban_hp_df14_1600x450.jpg) #000;
    box-shadow: inset 0px 0px 20px #000;
}

#header {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #fefefe 60%, #f2f2f2 91%, #e1e1e1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(60%, #fefefe), color-stop(91%, #f2f2f2), color-stop(100%, #e1e1e1));
    background: -webkit-linear-gradient(top, #fff 0, #fefefe 60%, #f2f2f2 91%, #e1e1e1 100%);
    background: -o-linear-gradient(top, #fff 0, #fefefe 60%, #f2f2f2 91%, #e1e1e1 100%);
    background: -ms-linear-gradient(top, #fff 0, #fefefe 60%, #f2f2f2 91%, #e1e1e1 100%);
    background: linear-gradient(top, #fff 0, #fefefe 60%, #f2f2f2 91%, #e1e1e1 100%);
    -pie-background: linear-gradient(#fff, #e1e1e1);
    behavior: url(/common/assets/css/pie/PIE.htc);
    border-bottom: 1px solid #ccc;
    position: fixed;
    width: 100%;
    z-index: 10;
    font-size: 12px;
    margin-bottom: 0px;
    background-size: 100% 100%;
    height: 60px;
}

.menuPanel {
    width: 75%;
    margin-left: 40px;
}

#main-logo {
    margin-top: 7px;
}

#main-logo img {
    height: 48px;
    width: 210px;
}

.pointlistBox {
    margin: 0px 0px 20px;
    padding: 0px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.pointlistBox ul {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    list-style: none;
}

.pointlistBox ul li {
    margin: 0px 0px 0px;
    padding: 2px 17px;
    box-sizing: border-box;
    float: left;
    width: 100%;
    color: #666;
    font-size: 14px;
    background: url(../images/arrow.png) 0 1px scroll no-repeat;
    text-align: left;
}

.pointlistBox ul li span {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.morebtn {
    margin: 5px 0px 10px 20px;
    padding: 3px 10px;
    float: right;
    background: #9B773B;
    color: #fff !important;
    border-radius: 2px;
    font-size: 14px;
}

#flex-man-nav div {
    float: left;
    cursor: pointer;
}

#flex-man-nav .grid-cell {
    border-bottom: 1px none #dddddd;
    border-color: #dddddd #fff #dddddd #dddddd;
    border-right: 2px solid #fff;
    border-top: 1px solid #dddddd;
    border-width: 1px 2px 1px 1px;
    height: 50px;
    text-transform: uppercase;
    box-sizing: border-box;
}

.flexslider {
    background: #fff;
    border: 0 solid #fff;
    border-radius: 0;
    position: relative;
}

.slides {
    border: solid #ddd;
    border-width: 0px 1px 1px;
    list-style: none;
    box-sizing: border-box;
}

.slide div {
    float: left;
}

.slides li {
    padding: 0px !important;
}

ul.iconli {
    display: inline-block;
    list-style: outside none none;
    margin: 8px 5px 0px 75px;
}

ul.iconli li {
    float: left;
    background: #eee;
    border-radius: 50px;
}

ul.iconli li a.fb {
    background-position: -186px -42px;
}

ul.iconli li a.fb:hover {
    background-position: -186px 3px;
}

ul.iconli li a.twt {
    background-position: -233px -42px;
}

ul.iconli li a.twt:hover {
    background-position: -233px 3px;
}

ul.iconli li a.gp {
    background-position: -276px -41px;
}

ul.iconli li a.gp:hover {
    background-position: -276px 3px;
}

ul.iconli li a.lnkdin {
    background-position: -555px -42px;
}

ul.iconli li a.lnkdin:hover {
    background-position: -555px 3px;
}

ul.iconli li a {
    background: url("../images/footer-icons1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 30px;
    margin: 0px;
    position: relative;
    transition: all 0.4s ease 0s;
    width: 30px;
}

ul.iconli li a span {
    background: url("../images/footer-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    color: #9b9b9b;
    display: block;
    font-size: 12px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.quotes-block {
    background: url("../images/bg-quote-block.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #cecece;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    overflow: hidden;
    padding: 30px 0px;
    width: 100%;
}

.quotes-block .wrap {
    display: block;
    width: 1000px;
    box-sizing: border-box;
}

.quotes-block h3.chat {
    background: url("../images/bullets.png") no-repeat scroll -300px -118px rgba(0, 0, 0, 0);
    padding: 0 0 0 18px;
}

.quotes-block h3 {
    color: #cb2f27;
    font: 15px/17px "MolengoRegular", Arial, Helvetica, sans-serif;
    margin: 0;
    text-transform: uppercase;
}

.quotes-block .holder {
    overflow: hidden;
    padding: 0px;
    width: 100%;
}

.quotes-block .quote {
    background: url("../images/sep02.gif") repeat-y scroll 100% 0 rgba(0, 0, 0, 0);
    color: #686868;
    float: left;
    font-size: 12px;
    line-height: 21px;
    margin: 0px;
    padding: 33px 20px 16px;
    width: 33.33%;
    box-sizing: border-box;
}

.quotes-block .quote:last-child {
    background: none;
    margin-right: 0px;
}

.quotes-block .quote-start {
    background: url("../images/bg-quote.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    padding: 0 0 10px 58px;
    min-height: 105px;
    width: 100%;
    box-sizing: border-box;
}

.quotes-block .quote p {
    margin: 0 0 11px;
    font-size: 13px;
    line-height: 24px;
    min-height: 100px;
}

.quotes-block .meta {
    padding: 0 9px 0 0;
    text-align: right;
}

.quotes-block .meta .author {
    color: #989898;
    font-size: 12px;
    font-style: italic;
    line-height: 17px;
}

.quotes-block .meta .link {
    display: block;
    font-size: 10px;
    line-height: 14px;
}

.noindex {
    margin: 40px 0 0;
}

.footer-news {
    background: #f5f5f5;
    position: relative;
}

.footer-news .half {
    background: #1587c2;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 0;
}

.footer-news .news-list {
    background: #f5f5f5;
    height: 45px;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.footer-news .news-list dt {
    background: #1587c2;
    display: inline-block;
    left: 0;
    line-height: 45px;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 170px;
}

.footer-news .news-list dt a {
    color: #fff;
}

.footer-news .tri {
    border-color: transparent transparent transparent #1587c2;
    border-style: solid;
    border-width: 23px 0 23px 20px;
    height: 0;
    left: 100%;
    position: absolute;
    top: 0;
    width: 0;
}

.footer-news .news-list dd {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin-left: 210px;
    overflow: hidden;
    white-space: nowrap;
}

.footer-news .news-list dd a {
    color: #666;
}

.footer-top {
    background-image: url("../images/shadowBG.png"), url("../images/bg-footer.gif");
    background-position: center top, center center;
    background-repeat: no-repeat, repeat;
    padding: 30px 0px 15px;
}

.footer-bottom {
    background: #333;
    color: #fff;
    padding: 20px 0 10px;
}

.ftrcontainer {
    display: table;
    font-size: 11px;
    margin: 0 auto;
}

.ftrcontainer p {
    margin: 0 0 10px;
}

.linkList {
    list-style: none;
}

.linkList li {
    width: 33.33%;
}

.linkList li a {
    border-bottom: 1px dashed #666666;
    color: #666;
    box-sizing: border-box;
    float: left;
    margin: 0 3% 0 0;
    padding: 11px 5px;
    width: 95%;
}

.linkList li a:hover {
    color: #9b773b;
}

.main-title {
    background: #f1f1f1;
    color: #333;
    font-size: 24px;
    box-sizing: border-box;
    border: solid #ddd;
    border-width: 1px 0px;
    font-family: titleFont;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

.title {
    color: #1587c2;
    font-size: 20px;
    box-sizing: border-box;
    border: dashed #ddd;
    border-width: 1px 0px;
    padding: 7px 15px 7px 0px;
    margin: 10px 0px 15px;
    position: relative;
    float: left;
    line-height: 24px;
}

.title:after {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 10px 10px 10px 0px;
    border-color: transparent #CADDA8 transparent transparent;
    top: 10px;
    right: 0px;
}

.servicePanel {}

.servicePanel h2 {
    border: solid #ddd;
    border-width: 1px 0px;
    margin-bottom: 10px;
    padding: 5px 0px;
}

.servicePanel a {
    border-bottom: solid #ddd 1px;
    padding: 5px 0px;
    width: 100%;
    color: #1587c2;
}

.bodyPanel {
    position: absolute;
    top: 60px;
    width: 100%;
}

.breadcumbs {}

.breadcumbs a {
    margin-left: 10px;
    line-height: 34px;
    background: url(../images/menu-arrow-left.png) 0px 12px/4px 10px scroll no-repeat;
    padding-left: 15px;
}

.breadcumbs a:hover {
    text-decoration: underline;
}

.breadcumbs a:first-child {
    background: none;
}

.breadcumbs a:last-child {
    text-decoration: none;
    cursor: text;
    opacity: 0.5;
    color: #333;
}

.breadcumbs a:last-child:hover {
    text-decoration: none;
}

.imgPanel img {
    border-radius: 20px;
    border: solid 2px #fff;
    box-shadow: 0px 3px 3px #666;
    box-sizing: border-box;
}

.oneForth {
    width: 25%;
    float: left;
}

.listBox {
    float: left;
    margin: 0;
    padding: 0;
    width: 95%;
}

.listBox ul {
    float: left;
    list-style: outside none none;
    margin: 10px 0px 0px;
    padding: 0;
    width: 100%;
}

.listBox ul li {
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 20px;
    margin: 10px 0px;
    padding: 0 0 0 20px;
    width: 100%;
}

.listBox ul li span {
    color: #fff;
    float: left;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.portfolioLoopBox {
    float: left;
    width: 20%;
    height: 153px;
    position: relative;
    overflow: hidden;
}

.portfolioLoopBox img {
    width: 100%;
    height: 100%;
}

.portfolioLoopBox .companyname {
    float: left;
    width: 100%;
    padding: 7px 10px;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.portfolioLoopBox .hideDiv {
    top: 153px;
    opacity: 0;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 10px;
    box-sizing: border-box;
}

.portfolioLoopBox:hover .hideDiv {
    display: block;
    background: rgba(0, 0, 0, 0.8);
    top: 0px;
    transition: 1s;
    opacity: 1;
}

.help-inline {
    margin-top: -20px;
    margin-bottom: 10px;
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box;
}

.adjstWidth {
    width: 675px;
}

.industriesLinks {
    margin: 0px 0px 20px;
    float: left;
}

.industriesLinks a {
    width: 31.33%;
    float: left;
    border-bottom: solid 1px #ddd;
    color: #333;
    line-height: 30px;
    margin: 0px 1% 5px;
    box-sizing: border-box;
    padding: 0px 5px;
}

.industriesLinks a:hover {
    color: #9b773b;
    border-bottom: solid 1px #9b773b;
}

#topcontrol {
    z-index: 1000;
    width: 48px;
    right: 10px !important;
}

.banner-module {
    margin: 0 !important
}

.banner-module {
    margin-right: 0;
    margin-left: 0
}

.banner-module ul.wrapped-buttons li {
    margin-bottom: 24px !important
}

.nav-dots-style-2 .flex-control-nav li a {
    margin: 0 3px
}

.flexslider .btn {
    padding: .5em .7em
}

.width-98 {
    width: 98%
}

.bg-blue-2 {
    background-color: #009ddc
}

.bg-blue-3 {
    background: #009ddc url('/assets/images/home/mobile_background_955x256.png') no-repeat
}

.bg-comm-pos {
    background-repeat: no-repeat;
    background-position: 90% 100%
}

.product-tab {
    height: 530px;
    width: 99.7%
}

.comm-top {
    background: url('/assets/images/home/community.jpg') no-repeat;
    height: 217px
}

.comm-bottom {
    margin: -10px auto 0 auto;
    width: 98%;
    background-color: #f7f7f7
}

.comm-m {
    background: url('/assets/images/home/community_m.jpg') no-repeat;
    height: 272px
}

.cust-box {
    position: relative;
    height: 190px;
    max-width: 190px;
    display: block;
    color: white
}

.cust-box:visited {
    color: white
}

.no-touch .cust-box:hover {
    color: #f10
}

.cust-caption {
    position: absolute;
    bottom: 0;
    max-width: 190px;
    width: 100%;
    min-height: 35px;
    background-color: black;
    display: block;
    line-height: 150%;
    z-index: 3
}

.cust-caption-text {
    display: inline-block;
    padding: 3px 7px
}

.feed {
    background-color: rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    top: -400px;
    height: 350px;
    z-index: 5;
    width: 365px;
    right: 0;
    float: right;
}

.bg-gradient-topbtm {
    background: #fff;
    border: solid 1px #ddd;
    border-top: none;
}

.bg-gradient-top {
    background: #fff;
    background: -moz-linear-gradient(top, #e1e1e1 0, #f2f2f2 60%, #fefefe 91%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1), color-stop(60%, #f2f2f2), color-stop(91%, #fefefe), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #e1e1e1 0, #f2f2f2 60%, #fefefe 91%, #fff 100%);
    background: -o-linear-gradient(top, #e1e1e1 0, #f2f2f2 60%, #fefefe 91%, #fff 100%);
    background: -ms-linear-gradient(top, #e1e1e1 0, #f2f2f2 60%, #fefefe 91%, #fff 100%);
    background: linear-gradient(top, #e1e1e1 0, #f2f2f2 60%, #fefefe 91%, #fff 100%);
    -pie-background: linear-gradient(#e1e1e1, #fff);
    behavior: url(/common/assets/css/pie/PIE.htc);
    border-top: 1px solid #ccc;
    position: relative;
    width: 100%;
    z-index: 1;
    font-size: 12px;
    margin-bottom: .83em
}

.bg-grey-light {
    background: #f1f1f1;
}

.bg-grey-light:hover {
    color: #9b773b
}

.btm-bg {
    background-image: url('/assets/images/servicecloud/crosssell_bg_line.png');
    background-repeat: no-repeat;
    background-position: center
}

div.flex-active,
div.flex-active:hover {
    color: #666;
    background: #fff;
    border-right: none;
}

#flex-man-nav .grid-25 {
    width: 24.8%
}

#flex-man-nav .cell-first {
    height: 50px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-right-style: solid;
    border-width: 1px;
    border-color: #bbb;
    border-left-style: solid
}

#flex-man-nav .grid-cell {
    height: 54px;
    border-top-style: solid;
    border-bottom-style: none;
    border-right-style: solid;
    border-width: 1px 2px 1px 1px;
    border-color: #ddd #fff #ddd #ddd;
    text-transform: uppercase;
}

#flex-man-nav .one-line {
    padding-top: 15px;
    line-height: 112%
}

#flex-man-nav .two-line {
    padding-top: 9px;
    line-height: 112%
}

.img-mobileselling {
    bottom: -2px;
    right: -9px
}

.height-530 {
    height: 530px
}

.height-280-min-scr3 {
    height: 280px
}

.height-440-min-scr3 {
    height: 440px
}

.margin-top-neg-apps {
    margin-top: -30px !important
}

.profilePanel {
    width: 150px;
    border-bottom: solid 2px #E02951;
    margin: 0px 23px 20px;
    padding: 0px 0px 10px;
}

.profileImg {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.profilePicWrap {
    width: 100%;
    background: url(../images/team-frame.png) 0 0 scroll no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    widows: 150px;
    height: 150px;
}

.profileSocialBox {
    width: 27%;
}

.popupPanelWrap {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.popupPanel {
    width: 650px;
    height: 350px;
    margin: auto;
    float: none;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #eee;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 5px;
}

.popupcloseIcon {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/close-icon-.png) 0 0/30px 30px scroll no-repeat;
}

.popupimg {
    width: 25%;
    margin-right: 5%
}

.popupContentPanel {
    width: 70%;
    text-align: justify;
    line-height: 18px;
}

.idvlogo {
    margin: -80px 0px 20px 20px;
    width: auto;
}

/*.g-recaptcha{ width:100%!important;}
.g-recaptcha div:first-child{ width:100%!important;}
.g-recaptcha iframe{width:100%!important;}
.g-recaptcha .rc-inline-block{ width:50%!important;}
.g-recaptcha .rc-anchor-content{ width:70%!important;}
.g-recaptcha .rc-anchor-normal-footer{width:30%!important;}
*/

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes slide {
    100% {}
}

@keyframes slide {
    100% {}
}

/*chorme hack*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /*#menu{ width:77%!important;}*/
}

/*IE 11 Hack*/

@media all and (-ms-high-contrast:none) {
    .foo {
        color: green
    }
    /* IE10 */
    *::-ms-backdrop,
    .foo {
        color: red
    }
    /* IE11 */
}