*
{
    padding: 0;
    margin: 0;
    outline: none;
}

button::-moz-focus-inner, input::-moz-focus-inner
{
    border: none;
    padding: 0;
    margin: 0;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.alignCenter
{
    text-align: center;
}

body
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

.wrapper
{
    width: 1084px;
    margin: 0 auto;
    position: relative;
}

a
{
    text-decoration: none;
}

p
{
    color: #2f343d;
}

img
{
    border: none;
}

li
{
    list-style-type: none;
}

.clearfix:after
{
    content: "";
    display: table;
    clear: both;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
}

.seoTextSwitcher.withBorderLink {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.mobileCultureSwitch, .servicesSortDropdownInfo, .onlyMobileVisibleInline {
    display: none;
}

.onlyMobileVisible {
    display: none;
}
.onlyDesktopVisible {
    display: block;
}

/*header*/
.header
{
    height: 100px;
    position: relative;
    z-index: 15;
    background: #fff;
}

.mainNav
{
    margin-top: 47px;
}
.logo
{
    margin-top: 29px;
}
.logo-with-award {
    margin-top:14px;
}
.logo img {
    max-height: 46px;
    display: inline-block;
    vertical-align: top;
}
.logo-with-award img {
    max-height: 76px;
    display: inline-block;
    vertical-align: top;
}
.menuToggleBtn {
    display: none;
}

.cultureSwitch
{
    position: absolute;
    right: 0;
    top: 0;
}

.language
{
    font-size: 13px;
    line-height: 13px;
    color: #959595;
    font-style: italic;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    float: right;
    width: 28px;
    margin: -1px 0 0 1px;
    text-align: center;
    border: 1px solid transparent;
    padding: 10px 0 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.language:hover
{
    color: #78bb32;
    border: 1px solid #78bb32;
}

.chosenLanguage
{
    color: #78bb32;
    cursor: default;
    border: 1px solid #78bb32;
}

/*main nav*/
.siteMenuLink
{
    text-transform: uppercase;
    font-weight: 600;
    color: #787878;
    font-size: 14px;
    line-height: 15px;
    padding-bottom: 2px;
    margin-left: 32px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: color 600ms ease;
    -moz-transition: color 600ms ease;
    -ms-transition: color 600ms ease;
    -o-transition: color 600ms ease;
    transition: color 600ms ease;
}

.siteMenuLink:hover
{
    text-decoration: none;
    color: #2f353e;
}

.siteMenuActive
{
    border-bottom: 2px solid #78bb32;
    color: #2f353e;
}

/*content*/
#frmFeedback
{
    display: none;
    margin-left: -20px;
    position: absolute;
    top: 0;
    z-index: 10002;
}

.wideGreen
{
    background: url(../images/wideGreenBg.jpg) no-repeat #12564e center 0;
    text-shadow: 0 0 6px rgba(0,0,0,0.39);
}

.wideGreen .wrapper
{
    background: url(../images/wideGreenPhoneBg.png) no-repeat transparent 273px 38px;
    padding: 141px 40px 45px;
}

.wideGreen ul
{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    width: 256px;
}

.wideGreen li
{
    margin-bottom: 7px;
    background: url(../images/wideGreenDot.png) no-repeat transparent 0 7px;
    padding-left: 16px;
}

.wideGreen ul li:first-child
{
    background: none;
    padding-left: 3px;
}

.wideGreen ul.right
{
    width: 276px;
    margin-right: 281px;
}

.wideGreen span
{
    display: block;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
}

.wideGreen h1
{
    font-weight: 300;
    color: #fff;
    font-size: 44px;
    line-height: 36px;
    clear: both;
    padding: 120px 0 16px;
}

.wideGreen h2
{
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
}

.innerNav
{
    height: 45px;
    background: #e3e3e3;
    padding-top: 15px;
}

.innerNav a
{
    font-size: 18px;
    line-height: 27px;
    color: #464f5c;
}

.innerNav a:hover span
{
    border-bottom: 1px solid #83bb13;
}

.innerNav .goBackLink
{
    padding-left: 25px;
    background: url(../images/goBackLink-sprite.png) no-repeat transparent;
    background-position: left -19px;
}

.innerNav .goBackLink:hover
{
    background: url(../images/goBackLink-sprite.png) no-repeat transparent;
    background-position: left 9px;
}

.innerNav .goNextPageLink
{
    padding-right: 25px;
    background: url(../images/goNextPageLink-sprite.png) no-repeat transparent;
    background-position: right -19px;
}

.innerNav .goNextPageLink:hover
{
    background: url(../images/goNextPageLink-sprite.png) no-repeat transparent;
    background-position: right 9px;
}

.wideText .wrapper
{
    padding: 30px 0 202px;
}

.wideText p
{
    color: #2f343d;
    font-size: 18px;
    line-height: 27px;
}

.wideText p a
{
    color: #2f343d;
}

.wideText h2
{
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    color: #464f5c;
    font-size: 24px;
    line-height: 28px;
    padding: 26px 0 5px;
}

.getInTouchWrap
{
    color: #464f5c;
    font-size: 24px;
    line-height: 36px;
    background: #ededed;
    height: 180px;
    position: relative;
    -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
}

.getInTouchWrap .greenBtn
{
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    margin-bottom: 15px;
    padding-top: 0;
    width: 152px;
    text-align: center;
    position: absolute;
    right: 73px;
    top: 57px;
}

.getInTouchWrap p
{
    padding: 48px 260px 0 72px;
    color: #464f5c;
}

.callUsWrap
{
    color: #464f5c;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    position: relative;
    z-index: 5;
    background: #fff;
    padding: 48px 0 58px;
    -moz-box-shadow: -5px 0 5px rgba(39,43,51,0.4),0 4px 5px rgba(39, 43, 51, 0.4);
    -webkit-box-shadow: -5px 0 5px rgba(39,43,51,0.4),0 4px 5px rgba(39, 43, 51, 0.4);
    box-shadow: -5px 0 5px rgba(39,43,51,0.4),0 4px 5px rgba(39, 43, 51, 0.4);
}

.callUsWrap a[href^="tel:"]
{
    color: #78bb32;
}

.callUsWrap a
{
    color: #2f343d;
}

.greenText
{
    color: #78bb32;
    font-weight: 600;
}

.callUsWrap ins
{
    color: #78bb32;
    font-weight: 600;
    text-decoration: none;
}

.servicesWide
{
    background: #313a4d;
    padding: 41px 0 80px;
}

.servicesWide h2
{
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 11px;
}

.servicesWide h2
{
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 11px;
}

.servicesLine .servicesItem:first-child, .servicesLine .servicesItemWrap:first-child
{
    margin-left: 0;
}

.servicesItem
{
    float: left;
    position: relative;
    height: 197px;
    width: 216px;
    text-align: center;
    background: #fff;
    padding: 7px 14px 4px;
    margin-left: 20px;
    border: 6px solid #fff;
    -moz-box-shadow: 0 0 3px #b8b7b7;
    -webkit-box-shadow: 0 0 3px #b8b7b7;
    box-shadow: 0 0 3px #b8b7b7;
    -webkit-transition: border-color 100ms ease-out;
    -moz-transition: border-color 100ms ease-out;
    -o-transition: border-color 100ms ease-out;
    transition: border-color 100ms ease-out;
}

.servicesItem a
{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.servicesLine .servicesItem
{
    box-shadow: none;
}

.tableCell
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 244px;
    height: 208px;
}

.servicesItem:hover
{
    border-color: #78bb32;
    width: 210px;
    padding: 7px 17px 4px;
    box-shadow: none;
}

.servicesItem:hover .servicesItemTitle
{
    top: 10px;
    left: 17px;
}

.servicesItem:hover .servicesItemTag
{
    bottom: 16px;
    left: 17px;
}

.servicesItem.greenBg:hover
{
    border: 6px solid #fff;
}

.servicesItemTitle
{
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #464f5c;
    display: inline-block;
    position: absolute;
    text-align: left;
    left: 14px;
    top: 7px;
    padding-right: 12px;
}

.servicesItemTag
{
    font-size: 13px;
    line-height: 13px;
    color: #959595;
    font-weight: 600;
    font-style: italic;
    display: inline-block;
    text-align: left;
    position: absolute;
    left: 14px;
    bottom: 13px;
}

.greenBg
{
    background: #78bb32;
    border: 6px solid #78bb32;
}

.greenBg .servicesItemTitle
{
    color: #fff;
}

.greenBg .servicesItemTag
{
    color: #ededed;
}

.mobileSliderWrap
{
    height: 508px;
    background: #313a4d;
}

.mobileSliderWrap .wrapper
{
    position: relative;
    height: 508px;
}

.iphoneImg
{
    display: block;
    width: 346px;
    height: 658px;
    background: url(../images/iphone5.png) no-repeat transparent 0 0;
    position: absolute;
    bottom: 0;
    left: 114px;
    font-size: 0;
    line-height: 0;
}

.mobileSliderWrap .bx-viewport
{
    width: 870px !important;
    height: 417px !important;
    top: 16px;
    left: 144px;
}

.mobileSliderWrap .bx-prev, .mobileSliderWrap .bx-next
{
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 40px;
    height: 70px;
    position: absolute;
    cursor: pointer;
    top: 174px;
    z-index: 100;
    background: url(../images/sliderControlsSprite.png) no-repeat transparent;
}

.mobileSliderWrap .bx-next
{
    background-position: right top;
    left: 504px;
}

.mobileSliderWrap .bx-next:hover
{
    background-position: right bottom;
}

.mobileSliderWrap .bx-prev
{
    background-position: left top;
    left: 33px;
}

.mobileSliderWrap .bx-prev:hover
{
    background-position: left bottom;
}

.longImg
{
    width: 290px;
    height: 417px;
    position: absolute;
    top: 16px;
    left: 144px;
    z-index: 200;
    overflow: hidden;
}

.longImg omg
{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.sliderText
{
    position: absolute;
    width: 390px;
    right: 0;
    top: 157px;
}

.sliderText p
{
    color: #fff;
    font-size: 18px;
    line-height: 27px;
}

.sliderText b
{
    display: block;
    font-size: 24px;
    line-height: 36px;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
}

.sliderTitleText
{
    position: absolute;
    font-size: 44px;
    line-height: 60px;
    color: #fff;
    font-weight: 300;
    top: 97px;
    left: 623px;
}

/*-------------------------services---------------------*/
.allServicesWrap
{
    z-index: 10;
    position: relative;
    background: #e3e3e3;
    -moz-box-shadow: -1px 1px 1px #c4c4c4;
    -webkit-box-shadow: -1px 1px 1px #c4c4c4;
    box-shadow: -1px 1px 1px #c4c4c4;
}

.allServicesWrap .wrapper
{
    position: relative;
}

.servicesSeparator
{
    position: absolute;
    width: 1px;
    left: 235px;
    top: 0;
    bottom: 0;
    background: #cdcdcd;
}

.allServicesHead, .errorPageHead
{
    border-bottom: 4px solid #78bb32;
    background: #fff;
    padding: 29px 0 0;
}

.allServicesWrap h1, .clientsWrap h1, .technologiesWrap h1, .contactsPageWrap h1, .projecPlannerPageWrap h1, .allProductsPage h1, .errorPageHead h1
{
    font-weight: 300;
    color: #78bb32;
    font-size: 44px;
    line-height: 36px;
}

.allServicesWrap h2, .clientsWrap h2, .technologiesWrap h2, .contactsPageWrap h2, .projecPlannerPageWrap .allServicesHead h2, .allProductsPage h2, .errorPageHead h2
{
    color: #464f5c;
    font-size: 24px;
    line-height: 44px;
    padding: 13px 0 17px;
}

.allServicesWrap .leftCol
{
    width: 235px;
    padding: 34px 0 60px;
}

.allServicesWrap .rightCol
{
    width: 830px;
    position: relative;
    padding: 96px 0 41px 19px;
}

p.servicesTopText
{
    font-size: 16px;
    line-height: 22px;
    color: #464f5c;
    position: absolute;
    left: 40px;
    top: 33px;
    display: none;
}

.allServicesWrap .servicesItem
{
    margin-bottom: 20px;
}

.servicesSortTitle
{
    display: block;
    color: #464f5c;
    font-size: 44px;
    line-height: 36px;
    font-weight: 300;
    padding-bottom: 27px;
}

.servicesSortControl
{
    margin-bottom: 1px;
}

.servicesSortControl span
{
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    color: #464f5c;
    font-size: 22px;
    line-height: 52px;
    padding-left: 10px;
    display: block;
    cursor: pointer;
}

.servicesSortControl:hover span, .servicesSortControl span.activeSortContr
{
    color: #78bb32;
    background: #fff;
}

.touch .servicesSortControl:hover span {
    color: #464f5c;
    background: transparent;
}
.touch .servicesSortControl span.activeSortContr
{
    color: #78bb32;
    background: #fff;
}

.sortAll
{
    width: 256px;
    height: 220px;
    margin-bottom: 20px;
}

.isotope-item
{
    z-index: 2;
}

.isotope-hidden.isotope-item
{
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item
{
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}

.isotope
{
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item
{
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition
{
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.isotope.infinite-scrolling
{
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}


/*--------------------------- clients --------------------------*/
.clientsWrap, .technologiesWrap
{
    z-index: 10;
    position: relative;
    background: #e3e3e3;
    -moz-box-shadow: -1px 1px 1px #c4c4c4;
    -webkit-box-shadow: -1px 1px 1px #c4c4c4;
    box-shadow: -1px 1px 1px #c4c4c4;
}

.clientsLogoWrap, .typicalServiceTop
{
    background: #313a4d;
    padding: 33px 0 37px;
    -moz-box-box-shadow: inset 0 -2px 2px rgba(0,0,0,0.20);
    -webkit-box-shadow: inset 0 -2px 2px rgba(0,0,0,0.20);
    box-shadow: inset 0 -2px 2px rgba(0,0,0,0.20);
}

.typicalServiceTop
{
    border-top: 4px solid #78bb32;
}

/*.clientsLogoWrap ins
{
    display: block;
    margin: 0 auto;
}

.clientsLogosLine1
{
    background: url(../images/clientsLogoLine1.png) no-repeat transparent 0 0;
    height: 51px;
}

ins.clientsLogosLine2
{
    background: url(../images/clientsLogoLine2.png) no-repeat transparent 0 0;
    height: 45px;
    margin: 24px auto 40px auto;
}

.clientsLogosLine3
{
    background: url(../images/clientsLogoLine3.png) no-repeat transparent 0 0;
    height: 38px;
}*/

.clientsLogosInner span {
    display: inline-block;
    vertical-align: middle;
}
.clientsLogosInner img {
    max-width: 100%;
    max-height: 100%;
}
.clientsLogosInner {
    position: relative;
    line-height: 0;
    font-size: 1px;
    text-align: justify;
}
.clientsLogosInner:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
.pb30 {
    padding-bottom: 30px;
}
.pb36 {
    padding-bottom: 36px;
}

.allClientsWrap
{
    width: 1104px;
    padding-bottom: 75px;
}

.testimonialsWrap
{
    width: 532px;
    padding-top: 40px;
    margin: 0 10px;
}

.testimonialsTextWrap
{
    background: #fff;
    position: relative;
    font-style: italic;
    font-size: 18px;
    color: #2f343d;
    line-height: 27px;
    padding: 8px 29px 0;
    -moz-box-shadow: 0 1px 3px #b8b7b7;
    -webkit-box-shadow: 0 1px 3px #b8b7b7;
    box-shadow: 0 1px 3px #b8b7b7;
}

.testimonialsTextWrap p
{
    padding-top: 13px;
}

.testimonialsTextWrap:after, .technologiesLogosWrap:after
{
    content: '';
    display: block;
    width: 32px;
    height: 20px;
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -16px;
    background: url(../images/clientsWrapArrowBg.png) no-repeat transparent 0 0;
}

.authorTestimonials
{
    font-weight: 600;
    color: #787878;
    font-size: 13px;
    line-height: 19px;
    font-style: normal;
    padding: 8px 0 25px;
}

.authorTestimonials a
{
    color: #787878;
}

.clientsImg
{
    text-align: center;
    padding: 40px 0 0;
}

.toggleControl
{
    color: #78bb32;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    padding: 0 0 18px;
    cursor: pointer;
    margin: -13px;
}

.substringEndText
{
    display: none;
}

.toggleText
{
    cursor: pointer;
}

.shortWrap .toggleControl
{
    padding-top: 19px;
}

.toggleArrow
{
    display: inline-block;
    width: 12px;
    height: 15px;
    overflow: hidden;
    position: relative;
    top: 2px;
    margin: 0 0 0 8px;
    color: transparent;
    background: url(../images/toggleArrowSprite.png) no-repeat;
}

.shortWrap .toggleArrow
{
    background-position: 0 top;
}

.longWrap .toggleArrow
{
    background-position: 0 bottom;
}

/* ---------------------------typical service----------------------------*/
.typicalServiceContentWrap .callUsWrap, .crmProductPage .callUsWrap
{
    background: #ededed;
    position: relative;
    z-index: 10;
    -moz-box-shadow: 0 0 3px rgba(39,43,51,0.4),0 2px 3px rgba(39, 43, 51, 0.4);
    -webkit-box-shadow: 0 0 3px rgba(39,43,51,0.4),0 2px 3px rgba(39, 43, 51, 0.4);
    box-shadow: 0 0 3px rgba(39,43,51,0.4),0 2px 3px rgba(39, 43, 51, 0.4);
}

.callUsWrap b
{
    font-weight: 600;
}

.typicalServiceTop h1
{
    color: #78bb32;
    font-size: 44px;
    line-height: 44px;
    font-weight: 300;
    padding: 99px 0 0;
}

.typicalServiceTop h2
{
    color: #ededed;
    font-size: 24px;
    line-height: 24px;
    padding: 18px 0 13px;
}

.typicalServiceContent .wrapper
{
    padding: 25px 0 51px;
}

.typicalServiceContent p
{
    color: #2f343d;
    font-size: 18px;
    line-height: 27px;
    padding: 6px 0 7px;
}

.typicalServiceContent p span
{
    color: #78bb32;
}

.typicalServiceContent p a, .typicalServiceContent h2 a
{
    color: #2f343d;
    border-bottom: 1px solid #78bb32;
}

.typicalServiceContent p a:hover, .typicalServiceContent h2 a:hover
{
    color: #78bb32;
}

.typicalServiceContent h2
{
    font-family: 'Open Sans Condensed';
    color: #464f5c;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    padding: 15px 0 0;
}

.typicalServiceContent ul, .ul.withBulletList
{
    padding-top: 6px;
}

.typicalServiceContent ul > ul
{
    padding-left: 20px;
}

.typicalServiceContent li, ul.withBulletList li
{
    position: relative;
    color: #2f343d;
    font-size: 18px;
    line-height: 27px;
    padding: 0 0 5px 19px;
    background: url(../images/greenTextDot.png) no-repeat transparent 0 11px;
}

.typicalServiceContent li.noBg
{
    background: none;
}

.greyGreenWrap
{
    padding: 0 0 20px;
}

.typicalServiceContent .greyGreenWrap .wrapper
{
    padding: 0;
}

.greyGreenInner
{
    max-width: 1011px;
    margin: 0 auto;
    background: url(../images/greyGreenBg.gif) repeat-y transparent 0 0;
}

.greyGreenInner .left, .greyGreenInner .right
{
    padding: 22px 30px 22px 20px;
    width: 411px;
}

.greyGreenInner b
{
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    padding-bottom: 6px;
}

.greyGreenInner p
{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 0 0 8px 15px;
    background: url(../images/greenGrayTextDot.png) no-repeat transparent 0 10px;
}

.greyGreenInner .left p:first-child, .greyGreenInner .right p:first-child
{
    padding: 0;
    background: none;
}

.greyGreenMenLine
{
    max-width: 648px;
    margin: 0 auto;
}

.greyMan
{
    height: 104px;
    width: 84px;
    background: url(../images/greyMan.png) no-repeat transparent 0 0;
}

.greenMan
{
    height: 104px;
    width: 106px;
    background: url(../images/greenMan.png) no-repeat transparent 0 0;
}

#cuda-img-panel
{
    background: #e3e3e3;
    padding: 28px 0 4px;
    margin-bottom: 14px;
    -moz-box-shadow: 0 1px 3px #b8b7b7;
    -webkit-box-shadow: 0 1px 3px #b8b7b7;
    box-shadow: inset 0 0 3px #b8b7b7;
}

#cuda-img-panel .wrapper
{
    padding-left: 72px;
    width: 1012px;
}

#cuda-img-panel .wrapper img
{
    display: inline-block;
    margin-left: 72px;
}

#cuda-img-panel .wrapper a img
{
    display: inline-block;
    margin-left: 0;
}


/* ----------------------------technologies-----------------------------------------*/
.technologiesMiddleWrap
{
    padding: 32px 0 0;
}

.technologiesMiddleWrap .wrapper > .left
{
    width: 552px;
    font-size: 18px;
    line-height: 27px;
    color: #2f343d;
}

.technologiesLeftText
{
    padding-bottom: 40px;
}

.technologiesMiddleWrap .left p
{
    padding-bottom: 13px;
}

.technologiesMiddleWrap .wrapper > .right
{
    width: 492px;
    margin-top: 7px;
}

.aboutPhotoWrap
{
    height: 954px;
    width: 550px;
    position: relative;
    overflow: hidden;
    padding: 165px 0 0 30px;
    margin-top: -165px;
    left: -30px;
}

.aboutFirstPhotoItem
{
    position: absolute;
    top: 0;
    left: 88px;
    z-index: 1;
}

.aboutSecondPhotoItem
{
    position: absolute;
    top: 0;
    left: 1px;
    z-index: 2;
}

.aboutThirdPhotoItem
{
    position: absolute;
    top: 0;
    left: 61px;
    z-index: 4;
}

.technologiesLogosWrap
{
    position: relative;
    background: #fff;
    height: 389px;
    text-align: justify;
    padding: 34px 41px 0;
    -moz-box-shadow: 0 1px 3px #b8b7b7;
    -webkit-box-shadow: 0 1px 3px #b8b7b7;
    box-shadow: 0 1px 3px #b8b7b7;
}

.technologiesLogosWrap span
{
    display: inline-block;
    height: 63px;
}

.technologiesLogosWrap span img
{
    vertical-align: middle;
}

.technologiesLogosWrap .preFooterHelper
{
    height: 0;
}

.technologiesWrap .callUsWrap
{
    position: relative;
    z-index: 10;
    -moz-box-shadow: -1px -1px 1px #d8d7d7;
    -webkit-box-shadow: -1px -1px 1px #d8d7d7;
    box-shadow: -1px -1px 1px #d8d7d7;
}


/*--------------------------------------main page-----------------------------------------*/
.mainPageTopSliderWrap .bx-viewport li
{
    height: 560px;
    width: 100% !important;
}

.mainPageTopSliderWrap .bx-controls
{
    position: absolute;
    line-height: 0;
    letter-spacing: 0;
    bottom: 24px;
    z-index: 55;
    left: 50%;
    margin-left: -21px;
}

.mainPageTopSliderWrap .bx-wrapper
{
    height: 560px;
}

.secondSlide
{
    background: url(../Images/main_banner_convergence.jpg) no-repeat #bfd4e6 center center;
    height: 560px;
}

.mainPageTopSliderWrap
{
    background: url(../Images/main_banner_team.jpg) no-repeat #020101 center center;
    height: 560px;
    overflow: hidden;
    width: 100%;
    cursor: default;
}

/* not mobile  */
.more_1024 .YodaBanner {
    height: 560px;
    background: url(../Images/Yoda-WA-main.png) no-repeat #020101 center center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* mobile  */
.YodaBanner {
    height: 560px;
    background: url(../Images/Yoda-WA-main-mobile.png) no-repeat #020101 center center;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.homeSloganBannerInner {
    position: absolute;
    bottom: 41px;
}
.height100 {
    height: 100%;
}

.mainPageTopSliderWrap h1
{
    font-size: 44px;
    line-height: 53px;
    color: #fff;
    font-weight: 300;
    padding: 0 0 8px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}

.mainPageTopSliderWrap h2
{
    font-size: 24px;
    line-height: 44px;
    color: #fff;
    font-weight: 300;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}
/*home crm banner*/
.bulletsBg
{
    width: 42px;
    height: 17px;
    position: absolute;
    bottom: 21px;
    left: 50%;
    margin-left: -21px;
    display: block;
    z-index: 100;
    background: #ededed;
    border-radius: 8px;
    /*background: url(../Images/homeCrmBanner/bulletsBg.png) no-repeat transparent center top;*/
}
.secondSlide .wrapper {
    height: 560px;
}
.secondSlide h1 {
    font-size: 44px;
    line-height: 44px;
    color: #723686;
    font-weight: 300;
    padding: 148px 0 23px;
    text-shadow: none;
}
.secondSlide h2 {
    font-size: 24px;
    line-height: 36px;
    color: #723686;
    width: 520px;
    text-shadow: none;
    margin-bottom: 17px;
    letter-spacing: 0.5px;
}
.secondSlide .greenBtn {
    font-size: 17px;
    height: 32px;
    line-height: 19px;
    width: 234px;
    text-align: center;
}
.homePageBannerWrap li
{
    height: 560px;
    width: 100% !important;
}

.homePageBannerWrap
{
    height: 560px;
    position: relative;
}

.homePageBannerWrap .bx-pager-item
{
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0 10px;
    height: 17px;
}

.homePageBannerWrap .bx-pager .bx-pager-item:first-child
{
    margin-left: 0;
}

.homePageBannerWrap .bx-pager
{
    line-height: 0;
    font-size: 0;
    height: 17px;
    padding: 0 2px;
    display: inline-block;
    /*background: #ededed;*/
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    /*margin-left: 22px;*/
}

.homePageBannerWrap .bx-controls
{
    position: absolute;
    width: 100%;
    z-index: 100;
    height: 17px;
    text-align: center;
    line-height: 0;
    font-size: 0;
    bottom: 21px;
}

.homePageBannerWrap .bx-pager a
{
    width: 13px;
    height: 13px;
    position: relative;
    background: #787878;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    font-size: 0;
    line-height: 0;
    display: block;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.homePageBannerWrap .bx-pager a.active
{
    background: #78BB32;
}

.homePageBannerWrap .gameBallBanner {
    padding: 0;
    margin: 0;

}
.homePageBannerWrap .gameBallBanner .iframeBall {
    top: -2px;
    position: absolute;
}


.homeCrmBanner
{
    height: 560px;
    background: url(../Images/homeCrmBanner/homeCrmBanner-bg.jpg) no-repeat transparent center top;
    position: relative;
    overflow: hidden;
}

.homeCrmBanner .wrapper
{
    height: 560px;
}

.crmStickWrap
{
    height: 175px;
    width: 300px;
    background: url(../Images/homeCrmBanner/homeCrmBanner-stick.png) no-repeat transparent right top;
    position: absolute;
    left: 258px;
    bottom: 18px;
    z-index: 35;
}

.crmStickWrap.active
{
    background-position: left top !important;
}

.hoverBg
{
    height: 646px;
    width: 792px;
    background: url(../Images/homeCrmBanner/homeCrmBanner-hoverBg.png) no-repeat transparent right top;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.crmStick
{
    display: block;
    width: 80px;
    height: 80px;
    left: 279px;
    top: 400px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.smallCity
{
    width: 792px;
    height: 587px;
    position: absolute;
    bottom: -85px;
    left: 383px;
    z-index: 1;
    background: url(../Images/homeCrmBanner/homeCrmBanner-citySmall.png) no-repeat transparent left top;
}

.bigCity
{
    width: 792px;
    height: 644px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../Images/homeCrmBanner/homeCrmBanner-cityBig.png) no-repeat transparent left top;
}

.bigCityUp
{
    width: 344px;
    height: 349px;
    position: absolute;
    bottom: 295px;
    left: 158px;
    background: url(../Images/homeCrmBanner/City_UP_cloud.png) no-repeat transparent left top;
    z-index: 100;
}

.bigCityGlow
{
    width: 792px;
    height: 747px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../Images/homeCrmBanner/homeCrmBanner-cityBigGlow.png) no-repeat transparent left top;
}

.bigCityGlowUp
{
    width: 353px;
    height: 397px;
    position: absolute;
    bottom: 256px;
    left: 151px;
    background: url(../Images/homeCrmBanner/Grapf_UP_cloud.png) no-repeat transparent left top;
    z-index: 10;
}

.crmBannerSliderWrapSecond
{
    z-index: 80;
    display: none;
    position: absolute;
    bottom: -85px;
    left: 383px;
}

.crmBannerSliderWrap
{
    display: none;
    position: absolute;
    z-index: 20;
    bottom: -85px;
    left: 383px;
}

.rotateText
{
    width: 922px;
    height: 560px;
    position: absolute;
    top: 0;
    left: -138px;
    background: url(../Images/homeCrmBanner/homeCrmBanner-rotateText.png) no-repeat transparent left top;
    display: none;
}

.whiteTextWrap
{
    position: absolute;
    right: 0;
    bottom: 21px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.46);
    z-index: 80;
    padding: 21px 30px 25px;
    display: none;
}

.whiteTextWrap p
{
    font: 28px/28px 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    color: #78bb32;
}

.whiteTextWrap .withBorderLink
{
    padding: 13px 22px;
    margin: 10px 0 0 35px;
}

.crmBannerCloud
{
    display: block;
    position: absolute;
    z-index: 50;
}

.cloud1
{
    background: url(../Images/homeCrmBanner/cloud_1.png) no-repeat transparent left top;
    width: 507px;
    height: 427px;
    top: -170px;
    left: 0;
    -webkit-animation: moveclouds 65s linear infinite;
    -moz-animation: moveclouds 65s linear infinite;
    -ms-animation: moveclouds 65s linear infinite;
    -o-animation: moveclouds 65s linear infinite;
}

.cloud2
{
    background: url(../Images/homeCrmBanner/cloud_2.png) no-repeat transparent left top;
    width: 484px;
    height: 432px;
    top: 200px;
    left: -450px;
    -webkit-animation: moveclouds 60s linear infinite;
    -moz-animation: moveclouds 60s linear infinite;
    -ms-animation: moveclouds 60s linear infinite;
    -o-animation: moveclouds 60s linear infinite;
}

.cloud3
{
    background: url(../Images/homeCrmBanner/cloud_1.png) no-repeat transparent left top;
    width: 507px;
    height: 427px;
    top: 72px;
    left: 450px;
    -webkit-animation: moveclouds 65s linear infinite;
    -moz-animation: moveclouds 65s linear infinite;
    -ms-animation: moveclouds 65s linear infinite;
    -o-animation: moveclouds 65s linear infinite;
}

.cloud4
{
    background: url(../Images/homeCrmBanner/cloud_2.png) no-repeat transparent left top;
    width: 484px;
    height: 432px;
    top: -20px;
    left: -1050px;
    -webkit-animation: moveclouds 60s linear infinite;
    -moz-animation: moveclouds 60s linear infinite;
    -ms-animation: moveclouds 60s linear infinite;
    -o-animation: moveclouds 60s linear infinite;
}

.clickHere
{
    display: block;
    position: absolute;
    width: 274px;
    height: 230px;
    background: url(../Images/homeCrmBanner/clickhere.png) no-repeat transparent left top;
    top: 225px;
    left: 55px;
}

@-webkit-keyframes moveclouds
{
    0%
    {
        margin-left: 2600px;
    }

    100%
    {
        margin-left: -2600px;
    }
}

@-moz-keyframes moveclouds
{
    0%
    {
        margin-left: 2600px;
    }

    100%
    {
        margin-left: -2600px;
    }
}

@-ms-keyframes moveclouds
{
    0%
    {
        margin-left: 2600px;
    }

    100%
    {
        margin-left: -2600px;
    }
}

@-o-keyframes moveclouds
{
    0%
    {
        margin-left: 2600px;
    }

    100%
    {
        margin-left: -2600px;
    }
}
/*ENS home crm banner*/
.mainPageServices
{
    background: #ededed;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 39px;
}

.mainPageServices h2
{
    font-weight: 300;
    font-size: 44px;
    line-height: 46px;
    color: #464f5c;
    padding: 42px 0 23px;
}

.servicesItemWrap
{
    float: left;
    width: 256px;
    margin-left: 20px;
}

.mainPageServices .servicesItem
{
    margin: 0;
    -moz-box-shadow: 0 0 3px #b8b7b7;
    -webkit-box-shadow: 0 0 3px #b8b7b7;
    box-shadow: 0 0 3px #b8b7b7;
}

.mainPageServices .servicesItem:hover
{
    box-shadow: none;
}

.servicesItemWrap p
{
    color: #787878;
    font-size: 13px;
    line-height: 18px;
    padding-top: 10px;
    clear: both;
}

.withBorderLink
{
    font-size: 14px;
    line-height: 14px;
    color: #78bb32;
    font-style: italic;
    font-weight: 600;
    position: relative;
    padding: 10px 0;
    border: 1px solid #78bb32;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: color 600ms ease, border-color 600ms ease;
    -moz-transition: color 600ms ease, border-color 600ms ease;
    -ms-transition: color 600ms ease, border-color 600ms ease;
    -o-transition: color 600ms ease, border-color 600ms ease;
    transition: color 600ms ease, border-color 600ms ease;
}

.withBorderLink:hover
{
    color: #313a4d;
    border: 1px solid #313a4d;
}

.mainPageServices .withBorderLink
{
    padding: 10px 16px;
    margin: 23px 0 0;
}

.parralaxTrixboxWrap
{
    height: 560px;
    position: relative;
    overflow: hidden;
    text-align:center;
    padding-top: 24px;
    box-sizing: border-box;
}

.parallaxLayer
{
    position: absolute;
    display: block;
    margin-right: -15%;
}

.firstParallaxLayer
{
    /* Элемент с ненужными картинками на параллакс контенте - главная страница */
    /* background: url(../Images/firstParallaxLayerBg.png) repeat-x transparent 0 0; */
    width: 300%;
    height: 300%;
    left:0;
    margin-left:auto;
}
.secondParallaxLayer
{
    background: url(../Images/secondParallaxLayerBg.png) repeat transparent 0 0;
    width: 300%;
    height: 300%;
    left:0!important;
    margin-left:auto;
}

.thirdParallaxLayer
{
    background: url(../Images/thirdParallaxLayerBg.png) repeat transparent 0 0;
    width: 300%;
    height: 300%;
    left:0!important;
    margin-left:auto;
}


.parralaxTrixboxWrap .left
{
    width: 368px;
    margin: 83px 0 0;
    padding: 11px 20px 20px;
    position: relative;
    z-index: 5;
    background: url(/images/opacityWhiteBg.png) repeat transparent 0 0;
    background: rgba(255, 255, 255, 0.7);
}

.parralaxTrixboxWrap .left h2
{
   font-family: 'Open Sans';
   font-weight:300;
   font-size: 44px;
   line-height: 44px;
   text-align:left;
   padding-bottom:20px;
}

.parralaxTrixboxWrap .left p
{
   font-family: 'Open Sans';
   font-size: 18px;
   text-align:left;
   padding-bottom:25px;
}

.parralaxTrixboxWrap .withBorderLink
{
    padding: 10px 22px;
    display: inline-block;
    float: left;
}

.mobileDevWrap .parralaxTrixboxWrap h2
{
    font-family: 'Open Sans', sans-serif;
    font-size: 44px;
    font-weight: 300;
    line-height: 44px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 40px;
}

.mobileDevWrap .parralaxTrixboxWrap span.description
{
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 28px;
    display:inline-block;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}

.mobileDevWrap .parralaxTrixboxWrap p
{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 0 21px;
    margin-top: 20px;
    margin-bottom: 14px;
}
.mobileDevWrap .parralaxTrixboxWrap .button {
    display:inline-block;
    margin-top: 26px;
}
    .mobileDevWrap .parralaxTrixboxWrap .button:hover {
        color: #006699;
        background: #fff;
    }
.parralaxTrixboxWrap .right
{
    width: 612px;
}

.macBlock
{
    width: 507px;
    height: 433px;
    margin: 60px 0 0;
    text-align: center;
    background: url(../images/macBg.png) no-repeat transparent 0 0;
}

.macBlockText
{
    text-align: center;
    height: 78px;
    position: relative;
}

.macBlockText p
{
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    padding: 48px 0 0;
}

.macBlockTextMask
{
    top: 19px;
    right: 20px;
    left: 20px;
    background: #78BB32;
    height: 78px;
}

.macBlock img
{
    padding: 16px 0 0;
    display: inline;
}

.trixboxTel
{
    display: block;
    width: 270px;
    height: 233px;
    position: absolute;
    right: -27px;
    bottom: -19px;
    background: url(../images/trixboxTel.png) no-repeat transparent 0 0;
}

.mainPageCarouselWrap
{
    height: 560px;
    position: relative;
    overflow: hidden;
    z-index: 20;
    background: url(../images/crmCarouselBg.jpg) no-repeat transparent center 0;
}

.mainPageCarouselWrapBg
{
    background: #013248;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMzI0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDJmNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #013248 0%, #002f43 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#013248), color-stop(100%,#002f43));
    background: -webkit-linear-gradient(left, #013248 0%,#002f43 100%);
    background: -o-linear-gradient(left, #013248 0%,#002f43 100%);
    background: -ms-linear-gradient(left, #013248 0%,#002f43 100%);
    background: linear-gradient(to right, #013248 0%,#002f43 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013248', endColorstr='#002f43',GradientType=1 );
}

.mainPageCarouselWrap .wrapper
{
    position: relative;
}

.mainPageCarouselWrap .withBorderLink
{
    padding: 10px 22px;
}

.mainPageCarouselWrap .withBorderLink:hover
{
    color: #ededed;
    border-color: #e3e3e3;
}

#crmCarousel
{
    position: absolute;
    height: 600px;
    left: -130px;
    top: -30px;
    width: 860px;
}

[id^="crmCarousel-"]
{
    position: absolute;
}

[id^="crmCarousel-"] svg
{
    position: absolute;
    top: 0;
    left: 0;
}

[id^="crmCarousel-"] img
{
    -webkit-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(pixelRadius=3)";
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=3);
}

[id^="crmCarousel-"].active
{
    filter: none;
}

[id^="crmCarousel-"].active img
{
    -webkit-filter: none;
    -o-filter: none;
    filter: none;
    opacity: 1 !important;
    position: relative;
    z-index: 5;
}

[id^="crmCarousel-"].active svg
{
    display: none;
}

#crmCarousel-click-prev, #crmCarousel-click-next
{
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 40px;
    height: 70px;
    position: absolute;
    cursor: pointer;
    top: 250px;
    z-index: 100;
    filter: none;
    background: url(../images/crmCarouselControls.png) no-repeat transparent;
}

#crmCarousel-click-next
{
    background-position: right top;
    left: 634px;
}

#crmCarousel-click-next:hover
{
    background-position: right bottom;
}

#crmCarousel-click-prev
{
    background-position: left top;
    left: 164px;
}

#crmCarousel-click-prev:hover
{
    background-position: left bottom;
}

.crmCarouselTextWrap
{
    width: 450px;
    color: #fff;
    padding-top: 152px;
    margin-right: -20px;
    position: relative;
    z-index: 10;
}

.crmCarouselTextWrap h2
{
    font-weight: 300;
    font-size: 44px;
    line-height: 46px;
}

.crmCarouselTextWrap p
{
    font-size: 18px;
    line-height: 27px;
    padding: 22px 0 29px;
    color: #fff;
}

/*community grid*/
.communityGridWrap
{
    color: #2f343d;
}

.communityFrameWrap
{
    background: #fff;
    height: 215px;
    overflow: hidden;
    padding: 15px 0 0 15px;
    -moz-box-shadow: 0 1px 3px #b8b7b7;
    -webkit-box-shadow: 0 1px 3px #b8b7b7;
    box-shadow: 0 1px 3px #b8b7b7;
}

.communityFrameWrap iframe
{
    border: none;
}

.communityGridWrap .left p
{
    font-size: 16px;
    line-height: 24px;
}

.communityGridWrap .left p a
{
    color: #2f343d;
}

.communityGridWrap .left p a:hover
{
    color: #78BB32;
}

.communityGridWrap p b
{
    font-weight: 600;
}

.communityGridWrap .wrapper > .right
{
    width: 440px;
}

.communityGridWrap .wrapper > .left
{
    width: 584px;
}

.quoteWrap
{
    background: url(../images/deputyCTOWrap-bg.png) no-repeat transparent center 30px;
    margin-top: 77px;
    text-align: center;
    line-height: 21px;
}

.quoteImg
{
    position: relative;
    width: 126px;
    height: 126px;
    background: #fff;
    border: 9px solid #fff;
    margin: 0 auto;
    -moz-border-radius: 126px;
    -webkit-border-radius: 126px;
    border-radius: 126px;
    -moz-box-shadow: 0 0 3px #d2d0d0;
    -webkit-box-shadow: 0 0 3px #d2d0d0;
    box-shadow: 0 0 3px #d2d0d0;
}

.quoteWrap p
{
    font-style: italic;
    font-size: 18px;
    line-height: 27px;
    padding: 14px 0 15px;
}
.communityGridWrap .quoteWrap p {
    color: #464f5c;
}
.communityGridWrap {
    padding-bottom: 42px;
}

.quoteWrap a
{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2f343d;
}

.quoteWrap span
{
    font-size: 13px;
    line-height: 22px;
}

/*about us*/
.aboutUsPage
{
    box-shadow: none;
}

.aboutUsPage .quoteWrap
{
    margin: 33px 0 0;
}

.aboutUsPage .quoteWrap p
{
    font-size: 24px;
    line-height: 36px;
    color: #464f5c;
}

.aboutUsPage .quoteWrap span
{
    color: #2f343d;
}

.aboutTextBlock .wrapper
{
    line-height: 0;
    text-align: justify;
    padding: 62px 0 70px;
}

.textItem
{
    vertical-align: top;
}

.aboutTextBlock .textItem
{
    display: inline-block;
    width: 325px;
}

.aboutUsPage .textItem h2
{
    font: 24px/28px 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    color: #49545d;
    padding: 0 0 9px;
    white-space: nowrap;
}

.textItem p
{
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    text-align: left;
}

.aboutUsSliderWrap
{
    height: 310px;
    overflow: hidden;
    background: #fff;
    position: relative;
    -moz-box-shadow: -3px 0 3px #d4d4d4;
    -webkit-box-shadow: -3px 0 3px #d4d4d4;
    box-shadow: -3px 0 3px #d4d4d4;
}


.aboutSliderRightCol
{
    width: 465px;
    float: right;
    text-align: center;
}

.aboutSliderRightCol p
{
    font-style: italic;
    font-size: 18px;
    line-height: 27px;
    padding: 77px 0 0;
    text-align: left;
    position: relative;
    right: -22px;
    max-width: 440px;
}
.communitySlide .aboutSliderRightCol p {
    font-style:normal;
    margin-bottom:31px;
}
.communitySlide .aboutSliderLeftCol img {
    display:block;
    padding:103px 0 0 65px;
}

.aboutSliderLeftCol
{
    width: 532px;
    float: left;
}

.aboutUsSliderWrap .bx-viewport
{
    overflow: visible;
    /*height: 100% !important;*/
}

.aboutPageSlider li
{
    height: 310px !important;
}

.bx-wrapper
{
    height: 310px;
}

.aboutUsSliderWrap .bx-pager
{
    text-align: center;
    line-height: 0;
}

.aboutUsSliderWrap .bx-pager-item, .mainPageTopSliderWrap .bx-pager-item
{
    display: inline-block;
    margin: 0 5px;
}

.aboutUsSliderWrap .bx-pager a, .mainPageTopSliderWrap .bx-pager a
{
    display: block;
    line-height: 0;
    font-size: 0;
    color: transparent;
    width: 11px;
    height: 11px;
    background: #bbb;
    position: relative;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
}

.aboutUsSliderWrap .bx-pager a.active, .mainPageTopSliderWrap .bx-pager a.active
{
    background: #78bb32;
}

.aboutUsSliderWrap .bx-controls
{
    position: absolute;
    bottom: 24px;
    width: 100%;
    z-index: 100;
}

.aboutUsSliderWrap li a, .fixedSlide a
{
    padding: 10px 16px;
}

.fixedSlide
{
    position: absolute;
    left: 36px;
    width: 418px;
    padding: 17px 0 0 76px;
    top: 44px;
    display: none;
    z-index: 55;
    background: url(../images/fixedSlideIcon.png) no-repeat transparent 0 0;
}

.fixedSlide h2
{
    color: #464f5c;
    font-size: 44px;
    line-height: 60px;
    font-weight: 300;
    padding: 0 0 25px;
}

.aboutUsSliderWrap li:first-child .aboutSliderLeftCol img
{
    padding: 103px 0 0 97px;
}

.aboutUsSliderWrap li:first-child .aboutSliderRightCol img
{
    padding: 64px 136px 0 0;
    float:right;
}

p.thomsonTestimonials
{
    padding-bottom: 16px;
}

p.choiceTestimonials
{
    padding-bottom: 4px;
}

p.c360Testimonials
{
    padding-bottom: 7px;
}

.fastFactsWrap
{
    background: #313a4d;
    padding-bottom: 44px;
}

.fastFactsWrap h2
{
    font-size: 44px;
    line-height: 50px;
    font-weight: 300;
    color: #ededed;
    padding: 45px 0 24px;
    text-align: center;
}

.fastFactsWrap li
{
    float: left;
    width: 20%;
    margin-bottom: 26px;
    overflow: hidden;
}

.fact-value
{
    display: block;
    color: #78bb32;
    font-size: 44px;
    line-height: 44px;
    padding: 0 0 8px;
}

.fact-title
{
    display: block;
    color: #ededed;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
}

/*contacts*/
.contactsPageWrap
{
    background: #ededed;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #d7d7d7;
    padding: 0 0 25px;
}

.contactsPageWrap .callUsWrap
{
    padding: 52px 0 56px;
    clear: both;
    position: relative;
    -moz-box-shadow: -3px 0 3px #B8B7B7;
    -webkit-box-shadow: -3px 0 3px #B8B7B7;
    box-shadow: -3px 0 3px #B8B7B7;
}

.contactsInfoGrid {
    font-size: 0;
    line-height: 0;
    letter-spacing: -10px;
    margin-left: -30px;
}
.contactsInfoGrid > * {
    letter-spacing: normal;
}
.contactsInfoWrap {
    overflow: hidden;
}

.contactsInfoWrap h2
{
    color: #78BB32;
    font-size: 44px;
    font-weight: 300;
    line-height: 44px;
    padding: 53px 0 23px;
}

.contactsInfoItemWrap
{
    display: inline-block;
    vertical-align: top;
    width: 527px;
    margin-left: 30px;
    margin-bottom: 50px;
}

.contactsInfoWrap h2:first-child + .contactsInfoItemWrap
{
    margin-left: 30px;
}

.contactsMapWrap
{
    width: 100%;
    height: 220px;
    border: 10px solid #fff;
    -moz-box-shadow: 0 1px 3px #B8B7B7;
    -webkit-box-shadow: 0 1px 3px #B8B7B7;
    box-shadow: 0 1px 3px #B8B7B7;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contactsInfoItemWrap h3
{
    font: 22px/22px 'Open Sans Condensed', sans-serif;
    color: #464f5c;
    padding: 16px 0 9px;
}

.contactsInfoItemWrap p
{
    font-size: 16px;
    line-height: 22px;
}

.contactsInfoItemWrap .contactsPhoneLine
{
    font-weight: 600;
}

.contactsPhoneLine a
{
    color: #2f343d;
}

.onRuVersionLink
{
    color: #464f5c;
    font-weight: normal;
}

.onRuVersionLink:hover
{
    color: #78bb32;
}

.contactsFormWrap h2, .plannerFirstStep h2
{
    font-weight: 300;
    font-size: 44px;
    line-height: 44px;
    color: #464f5c;
    margin: 24px 0 0 -4px;
    padding: 25px 0 0 76px;
    background: url(../images/contactsH2Bg-icon.png) transparent no-repeat 0 0;
}

.contactsFormInnerWrap
{
    width: 972px;
    margin: 46px 0 56px 74px;
    position: relative;
}

.contactsFormInnerWrap .left h3.left
{
    width: 420px;
    position: relative;
}
.contactsFormInnerWrap .left
{
    width: 450px;
    position: relative;
}
.contactsFormInnerWrap div.right
{
    width: 485px;
}

.contactsFormInnerWrap .left input, .contactsFormInnerWrap textarea, .projectPlannerBtm textarea, .orderCallFormTop input, .orderCallTimeLine input, .webinarsBtmFormCol input, .webinarsBtmFormCol textarea
{
    border: none;
    height: 46px;
    color: #959595;
    width: 416px;
    display: block;
    padding: 0 15px;
    background: #fff;
    position: relative;
    margin-bottom: 25px;
    font: 16px 'Open Sans', sans-serif;
    -mox-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -mox-box-shadow: inset 0 1px 2px #d2d0d0;
    -webkit-box-shadow: inset 0 1px 2px #d2d0d0;
    box-shadow: inset 0 1px 2px #d2d0d0;
}

.contactsFormInnerWrap textarea, .projectPlannerBtm textarea
{
    height: 168px;
    width: 456px;
    resize: none;
    overflow: auto;
    padding: 10px 15px;
    position: relative;
}

.webinarsBtmFormCol textarea
{
    height: 98px;
    width: 456px;
    resize: none;
    overflow: auto;
    padding: 10px 15px;
    position: relative;
}

.contactsFormInnerWrap .fileWrapper, .projectPlannerBtm .fileWrapper, .getInTouchPopup .fileWrapper
{
    width: 401px;
    position: relative;
    height: 37px;
    overflow: hidden;
    background: #fff;
    -mox-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -mox-box-shadow: inset 0 1px 2px #d2d0d0;
    -webkit-box-shadow: inset 0 1px 2px #d2d0d0;
    box-shadow: inset 0 1px 2px #d2d0d0;
}

.getInTouchPopup .fileWrapper
{
    width: 100%;
    position: relative;
    height: 37px;
    overflow: hidden;
    background: #fff;
    -mox-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -mox-box-shadow: inset 0 1px 2px #d2d0d0;
    -webkit-box-shadow: inset 0 1px 2px #d2d0d0;
    box-shadow: inset 0 1px 2px #d2d0d0;
    margin-bottom: 25px;
}

.fileWrapper input[type="file"]
{
    position: absolute;
    top: -10px;
    right: -20px;
    width: 1000px;
    height: 1000px;
    font-size: 300px;
    opacity: 0.01;
    cursor: pointer;
    background: transparent;
    z-index: 10;
    filter: alpha(opacity=0);
}

.fileWrapper .fileButton
{
    position: absolute;
    right: 0;
    padding-right: 2px;
    top: 0;
    z-index: 5;
    overflow: hidden;
    height: 37px;
}

.fileButton span {
    vertical-align: top;
    line-height: 35px;
}

.fileHolder
{
    font-size: 13px;
    line-height: 20px;
    color: #959595;
    height: 27px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 9px 0 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 267px;
}

.fileHolder.attachedFile {
    color: #2f343d;
}

.fileButtonText.disabled:hover
{
    cursor: pointer;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.32);
    background: rgb(146,227,61);
    background: -moz-linear-gradient(top, rgba(146,227,61,1) 0%, rgba(129,201,54,1) 43%, rgba(97,159,32,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(146,227,61,1)), color-stop(43%,rgba(129,201,54,1)), color-stop(100%,rgba(97,159,32,1)));
    background: -webkit-linear-gradient(top, rgba(146,227,61,1) 0%,rgba(129,201,54,1) 43%,rgba(97,159,32,1) 100%);
    background: -o-linear-gradient(top, rgba(146,227,61,1) 0%,rgba(129,201,54,1) 43%,rgba(97,159,32,1) 100%);
    background: -ms-linear-gradient(top, rgba(146,227,61,1) 0%,rgba(129,201,54,1) 43%,rgba(97,159,32,1) 100%);
    background: linear-gradient(to bottom, rgba(146,227,61,1) 0%,rgba(129,201,54,1) 43%,rgba(97,159,32,1) 100%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MTAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM5MkUzM0QiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM2MTlGMjAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MTApIiAvPgo8L3N2Zz4=);
}

.fileButtonText.disabled:active
{
    text-shadow: 0 -1px 0 rgba(0,0,0,0.32);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0, 0.38);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0, 0.38);
    box-shadow: inset 0 1px 3px rgba(0,0,0, 0.38);
    background: rgb(129,201,54); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(129,201,54,1) 0%, rgba(97,159,32,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(129,201,54,1)), color-stop(100%,rgba(97,159,32,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(129,201,54,1) 0%,rgba(97,159,32,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(129,201,54,1) 0%,rgba(97,159,32,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(129,201,54,1) 0%,rgba(97,159,32,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(129,201,54,1) 0%,rgba(97,159,32,1) 100%); /* W3C */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3NzMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM4MUM5MzYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM2MTlGMjAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3NzMpIiAvPgo8L3N2Zz4=);
}

.contactsFormInnerWrap .left input:focus, .contactsFormInnerWrap .left input.valError, .projectPlannerBtm textarea:focus, .orderCallFormTop input:focus, .orderCallFormTop input.valError, .orderCallTimeLine input:focus, .orderCallTimeLine input.valError, .webinarsBtmFormCol input:focus, .webinarsBtmFormCol input.valError, .webinarsBtmFormCol textarea:focus, .webinarsBtmFormCol textarea.valError
{
    background: url(../images/contactsFormSprite.png) #fff no-repeat -30px 0;
}

.contactsFormInnerWrap textarea:focus, .contactsFormInnerWrap textarea.valError, .projectPlannerBtm textarea:focus, .productRequestDemoPopup textarea:focus, .getInTouchPopup textarea:focus, .webinarsBtmFormCol textarea:focus, .webinarsBtmFormCol textarea.valError
{
    background: url(../images/contactsFormSprite.png) #fff no-repeat -30px 0;
}

input.validInput {
    background: url(../images/contactsFormSprite.png) #fff no-repeat -30px 0 !important;
    background-position: left top !important;
}
textarea.validInput {
    background: url(../images/contactsFormSprite.png) #fff no-repeat -80px 0 !important;
    background-position: left -94px !important;
}

.contactsFormInnerWrap .left input:focus, .orderCallFormTop input:focus /*, .orderCallTimeLine input:focus*/, .webinarsBtmFormCol input:focus
{
    background-position: left top;
}

.contactsFormInnerWrap textarea:focus, .projectPlannerBtm textarea:focus, .productRequestDemoPopup textarea:focus, .getInTouchPopup textarea:focus, .webinarsBtmFormCol textarea:focus
{
    background-position: left -94px;
}

.contactsFormInnerWrap .left input.valError, .orderCallFormTop input.valError, .webinarsBtmFormCol input.valError
{
    background-position: left -46px;
    color: #2f343d !important;
}

.contactsFormInnerWrap textarea.valError, .projectPlannerBtm textarea.valError, .orderCallFormTop input.valError, .webinarsBtmFormCol textarea.valError
{
    background-position: left bottom;
    color: #2f343d !important;
}

.errorValMsg
{
    width: 100%;
    position: absolute;
    top: -32px;
    left: 0;
    text-align: center;
    color: #ef662f;
    font-size: 16px;
    line-height: 20px;
}

/*thanks popup*/
.popupShadowBg
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #464f5c;
    opacity: 0.4;
    z-index: 400;
    display: none;
}

.popupWrap
{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 500;
    margin: -159px 0 0 -159px;
    display: none;
    border: 1px solid #464f5c;
    width: 316px;
    height: 316px;
    overflow: hidden;
    -moz-border-radius: 316px;
    -webkit-border-radius: 316px;
    border-radius: 316px;
}

.innerPopupWrap
{
    background: #464f5c;
    margin: 8px auto 0;
    width: 301px;
    height: 301px;
    overflow: hidden;
    position: relative;
    text-align: center;
    -moz-border-radius: 301px;
    -webkit-border-radius: 301px;
    border-radius: 301px;
}

.innerPopupWrap span
{
    display: block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    padding: 135px 0 10px;
}

.innerPopupWrap p
{
    font-size: 18px;
    line-height: 27px;
}

.errPopupWrap, .errPopupWrap p
{
    color: #ef662f;
}

.thanksPopupWrap, .thanksPopupWrap p
{
    color: #ffffff;
}

/*project planner*/
.projecPlannerPageWrap
{
    background: #ededed;
    border-bottom: 1px solid #d7d7d7;
}

.projecPlannerPageWrap .contactsFormInnerWrap
{
    margin-bottom: 23px;
}

.plannerFirstStep h2
{
    background: url(../images/plannerH2Bg-icon.png) transparent no-repeat 0 0;
}

.plannerFirstStep h2.noImgBg
{
    background: none;
    padding-bottom: 35px;
    margin: 0 0 0 2px;
}

.circleCheckWrap
{
    float: left;
    width: 120px;
    margin-left: 44px;
    cursor: pointer;
    position: relative;
}

.circleCheckWrapInner
{
    width: 120px;
    height: 120px;
    background: #fff;
    position: relative;
    z-index: 3;
    -mox-border-radius: 120px;
    -webkit-border-radius: 120px;
    border-radius: 120px;
    -mox-box-shadow: inset 0 2px 2px #d6d6d6;
    -webkit-box-shadow: inset 0 2px 2px #d6d6d6;
    box-shadow: inset 0 2px 2px #d6d6d6;
}

.circleCheckWrapInner span
{
    display: table-cell;
    vertical-align: middle;
    height: 120px;
    width: 120px;
    text-align: center;
    color: #959595;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
}

.activeCircleCheck
{
    background: #78bb32;
    -mox-box-shadow: inset 0 8px 1px #d6d6d6 !important;
    -webkit-box-shadow: inset 0 8px 1px #d6d6d6 !important;
    box-shadow: inset 0 8px 1px #659d2a !important;
}

.circleCheckWrap:hover .circleCheckWrapInner.activeCircleCheck
{
    border: none;
    width: 120px;
    height: 120px;
}

.activeCircleCheck span
{
    color: #fff !important;
}

.circleCheckWrap:hover .circleCheckWrapInner
{
    width: 112px;
    height: 112px;
    border: 4px solid #78bb32;
    -mox-box-shadow: inset 0 4px 1px #d6d6d6;
    -webkit-box-shadow: inset 0 4px 1px #d6d6d6;
    box-shadow: inset 0 4px 1px #d6d6d6;
}

.circleCheckWrap:hover span
{
    color: #78bb32;
    font-size: 17px;
    width: 112px;
    height: 112px;
}

.circleCheckWrap:hover .activeCircleCheck span
{
    width: 120px;
    height: 120px;
    font-size: 18px;
}

.circleCheckLine
{
    height: 205px;
    padding-left: 34px;
}

.hoverWrap
{
    font-size: 13px;
    line-height: 15px;
    width: 138px;
    position: absolute;
    padding-top: 64px;
    left: -8px;
    top: -8px;
    background: url(/Images/hoverWrapBg.png) no-repeat transparent 0 0;
    display: none;
}

.hoverWrap p
{
    padding: 73px 8px 14px;
    background: #fefefe;
    color: #787878;
    -mox-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    text-align: center;
}

.circleCheckWrap .greenRound
{
    width: 115px;
    height: 116px;
    margin-left: 1px;
    margin-top: -119px;
}

.activeCircleCheck .greenRound
{
    width: 138px;
    height: 138px;
    margin-top: -130px;
    opacity: 1;
}

.hideText
{
    width: 215px;
    font-size: 24px;
    line-height: 24px;
    color: #78bb32;
    position: absolute;
    top: 33px;
    left: 474px;
    display: none;
}

.projectPlannerBtm textarea
{
    width: 502px;
}

.projectPlannerBtm h2
{
    padding-left: 0;
}

.projectPlannerBtm
{
    width: 535px;
    margin: 50px auto 81px;
}

.projectPlannerBtm .fileWrapper
{
    width: 532px;
    margin-bottom: 69px;
}

.projectPlannerBtm .fileHolder
{
    width: 405px;
}

.projectPlannerBtm input.greenBtn
{
    font-size: 16px;
    height: 44px;
    padding: 0 25px;
    position: relative;
}

.alignCenterPP p
{
    color: #464f5c;
    font-size: 24px;
    line-height: 24px;
    margin: 9px 30px 0 0;
    display: inline-block;
}

.alignCenterPP
{
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.projectPlannerBtm .fileButtonText.disabled
{
    cursor: pointer;
}

.projectPlannerBtm .alignCenterPP input.greenBtn, .alignCenterPP p
{
    vertical-align: top;
}

#proj-planner-container .greenCircleWrapper
{
    cursor: pointer;
    margin-right: 15px;
    font-size: 14px;
    float: left;
}

#proj-planner-container .greenCircle:hover, .greenCircleHovered
{
    background-color: #B7C4AA;
}

.errorValMsg
{
    display: none;
    width: 620px;
}


noscript .errorValMsg
{
    display: block;
}

.val-errors-container
{
    margin-top: 5px;
    margin-bottom: -2px;
    min-height: 22px;
}

.val-errors-container .errorValMsg[style*="display: block"] + .errorValMsg {
    display:none!important;
} 

.platform-request-container
{
    text-align: center;
    margin-bottom: 6px !important;
}

#user-email-error {
    width: 600px;
}

.platform-request-container p
{
    margin-bottom: 0 !important;
    text-indent: 10px !important;
}

.projecPlannerPageWrap .contactsFormInnerWrap
{
    margin-top: 10px !important;
}

.platform-request-heads
{
    padding-bottom: 0 !important;
}

#request-container
{
    margin-bottom: 8px !important;
}

#upload-error-container
{
    margin: 15px 0 8px !important;
}

#upload-error-container p
{
    text-indent: 0px !important;
}

.contactsFormInnerWrap .errorValMsg
{
    text-align: center;
    top: -31px;
    width: 100%;
}

.projecPlannerPageWrap .contactsFormInnerWrap .errorValMsg
{
    text-align: left;
    top: -4px;
}

.circleCheckLine, .projectPlannerBtm
{
    position: relative;
}

.circleCheckLine .errorValMsg
{
    top: 1px;
}

.projectPlannerBtm .errorValMsg
{
    padding-top: 1px;
    top: auto;
    text-align: left;
}

/*custom select*/
.s-hidden
{
    visibility: hidden;
    padding-right: 10px;
}

.selectsLine
{
    width: 972px;
    margin-left: 72px;
}

.select
{
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #959595;
    width: 466px;
    height: 46px;
}

.styledSelect
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 34px;
    padding: 12px 17px 0;
    background: #fff;
    -mox-box-shadow: inset 0 1px 2px #d2d0d0;
    -webkit-box-shadow: inset 0 1px 2px #d2d0d0;
    box-shadow: inset 0 1px 2px #d2d0d0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.styledSelect:after
{
    content: "";
    display: block;
    width: 21px;
    height: 14px;
    background: url(/Images/selectsArrowSprite.png) no-repeat transparent 0 bottom;
    position: absolute;
    top: 17px;
    right: 13px;
}

.styledSelect.active:after
{
    content: "";
    display: block;
    width: 21px;
    height: 14px;
    background: url(/Images/selectsArrowSprite.png) no-repeat transparent 0 0;
    position: absolute;
    top: 17px;
    right: 13px;
}

.options
{
    display: none;
    position: absolute;
    top: 38px;
    right: 1px;
    padding: 6px 0;
    left: 1px;
    z-index: 999;
    list-style: none;
    overflow: hidden;
    background: url(/Images/selectOpacityBg.png) repeat transparent 0 0;
    background: rgba(255, 255, 255, 0.95);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.options li
{
    width: 434px;
    height: 34px;
    margin: 0 auto;
    padding: 12px 10px 0;
    position: relative;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.selectsLine .options li:first-child
{
    display: none;
}

.options li:hover
{
    background-color: #ededed;
    color: #2f343d;
}

/*order call popup*/
.orderCallPopup
{
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    width: 532px;
    height: 437px;
    background: #ededed;
    z-index: 500;
    margin: -221px 0 0 -266px;
    border-top: 4px solid #78bb32;
}

.innerOrderCallPopup h3
{
    font-weight: 300;
    font-size: 44px;
    line-height: 44px;
    color: #464f5c;
    padding: 25px 0 0 76px;
    margin: 23px 0 0 23px;
    background: url(../images/callPopupH3Bg-icon.png) transparent no-repeat 0 0;
}

.closePopup, .closeProductPopup, .closeGetInTouchPopup
{
    display: block;
    cursor: pointer;
    width: 21px;
    height: 21px;
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 17px;
    z-index: 2;
    background: url(/images/closePopupSprite.png) no-repeat transparent;
    background-position: 0 0;
}

.closePopup:hover, .closeProductPopup:hover, .closeGetInTouchPopup:hover
{
    background-position: 0 bottom;
}

.orderCallForm
{
    width: 447px;
    margin: 0 auto;
    padding: 43px 0 0;
    position: relative;
}

.orderCallForm .errorValMsg
{
    text-align: left;
    top: 13px;
}

.orderCallTimeLine p
{
    color: #787878;
    font-size: 16px;
    line-height: 46px;
    padding-right: 26px;
}

.orderCallTimeLine span
{
    color: #787878;
    font-size: 28px;
    line-height: 46px;
    float: left;
    padding: 0 9px;
}

.orderCallTimeLine input[type="text"]
{
    color: #2f343d;
    width: 76px;
}

.orderCallForm input[type="submit"]
{
    font-size: 16px;
    height: 44px;
    width: 184px;
    margin: 0 auto;
    display: block;
}

.ui-timepicker-wrapper
{
    z-index: 600;
    background: url(/Images/selectOpacityBg.png) repeat transparent 0 0;
    background: rgba(255, 255, 255, 0.95);
    margin: -10px 0 0 1px;
    height: 118px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.ui-timepicker-list
{
    width: 95px;
    padding: 5px 4px 5px 5px;
}

.ui-timepicker-list li
{
    color: #959595;
    font-size: 16px;
    height: 30px;
    cursor: pointer;
    padding: 6px 0 0 10px;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.ui-timepicker-list li:hover
{
    color: #2f343d;
    background: #ededed;
}

.jspDrag
{
    background: url(/Images/jspDragBg.png) repeat transparent 0 0;
    position: relative;
    top: 0;
    width: 8px;
    height: 35px !important;
    left: 0;
    cursor: pointer;
}

.jspVerticalBar .jspArrow
{
    height: 28px;
    display: block;
    width: 10px;
    cursor: default;
    position: relative;
    z-index: -1;
}

.jspVerticalBar .jspArrow.jspArrowUp
{
    height: 5px;
}

.jspTrack
{
    background: transparent;
    position: relative;
    width: 10px;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: transparent;
}

.jspPane
{
    position: absolute;
}

.jspContainer
{
    overflow: hidden;
    position: relative;
}
/*crm services*/
.crmHelpUpgradingTable
{
    width: 440px;
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
    font-weight: 600;
    line-height: 27px;
    font-size: 18px;
    margin: 23px 0 23px 337px;
}

.crmHelpUpgradingTable th
{
    font-size: 20px;
    text-align: left;
    font-weight: 600;
}

.crmHelpUpgradingTable tr th:first-child
{
    color: #2f343d;
}

.crmHelpUpgradingTable tr th:first-child + th
{
    color: #787878;
}

.crmHelpUpgradingTable tr td:first-child
{
    color: #2f343d;
    width: 193px;
}

.crmHelpUpgradingTable tr td:first-child + td, .crmHelpUpgradingTable tr td:first-child + td a
{
    color: #787878;
}

.crmHelpUpgradingTable tr td:first-child + td a:hover
{
    color: #78bb32;
}

.codeTextWrap
{
    background: #313a4d;
    padding: 38px 0 76px;
}

.codeTextWrap .whiteHeadText
{
    color: #fff;
    text-align: center;
    font-size: 44px;
    line-height: 60px;
    font-weight: 300;
    padding-bottom: 35px;
}

.codeTextInnerWrap
{
    width: 824px;
    margin: 0 auto;
    background: #fff;
    padding: 38px 58px 45px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.codeTextInnerWrap p:first-child
{
    font: 24px/28px 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    color: #464f5c;
}

.codeTextInnerWrap p:first-child span
{
    color: #78bb32;
}

.research_developmentTittleTextIndent
{
    font-weight: 600;
    color: #2f343d;
    font-size: 18px;
    line-height: 27px;
    padding-top: 24px;
}

.research_developmentTittleTextIndentInside
{
    text-indent: 30px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans',sans-serif;
}

.research_developmentTittleTextIndentInside pre
{
    font-family: 'Open Sans',sans-serif;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word;
}

.crmHelpServiceWrap h1
{
    line-height: 53px;
    padding: 85px 115px 9px 0;
}

.typicalServiceContent .withNumberList > li
{
    background: none;
    padding-left: 22px;
    position: relative;
}

.typicalServiceContent .withNumberList li ul li
{
    /* Добавление двух булетов в списке
        background: url(../images/greenTextDot.png) no-repeat transparent 0 11px!important;
    */
    padding-left: 22px;
    position: relative;
}

.typicalServiceContent .withNumberList li span
{
    color: #78bb32;
    font-weight: 600;
    margin-left:-15px;
}

.dedicatedDevelopmentService .withNumberList li
{
    padding-left: 20px;
}

.dedicatedDevelopmentService .withNumberList li span
{
    position: relative;
    margin-left: -20px;
    font-weight: 600;
}

/*products pages*/
.typicalProductPage strong, .typicalProductPage p b
{
    font-weight: 600;
}

.typicalProductPage h2
{
    padding-top: 19px;
}

.typicalProductPage .typicalServiceContent li img
{
    margin-top: 15px;
    margin-bottom: 11px;
}

.typicalProductPage .typicalServiceContent img
{
    margin-top: 16px;
    margin-bottom: 12px;
}

.productBtnsPanel
{
    width: 246px;
    border-top: 5px solid #78bb32;
    background: #ededed;
    padding: 25px 0 15px 0;
    text-align: center;
    margin: 0 0 40px 40px;
    position: absolute;
    right: 0;
    z-index: 5;
    -moz-box-shadow: 0 0 3px #b8b7b7;
    -webkit-box-shadow: 0 0 3px #b8b7b7;
    box-shadow: 0 0 3px #b8b7b7;
}

.productBtnsPanel .greenBtn
{
    font-size: 16px;
    line-height: 44px;
    height: 44px;
    width: 152px;
    margin-bottom: 15px;
    padding-top: 0;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.65);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.65);
    box-shadow: 0 1px 1px rgba(0,0,0,.65);
}

.rihgtIndentEl
{
    margin-right: 286px;
}

.typicalServiceContent .widthStronIndent
{
    padding-bottom: 0;
    margin-bottom: -2px;
}

.relationshipChartsHeader h1
{
    padding-bottom: 56px;
}

.logo_aastra, .logo_polycom, .logo_grandstream
{
    display: block;
    margin: 0;
    height: 0;
    padding: 59px 0 0;
    overflow: hidden;
    background-position: top left;
    background-repeat: no-repeat;
    margin-bottom: 11px;
}

.logo_pbx_trixbox, .logo_pbx_asterisk, .logo_pbx_elastix
{
    display: block;
    padding: 5px 0 0;
    overflow: hidden;
    background-position: top left;
    background-repeat: no-repeat;
    margin-top: -12px;
}

.logo_pbx_trixbox
{
    background-image: url(../images/logo_trixbox2.png);
    width: 250px;
    height: 90px;
}

.logo_pbx_asterisk
{
    background-image: url(../images/logo_asterisk.png);
    width: 250px;
    height: 90px;
}

.logo_pbx_elastix
{
    background-image: url(../images/logo_elastix.png);
    width: 155px;
    height: 90px;
    margin-right: -40px;
}

.logo_aastra
{
    background-image: url(../images/logo_aastra.png);
    width: 250px;
}

.logo_polycom
{
    background-image: url(../images/logo_polycom.png);
    width: 310px;
}

.logo_grandstream
{
    background-image: url(../images/logo_grandstream.png);
    width: 160px;
}

.typicalServiceContent .trixboxProductPage li
{
    font-size: 16px;
    line-height: 24px;
    background: url(../images/greenTextDot.png) no-repeat transparent 0 9px;
}

.trixboxProductPage td, .featuresWithPics td
{
    vertical-align: top;
}

.typicalProductPage .typicalServiceContent td .rightImage
{
    margin: 8px 0 22px 30px;
}

.typicalProductPage .typicalServiceContent .rightImage
{
    float: right;
    margin: 10px 0 18px 30px;
    position: relative;
    -moz-box-shadow: 0 0 3px #B8B7B7;
    -webkit-box-shadow: 0 0 3px #B8B7B7;
    box-shadow: 0 0 3px #B8B7B7;
}

.severalPics img
{
    margin: 0 30px 10px 0;
    position: relative;
    -moz-box-shadow: 0 1px 3px #B8B7B7;
    -webkit-box-shadow: 0 1px 3px #B8B7B7;
    box-shadow: 0 1px 3px #B8B7B7;
}

.featuresWithPics tr td:first-child
{
    font-weight: 600;
    color: #78bb32;
    font-size: 18px;
    line-height: 27px;
    padding: 6px 10px 0 0;
}

.typicalServiceContent .clearfix p.left
{
    max-width: 704px;
}

span.crm2013_red
{
    color: #9B1111;
}

.research_developmentCodeExample span.crm2013_blue
{
    color: #0000FF;
}

span.crm2013_green
{
    color: #018D11;
}

.crmCustomService p, .crmCustomService li, .crmCustomService .research_developmentLineText, .typicalServiceContent .crmCustomService p,
.crmCustomService .research_developmentCodeExample
{
    font-size: 16px;
    line-height: 22px;
}

.crmCustomService .research_developmentCodeExample
{
    line-height: 24px;
}

.crmCustomService li
{
    background-position: 0 8px;
}

.crmCustomService h2
{
    padding-bottom: 5px;
}

.crmCustomService img
{
    margin: 10px 0;
}

.crmCustomService .codeTextInnerWrap
{
    padding: 21px 58px 30px;
}

.crmCustomService
{
    padding: 50px 0 25px;
}
/*all products page*/
.allProductsPage
{
    background: #ededed;
    position: relative;
    z-index: 10;
    -moz-box-shadow: 0 1px 1px #bdbdbd;
    -webkit-box-shadow: 0 1px 1px #bdbdbd;
    box-shadow: 0 1px 1px #bdbdbd;
}

.productItemWrap
{
    margin-bottom: 60px;
    position: relative;
}

.productItemImg
{
    width: 370px;
    height: 282px;
    margin: 0 39px 0 0;
    -moz-box-shadow: 0 1px 3px #B8B7B7;
    -webkit-box-shadow: 0 1px 3px #B8B7B7;
    box-shadow: 0 1px 3px #B8B7B7;
}

.productItemImg a
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.allProductsPage .productItemWrap h2
{
    color: #464f5c;
    font-weight: 300;
    font-size: 44px;
    line-height: 53px;
    float: left;
    width: 674px;
    padding: 0 0 10px;
    position: relative;
    top: -12px;
}

.productItemWrap p
{
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #464f5c;
    float: left;
    width: 674px;
    margin: -5px 0 30px;
}

.allProductsPage p b, .crmCustomServicePage strong, .crmCustomServicePage b
{
    font-weight: 600;
}

.productItemWrap .withBorderLink
{
    padding-right: 22px;
    padding-left: 22px;
    position: relative;
    z-index: 10;
}

.withCrmLogo
{
    background: url(../Images/withCrmLogoBg.png) no-repeat transparent right 6px;
}

.allProductsPage h2.withRightIndent
{
    padding-right: 220px;
    width: 454px;
}

.allProductsPage h2.withSmallRightIndent
{
    padding-right: 110px;
    width: 564px;
}

.allProductsWrap
{
    padding: 39px 0 20px;
}

.typicalServiceContent .withoutBullList li
{
    background: none;
    padding-left: 0;
}

.typicalServiceContent .withBigNumList li
{
    position: relative;
    background: none;
    padding-left: 40px;
}

.typicalServiceContent .withBigNumList li span
{
    position: absolute;
    left: 0;
    top: 2px;
    color: #78bb32;
    font-size: 44px;
    line-height: 44px;
    font-weight: 300;
}

.withImgChallengesItem
{
    float: left;
    width: 348px;
    text-align: center;
    padding-top: 116px;
    margin: 38px 0 26px;
}

.typicalServiceContent .withImgChallengesItem p
{
    font-size: 16px;
    line-height: 22px;
}

.challengesFirstIcon
{
    background: url(../Images/challengesFirstIcon.png) no-repeat transparent center top;
}

.challengesSecondIcon
{
    background: url(../Images/challengesSecondIcon.png) no-repeat transparent center top;
}

.challengesThirdIcon
{
    background: url(../Images/challengesThirdIcon.png) no-repeat transparent center top;
}

.engageWABlock span
{
    font-size: 44px;
    line-height: 44px;
    font-weight: 300;
    color: #464f5c;
    margin: 41px 0 12px;
    display: block;
}

.engageWABlock span .greenText
{
    color: #78BB32;
    margin: 0;
    display: inline;
}

.typicalServiceContent .engageWABlock p
{
    padding: 4px 0 0;
}

.typicalServiceContent .crmCustomService li
{
    font-size: 16px;
    line-height: 24px;
    background-position: 0 8px;
}

.typicalServiceContent .crmCustomService .btmIndentList
{
    padding-bottom: 12px;
}

.crmCustomService h2.btmIndent10
{
    padding-bottom: 10px;
}

.crmCustomService .research_developmentCodeExample
{
    padding: 15px 0 15px 30px;
}

.typicalServiceContent .crmCustomService p.negativeIndent
{
    margin-bottom: -15px;
}

.crmCustomServicePage h2
{
    padding-bottom: 2px;
    padding-top: 23px;
}

.crmCustomServicePage .wrapper
{
    padding-top: 17px;
}

.upgradeCrmCustomization .typicalServiceTop h1
{
    line-height: 53px;
    padding: 94px 120px 0 0;
    margin-bottom: -1px;
}

.typicalServiceContent .crmTabsWrap p
{
    text-align: center;
    color: #c1c1c1;
    font-weight: 300;
    font-size: 44px;
    line-height: 44px;
    padding-bottom: 25px;
}

.crmTabsWrap
{
    margin: 21px 0 32px;
}

.crmTabsWrap p:first-child + a, .crmTabsWrap p:first-child + span
{
    margin-left: 0;
}

.crmTabsWrap a, .crmTabsWrap span
{
    float: left;
    height: 70px;
    width: 246px;
    position: relative;
    font-style: italic;
    color: #464f5c;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 70px;
    background: #ededed;
    margin-left: 20px;
}
.crmTabsWrap a.two-lines, .crmTabsWrap a.two-lines.active, .crmTabsWrap span.two-lines, .crmTabsWrap span.two-lines.active {
    height: 60px;
    line-height: 24px;
    padding-top: 10px;
}

.crmTabsWrap a:hover, .crmTabsWrap span:hover, .crmTabsWrap span.active
{
    color: #fff;
}

.greenTabs.active
{
    background: #78bb32;
}

.greenTabs.active:after
{
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    display: block;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid #78bb32;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
}

.blueTabs.active
{
    background: #0072c6;
}

.blueTabs.active:after
{
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    display: block;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid #0072c6;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
}

.orangeTabs.active
{
    background: #ed7d31;
}

.orangeTabs.active:after
{
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    display: block;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid #ed7d31;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
}

.darkTabs.active
{
    background: #00234a;
}

.darkTabs.active:after
{
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    display: block;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid #00234a;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
}

.crmTabsWrap .greenTabs:hover
{
    background: #78bb32;
}

.crmTabsWrap .blueTabs:hover
{
    background: #0072c6;
}

.crmTabsWrap .orangeTabs:hover
{
    background: #ed7d31;
}

.crmTabsWrap .darkTabs:hover
{
    background: #00234a;
}

.crmSolutionsWrap
{
    background: #313a4d;
    padding: 39px 0 60px;
}

.crmSolutionsWrap h2
{
    color: #78bb32;
    font-family: 'Open Sans Condensed';
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    padding: 15px 0 3px;
}

.crmSolutionsWrap .wrapper div
{
    width: 522px;
}

.crmSolutionsWrap p
{
    position: relative;
    color: #ededed;
    font-size: 16px;
    line-height: 22px;
    padding-left: 20px;
    padding-top: 7px;
    padding-bottom: 10px;
}

.crmSolutionsWrap p a
{
    color: #ededed;
}

.crmSolutionsWrap span
{
    position: absolute;
    left: 0;
    top: 7px;
    font-weight: 600;
    color: #78bb32;
}

.typicalServiceContent .withNumberList li ul li
{
    background: url("../images/greenTextDot.png") no-repeat 0 11px transparent;
}

.typicalProductPage h2.btmIndent2
{
    padding-bottom: 2px;
}

.typicalServiceContent p a.noBorderLink
{
    border-bottom: none;
}

a.noBorderLink img
{
    box-shadow: none;
}

.typicalServiceTop.transmartHeader
{
    height: 650px;
    border: none;
    padding: 0;
    box-shadow: none;
    background: #588a19;
    background: -moz-linear-gradient(top, #588a19 0%, #266600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#588a19), color-stop(100%,#266600));
    background: -webkit-linear-gradient(top, #588a19 0%,#266600 100%);
    background: -o-linear-gradient(top, #588a19 0%,#266600 100%);
    background: -ms-linear-gradient(top, #588a19 0%,#266600 100%);
    background: linear-gradient(to bottom, #588a19 0%,#266600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#588a19', endColorstr='#266600',GradientType=0 );
}

.transmartHeaderInner
{
    background: url("../images/transmartHeaderBg.jpg") no-repeat transparent center 0;
    height: 610px;
    padding: 40px 0 0;
    position: relative;
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
}

.typicalServiceTop.transmartHeader h1, .typicalServiceTop.transmartHeader h2
{
    color: #fff;
    text-shadow: 0 0 6px rgba(0,0,0,0.39);
}

.typicalServiceTop.transmartHeader h1
{
    padding: 472px 0 0;
}

.transmartTopImg
{
    position: absolute;
    width: 1242px;
    height: 445px;
    text-align: center;
    left: -74px;
    top: 0px;
}



/*preFooter*/
.preFooter
{
    text-align: justify;
    line-height: 0;
    border-bottom: 1px solid #d7d7d7;
    background: #ededed;
    padding: 71px 0 29px;
    position: relative;
    z-index: 5;
    -moz-box-shadow: -5px -4px 5px rgba(39,43,51,0.4);
    -webkit-box-shadow: -5px -4px 5px rgba(39,43,51,0.4);
    box-shadow: -5px -4px 5px rgba(39,43,51,0.4);
}

.preFooter .wrapper
{
    padding: 0 92px 0 108px;
    width: 884px;
}

.preFooter .wrapper .preFooterItem:first-child
{
    cursor: pointer;
}

.preFooterItem
{
    display: inline-block;
    text-align: center;
    vertical-align: top;
    font-size: 16px;
    line-height: 22px;
}

.preFooterItem a
{
    color: #464f5c;
}

.preFooterHelper
{
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    display: inline-block;
}

.greenCircle
{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0 1px 3px rgba(210,208,208, 0.75);
    -webkit-box-shadow: 0 1px 3px rgba(210,208,208, 0.75);
    box-shadow: 0 1px 3px rgba(210,208,208, 0.75);
    background-position: center center;
    background-color: #78bb32;
    background-repeat: no-repeat;
}

.ppIcon
{
    background-image: url(../images/projectPlanner-icon.png);
}

.connectIcon
{
    background-image: url(../images/connect-icon.png);
}

.nlIcon
{
    background-image: url(../images/newsletter-icon.png);
}

.preFooterItem h2
{
    color: #464f5c;
    font-size: 22px;
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 12px 0 8px;
}

.preFooterItem p
{
    color: #959595;
    padding-bottom: 13px;
}

.underlineLink
{
    border-bottom: 1px solid #78bb32;
    cursor: pointer;
    -webkit-transition: color 600ms ease;
    -moz-transition: color 600ms ease;
    -ms-transition: color 600ms ease;
    -o-transition: color 600ms ease;
    transition: color 600ms ease;
}

.underlineLink:hover
{
    color: #78bb32;
}

.subcsribeNewsField
{
    color: #ACA6A6;
    border: none;
    background: url(../images/subcsribeNewsField-icon.png) no-repeat 9px center #fff;
    width: 150px;
    height: 36px;
    font-size: 13px;
    padding: 0 62px 0 42px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    -mox-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    line-height: 35px;
}
.subcsribeNewsField[placeholder] {
    color:black;
}
.subcsribeNewsFieldWithoutIcon
{
    color: black;
    border: none;
    width: 150px;
    height: 36px;
    font-size: 13px;
    padding: 0 92px 0 12px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    -mox-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    line-height: 35px;
}

.subscribeLetterForm
{
    position: relative;
    width: 256px;
}

.subcsribeNewsBtn
{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: block;
}

.greenBtn
{
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
    color: #fff;
    height: 35px;
    border: none;
    cursor: pointer;
    line-height: 13px;
    padding: 0 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.32);
    background-image: -webkit-linear-gradient(top, #82c936 0%, #629f20);
    background-image: -moz-linear-gradient(top, #82c936 0%, #629f20);
    background-image: -o-linear-gradient(top, #82c936 0%, #629f20);
    background-image: -ms-linear-gradient(top, #82c936 0%, #629f20);
    background-image: linear-gradient(top, #82c936 0%, #629f20);
    -moz-box-shadow: 0 1px 1px #585757,inset 0 1px 1px rgba(255,255,255, 0.5);
    -webkit-box-shadow: 0 1px 1px #585757,inset 0 1px 1px rgba(255,255,255, 0.5);
    box-shadow: 0 1px 1px #585757,inset 0 1px 1px rgba(255,255,255, 0.5);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1NjciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM4MkM5MzYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM2MjlGMjAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c1NjcpIiAvPgo8L3N2Zz4=);
}

.greenBtn:hover, .greenBtnHover
{
    background: rgb(146,227,61);
    background: -moz-linear-gradient(top, rgba(146,227,61,1) 0%, rgba(129,201,54,1) 43%, rgba(97,159,32,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(146,227,61,1)), color-stop(43%,rgba(129,201,54,1)), color-stop(100%,rgba(97,159,32,1)));
    background: -webkit-linear-gradient(top, rgba(146,227,61,1) 0%,rgba(129,201,54,1) 43%,rgba(97,159,32,1) 100%);
    background: -o-linear-gradient(top, rgba(146,227,61,1) 0%,rgba(129,201,54,1) 43%,rgba(97,159,32,1) 100%);
    background: -ms-linear-gradient(top, rgba(146,227,61,1) 0%,rgba(129,201,54,1) 43%,rgba(97,159,32,1) 100%);
    background: linear-gradient(to bottom, rgba(146,227,61,1) 0%,rgba(129,201,54,1) 43%,rgba(97,159,32,1) 100%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MTAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM5MkUzM0QiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM2MTlGMjAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MTApIiAvPgo8L3N2Zz4=);
}

.greenBtn:active, .greenBtnActive
{
    text-shadow: 0 -1px 0 rgba(0,0,0,0.32);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0, 0.38);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0, 0.38);
    box-shadow: inset 0 1px 3px rgba(0,0,0, 0.38);
    background: rgb(129,201,54); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(129,201,54,1) 0%, rgba(97,159,32,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(129,201,54,1)), color-stop(100%,rgba(97,159,32,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(129,201,54,1) 0%,rgba(97,159,32,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(129,201,54,1) 0%,rgba(97,159,32,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(129,201,54,1) 0%,rgba(97,159,32,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(129,201,54,1) 0%,rgba(97,159,32,1) 100%); /* W3C */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3NzMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM4MUM5MzYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM2MTlGMjAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3NzMpIiAvPgo8L3N2Zz4=);
}

.greenBtn.disabled
{
    color: #959595;
    cursor: default;
    text-shadow: 0 1px 0 rgba(255,255,255,1);
    background: rgb(237,237,237); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(206,206,206,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(206,206,206,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(206,206,206,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(206,206,206,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(206,206,206,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(206,206,206,1) 100%); /* W3C */
    -moz-box-shadow: 0 1px 1px rgba(0,0,0, 0.65),inset 0 1px 1px rgba(255,255,255, 0.59);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0, 0.65),inset 0 1px 1px rgba(255,255,255, 0.59);
    box-shadow: 0 1px 1px rgba(0,0,0, 0.65),inset 0 1px 1px rgba(255,255,255, 0.59);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2MDMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNFREVERUQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNDRUNFQ0UiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2MDMpIiAvPgo8L3N2Zz4=);
}

.preFooter span.greenBtn
{
    padding-top: 11px;
    height: 24px;
    position: relative;
}

.subscribe-errors-container
{
    margin-top: 5px;
    margin-bottom: -2px;
    min-height: 22px;
    position: relative;
}

.vacancy.subscribe-errors-container
{
    display: block;
    float: left;
    width: 713px;
    margin-top: 5px;
    margin-bottom: -2px;
    min-height: 22px;
    position: relative;
}

.vacancy.subscribe-errors-container p
{
    text-align:right;
}

.subscribe-errors-container .errorValMsg
{
    display: none;
    color: #ef662f;
    top: 2px;
}


.preFooterItem .errorValMsg
{
    width: auto;
}
/*footer*/
.footer
{
    background: #dcdcdc;
    position: relative;
    z-index: 10;
}

.footerNavList div
{
    color: #959FA8;
    font-size: 10px;
    margin: 0 0 7px;
}

.footerProductList
{
    width: 150px;
}

.pageFooter .footerBlock ul, .footerNavList
{
    margin: 0;
    padding: 7px 0 0;
}

.footerBlock a
{
    color: #464f5c;
    font-size: 13px;
    line-height: 18px;
}

.footerBlock a:hover
{
    border-bottom: 1px solid #78bb32;
}

.footer strong
{
    color: #464f5c;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 600;
}

.footerServices
{
    width: 500px;
    margin-right: 31px;
}

.footerServices .footerNavList > div
{
    float: left;
    width: 50%;
}

.footerFindUs p
{
    color: #464f5c;
    font-size: 20px;
    line-height: 30px;
}

.footerFindUs p a
{
    color: #464f5c;
    line-height: 27px;
    display: inline-block;
    font-weight: 600;
}

.footerCopyright
{
    text-align: right;
    background: #464f5c;
    padding: 11px 0;
}

.footerCopyright p
{
    color: #dcdcdc;
    font-size: 13px;
    line-height: 13px;
}

.footerCopyright p.footerSeoText
{
    text-align: left;
    padding: 5px 0 12px;
    line-height: 18px;
}

.footerSoc
{
    margin-top: 21px;
}

.footerSoc a, .footerSoc span
{
    display: block;
    height: 30px;
    float: left;
    margin-right: 18px;
}

.fbLink
{
    background: url(../images/footerSocSprite.png) no-repeat transparent;
    background-position: left top;
    width: 14px;
}

.fbLink:hover
{
    background-position: left bottom;
}

.inLink
{
    background: url(../images/footerSocSprite.png) no-repeat transparent;
    background-position: -16px top;
    width: 30px;
}

.inLink:hover
{
    background-position: -16px bottom;
}

.twLink
{
    background: url(../images/footerSocSprite.png) no-repeat transparent;
    background-position: -47px top;
    width: 31px;
}

a.twLink:hover
{
    background-position: -47px bottom;
}

.gLink
{
    background: url(../images/footerSocSprite.png) no-repeat transparent;
    background-position: right top;
    width: 37px;
}

a.gLink:hover
{
    background-position: right bottom;
}

.instagramLink {

    background: url(../images/insta-navy.png) no-repeat transparent;
    width: 37px;
}

a.instagramLink:hover {
    background: url(../images/insta-green.png) no-repeat transparent;
    width: 37px;
}

.footerInner
{
    padding: 28px 0 33px;
}

.menu-line
{
    margin-top: 5px;
    margin-left: 32px;
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    height: 2px;
    background-color: #78bb32;
}

.greenRound
{
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: -101px;
    border: 1px solid #78bb32;
    border-radius: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.menuLinkContainer
{
    display: inline-block;
}

.greenCircleWrapper
{
    height: 105px;
}

/*seo text*/
.seoTextLine
{
    background: #fff;
    position: relative;
    z-index: 10;
    padding: 46px 0 33px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.seoTextLine p
{
    color: #787878;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 16px;
}

.seoTextLine p a
{
    color: #464f5c;
}
/*END seo text*/

/*404 page*/
.errorPage
{
    z-index: 10;
    position: relative;
    background: #ededed;
    -moz-box-shadow: -1px 1px 1px #c4c4c4;
    -webkit-box-shadow: -1px 1px 1px #c4c4c4;
    box-shadow: -1px 1px 1px #c4c4c4;
}

.errorPageContent
{
    text-align: center;
    padding: 18px 0 81px;
}

.errorPageContent p
{
    font-size: 24px;
    line-height: 60px;
    color: #464f5c;
    padding-bottom: 17px;
}

.animateBall
{
    display: block;
    width: 28px;
    height: 27px;
    position: absolute;
    left: 145px;
    top: 320px;
    margin-left: -14px;
    margin-top: -14px;
}

.animateBall img
{
    display: block;
    width: 28px;
    height: auto;
}

.errorAnimateWrap
{
    position: relative;
    width: 649px;
    height: 280px;
    overflow: hidden;
    margin: 0 auto 41px;
    background: url(../images/404_v1.png) no-repeat transparent 0 0;
}

.errorPageContent .homeBtn
{
    display: inline-block;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 196px;
}
/*END 404 page*/

/*breadcrumb*/
#divBreadcrumb
{
    font-size: 13px;
    line-height: 28px;
    color: #464f5c;
    padding-left: 3px;
    position: relative;
    top: -16px;
    margin-bottom: 10px;
}

#divBreadcrumb .breadcrumbHome
{
    width: 16px;
    height: 16px;
    display: inline-block;
    border: none;
    position: relative;
    top: 3px;
    left: -3px;
    background: url(../images/breadcrumbsSprite.png) no-repeat transparent 0 0;
}

#divBreadcrumb .breadcrumbHome:hover
{
    background: url(../images/breadcrumbsSprite.png) no-repeat transparent 0 bottom;
    border: none;
}

#divBreadcrumb a
{
    color: #464f5c;
}

#divBreadcrumb a:hover
{
    border-bottom: 1px solid #78bb32;
}

.breadcrumb-arrow
{
    padding: 0 3px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px)
{
    .macBlock img
    {
        display: inline !important;
    }

    .macBlockTextMask
    {
        display: none;
    }
}

/*product request demo popup*/
.productRequestDemoPopup
{
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    width: 532px;
    height: 712px;
    background: #ededed;
    z-index: 500;
    margin: -356px 0 0 -266px;
    border-top: 4px solid #78bb32;
}

/*getInTouchPopup popup*/
.getInTouchPopup
{
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    width: 532px;
    height: 712px;
    background: #ededed;
    z-index: 500;
    margin: -356px 0 0 -266px;
    border-top: 4px solid #78bb32;
}
.getInTouchPopup.convergence {
    height: 642px;
    position: absolute;
    margin-top: 0;
}
.getInTouchPopup textarea
{
    background: #fff;
    border: medium none;
    border-radius: 6px;
    box-shadow: 0 1px 2px #D2D0D0 inset;
    color: #959595;
    display: block;
    font: 16px 'Open Sans',sans-serif;
    height: 164px;
    margin-bottom: 25px;
    padding: 10px 15px;
    position: relative;
    width: 416px;
    resize: none;
}

.getInTouchPopup h3
{
    font-weight: 300;
    font-size: 44px;
    line-height: 44px;
    color: #464f5c;
    padding: 25px 0 0 76px;
    margin: 19px 0 0 23px;
    background: url(../images/popupConnectIcon.png) transparent no-repeat 0 0;
}

.productRequestDemoPopup h3
{
    font-weight: 300;
    font-size: 44px;
    line-height: 44px;
    color: #464f5c;
    padding: 25px 0 0 76px;
    margin: 19px 0 0 23px;
    background: url(../images/popupConnectIcon.png) transparent no-repeat 0 0;
}

.productRequestDemoPopup textarea
{
    background: #fff;
    border: medium none;
    border-radius: 6px;
    box-shadow: 0 1px 2px #D2D0D0 inset;
    color: #959595;
    display: block;
    font: 16px 'Open Sans',sans-serif;
    height: 164px;
    margin-bottom: 25px;
    padding: 10px 15px;
    position: relative;
    width: 416px;
    resize: none;
}

/*crm banner*/
.less_1740 .crmBanner
{
    width: 348px;
    height: 86px;
    position: fixed;
    top: 123px !important;
    background: url(../Images/crmBannerSmall.png) no-repeat transparent 0 0;
    right: 50%;
    left: auto;
    z-index: 100;
    margin: 0 -536px 0 0;
    border: 5px solid #989da6;
}

.crmBanner
{
    width: 174px;
    height: 167px;
    position: fixed;
    top: 50%;
    background: url(../Images/crmBannerBig.png) no-repeat transparent 0 0;
    left: 50%;
    right: auto;
    z-index: 100;
    margin: -205px 0 0 -862px;
}

.crmBanner .linkConvergence
{
    height: 32px;
    width: 146px;
    display: block;
    background: #ededed;
    float: none;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background: url(../Images/crmBannerBtnSprite.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0 0;
}

.less_1740 .crmBanner .linkConvergence
{
    float: right;
    margin: 43px 14px 0 0;
}

.crmBanner .linkConvergence:hover
{
    background-position: 0 center;
}

.crmBanner .linkConvergence:active
{
    background-position: 0 bottom;
}

.crmBanner .linkConvergence
{
    margin: 124px auto 0;
}

/*crm product page*/
.blueCrmHeader
{
    height: 1501px;
    color: #fff;
    position: relative;
    overflow: hidden;
    background: url(../Images/blueCrmHeaderBg.png) repeat-x transparent 0 0;
}

.blueCrmHeader:before
{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 744px;
    background: url(../Images/blueCrmHeaderImgBg.jpg) no-repeat transparent center 0;
}

.blueCrmHeader .wrapper
{
    z-index: 2;
}

.blueCrmHeader h1
{
    font-size: 44px;
    line-height: 44px;
    font-weight: 300;
    padding: 52px 0 0;
    text-shadow: 0 2px 5px rgba(0, 48, 69, 0.5);
}

.blueCrmHeader h2
{
    font-size: 24px;
    line-height: 24px;
    padding: 19px 0 13px;
    text-shadow: 0 2px 5px rgba(0, 48, 69, 0.5);
}

.blueCrmHeader p
{
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    padding: 7px 0;
}

.adoptionDashboardSliderWrap
{
    height: 491px;
    margin: 20px 0 35px;
}

.adoptionDashboardSlider
{
    height: 460px;
    /*background: url(../Images/adoptionDashboardSliderBg.jpg)no-repeat #fff 0 0;*/
    background: #fff;
}

.adoptionDashboardSliderWrap img {
    display: block;
}

.adoptionDashboardSlider li
{
    /*margin-top: 112px;*/
    height: 358px;
}

.adoptionDashboardSliderWrap .bx-pager, .crmGroupSliders .bx-pager
{
    line-height: 0;
    text-align: center;
    padding-top: 18px;
}

.adoptionDashboardSliderWrap .bx-pager-item, .crmGroupSliders .bx-pager-item
{
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 5px;
}

.adoptionDashboardSliderWrap .bx-viewport
{
    max-height: 460px !important;
    overflow: hidden;
}

.adoptionDashboardSliderWrap .bx-pager-link, .crmGroupSliders .bx-pager-link
{
    display: block;
    line-height: 0;
    font-size: 0;
    color: transparent;
    width: 13px;
    height: 13px;
    background: #7895a8;
    position: relative;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    z-index: 10;
}

.crmGroupSliders .bx-pager-link
{
    background: #b2b2b2;
}

.adoptionDashboardSliderWrap .bx-pager-link.active, .crmGroupSliders .bx-pager-link.active
{
    background: #78bb32;
}

.trilaLine
{
    height: 44px;
    line-height: 0;
    text-align: center;
}

.trilaLine p
{
    display: inline-block;
    font-size: 24px;
    line-height: 26px;
    margin-right: 23px;
}

.trilaLine .greenBtn
{
    font-size: 16px;
    display: inline-block;
    position: relative;
    line-height: 44px;
    height: 44px;
    width: 184px;
    text-align: center;
    margin-bottom: 15px;
    padding-top: 0;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.65);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.65);
    box-shadow: 0 1px 1px rgba(0,0,0,.65);
}

.crmAnimationCenter
{
    display: block;
    background: url(../Images/crmAnimationCenter.png) no-repeat transparent 0 0;
    width: 510px;
    height: 422px;
    position: relative;
    top: -607px;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    z-index: 5;
}

.crmAnimationLeft, .crmAnimationRight
{
    display: block;
    width: 639px;
    height: 352px;
    position: absolute;
    line-height: 0;
    font-size: 0;
    z-index: 1;
    top: 76px;
}

.crmAnimationLeft
{
    left: -123px;
    background: url(../Images/crmAnimationLeft.png) no-repeat transparent 0 0;
}

.crmAnimationRight
{
    right: -123px;
    display: none;
    background: url(../Images/crmAnimationRight.png) no-repeat transparent 0 0;
}

.crmAnimationLineWrap p
{
    font: 24px/25px 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 48, 69, 0.5);
    padding: 0 181px 0 175px;
    position: absolute;
    top: 37px;
    right: 0;
    left: 0;
    height: 26px;
}

.crmAnimationLineWrap p .right
{
    display: none;
}

.crmAnimationLineWrap
{
    padding: 35px 0 26px;
    position: relative;
}

.crmBlueLine
{
    background: #023e63;
    height: 282px;
    line-height: 0;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

.crmBlueLine p
{
    font-size: 24px;
    color: #fff;
    line-height: 36px;
    padding: 86px 0 0 40px;
}

.crmBlueLine .productBtnsPanel
{
    right: 143px;
    top: 33px;
    border: none;
    background: none;
    box-shadow: none;
}

.crmWhiteLine
{
    background: #fff;
}

.crmWhiteLine .wrapper h2:first-child
{
    color: #023e63;
    font-size: 44px;
    line-height: 60px;
    font-weight: 300;
    padding: 6px 0 11px;
    font-family: 'Open Sans', sans-serif;
}

.crmWhiteLine p, .crmGreyLine p
{
    font-size: 18px;
    line-height: 27px;
    padding: 6px 0 7px;
}

.crmWhiteLine p strong, .stepLine p b
{
    font-weight: 600;
}

.crmWhiteLine p a
{
    border-bottom: 1px solid #78BB32;
    color: #2F343D;
}

.crmWhiteLine span.underlineLink
{
    color: #2f343d;
}

.crmWhiteLine span.underlineLink:hover
{
    color: #78BB32;
}

.crmWhiteLine img
{
    padding: 17px 0 25px;
}

.crmMicrosoftPartner
{
    background: #00486e;
    position: relative;
    z-index: 15;
    background: url(../Images/gamification_product/partner_pattern.jpg) repeat center top;
    padding-bottom: 70px;
}

.crmMicrosoftPartner h3.firstChild
{
    color: #fff;
    font-weight: 300;
    font-size: 44px;
    text-align: center;
    line-height: 54px;
    position: relative;
    padding: 26px 0 0;
    margin-bottom: 54px;
}

.crmMicrosoftPartner h3.firstChild:before
{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    bottom: -107px;
    border-color: #78bb32 transparent transparent transparent;
    border-style: solid;
    border-width: 54px 542px 54px 542px;
    z-index: -1;
}

.crmMicrosoftPartner h3.firstChild:after
{
    content: '';
    display: block;
    top: 0;
    right: 0;
    height: 79px;
    position: absolute;
    left: 0;
    background: #78bb32;
    z-index: -1;
}

.crmMicrosoftPartner h3.secondChild
{
    color: #78bb32;
    font-size: 44px;
    line-height: 48px;
    font-weight: 300;
    text-align: center;
    padding: 23px 0;
}

.crmMicrosoftPartner p.text
{
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
}

.crmMicrosoftPartnerBenefits
{
    margin: 48px 0 51px;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.crmMicrosoftPartnerBenefits div
{
    width: 120px;
    margin-left: 95px;
    display: inline-block;
    vertical-align: top;
}

.crmMicrosoftPartnerBenefits .icon
{
    display: block;
    position: relative;
    background: url(../Images/gamification_product/partner_circle.png) no-repeat left top transparent;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 116px;
    height: 116px;
    border: 2px solid #78bb32;
    margin-bottom: 15px;
}

.crmMicrosoftPartnerBenefits .text
{
    display: block;
    float: none;
    font-size: 22px;
    line-height: 22px;
    font-family: 'Open Sans Condensed';
    color: #78bb32;
    text-align: center;
    font-weight: 700;
}

.crmMicrosoftPartnerBenefits div:first-child
{
    margin-left: 0;
}

.crmMicrosoftPartnerBenefits .benefitsPartner .icon
{
    background-position: left top;
}

.crmMicrosoftPartnerBenefits .benefitsCommision .icon
{
    background-position: -118px top;
}

.crmMicrosoftPartnerBenefits .benefitsYear .icon
{
    background-position: right top;
}

.crmOrderPartner
{
    color: #fff;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.crmOrderPartner span
{
    display: inline-block;
    vertical-align: top;
    line-height: 44px;
    font-size: 24px;
    color: #fff;
}

.crmOrderPartner span.greenBtn
{
    height: 44px;
    line-height: 44px;
    padding: 0 65px;
    margin-left: 29px;
    font-size: 16px;
    width: 164px;
    padding: 0;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.65);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.65);
    box-shadow: 0 1px 1px rgba(0,0,0,.65);
}

.floatingLink
{
    width: 310px;
    height: 69px;
    background: url(../Images//gamification_product/forMicrosoftPartner.png) no-repeat left top transparent;
    position: fixed;
    top: 0;
    margin-left: 232px;
    left: 50%;
    z-index: 200;
}

.floatingLink:hover
{
    background-position: left bottom;
}

.floatingLink a
{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(0,0,0,.32);
    color: #fff;
    text-align: center;
    width: 250px;
    height: 64px;
    padding: 5px 30px 0;
}

.crmProductPage .socLikeWrapper
{
    margin-top: -23px;
    height: 25px;
}

.crmWhiteLine.typicalProductPage h2
{
    padding-top: 24px;
}

.crmGreyLine
{
    background: #ededed;
    padding-bottom: 99px;
}

.crmGreyLine .wrapper h2:first-child
{
    color: #023e63;
    font-size: 44px;
    line-height: 53px;
    font-weight: 300;
    padding: 36px 0 11px;
    font-family: 'Open Sans', sans-serif;
}

.stepLine p
{
    width: 492px;
    padding: 44px 0 0 40px;
    float: left;
    position: relative;
}

.textFullWidth p
{
    width: 1044px;
}

.stepLine p span
{
    position: absolute;
    left: 0;
    top: 44px;
    color: #023e63;
    font-size: 44px;
    line-height: 43px;
    font-weight: 300;
}

.sixthStepSlider
{
    width: 366px;
    height: 554px;
    margin: 0 83px 80px 0;
}

.sixthStepSlider .bx-viewport
{
    max-height: 554px !important;
    overflow: hidden;
}

.seventhStepSlider
{
    width: 418px;
    height: 370px;
    margin-right: 57px;
}
.eighthStepSlider {
    width: 530px;
    height: 360px;
}

.seventhStepSlider .bx-viewport
{
    max-height: 370px !important;
    overflow: hidden;
}

.secondStepSlider
{
    width: 499px;
    height: 407px;
    margin: 0 17px 28px 0;
}

.secondStepSlider .bx-viewport
{
    max-height: 407px !important;
    overflow: hidden;
    text-align: center;
}

.fifthStepLine
{
    padding-bottom: 43px;
}

.firstStepSlider
{
    width: 532px;
    height: 282px;
}

.firstStepSlider .bx-viewport
{
    max-height: 287px !important;
    overflow: hidden;
}

.firstStepLine
{
    padding: 23px 0 85px;
}

.thirdStepLine
{
    padding-bottom: 49px;
}

/*   Life Sciences service   */
.lsServiceTop
{
    background: url(../Images/ls-headerPattern.jpg) repeat-x #313a4d 0 0;
}

.ls-rDevelopment-line
{
    background: url(../Images/ls-rDevPattern.jpg) repeat-x #313a4d 0 0;
    height: 500px;
    padding-top: 60px;
}

.ls-rDevelopment-line .wrapper
{
    padding-top: 0;
    /*background: url(../Images/ls-rDevelopment-line-graphic.png) no-repeat transparent 0 0;*/
}

.ls-rDevelopment-line .right {
    width: 455px;
    padding: 0 0 186px;
    font-size: 18px;
    line-height: 27px;
}

.ls-rDevelopment-line h2
{
    font: 44px/44px 'Open Sans', sans-serif;
    font-weight: 300;
    color: #78bb32;
    padding: 68px 0 19px;
}

.ls-rDevelopment-line li, .ls-rDevelopment-line p, .ls-transmartLineInner-left li, .ls-transmartLineInner-left p, .ls-gpuLineInner li, .ls-gpuLineInner p
{
    color: #fff;
}

.ls-transmartLineInner-left li, .ls-gpuLineInner li
{
    background-image: url(../Images/whiteTextDot.png);
}

.ls-rDevelopment-line .withBorderLink, .ls-transmartLineInner-left .withBorderLink, .ls-gpuLineInner .withBorderLink
{
    padding: 10px 23px;
    display: inline-block;
    margin-top: 15px;
}

.ls-rDevelopment-line .withBorderLink:hover, .ls-transmartLineInner-left .withBorderLink, .ls-gpuLineInner .withBorderLink
{
    color: #ededed;
    border-color: #e3e3e3;
}

.ls-transmart-line
{
    height: 560px;
    border: none;
    padding: 0;
    box-shadow: none;
    background: #588a19;
    background: -moz-linear-gradient(top, #588a19 0%, #2d6a03 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#588a19), color-stop(100%,#2d6a03));
    background: -webkit-linear-gradient(top, #588a19 0%,#2d6a03 100%);
    background: -o-linear-gradient(top, #588a19 0%,#2d6a03 100%);
    background: -ms-linear-gradient(top, #588a19 0%,#2d6a03 100%);
    background: linear-gradient(to bottom, #588a19 0%,#2d6a03 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#588a19', endColorstr='#2d6a03',GradientType=0 );
}

.ls-transmartLineInner
{
    background: url("../images/transmartHeaderBg.jpg") no-repeat transparent center 0;
    height: 495px;
    padding: 65px 0 0;
    position: relative;
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
}

.ls-transmartLineInner-left
{
    background: url(../Images/ls-transmartLineInner-left_bg.png) no-repeat transparent 0 0;
    width: 532px;
    height: 380px;
    margin-left: -22px;
    padding-left: 22px;
    position: relative;
    z-index: 3;
}

.ls-transmartLineInner-left h2, .ls-gpuLineInner h2
{
    font: 44px/44px 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 15px 0 19px;
    color: #fff;
}

.ls-transmartLineInner-left .withBorderLink:hover, .ls-gpuLineInner .withBorderLink:hover
{
    color: #313a4d;
    border-color: #013349;
}

.callUsWrap.ls
{
    -moz-box-shadow: 0 0 5px rgba(39, 43, 51, 0.4);
    -webkit-box-shadow: 0 0 5px rgba(39, 43, 51, 0.4);
    box-shadow: 0 0 5px rgba(39, 43, 51, 0.4);
}

.callUsWrap.ls .wrapper
{
    padding: 0;
}

.ls-gpuLine
{
    height: 560px;
    position: relative;
}

.ls-gpuLine:before
{
    content: '';
    position: absolute;
    display: block;
    width: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    background: #1e5489;
    z-index: -1;
}

.ls-gpuLine:after
{
    content: '';
    position: absolute;
    display: block;
    width: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    background: #79b55b;
    z-index: -1;
}

.ls-gpuLineInner
{
    height: 460px;
    padding-top: 100px;
    background: url(../Images/ls-gpuLineInner_bg.jpg) no-repeat transparent center 0;
}

.ls-gpuLineInner h2
{
    padding: 10px 0 18px;
}

.ls-gpuLineInner .left
{
    width: 552px;
    position: relative;
    z-index: 3;
}

.ls-gpuLineInner img, .ls-transmartLineInner img
{
    display: block;
    position: absolute;
    top: 0;
    right: -132px;
    z-index: 1;
}

.ls-transmartLineInner img
{
    top: 25px;
}

.ls-bottomLine
{
    background: #e3e3e3;
    padding: 35px 0 0;
}

.typicalServiceContent p.authorTestimonials
{
    color: #787878;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    padding: 13px 0 25px;
}

.ls-bottomLine .right
{
    width: 488px;
}

.typicalServiceContent .ls-bottomLine .right p
{
    font-size: 16px;
    line-height: 22px;
}

.ls-bottomLine .testimonialsWrap
{
    padding: 0;
    margin: -10px 0 0;
}

.ls-bottomLine .right p
{
    padding: 8px 0 14px;
}

.ls-bottomLine .clientsImg
{
    padding-top: 33px;
}

.typicalServiceContent p span.quotesText
{
    color: #2F343D;
}

.ls-rDevelopment-line .imgLink
{
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    width: 582px;
    height: 448px;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */


/*webinars*/
.webinarsPageTemplate
{
    background: #ededed;
}

.webinarsHeader
{
    position: relative;
    padding: 30px 0 29px;
    background: rgb(20,143,219);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0OGZkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3OGJiMzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(20,143,219,1) 0%, rgba(120,187,50,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(20,143,219,1)), color-stop(100%,rgba(120,187,50,1)));
    background: -webkit-linear-gradient(left, rgba(20,143,219,1) 0%,rgba(120,187,50,1) 100%);
    background: -o-linear-gradient(left, rgba(20,143,219,1) 0%,rgba(120,187,50,1) 100%);
    background: -ms-linear-gradient(left, rgba(20,143,219,1) 0%,rgba(120,187,50,1) 100%);
    background: linear-gradient(to right, rgba(20,143,219,1) 0%,rgba(120,187,50,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#148fdb', endColorstr='#78bb32',GradientType=1 );
}

.webinarsHeader:before
{
    content: '';
    display: block;
    position: absolute;
    width: 41px;
    height: 22px;
    bottom: -22px;
    left: 50%;
    margin-left: -20px;
    z-index: 10;
    background: url(../Images/webinars/webinarsHeaderArrow.png) no-repeat transparent 0 0;
}

.webinarsHeaderContent
{
    width: 1013px;
    height: 509px;
    background: url(../Images/webinars/browserBg.png) no-repeat transparent 0 0;
    margin-left: -8px;
    padding: 62px 42px 0 45px;
}

.webinarsHeaderContent h1
{
    color: #464f5c;
    font-size: 44px;
    line-height: 44px;
    font-weight: 300;
}

.webinarsHeaderCol
{
    padding-top: 23px;
}

.webinarsHeaderRightCol
{
    width: 260px;
    text-align: center;
    padding-top: 4px;
}

.webinarsHeaderRightCol img
{
    display: inline-block;
    vertical-align: top;
    padding-top: 25px;
}

.webinarsHeaderForm
{
    padding: 18px 26px 30px;
    text-align: left;
    background: #ededed;
    position: relative;
    margin-top: 24px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.webinarsHeaderForm:before
{
    content: '';
    display: block;
    position: absolute;
    right: -1px;
    height: 4px;
    top: -4px;
    left: -1px;
    background: #78bb32;
}

.webinarsHeaderForm span
{
    display: block;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    color: #464f5c;
    font-size: 22px;
    line-height: 36px;
}

.webinarsHeaderForm p
{
    font-size: 16px;
    line-height: 22px;
}

.webinarsHeaderForm .headerText
{
    width: 100%;
    position: absolute;
    left: 0;
    color: #148fdb;
    font-size: 44px;
    line-height: 44px;
    font-weight: 300;
    text-align: center;
    top: -71px;
}

.webinarsHeaderForm .dateLine
{
    color: #148fdb;
    font-size: 22px;
    line-height: 36px;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    padding-left: 40px;
    background: url(../Images/webinars/dateIcon.png) no-repeat transparent 0 2px;
    margin-top: 14px;
}

.webinarsTimeLine
{
    background: url(../Images/webinars/smallTimeIcon.png) no-repeat transparent 0 6px;
    margin-top: 4px;
}

.webinarsTimeLine .select
{
    width: 172px;
    float: right;
    margin-right: -4px;
}

.webinarsTimeLine li.selectedItem
{
    display: none;
}

.webinarsTimeLine .options li:hover
{
    background-color: #ededed;
    color: #148fdb;
}

.webinarsTimeLine .options li
{
    width: 140px;
}

.webinarsHeaderFormBtn
{
    font-size: 16px;
    line-height: 44px;
    height: 44px;
    width: 178px;
    text-align: center;
    margin-top: 16px;
    position: relative;
}

.webinarsTimerLine
{
    background: #313a4d;
    position: relative;
    padding: 64px 0 77px;
    -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .2);
}

.webinarsTimerLine:before
{
    content: '';
    display: block;
    height: 19px;
    width: 37px;
    position: absolute;
    left: 50%;
    bottom: -19px;
    margin-left: -19px;
    background: url(../Images/webinars/timerLineArrow-v1.png) no-repeat transparent 0 0;
}

.timerAnimateArrowWrap
{
    height: 15px;
    width: 17px;
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left: -9px;
}

.timerAnimateArrow
{
    display: block;
    height: 9px;
    width: 17px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../Images/webinars/timerAnimateArrow.png) no-repeat transparent 0 0;
}

.scrollHintText
{
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 6px;
    color: #78bb32;
    font-size: 16px;
    line-height: 22px;
}

.webinarsTimerLine h2
{
    color: #ededed;
    font-size: 44px;
    line-height: 60px;
    font-weight: 300;
    padding-bottom: 6px;
}

.timerDate span, .timerItem span
{
    display: block;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    font-size: 120px;
    line-height: 126px;
}

.timerDate p, .timerItem p
{
    display: block;
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
}

.timerItem p
{
    color: #e3e3e3;
}

.timerDate p
{
    color: #78bb32;
}

.timerWrap
{
    background: url(../Images/webinars/timerIcon.png) no-repeat transparent 0 22px;
    padding-left: 78px;
}

.timerItem
{
    color: #e3e3e3;
    text-align: center;
    float: left;
    width: 190px;
    position: relative;
    margin-right: 14px;
}

.timerItem.sep:before
{
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 41px;
    top: 43px;
    left: -13px;
    background: url(../Images/webinars/timerSep.png) no-repeat transparent 0 0;
}

.timerDate
{
    color: #78bb32;
    text-align: center;
    position: relative;
    margin-left: 100px;
    width: 282px;
}

.timerDate:before
{
    content: '';
    display: block;
    width: 2px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 22px;
    background: #78bb32;
}

.webinarsPageContent
{
    padding: 34px 0 59px;
}

.webinarsPageContent p
{
    color: #2f343d;
}

.webinarsPageContent .intro
{
    font-size: 18px;
    line-height: 27px;
}

.webinarsPageContentList
{
    font-size: 0;
    line-height: 0;
    margin-left: -20px;
}

.webinarsPageContentListItem
{
    display: inline-block;
    vertical-align: top;
    margin: 48px 0 0 20px;
    text-align: center;
    width: 348px;
    padding-bottom: 12px;
}

.webinarsContentListImg
{
    display: block;
    margin: 0 auto;
}

.webinarsPageContentListItem strong
{
    display: block;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #464f5c;
    padding: 16px 0 9px;
}

.webinarsPageContentListItem p
{
    font-size: 16px;
    line-height: 22px;
}

span.webinarsPopupBtn
{
    line-height: 44px;
    font-size: 16px;
    height: 44px;
    width: 172px;
    padding-top: 0;
    margin-top: 5px;
}

.webinarsPageContent h2
{
    color: #148fdb;
    font-size: 44px;
    line-height: 60px;
    font-weight: 300;
    padding: 0 0 17px;
}

.webinarsTestimonials
{
    background: #fff;
    position: relative;
    padding: 50px 0 0;
    height: 314px;
    -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0px 3px rgba(0, 0, 0, .2);
}

.webinarsTestimonials:before
{
    content: '';
    display: block;
    position: absolute;
    width: 37px;
    height: 21px;
    top: -3px;
    left: 50%;
    margin-left: -19px;
    z-index: 10;
    background: url(../Images/webinars/testimonialsArrow.png) no-repeat transparent 0 0;
}

.webinarsTestimonials h3
{
    color: #464f5c;
    font-size: 44px;
    line-height: 60px;
    font-weight: 300;
    width: 384px;
    background: url("../images/fixedSlideIcon.png") no-repeat transparent 0 0;
    padding: 15px 0 0 76px;
}

.webinarsTestimonials h3 span
{
    color: #78bb32;
}

.webinarsTestimonialsSliderWrap
{
    width: 460px;
}

.webinarsTestimonialsText
{
    font-size: 18px;
    line-height: 27px;
    font-style: italic;
    color: #464f5c;
    overflow: hidden;
    max-height: 165px;
}

.webinarsTestimonialsAuthor
{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding: 13px 0 0;
    margin-bottom: -1px;
}

.webinarsTestimonialsItemWrap span
{
    font-size: 13px;
    line-height: 22px;
}

.webinarsTestimonialsItemWrap
{
    text-align: center;
    width: 460px;
    float: right;
    padding-top: 23px;
}

.webinarsTestimonialsSliderWrap .bx-controls
{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}

.webinarsTestimonialsSliderWrap .bx-pager
{
    line-height: 0;
    text-align: center;
}

.webinarsTestimonialsSliderWrap .bx-pager-item
{
    display: inline-block;
    margin: 0 5px;
}

.webinarsTestimonialsSliderWrap .bx-wrapper
{
    height: 314px;
    background: url("../Images/webinars/quoteIcon.png") no-repeat transparent center 0;
}

.webinarsTestimonialsSliderWrap .bx-viewport
{
    height: 250px !important;
}

.webinarsTestimonialsSliderWrap .bx-pager a
{
    background: #BBBBBB;
    border-radius: 13px;
    color: transparent;
    display: block;
    font-size: 0;
    height: 13px;
    line-height: 0;
    position: relative;
    width: 13px;
}

.webinarsTestimonialsSliderWrap .bx-pager a.active
{
    background: #78BB32;
}

.webinarsProgramLine
{
    padding: 39px 0 68px;
    position: relative;
}

.webinarsProgramLine h3
{
    color: #148fdb;
    font-size: 44px;
    line-height: 53px;
    font-weight: 300;
    text-align: center;
}

.webinarsProgramList
{
    padding: 0 0 0 39px;
    position: relative;
    counter-reset: list;
    margin-top: 37px;
}

.webinarsProgramListItem
{
    position: relative;
    margin-top: 204px;
    width: 465px;
}

.webinarsProgramListItem:after
{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url("../Images/webinars/webinarsProgramListItemDot.png") no-repeat transparent center 0;
    position: absolute;
    top: 6px;
    right: -43px;
}

.webinarsProgramListItem.rightItem:after
{
    left: -83px;
    right: auto;
    top: 6px;
}

.blueLineSep
{
    background: #148fdb;
    width: 4px;
    position: absolute;
    top: 102px;
    left: 50%;
    height: 30px;
    margin-left: -3px;
}

.webinarsProgramListItem.rightItem
{
    margin-left: 579px;
}

li.webinarsProgramListItem
{
    position: absolute;
    margin-top: 0;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: opacity 1000ms ease;
    -ms-transition: opacity 1000ms ease;
    -o-transition: opacity 1000ms ease;
    transition: opacity 1000ms ease;
}

.webinarsProgramListItem:before
{
    counter-increment: list;
    content: counter(list);
    position: absolute;
    left: -42px;
    top: -6px;
    height: 25px;
    width: 25px;
    color: #148fdb;
    text-align: center;
    font-size: 44px;
    line-height: 53px;
    font-weight: 300;
}

li.webinarsProgramListItem.visible
{
    opacity: 1;
}

.webinarsProgramListItem strong
{
    display: block;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    color: #464f5c;
}

.webinarsProgramListItem p
{
    font-size: 18px;
    line-height: 27px;
    color: #2f343d;
    padding: 7px 0 0;
}

.webinarsProgramListItemImg
{
    padding-top: 25px;
    padding-bottom: 2px;
}

.webinarsProgramListItemImg img
{
    display: inline-block;
    vertical-align: top;
}

.webinarsBtmFormLine
{
    background: #313a4d;
    border-top: 4px solid #78bb32;
    padding: 31px 0 60px;
}

.webinarsBtmFormLine p.formHeadText
{
    color: #ededed;
    font-size: 24px;
    line-height: 27px;
    position: relative;
    padding: 41px 0 0 92px;
    background: url("../images/popupConnectIcon.png") no-repeat transparent 18px 0;
}

.webinarsBtmForm
{
    padding-left: 54px;
}

.webinarsBtmFormCol
{
    padding: 45px 0 0 40px;
}

.webinarsBtmForm input[type="submit"]
{
    position: relative;
    margin: -7px 18px 0 0;
    padding: 0 20px;
}

.webinarsPopup
{
    background: #EDEDED;
    border-top: 4px solid #78BB32;
    display: none;
    height: 384px;
    left: 50%;
    margin: -194px 0 0 -266px;
    position: fixed;
    top: 50%;
    width: 532px;
    z-index: 499;
    text-align: center;
}

.webinarsPopup .greenBtn
{
    display: block;
    position: relative;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    margin: 0 auto 28px;
    width: 152px;
}

.webinarsPopup h4
{
    color: #464f5c;
    font-size: 44px;
    line-height: 60px;
    font-weight: 300;
    padding: 42px 0 6px 103px;
    background: url("../Images/webinars/webinarsPopupIcon.png") no-repeat transparent 24px 26px;
    text-align: left;
}

.webinarsPopup p
{
    color: #787878;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 21px;
}
/*END webinars*/

/*application development service*/
.logosLine img
{
    display: inline-block;
    vertical-align: top;
    padding: 2px 0 8px;
}

.appDevHeader
{
    height: 534px;
    background: #6182ad;
    position: relative;
}

.appDevHeader:before
{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    bottom: 0;
    background: #203f62;
    z-index: 1;
}

.appDevHeaderInner
{
    height: 534px;
    position: relative;
    z-index: 5;
    background: url("../Images/application-development_service/appDevHeaderBg.jpg") no-repeat transparent center 0;
}

.appDevHeaderCol
{
    height: 534px;
    position: relative;
    width: 506px;
    margin-right: -28px;
    padding: 0 28px;
    z-index: 5;
    background: rgba(48, 67, 93, .76);
}

.appDevHeaderCol h1
{
    color: #78bb32;
    font-size: 44px;
    line-height: 44px;
    font-weight: 300;
    padding: 96px 0 13px;
    white-space: nowrap;
}

.appDevHeaderCol h2
{
    color: #ededed;
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 19px;
}

.appDevHeaderCol p, .appDevServiceWsf p
{
    color: #ffffff;
    font-size: 18px;
    line-height: 27px;
}

.appDevHeaderCol p a, .appDevServiceWsf p a
{
    color: #fff;
}

.applicationDevServicePage .withBorderLink
{
    padding: 10px 17px;
    display: inline-block;
    vertical-align: top;
    margin-top: 24px;
}

.appDevHeaderCol .withBorderLink:hover, .appDevServiceWsf .withBorderLink:hover
{
    color: #ededed;
    border: 1px solid #ededed;
}

.withChartLine
{
    background: rgb(49,58,77);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxM2E0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzExMjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(49,58,77,1) 0%, rgba(7,17,38,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(49,58,77,1)), color-stop(100%,rgba(7,17,38,1)));
    background: -webkit-linear-gradient(top, rgba(49,58,77,1) 0%,rgba(7,17,38,1) 100%);
    background: -o-linear-gradient(top, rgba(49,58,77,1) 0%,rgba(7,17,38,1) 100%);
    background: -ms-linear-gradient(top, rgba(49,58,77,1) 0%,rgba(7,17,38,1) 100%);
    background: linear-gradient(to bottom, rgba(49,58,77,1) 0%,rgba(7,17,38,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313a4d', endColorstr='#071126',GradientType=0 );
}

.withChartLine h3
{
    color: #78bb32;
    font-size: 44px;
    line-height: 53px;
    font-weight: 300;
    padding: 38px 0 19px;
}

.withChartLine p
{
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    padding: 4px 0 10px;
}

.pieSectorInfo
{
    opacity: 0;
    position: absolute;
    width: 286px;
    text-align: left;
    filter: alpha(opacity=0);
}

.pieSectorInfo span
{
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.mobileDevWrap .pieSectorInfo p
{
    font-family: 'Open Sans';
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    padding: 4px 0 10px;
}

.pieSectorInfoItem-0
{
    right: 39px;
    top: 218px;
}

.pieSectorInfoItem-3
{
    right: 160px;
    top: 30px;
}

.pieSectorInfo.pieSectorInfoItem-3 img
{
    vertical-align: top;
}

.pieSectorInfoItem-6
{
    left: 240px;
    top: 30px;
}

.pieSectorInfoItem-9
{
    left: 59px;
    top: 163px;
}

.pieSectorInfoItem-12
{
    left: 38px;
    top: 314px;
}

.pieSectorInfoItem-15
{
    left: 52px;
    top: 448px;
}

.pieSectorInfoItem-18
{
    left: 360px;
    top: 528px;
}

.pieSectorInfoItem-21
{
    left: 647px;
    top: 514px;
}

.pieSectorInfoItem-24
{
    right: 43px;
    top: 320px;
}

.pieChartLabelList
{
    width: 448px;
    height: 448px;
    top: -31px;
    position: absolute;
    z-index: 1;
}
.homepagePieChart .pieChartLabelList
{
    width: 400px;
    height: 400px;
    top: -34px;
    left:-57px;
    position: absolute;
    z-index: 1;
}

.pieChartLabelList li
{
    position: absolute;
    list-style: none;
    white-space: nowrap;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #e3e3e3;
}

.pieSectorInfo img
{
    display: inline-block;
    vertical-align: middle;
    padding-right: 18px;
}

#pieChartWrap
{
    position: relative;
    width: 448px;
    height: 448px;
    margin: 0 auto;
}
#pieChartWrap.homepagePieChart
{
    position: relative;
    width: 500px;
    height: 400px;
    margin: 0;
    float:left;
}

#pieChartWrap svg
{
    z-index: 10;
}

.chartLine
{
    height: 741px;
    margin-top: 130px;
    position: relative;
    text-align: center;
}
.chartLine.hidden {
    display:none;
}
.chartLine h3, .mobileDevWrap .cardsWrap .chartLine h3
{
    position: absolute;
    left: 0;
    top: -39px;
    width: 100%;
    color: #78bb32;
    font-size: 44px;
    line-height: 44px;
    font-weight: 300;
    padding: 0;
}

.chartLine .wrapper
{
    padding-top: 132px;
}

.chartLine .wrapper:before
{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 318px;
    background: #78bb32;
}

.chartLine .wrapper:after
{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    width: 318px;
    background: #78bb32;
}

#pieChartWrap path
{
    cursor: pointer;
}

.pieSectorInfoWrap
{
    font-size: 0;
    line-height: 0;
}

.appDevWhyChooseList
{
    padding-top: 48px;
}

.appDevWhyChooseList li
{
    float: left;
    width: 460px;
    padding-left: 102px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.appDevWhyChooseList li.evenChild
{
    margin-left: 92px;
    padding-left: 106px;
}

.whyChooseListFirstItem
{
    padding-top: 5px;
    background: url("../Images/products/product-page/reliable.png") no-repeat transparent 0 0;
    height: 65px;
    background-size:contain;
}

.whyChooseListSecondItem
{
    padding-top: 5px;
    background: url("../Images/products/product-page/real-time.png") no-repeat transparent 0 0;
    height: 65px;
    background-size:contain;
}

.whyChooseListThirdItem
{
    padding-top: 5px;
    background: url("../Images/products/product-page/no-hidden-costs.png") no-repeat transparent 0 0;
    height: 65px;
    margin: 51px 0 48px;
    background-size:contain;
}

.whyChooseListFourthItem
{
    padding-top: 18px;
    background: url("../Images/products/product-page/risks-sharing.png") no-repeat transparent 3px 0;
    height: 65px;
    margin: 51px 0 48px;
    background-size:contain;
}

.whyChooseListFifthItem
{
    padding-top: 18px;
    background: url("../Images/products/product-page/strong-motivation.png") no-repeat transparent 0 0;
    height: 65px;
    background-size:contain;
}

.whyChooseListSixthItem
{
    padding-top: 0px;
    background: url("../Images/products/product-page/relationship.png") no-repeat transparent 0 0;
    height: 50px;
    background-size:contain;
    margin-top:5px;
}

.appDevServiceWsf h3
{
    color: #78bb32;
    font-size: 44px;
    line-height: 53px;
    font-weight: 300;
    padding: 107px 0 18px;
}

.appDevServiceWsf
{
    border-top: 4px solid #78bb32;
    height: 582px;
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.3);
    box-shadow: inset 0 0 5px rgba(0,0,0,.3);
    position: relative;
    background: #385e93;
}

.appDevServiceWsf:before
{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50%;
    background: #153867;
}

.appDevServiceWsfInner
{
    height: 582px;
    background: url("../Images/application-development_service/appDevServiceWsfBg.jpg") no-repeat transparent center 0;
    position: relative;
    z-index: 2;
}

.appDevServiceWsf .left
{
    width: 532px;
}

.wsfAnimateFirstImg
{
    display: block;
    position: absolute;
    top: 70px;
    left: 574px;
    width: 312px;
    height: 442px;
    font-size: 0;
    line-height: 0;
    z-index: 10;
    background: url("../Images/application-development_service/wsfAnimateImg-1_2.jpg") no-repeat transparent 0 0;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.wsfAnimateSecondImg
{
    display: block;
    position: absolute;
    top: 120px;
    left: 645px;
    width: 241px;
    height: 342px;
    font-size: 0;
    line-height: 0;
    z-index: 5;
    background: url("../Images/application-development_service/wsfAnimateImg-2.jpg") no-repeat transparent 0 0;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.applicationDevServicePage .webinarsBtmFormLine
{
    background: #e3e3e3;
}

.applicationDevServicePage .webinarsBtmFormLine p.formHeadText
{
    color: #464f5c;
}

.appDevServiceBtmCase
{
    padding: 80px 0;
    background: url("../Images/application-development_service/appDevServiceBtmCaseBg.jpg") repeat transparent center 0;
}

.appDevServiceBtmCaseItem
{
    width: 532px;
    position: relative;
    padding: 21px 26px 85px 30px;
    background: #fff;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.appDevServiceBtmCaseItem h4
{
    color: #78bb32;
    font-size: 44px;
    line-height: 46px;
    font-weight: 300;
}

.appDevServiceBtmCaseItem p
{
    color: #464f5c;
    font-size: 18px;
    line-height: 27px;
}

.appDevServiceBtmCaseItem h5
{
    color: #464f5c;
    font-size: 24px;
    line-height: 36px;
    padding: 14px 0 17px;
}

.appDevServiceBtmCaseItem .withBorderLink
{
    display: block;
    width: 156px;
    height: 36px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -78px;
}

.syntaxhighlighter .toolbar
{
    display: none !important;
}
/*END application debelopment service*/

.fixedGetInTouchLink
{
    display: block;
    width: 48px;
    height: 170px;
    position: fixed;
    top: 0;
    z-index: 320;
    background: url("../Images/fixedGetInTouchLinkBg.png") no-repeat #78bb32 right 0;
    cursor: pointer;
    top: 50%;
    font-size: 0;
    line-height: 0;
    color: transparent;
    margin-top: 35px;
    left: 0;
    -webkit-transition: width .15s ease-in-out;
    -moz-transition: width .15s ease-in-out;
    -ms-transition: width .15s ease-in-out;
    -o-transition: width .15s ease-in-out;
    transition: width .15s ease-in-out;
    -moz-animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    -ms-animation-name: slideLeft;
    -o-animation-name: slideLeft;
    animation-name: slideLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.fixedGetInTouchLink:hover, #at4-share a:hover
{
    width: 64px;
}

#at4-share
{
    top: 50%;
    height: 410px;
    margin-top: -120px !important;
    z-index: 300 !important;
}

.withFixedLeftBtn #at4-share
{
    margin-top: -205px !important;
}

.withoutFixedLeftBtns .at4-share-outer
{
    display: none;
}

@keyframes slideLeft
{
    0%
    {
        opacity: 0;
        transform: translateX(-850px);
    }

    100%
    {
        opacity: 1;
        transform: translateX(850px);
    }
}

@keyframes slideLeft
{
    0%
    {
        -webkit-transform: translateX(-850px);
        -ms-transform: translateX(-850px);
        transform: translateX(-850px);
    }

    100%
    {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slideLeft
{
    0%
    {
        -webkit-transform: translateX(-850px);
        -ms-transform: translateX(-850px);
        transform: translateX(-850px);
    }

    100%
    {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.socLikeWrapper
{
    padding: 0 !important;
    margin: -46px auto 51px;
}

/*rc banner*/
.homeRcBanner
{
    height: 560px;
    background: url(../Images/rcBanner/homeRcBannerBg.jpg) no-repeat transparent center 0;
}

.homeRcBanner > .wrapper
{
    height: 560px;
}

.rcRightList
{
    width: 435px;
    padding-top: 14px;
}

.rcRightItem
{
    width: 100%;
    padding: 19px 0 0 23px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rcRightItem.leftIndent
{
    padding-left: 125px;
}

.rcRightItem b
{
    display: block;
    color: #464f5c;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    display: block;
    padding-bottom: 5px;
}

.rcRightItem p
{
    color: #323232;
    font-size: 11px;
    line-height: 13px;
}

.rcRightItem.first
{
    height: 120px;
    background: url(../Images/rcBanner/rcRightItemBg1.png) no-repeat transparent 0 0;
    margin-bottom: -24px;
}

.rcRightItem.second
{
    height: 116px;
    background: url(../Images/rcBanner/rcRightItemBg2.png) no-repeat transparent 0 0;
    margin-bottom: -19px;
}

.rcRightItem.third
{
    height: 115px;
    background: url(../Images/rcBanner/rcRightItemBg3.png) no-repeat transparent 0 0;
    margin-bottom: -19px;
}

.rcRightItem.fourth
{
    height: 113px;
    background: url(../Images/rcBanner/rcRightItemBg4.png) no-repeat transparent 0 0;
}
/*.bulletsBg {
    width: 63px;
    height: 17px;
    position: absolute;
    bottom: 21px;
    left: 50%;
    margin-left: -32px;
    display: block;
    z-index: 100;
    background: #ededed;
    border-radius: 8px;
}*/
.rcBannerTime .dateLine
{
    color: #148fdb;
    font-size: 22px;
    line-height: 36px;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    padding-left: 40px;
    background: url(../Images/webinars/dateIcon.png) no-repeat transparent 0 2px;
    margin-top: 14px;
    padding-bottom: 3px;
}

.rcBannerTime
{
    background: #ededed;
    margin: -4px 2px 0;
    padding: 8px 24px 24px;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.46);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.46);
    box-shadow: 0 0 3px rgba(0,0,0,.46);
}

.rcBannerTime .dateLine span
{
    color: #464f5c;
}

.rcBannerTime .webinarsTimeLine .select
{
    float: left;
    margin: 0 0 0 44px;
    width: 193px;
}

.homeRcBanner .styledSelect
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 29px;
    padding-left: 10px;
}

.rcBannerTime .webinarsHeaderFormBtn
{
    width: 98px;
    margin: 0;
}

.rcBannerTime .options
{
    bottom: 38px;
    top: auto;
}

.homeRcBanner .left strong
{
    color: #fff;
    font-size: 58px;
    line-height: 69px;
    font-weight: 700;
    padding-top: 35px;
    display: block;
    letter-spacing: -1.35px;
}

.homeRcBanner .left strong span
{
    display: block;
    font-weight: 300;
}

.rcBannerTime .options li
{
    width: 172px !important;
    white-space: nowrap;
}
/*end rc banner*/

/*custom crm migraion*/
.crmMigrationService
{
    padding-top: 27px;
}

.crmMigrationGradient
{
    background: rgb(2,99,180);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyNjNiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjc4YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(2,99,180,1) 0%, rgba(31,120,200,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,99,180,1)), color-stop(100%,rgba(31,120,200,1)));
    background: -webkit-linear-gradient(top, rgba(2,99,180,1) 0%,rgba(31,120,200,1) 100%);
    background: -o-linear-gradient(top, rgba(2,99,180,1) 0%,rgba(31,120,200,1) 100%);
    background: -ms-linear-gradient(top, rgba(2,99,180,1) 0%,rgba(31,120,200,1) 100%);
    background: linear-gradient(to bottom, rgba(2,99,180,1) 0%,rgba(31,120,200,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0263b4', endColorstr='#1f78c8',GradientType=0 );
    position: relative;
}

.crmMigrationGradient:before
{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 2651px;
    left: 0;
    background: url("../Images/crmMigration/crmMigrationBg.png") no-repeat center 0 transparent;
}

.crmMigrationService .greenBtn
{
    line-height: 44px;
    height: 44px;
    width: 152px;
    padding-top: 0;
    font-size: 16px;
    text-align: center;
}

.crmMifration-cloudsLine h1
{
    width: 700px;
    color: #fff;
    font-size: 44px;
    font-weight: 300;
    line-height: 50px;
    padding-bottom: 6px;
}

.crmMifration-cloudsLine h2
{
    width: 490px;
    color: #fff;
    font-size: 24px;
    line-height: 44px;
}

.crmMifration-cloudsLine
{
    padding-bottom: 94px;
}

.crmMigration-clouds
{
    display: block;
    position: absolute;
    width: 868px;
    height: 370px;
    top: 15px;
    right: -60px;
    z-index: 1;
    background: url("../Images/crmMigration/clouds.png") no-repeat 0 0 transparent;
}

.crmMigration-blueIcons
{
    display: none;
    position: absolute;
    width: 485px;
    height: 198px;
    top: 100px;
    right: 19px;
    z-index: 5;
    background: url("../Images/crmMigration/blueIcons.png") no-repeat 0 0 transparent;
}

.crmMigration-orangeIcons
{
    display: none;
    position: absolute;
    width: 299px;
    height: 145px;
    top: 120px;
    right: 118px;
    z-index: 5;
    background: url("../Images/crmMigration/orangeIcons.png") no-repeat 0 0 transparent;
}

.crmMigration-lines
{
    display: none;
    position: absolute;
    width: 431px;
    height: 217px;
    top: 165px;
    right: 48px;
    z-index: 10;
    background: url("../Images/crmMigration/lines.png") no-repeat 0 0 transparent;
}

.crmMifration-underCloudsLine
{
    padding-top: 25px;
    position: relative;
    z-index: 20;
    background: url("../Images/crmMigration/macIcon.png") no-repeat right bottom transparent;
}

.crmMifration-underCloudsLine div.left
{
    width: 532px;
}

.crmMifration-underCloudsLine div.left p
{
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    padding-bottom: 14px;
}

.crmMifration-underCloudsLine div.left .greenBtn
{
    margin-top: 16px;
}

.crmMigration-grayBlock
{
    padding: 20px 40px 39px 47px;
    background: #ededed;
    margin-top: 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.crmMigration-grayBlock img.left
{
    margin-right: 48px;
}

.crmMigration-grayBlock h2
{
    color: #464f5c;
    font-family: 'Open Sans Condensed';
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    padding: 52px 0 6px;
}

.crmMigration-grayBlock p
{
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 20px;
}

.crmMigration-grayBlock p.firstChild
{
    line-height: 28px;
    padding-bottom: 19px;
}

.crmMigration-grayBlock a
{
    color: #2f343d;
}

.crmMigration-grayBlock a:hover
{
    color: #78bb32;
}

.crmMigration-schemeWrap
{
    padding: 71px 0 80px;
}

.crmMigration-schemeWrap h3
{
    color: #fff;
    font-family: 'Open Sans Condensed';
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 41px;
}

.crmMigration-schemeItem
{
    width: 348px;
    text-align: center;
}

.crmMigration-schemeItem p
{
    font-size: 18px;
    line-height: 27px;
    color: #fff;
}

.crmMigration-schemeItem.icon-1
{
    background: url("../Images/crmMigration/schemeIcon-1.png") no-repeat center 0 transparent;
    padding-top: 109px;
}

.crmMigration-schemeItem.icon-2
{
    background: url("../Images/crmMigration/schemeIcon-2.png") no-repeat center 0 transparent;
    padding-top: 109px;
    margin: 119px 0 0 20px;
}

.crmMigration-schemeItem.icon-3
{
    background: url("../Images/crmMigration/schemeIcon-3.png") no-repeat center 0 transparent;
    padding-top: 104px;
    margin: 243px 0 0 20px;
}

.crmMigration-schemeItem.icon-4
{
    background: url("../Images/crmMigration/schemeIcon-4.png") no-repeat center 0 transparent;
    padding-top: 106px;
    margin: 7px 0 0 368px;
}

.crmMigration-schemeItem.icon-5
{
    background: url("../Images/crmMigration/schemeIcon-5.png") no-repeat center 0 transparent;
    padding-top: 113px;
    margin: -53px 0 0;
}

.crmMigration-schemeItem.icon-6
{
    background: url("../Images/crmMigration/schemeIcon-6.png") no-repeat center 0 transparent;
    padding-top: 110px;
    margin: -48px 0 0 644px;
}

.crmMigration-schemeLine
{
    position: relative;
}

.crmMigration-schemeLinesIcons
{
    display: block;
    opacity: 0;
    position: absolute;
    z-index: 4;
    -webkit-transition: opacity 1000ms ease;
    -moz-transition: opacity 1000ms ease;
    -ms-transition: opacity 1000ms ease;
    -o-transition: opacity 1000ms ease;
    transition: opacity 1000ms ease;
}

.crmMigration-schemeLinesIcons.visible
{
    opacity: 1;
}

.crmMigration-schemeLine_1
{
    top: 17px;
    left: 238px;
    width: 291px;
    height: 82px;
    background: url("../Images/crmMigration/schemeLine-1.png") no-repeat 0 0 transparent;
}

.crmMigration-schemeLine_2
{
    top: 64px;
    left: 552px;
    width: 359px;
    height: 160px;
    background: url("../Images/crmMigration/schemeLine-2.png") no-repeat 0 0 transparent;
}

.crmMigration-schemeLine_3
{
    top: -42px;
    left: 552px;
    width: 361px;
    height: 119px;
    background: url("../Images/crmMigration/schemeLine-3.png") no-repeat 0 0 transparent;
}

.crmMigration-schemeLine_4
{
    top: -55px;
    left: 173px;
    width: 361px;
    height: 200px;
    background: url("../Images/crmMigration/schemeLine-4.png") no-repeat 0 0 transparent;
}

.crmMigration-schemeLine_5
{
    top: 282px;
    left: 171px;
    width: 649px;
    height: 199px;
    background: url("../Images/crmMigration/schemeLine-5.png") no-repeat 0 0 transparent;
}

.crmMigration-schemeBottom p
{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding-top: 22px;
}

.crmMigration-schemeBottom .greenBtn
{
    margin: 18px auto 0;
    display: block;
}

.crmMigrationService .callUsWrap
{
    background: #313a4d;
    color: #fff;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
}

.crmMigrationService .callUsWrap a
{
    color: #fff;
}

.crmMigrationService .callUsWrap a:hover
{
    color: #78bb32;
}

.crmMigration-whyLine
{
    background: #f2f2f2;
}

.crmMigration-whyLine h3
{
    color: #78bb32;
    font-size: 44px;
    font-weight: 300;
    line-height: 53px;
    padding: 38px 0 19px;
}

.crmMigration-whyLine p
{
    font-size: 18px;
    line-height: 27px;
}

.crmMigration-whyChooseList
{
    padding: 41px 0 81px;
}

.crmMigration-whyChooseList li
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 104px;
    width: 470px;
}

.crmMigration-whyChooseList li.evenChild
{
    margin-left: 62px;
    padding-left: 112px;
}

.crmMigration-whyChooseListFirstItem
{
    background: url("../Images/crmMigration/chooseListIcon-1.png") no-repeat 8px 0 transparent;
    height: 91px;
    padding-top: 23px;
}

.crmMigration-whyChooseListSecondItem
{
    background: url("../Images/crmMigration/chooseListIcon-2.png") no-repeat 0 14px transparent;
    height: 91px;
    padding-top: 23px;
}

.crmMigration-whyChooseListThirdItem
{
    background: url("../Images/crmMigration/chooseListIcon-3.png") no-repeat 0 27px transparent;
    height: 123px;
    padding-top: 18px;
    margin-top: 49px;
    margin-bottom: 36px;
}

.crmMigration-whyChooseListFourthItem
{
    background: url("../Images/crmMigration/chooseListIcon-4.png") no-repeat 21px 0 transparent;
    height: 123px;
    padding-top: 18px;
    margin-top: 49px;
    margin-bottom: 36px;
}

.crmMigration-whyChooseListFifthItem
{
    background: url("../Images/crmMigration/chooseListIcon-5.png") no-repeat 15px 0 transparent;
    height: 84px;
    padding-top: 12px;
}

.crmMigration-whyChooseListSixthItem
{
    background: url("../Images/crmMigration/chooseListIcon-6.png") no-repeat 3px 12px transparent;
    height: 84px;
    padding-top: 12px;
}

.crmMigration-reviews
{
    background: url("../Images/webinars/quoteIcon.png") no-repeat #fff center 50px;
    text-align: center;
    position: relative;
    z-index: 2;
    height: 398px;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.crmMigration-reviews .wrapper:before
{
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background: url("../Images/fixedSlideIcon.png") no-repeat transparent 0 0;
    position: absolute;
    top: 45px;
    left: 167px;
}

.crmMigration-reviewText
{
    font-size: 18px;
    line-height: 27px;
    font-style: italic;
    color: #464f5c;
    overflow: hidden;
    margin: 73px auto 0;
    width: 580px;
}

.crmMigration-reviewAuthor
{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding: 13px 0 0;
    margin-bottom: -1px;
}

.crmMigration-reviewsSlider li span
{
    font-size: 13px;
    line-height: 22px;
}

.crmMigration-reviews .bx-pager a
{
    background: #BBBBBB;
    border-radius: 13px;
    color: transparent;
    display: block;
    font-size: 0;
    height: 13px;
    line-height: 0;
    position: relative;
    width: 13px;
}

.crmMigration-reviews .bx-pager a.active
{
    background: #78BB32;
}

.crmMigration-reviews .bx-pager-item
{
    display: inline-block;
    margin: 0 5px;
}

.crmMigration-reviews .bx-pager
{
    line-height: 0;
    font-size: 0;
}

.crmMigration-reviews .bx-controls
{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}

.crmMigration-reviews .bx-wrapper
{
    height: 398px !important;
    position: relative;
}
.life-sciences-page .crmMigration-reviews 
{
    
    height: auto !important;
    padding-bottom: 40px;
}
.life-sciences-page .crmMigration-reviews .bx-wrapper
{
    height: auto !important;
    position: relative;
    padding-bottom: 0!important;
}
.life-sciences-page .crmMigration-reviews .bx-controls {
    z-index: 100;
}
/*end custom crm migration*/

/*asterisk product*/
.aedPage {
    background: #ededed;
}
.aedPage .socLikeWrapper {
    margin-bottom:37px;
}
.aedPage-header {
    background:#fff;
    height:830px;
    position:relative;
    overflow: hidden;
}
.aedPage-header h1 {
    font-size:44px;
    color:#464f5c;
    font-weight:300;
    line-height:44px;
    padding-top:50px;
}
.aedPage-header h2 {
    font-size:24px;
    padding:8px 0 35px;
    color:#464f5c;
    line-height:44px;
}
.aedPageHeader {
    -moz-box-shadow:0 1px 2px rgba(0,0,0,.2);
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
    box-shadow:0 1px 2px rgba(0,0,0,.2);
}
.opacityBg {
    background: url(/images/opacityWhiteBg.png) repeat transparent 0 0;
    background: rgba(255, 255, 255, 0.65);
}
.aedPage-headerCols div.left {
    width:440px;
    padding:4px 20px 21px;
    margin-left:-20px;
}
.aedPage-headerCols div.left > .greenBtn {
    margin-top:16px;
}
.aedPage-headerCols {
    margin-bottom:33px;
}
.aedPage-header .aedPage-headeText {
    font-size:18px;
    line-height:27px;
    padding:7px 0;
}
.aedPage-headerCols .right {
    width: 612px;
}
.aedPage-headerCols .macBlock {
    margin:0;
}
.aedPage-header .aedPage-headeText.opacityBg {
    margin:0 -20px;
    padding:12px 20px 18px;
}
.asteriskPattern {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-color: transparent;
    background-position: left top;
}
.aedPage-firstParallaxLayer {
    background-image: url(../Images/asterisk/aedPage-firstParallaxLayerBg-1.png);
}
.aedPage-secondParallaxLayer  {
    background: url(../Images/asterisk/aedPage-secondParallaxLayerBg-1.png);
    opacity: .2;
    filter: alpha(opacity=20);
}
.aedPage-thirdParallaxLayer  {
    background: url(../Images/asterisk/aedPage-thirdParallaxLayerBg-1.png);
}
.aedPage-hiw {
    background: #fff;
    border-top:4px solid #78bb32;
    position:relative;
}
.aedPage-hiw:before {
    content:'';
    display:block;
    position:absolute;
    left:50%;
    margin-left:-9px;
    top:-1px;
    width:0;
    height:0;
    border-style:solid;
    border-width:19px;
    border-color:#78bb32 transparent transparent transparent;
}
.aedPage-hiw .wrapper {
    padding-bottom:43px;
}
.aedPage-hiw h2 {
    font-weight: 300;
    font-size: 44px;
    line-height: 53px;
    color: #464f5c;
    text-align: center;
    font-family: "Open Sans"; 
    padding-top: 12px;
}
.aedPage-hiw img {
    display: block;
    margin: 26px 0 18px 40px !important;
}
.simH2 {
    font-family: 'Open Sans Condensed';
    color: #464f5c;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    padding: 15px 0 0;
    display:block;
}
.aedPage-video {
    background: #e3e3e3;
    position: relative;
    overflow: hidden;
}
.aedPage-video:before {
    content: '';
    display: block;
    position: absolute;
    left: -3px;
    right: -3px;
    top: 0;
    bottom: 0;
    -moz-box-shadow:inset 0 0 3px rgba(0, 0, 0, .4);
    -webkit-box-shadow:inset 0 0 3px rgba(0, 0, 0, .4);
    box-shadow:inset 0 0 3px rgba(0, 0, 0, .4);
}
.aedPage-video:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 39px;
    height: 21px;
    margin-left: -20px;
    background: url("../Images/asterisk/aedPage-video_arrow.png") no-repeat transparent 0 0;
}
.aedPage-videoItem .left {
    width:440px;
}
.aedPage-videoItem {
    padding-bottom:50px;
}
.aedPage-videoItem strong {
    font-family: 'Open Sans Condensed';
    color: #464f5c;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    padding: 35px 0 0;
    display:block;
}
.aedPage-video .simH2 {
    padding-top:20px;
    padding-bottom:31px;
}
.aedPage-videoWrap {
    margin-left:460px;
}
.aedPage-videoWrap iframe {
    border:0;
    width:624px;
    height:377px;
    display:block;
}
.aedPage .greenBtn {
    padding:0;
    line-height:44px;
    height:44px;
    width:184px;
    font-size:16px;
    text-align:center;
    vertical-align:top;
}
.aedPage-trial {
    font-size:0;
    line-height:0;
    padding-bottom:22px;
    padding-top:38px;
}
.aedPage-trial p {
    font-size:24px;
    color:#464f5c;
    padding:0 28px 0 0;
    display:inline-block;
    vertical-align:top;
    line-height:44px;
}
.aedPage-galleryWrap strong {
    font-family: 'Open Sans Condensed';
    color: #464f5c;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    padding: 16px 0 0;
    display:block;
}
.aedPage-galleryInner ul {
    padding-top:2px;
}
.aedPage-galleryInner li {
    padding:0;
    background:transparent;
    padding:0;
    display:inline-block;
    vertical-align:top;
    margin-left:77px;
}
.aedPage-galleryInner li.noIndent {
    margin-left:0;
}
.aedPage-galleryInner ul {
    font-size:0;
    line-height:0;
}

.aedPage-communications {
    background:#fff;
}
.aedPage-communications h3 {
    font-weight: 300;
    font-size: 44px;
    line-height: 53px;
    color: #78bb32;
    font-family: "Open Sans"; 
    padding:13px 0;
}
.aedPage-communications .simH2 {
    padding-top:21px;
}
.aedPage-galleryInner img {
    display:block;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}



.aedPage-case {
    background: #313a4d;
    position: relative;
    overflow: hidden;
}
.aedPage-case:before {
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    right: -5px;
    top: 0;
    bottom: 0;
    -moz-box-shadow:inset 0 0 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, .3);
    box-shadow:inset 0 0 5px rgba(0, 0, 0, .3);
}
.aedPage-case p {
    color: #ffffff;
}
.aedPage-case h3 {
    font-weight: 300;
    font-size: 44px;
    line-height: 53px;
    color: #78bb32;
    font-family: "Open Sans"; 
    padding-top:82px;
    padding-bottom:14px;
}
.aedPage-caseAnimateFirstImg {
    display: block;
    position: absolute;
    top: 45px;
    right: 198px;
    width: 316px;
    height: 446px;
    font-size: 0;
    line-height: 0;
    z-index: 10;
    background: url("../Images/asterisk/case_Asterisk_1.png") no-repeat transparent 0 0;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.aedPage-caseAnimateSecondImg {
    display: block;
    position: absolute;
    top: 95px;
    right: 198px;
    width: 269px;
    height: 346px;
    font-size: 0;
    line-height: 0;
    z-index: 5;
    background: url("../Images/asterisk/case_Asterisk_2.png") no-repeat transparent 0 0;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.aedPage-caseAnimation {
    position:relative;
    height:491px;
    width:510px;
    margin-bottom:16px;
}
.aedPage-case .left {
    width:532px;
}
.aedPage-case .withBorderLink {
    padding: 10px 17px;
    display: inline-block;
    vertical-align: top;
    margin-top: 17px;
}
.aedPage-case .withBorderLink:hover {
    color: #ededed;
    border: 1px solid #ededed;
}
.aedPage-what h4 {
    font-weight: 300;
    font-size: 44px;
    line-height: 53px;
    color: #464f5c;
    text-align: center;
    font-family: "Open Sans"; 
    padding-top:14px;
    padding-bottom:27px;
}
.aedPage-whatArithmeticItem {
    background:#fff;
    display:inline-block;
    vertical-align:top;
    position:relative;
    margin-left:72px;
    width:290px;
    height:198px;
    border:1px solid #e3e3e3;
}
.aedPage-whatArithmeticItem:before {
    content: '';
    display: block;
    position: absolute;
    left: -55px;
    width: 36px;
    height: 38px;
    top: 80px;
    background: url("../Images/asterisk/plusIcon.png") no-repeat transparent 0 0;
}
.aedPage-whatArithmeticItem.noIndent {
    margin-left:0;
}
.aedPage-whatArithmeticItem:first-child:before {
    display: none;
}
.aedPage-whatArithmetic {
    font-size:0;
    line-height:0;   
    padding-bottom:42px; 
}
.aedPage-whatArithmeticItem figcaption {
    font-family: 'Open Sans Condensed';
    color: #464f5c;
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
    display:inline-block;
    vertical-align:top;
}
.aedPage-whatArithmeticItem img {
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:19px !important;
}
.aedPage-whatArithmeticItem img.top60 {
    margin-top:60px;
}
.aedPage-whatArithmeticItem img.top19 {
    margin-top:19px;
}
.aedPage-whatArithmeticItem img.top33 {
    margin-top:33px;
}
.aedPage-tabsControls {
    font-size:0;
    line-height:0;    
}
.aedPage-tabsWrap {
    padding-top:35px;
    padding-bottom: 12px;
}
.aedPage-tabsControls li {
    cursor:pointer;
    font-size:18px;
    line-height:70px;
    height:70px;
    display:inline-block;
    vertical-align:top;
    list-style:none;
    background:#e3e3e3;
    color:#464f5c;
    padding:0 35px;
    margin:0 10px;
    font-style:italic;
    font-weight: 600;
}
.aedPage-tabsControls li.active, .aedPage-tabsControls li:hover {
    color:#ffffff;
    background:#78bb32;
}
.aedPage-tabsControls li.active:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -29px;
    border-width: 15px;
    border-style: solid;
    border-color: #78bb32 transparent transparent transparent;
}
.tabsContentWrap > .tabsContentItem {
    display: none;
}
.aedPage-tabsContentItem {
    height:296px;
}
.aedPage-tabsContent {
    background:#fff;
    -moz-box-shadow:0 1px 3px rgba(0,0,0,.2);
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);
    box-shadow:0 1px 3px rgba(0,0,0,.2);
    padding: 0 72px 32px;
}
.aedPage-tabsContent .noDot {
    padding: 0;
}
.aedPage-tabsContent .noDot li {
    background: none;
    padding: 0;
}
.noDot.w92 {
    width: 92px;
}
.noDot.w100 {
    width: 100px;
}
.noDot.w113 {
    width: 113px;
}
.aastraCol {
    width: 170px;
    margin-left: 38px;
}
.polycomCol {
    width: 192px;
    margin-left: 132px;
}
.grandstreamCol {
    width: 245px;
    margin-left: 133px;
}
.aastraCol img {
    display: block;
    margin: 61px 0 15px !important;
}
.polycomCol img {
    display: block;
    margin: 43px 0 9px -11px !important;
}
.grandstreamCol img {
    display: block;
    margin: 20px 0 11px !important;
}
.aedPage-tabsColTitle strong {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    color: #959595;
}
.aedPage-tabsColTitle {
    position: relative;
    border-top: 1px solid #e3e3e3;
    margin-top: 19px;
    padding-top: 10px;
}
.aedPage-tabsColTitle:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -1px;
    margin-left: -10px;
    width: 20px;
    height: 10px;
    background: url(/Images/asterisk/aedPage-tabsColTitle_arrow.png) no-repeat transparent left top;
}
.asteriskCol {
    width: 144px;
    margin-left: 107px;
}
.elastixCol {
    width: 185px;
    margin-left: 108px;
}
.elastixSmallCols .left {
    width: 50%;
}
.asteriskCol img {
    display: block;
    margin: 35px 0 14px !important;
}
.elastixCol img {
    display: block;
    margin: 68px 0 4px !important;
}
.aedPage-tabsTextCol {
    width: 370px;
    padding-top: 104px;
}


.aedPage .callUsWrap {
    background:#313a4d;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    position: relative;
    overflow: hidden;
}
.aedPage .callUsWrap:before {
    content: '';
    display: block;
    position: absolute;
    left: -4px;
    right: -4px;
    top: 0;
    bottom: 0;
    -moz-box-shadow:inset 0 1px 4px rgba(0, 0, 0, .4);
    -webkit-box-shadow:inset 0 1px 4px rgba(0, 0, 0, .4);
    box-shadow:inset 0 1px 4px rgba(0, 0, 0, .4);
}
.aedPage .callUsWrap .wrapper {
    padding:0;
    color:#ededed;
}
.aedPage .callUsWrap .underlineLink {
    color:#ededed;
}
.aedPage .callUsWrap .underlineLink:hover {
    color:#78bb32;
}
.aedPage-reviews {
    background: url("../Images/webinars/quoteIcon.png") no-repeat #fff center 50px;
    position: relative;
    z-index: 2;
    height: 366px;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}
p.aedPage-reviewText {
    font-style: italic;
    color: #464f5c;
    overflow: hidden;
    margin: 0 auto;
    width: 580px;
    padding:73px 0 0 !important;
}
p.aedPage-reviewAuthor {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding: 13px 0 0 !important;
    margin-bottom: 1px;
}
.aedPage-reviewItem span {
    font-size: 13px;
    line-height: 22px;
    color:#2f343d;
    display:block;
}
.aedPage-reviews .wrapper {
    padding:0;
    height:366px;
}
.aedPage-reviews .wrapper:before {
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background: url("../Images/fixedSlideIcon.png") no-repeat transparent 0 0;
    position: absolute;
    top: 45px;
    left: 167px;
}
 /* Block with clients */
.aedPage-clients {
    margin: auto;
    background-color: #EDEDED;
    height:240px;
    text-align:center;
}
.aedPage-clients .clientsRow {
    position: relative;
    text-align: center;
    vertical-align:middle;
    display: inline-block;
}
.aedPage-clients .clientsRow h2 {
    font-family: 'Open Sans';
    font-weight: 300;
    padding: 40px 0;
    font-size: 44px;
}
.aedPage-clients .clientsRow .client1 {
    background: url("../Images/asterisk/client-1.png") no-repeat center;
    width: 210px;
    min-height: 75px;
    display: inline-block;
    float: left;
    margin-left: 17px;
}
.aedPage-clients .clientsRow .client2 {
    background: url("../Images/asterisk/client-2.png") no-repeat center;
    width: 180px;
    min-height: 75px;
    display: inline-block;
    float: left;
    margin-left: 106px;
}
.aedPage-clients .clientsRow .client3 {
    background: url("../Images/asterisk/client-3.png") no-repeat center;
    width: 134px;
    min-height: 75px;
    display: inline-block;
    float: left;
    margin-left: 144px;
}
.aedPage-clients .clientsRow .client4 {
    background: url("../Images/asterisk/client-4.png") no-repeat center;
    width: 127px;
    min-height: 75px;
    display: inline-block;
    float: left;
    margin-left: 130px;
    margin-top: -5px;
}

.fancybox-skin {
    border-radius: 0;
}
.fancybox-inner {
    width: 1000px !important;
    height: 660px !important;
    text-align: center;
    line-height: 660px;
}
.fancybox-opened {
    width: 1084px !important;
    height: 702px !important;
}
.fancybox-outer, .fancybox-skin {
    width: 1000px !important;
    height: 660px !important;
}
.fancybox-nav {
    height: 602px;
    width: 101px;    
}
.fancybox-nav span {
    background-image: url("../Images/fancy-controls.png");
    background-repeat: no-repeat;
    background-color: transparent;
    visibility: visible;
    width: 21px;
    height: 38px;
    margin-top: -19px;
}
.fancybox-next span {
    right: 9px;
    background-position: right top;
}
.fancybox-prev span {
    left: 9px;
    background-position: left top;
}
.fancybox-next:hover span {
    background-position: right -38px;
}
.fancybox-prev:hover span {
    background-position: left -38px;
}
.fancybox-prev {
    left: -42px;
}
.fancybox-next {
    right: -42px;
}
.fancybox-close {
    width: 21px;
    height: 21px;
    right: 10px;
    top: 11px;
    background: url("../Images/fancy-controls.png") no-repeat transparent left -76px;
}
.fancybox-close:hover {
    background-position: right -76px;
}
.fancybox-opened .fancybox-skin {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffffff;
}
.fancybox-overlay {
    background: url('../Images/fancybox/fancybox_overlay_1.png');
}
/*end asterisk product*/

.contactPhoneLink {
    /*color: blue;*/
}
.contactPhoneLink:hover {
    text-decoration: underline;
}

.social-link-wrap {
    background: #313a4d none repeat scroll 0 0;
    border-bottom: 1px solid #d7d7d7;
    line-height: 0;
    padding: 72px 0 85px;
    position: relative;
    text-align: justify;
    z-index: 5;
}

.social-link-wrap .wrapper {
    padding: 0 10px;
    width: 1025px;
}

.social-link-wrap .wrapper .links-header {
    margin-bottom: 48px;
    color: white;
}

.social-link-wrap .wrapper .social-link-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.social-link-wrap .wrapper h1 + .social-link-item {
    margin-left: 0;
}
.social-link-wrap .wrapper .social-link-item h2 {
    color: #78bb32;
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 12px 0 8px;
    padding: 0 0 19px;
    font-size: 22px!important;
    line-height: 26px;
}

.social-link-wrap .wrapper .social-link-item a.social-link {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid #78bb32;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-link-wrap .wrapper .social-link-item a.social-link:hover {
    color: #78bb32;
}

.social-link-wrap .wrapper .social-link-item span.social-link {
    color: white;
}

.social-link-wrap .contact-mail-icon {
    background-image: url('../../Images/contact_assets/mail.png');
}

.social-link-wrap .contact-mail-icon:hover {
    background-image: url('../../Images/contact_assets/mail-Over.png');
}


.social-link-wrap .contact-phone-icon {
    background-image: url('../../Images/contact_assets/Phone.png');
}

/*.social-link-wrap .contact-phone-icon:hover {
    background-image: url('../../Images/contact_assets/Phone-Over.png');
}*/

.social-link-wrap .contact-planner-icon {
    background-image: url('../../Images/contact_assets/Planner.png');
}

.social-link-wrap .contact-planner-icon:hover {
    background-image: url('../../Images/contact_assets/Planner-Over.png');
}

.social-link-wrap .contact-twitter-icon {
    background-image: url('../../Images/contact_assets/Twitter_contact.png');
}

.social-link-wrap .contact-twitter-icon:hover {
    background-image: url('../../Images/contact_assets/Twitter_contact-Over.png');
}

.social-link-wrap .contact-skype-icon {
    background-image: url('../../Images/contact_assets/skype.png');
}

.social-link-wrap .contact-skype-icon:hover {
    background-image: url('../../Images/contact_assets/skype-Over.png');
}

.social-link-wrap .icon-circle-wrapper {
    height: 130px;
}

.social-link-wrap .icon-circle-wrapper .icon-circle {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    height: 130px;
    margin: 0 auto;
    position: relative;
    width: 130px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.social-link-wrap .icon-circle-wrapper .icon-circle.contact-phone-icon {
    cursor: default;
}
.social-link-wrap-helper {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    display: inline-block;
}
.social-link-wrap .icon-circle.contact-twitter-icon:hover {
    background-image: url('../../Images/contact_assets/Twitter_contact-Over.png');
}
.social-link-wrap .icon-circle.contact-mail-icon:hover {
    background-image: url('../../Images/contact_assets/mail-Over.png');
}
.social-link-wrap .icon-circle.contact-skype-icon:hover {
    background-image: url('../../Images/contact_assets/skype-Over.png');
}
.social-link-wrap .icon-circle.contact-planner-icon:hover {
    background-image: url('../../Images/contact_assets/Planner-Over.png');
}
.wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.border-btn {
    color: #78bb32;
    font-size: 14px;
    font-style:italic;
    font-weight: 700;
    font-family:'Open Sans';
    border: 1px solid #78bb32;
    border-radius: 5px;
    text-align: center;
    padding: 11px 0;
    margin-bottom: 93px;
    -webkit-transition: color 600ms ease, border-color 600ms ease;
    transition: color 600ms ease, border-color 600ms ease;
    background: transparent;
}

.border-btn:hover {
    /*color: #313a4d;
    border: 1px solid #313a4d;*/
    color: #fff;
    border: 1px solid #fff;

}

.introduction {
    height: 669px;
    background: url('../../Images/ScienceIntensiveSoftwareDevelopment/slider-bg-anim.jpg') repeat #091421;
    color: #fff;
    margin-bottom: 35px;
}
.life-sciences-page.native .introduction {
    height:630px;
}
.introduction .wrapper {
    z-index: 2;
}
.introduction .wrapper * {
    z-index: 2;
    position: relative;
}
.introduction h1 {
    font-family:'Open Sans', sans-serif;
    font-size: 44px;
    line-height: 53px;
    font-weight: 300;
    padding-top: 56px;
    width: 569px;
    margin-bottom: 6px;
    max-width: 100%;
}
.life-sciences-page.rusVersion .introduction h1 {
    width: 740px;
}
.introduction h2 {
    font-weight: 400;
    font-size: 24px;
    width: 623px;
    margin-bottom: 22px;
    max-width: 100%;
}

.introduction p {
    color: #fff;
    font-size: 18px;
    line-height:27px;
    font-weight: 400;
    width: 620px;
    max-width: 100%;
    padding:7px 0;
}

.introduction p:first-of-type {
    margin-bottom: 0px;
}

.introduction p:last-of-type {
    margin-bottom: 24px;
}

.introduction .border-btn {
    display: block;
    width: 210px;
    max-width: 100%;
}

.features {
    /*background:url(/Images/products/product-page/problems-bg.jpg) no-repeat;*/
    background-size:contain;
}
.features h1 {
    font-family:'Open Sans', sans-serif;
    font-size:44px;
    color: #78bb32;
    font-weight:300;
    text-align:center;
    line-height:56px;
    padding-top:50px;
    padding-bottom:35px;
}
.features .row {
    display: inline-block;
    position:relative;
}
.features .row:last-of-type {
    margin-bottom:-5px;
}
.features .col-left, .features .col-right {
    width:44%;
    float:left;
}
.features .col-left a.border-btn, .features .col-right a.border-btn {
    display:inline-block;
    width:208px;
    float:left;
}
.features .col-left a.border-btn:hover, .features .col-right a.border-btn:hover {
    border-color: black;
    color:black;
}
.features .col-left {
    padding-right:5%;
}
.features .col-left.with-border {
    border-right:1px solid #78bb32;
}
.features .col-left.with-border.hiddenBlock, .features .col-right.with-border.hiddenBlock {
    opacity:0;
}
.features .col-left.with-border.hiddenBlock.visibleBlock  {
    opacity:1;
    -webkit-transition: all .5s ease-out 1s;
    -moz-transition: all .5s ease-out 1s;
    -o-transition: all .5s ease-out 1s;
    transition: all .5s ease-out 1s;
}
.features .col-right.with-border.hiddenBlock.visibleBlock {
    opacity:1;
    -webkit-transition: all .5s ease-out 1s;
    -moz-transition: all .5s ease-out 1s;
    -o-transition: all .5s ease-out 1s;
    transition: all .5s ease-out 1s;
}
.features .col-right {
    padding-left:5%;
}
.features .col-right.with-border {
    border-left:1px solid #78bb32;
}
.features .col-right.with-border.extra-padding {
    padding-bottom:50px;
}
.features .col-right h2, .features .col-left h2 {
    font-size:44px;
    line-height:44px;
    color: black;
    font-weight:300;
    margin-top:-10px;
    color:#464f5c;
}
.features .col-left h2, .features .col-left p, .features .col-left a {
    text-align: right;
}
.features .col-left img {
    width:370px;
    box-shadow:none;
    margin-top:-4px;
    float:right;
}
.features .col-right img {
    width:370px;
    box-shadow:none;
    float:left;
}
.hiddenBlock {
    opacity:0;
}
.features .col-left.hiddenBlock.visibleBlock, .features .col-right.hiddenBlock.visibleBlock {
    opacity:1;
}
.features .col-left.hiddenBlock img, .features .col-right.hiddenBlock img {
    opacity:0;
}
.features .col-left.hiddenBlock.visibleBlock img, .features .col-right.hiddenBlock.visibleBlock img {
    opacity:1;
    -webkit-transition: all 1s ease-out 1.5s;
    -moz-transition: all 1s ease-out 1.5s;
    -o-transition: all 1s ease-out 1.5s;
    transition: all 1s ease-out 1.5s;
}
.features .col-left.onlyMobileVisible, .features .col-right.onlyMobileVisible {
    float:none;
} 
.features .col-left.hiddenBlock:before {
    content: "●";
    position: absolute;
    top: -26px;
    right: 543px;
    font-size: 30px;
    color: #78bb32;
    opacity:0;
}
.features .col-left.hiddenBlock.visibleBlock:before {
    content: "●";
    position: absolute;
    top: -26px;
    right: 543px;
    font-size: 30px;
    color: #78bb32;
    opacity:1;
    -webkit-transition: all .5s ease-out 1s;
    -moz-transition: all .5s ease-out 1s;
    -o-transition: all .5s ease-out 1s;
    transition: all .5s ease-out 1s;
}
.features p {
    color: #2f343d;
    font-size: 18px;
    line-height:27px;
    padding:6px 0 7px;
    font-weight: 400;
}

.features p:last-of-type {
    margin-bottom: 30px;
}

.features h2,.realExamples h2 {
    font-size: 44px;
    color: #78bb32;
    margin-bottom: 22px;
}
.features h2 {
    font-weight:300;
}
.realExamples h2 {
    font-weight:300;
    margin-bottom: 22px;
}
.features-list:after {
    content: "";
    display: table;
    clear: both;
}
.features-item {
    width: 348px;
    float: left;
    margin-right: 20px;
    max-width: 100%;
}

.features-item h3 {
    font-family:'Open Sans Condensed';
    color: #464f5c;
    font-size: 24px;
    margin-top:10px;
    margin-bottom:10px;
}

.features-item:last-of-type {
    margin-right: 0;
}

.features-item .item-list {
    width: 325px;
    max-width: 100%;
}

.features-item .item-list li {
    margin-bottom: 13px;
    color:#2f343d;
    font-size:18px;
    line-height:27px;
}
.partnership {
    height:525px;
    display:block;
    position:relative;
    background:url(/Images/products/product-page/background.png);
    background-size: cover;
}
.partnership .line {
    display:inline-block;
    width:49%;
    border-right:1px solid white;
    height:55px;
    margin-right:50px;
}
.partnership .partner-logo {
    display: block;
    width: 133px;
    height: 133px;
    margin: 0 auto;
    background: url(/Images/products/product-page/partner-logo.png) no-repeat;
    background-position: 50%;
    position: relative;
    margin-left: 43%;
    margin-top: -5px;
}
.partnership h2 {
    font-family: 'Open Sans',sans-serif;
    font-size:44px;
    color:white;
    font-weight:300;
    text-align:center;
    margin-top:30px;
}
.partnership h2.rus {
    letter-spacing:-1px;
}
.partnership p {
    font-family: 'Open Sans',sans-serif;
    font-size:24px;
    color:white;
    font-weight:500;
    text-align:center;
    margin-top:30px;
}
.partnership .input-group {
    display: inline-block;
    float:left;
    width:100%;
    margin:auto;
}
.partnership .input-group .col-1 {
    width:49%;
    display:inline-block;
    float:left;
}
.partnership .input-group .col-2 {
    width:49%;
    display:inline-block;
    float:left;
    padding-left:10px;
    text-align:left;
}
.partnership .input-group input {
    display: inline-block;
    margin: auto;
    width: 250px;
    height: 46px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0.5px 0.9px 0 rgba(2, 3, 3, 0.02), inset 0 1px 1px rgba(2, 3, 3, 0.2);
    border: none;
    max-width: 100%;
    padding: 0 11px;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    float:right;
    margin-right: 10px;
    margin-top:30px;
}
.partnership .input-group .border-btn.white {
    width:166px;
    color: white;
    font-size: 14px;
    font-style:italic;
    font-weight: 700;
    font-family:'Open Sans';
    border: 1px solid white;
    border-radius: 5px;
    text-align: center;
    padding: 13px 0;
    margin-bottom: 0px;
    margin-top:30px;
    -webkit-transition: color 600ms ease, border-color 600ms ease;
    transition: color 600ms ease, border-color 600ms ease;
    background: transparent;
}

.partnership .input-group .border-btn.white:hover {
    color: black;
    border: 1px solid black;

}

.partnership-models {
    width:100%;
    display:inline-block;
    position:relative;
    height:515px;
    background:url(/Images/products/product-page/partnership-models-bg.png);
    background-size:contain;
}
.partnership-models h2 {
    font-family: 'Open Sans',sans-serif;
    font-size:44px;
    color:#78bb32;
    font-weight:300;
    text-align:center;
    margin-top:30px;
}
.partnership-models .col-1 p, .partnership-models .col-2 p, .partnership-models .col-3 p {
    font-family: 'Open Sans',sans-serif;
    font-size:18px;
    color:#464f5c;
    font-weight:500;
    text-align:center;
}
.partnership-models .col-1, .partnership-models .col-2, .partnership-models .col-3 {
    width:33%;
    float:left;
    display:inline-block;
}
.partnership-models .col-1 .icon {
    width: 191px;
    height:117px;
    display:block;
    background:url(/Images/products/product-page/dev-of-inf.png);
    margin: 75px auto 45px;
}
.partnership-models .col-2 .icon {
    width: 160px;
    height:137px;
    display:block;
    background:url(/Images/products/product-page/dev-of-implementation.png);
    margin: 65px auto 35px;
}
.partnership-models .col-3 .icon {
    width: 169px;
    height:149px;
    display:block;
    background:url(/Images/products/product-page/dev-of-machine.png);
    margin: 60px auto 28px;
}
.pilot-project {
    width:100%;
    display:inline-block;
    position:relative;
    height:505px;
    background:#C8CCD3;
    background-size:contain;
    overflow:hidden;
    margin-bottom:-5px;
}
.pilot-project .icon {
    width:778px;
    height:463px;
    background:url(/Images/products/product-page/imac.png);
    background-size:contain;
    margin-left: -300px;
    margin-top: 20px;
}
.pilot-project .col-1 {
    display:inline-block;
    width:50%;
    float:left;
}
.pilot-project .col-2 {
    display:inline-block;
    width:50%;
    float:left;
}
.pilot-project .col-2 h3 {
    font-family: 'Open Sans',sans-serif;
    font-size:24px;
    line-height:24px;
    font-weight:300;
    color:#313a4e;
    margin-top:60px;
}
.pilot-project .col-2 h1 {
    font-family: 'Open Sans',sans-serif;
    font-size:44px;
    line-height:44px;
    font-weight:300;
    color:#313a4e;
    margin-top:60px;
}
.pilot-project .col-2 p {
    font-family: 'Open Sans',sans-serif;
    font-size:18px;
    line-height:28px;
    font-weight:500;
    color:#313a4e;
    margin-top:80px;
}
.pilot-project .col-2 p a {
    color:#029fe2;
}
.underlineLinkGreen {
    font-size:18px;
    line-height:27px;
    color: #2f343d!important;
    border-bottom: 1px solid #78bb32;
    cursor: pointer;
    -webkit-transition: color 600ms ease;
    -moz-transition: color 600ms ease;
    -ms-transition: color 600ms ease;
    -o-transition: color 600ms ease;
    transition: color 600ms ease;
}

.underlineLinkGreen:hover {
    color: #78bb32!important;
}


.features-item .item-list li u {
    color: #78bb32;
}

.features-item .item-list li u .underline {
    color: #010101;
}
.realExamples {
    margin-bottom: 54px;
}
.realExamples .features-item {
    position: relative;
}

.realExamples .textWrap {
    position: absolute;
    background: rgba(0,0,0,0.7);
    top: 43px;
    padding: 15px 10px 0 15px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 175px;
    text-align: center;
}
.realExamples .features-item .textWrap span {
    color: #fff;
    font-size:24px;
    display: block;
    text-align: center;
    margin-bottom: 24px;
   line-height: 31px;
}
.realExamples .features-item .textWrap a.readMore {
    width: 167px;
    height: 46px;
    line-height: 44px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 0 auto;
    font-size:15px;
    font-style: italic;
    font-weight: bold;
    display: block;
    color: #fff;
    max-width: 100%;
    -webkit-transition: color 600ms ease, border-color 600ms ease;
    transition: color 600ms ease, border-color 600ms ease;
}
.realExamples .features-item .textWrap a.readMore:hover {
    color: #78bb32;
    border-color: #78bb32;
}
.technologies {
    background-color: #f2f2f2;
    padding-top: 45px;
    padding-bottom: 36px;
     
}

.technologies-item {
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
}

.sprite {
    background-size: contain!important;
    display: inline-block;
    background-position: center;
    vertical-align: middle;
}

.sprite.cplus {
    width: 55px;
    height: 61px;
    background:url('../../Images/resources/clogo.png')no-repeat;
    margin-right: 27px;
    margin-bottom: -6px;
}

.sprite.ftn {
    width: 67px;
    height: 66px;
    background:url('../../Images/resources/ftn.png')no-repeat;
    margin-right: 12px;
    /*margin-bottom: -6px;*/
}

.sprite.java {
    width: 36px;
    height: 66px;
    background:url('../../Images/resources/java.png')no-repeat;
    margin-right: 28px;
}

.sprite.matlab {
    width: 114px;
    height: 45px;
    background:url('../../Images/resources/matlab.png')no-repeat;
    margin-right: 26px;
}

.sprite.nvidia {
    width: 58px;
    height: 66px;
    background:url('../../Images/resources/nvidia1.png')no-repeat;
    /*margin-bottom: -8px;*/
    margin-right: 26px;
}

.sprite.opencl {
    width: 65px;
    height: 62px;
    background:url('../../Images/resources/openCL1.png')no-repeat;
    margin-right: 29px;
    /*margin-bottom: -5px;*/
}
.sprite.dotnet {
    width: 139px;
    height: 34px;
    background:url('../../Images/resources/dotnet.png')no-repeat;
}

.sprite.postgresql {
    width: 96px;
    height: 75px;
    background:url('../../Images/resources/postageSQL.png')no-repeat;
}

.sprite.python {
    width: 139px;
    height: 40px;
    background:url('../../Images/resources/python.png')no-repeat;
    margin-right: 27px;
    /*margin-bottom: 7px;*/
}

.sprite.rlogo {
    width: 72px;
    height: 57px;
    background:url('../../Images/resources/rlogo.png')no-repeat;
    margin-right: 29px;
}

.sprite.oracle {
    width: 112px;
    height: 23px;
    background:url('../../Images/resources/oracle.png')no-repeat;
    margin-right: 28px;
    /*margin-bottom: 16px;*/
}
.life-sciences-page .technologies-list .sprite {
    margin-right:95px;
}
.life-sciences-page.native .technologies-list .sprite {
    margin-right:25px;
}
.life-sciences-page .technologies-list li.technologies-item:last-child .sprite {
    margin-right:0;
}
.question {
    background: #313a4e;
    padding-top: 16px;
    text-align: center;
}

.feedback h2 {
    font-size: 44px;
    font-weight:300;
    color: #78bb32;
    margin-bottom: 21px;
    margin-top:20px;
}

.feedback p {
    color: #fff;
    font-size: 18px;
    margin: auto;
}

.feedback p:first-of-type {
    width: 415px;
    margin-bottom: 17px;
    max-width: 100%;
}

.feedback p:last-of-type {
    margin-bottom: 15px;
}

.feedback input {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    width: 692px;
    height: 46px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0.5px 0.9px 0 rgba(2, 3, 3, 0.02), inset 0 1px 1px rgba(2, 3, 3, 0.2);
    border: none;
    max-width: 100%;
    padding: 0 11px;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
}

.feedback textarea {
    display: block;
    margin: auto;
    margin-bottom: 31px;
    width: 692px;
    height: 88px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0.5px 0.9px 0 rgba(2, 3, 3, 0.02), inset 0 1px 1px rgba(2, 3, 3, 0.2);
    border: none;
    resize: none;
    padding: 10px 11px;
    max-width: 100%;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
}

.feedback {

}

.feedback .greenBtn {
    width: 152px;
    margin-bottom: 60px;
    border: none;
    font-size: 17px;
    height: 42px;
}

.knowledge {
    color: #2f343d;
    /*padding-top: 32px;*/
}

.knowledge .platform-list {
    font-size: 0;
    text-align: justify;
    margin: 13px 35px 23px 31px;
}
.knowledge .platform-list:after {
    content:"";
    display: inline-block;
    width: 100%;

    }
.knowledge .platform-item {
    display: inline-block;
    color: #78bb32;
    font-size: 24px;
}

.knowledge .platform-item .sprite-desc {
    float: right;
    margin-top: 7px;
    margin-left: 6px;
}

.knowledge h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 7px;
    font-family: 'Open Sans Condensed';
    padding-top: 40px;
    color: #464f5c;
}
.knowledge h3:nth-of-type(2) {
    padding-top: 20px;
}

.knowledge p {
    line-height: 27px;
    color: #2f343d;
    font-size:18px;
    /*width: 92%;*/
}

.knowledge p:first-of-type {
    margin-bottom: 9px;
}

.knowledge p:last-of-type {
    margin-bottom: 10px;
}

.knowledge .capability-list {
    margin-bottom: 51px;
}

.knowledge .capability-list:last-of-type {
    margin-bottom: 34px;
}

.knowledge .capability-item {
    padding-left: 15px;
    margin-bottom: 11px;
    font-size:18px;
}

.knowledge .capability-item:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #78bb32;
    border-radius: 50%;
    float: left;
    margin-left: -15px;
    margin-top: 8px;
}

.sprite-platform {
    display: inline-block;
    background-size: contain!important;
}

.icn_database {
    width: 35px;
    height: 44px;
   background: url('../../Images/ScienceIntensiveSoftwareDevelopment/db.png') no-repeat;
    /*margin-left: 142px;*/
}

.icn_desktop {
    width: 66px;
    height: 44px;
    background: url('../../Images/ScienceIntensiveSoftwareDevelopment/desktop.png') no-repeat;
    /*margin-left: 157px;*/
}

.icn_mobile {
    width: 27px;
    height: 44px;
   background: url('../../Images/ScienceIntensiveSoftwareDevelopment/mobile.png') no-repeat;
    /*margin-left: 164px;*/
}

.icn_web {
    width: 56px;
    height: 44px;
    background: url('../../Images/ScienceIntensiveSoftwareDevelopment/web.png') no-repeat;
    /*margin-left: 35px;*/
}

.life-science-contacts {
    background: #313a4e;
    padding-bottom: 16px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
}

.life-science-contacts .left-col {
    width: 37%;
    float: left;
}

.life-science-contacts .left-col img {
    float: left;
    margin-top: 21px;
}
.life-science-contacts .left-col h2 {
    margin: 54px 0 16px;
    font-size:17px;
    color: #fff;
    font-weight: bold;
    text-align: left;
}
.life-science-contacts .left-col .contacts-list {
    font-size: 17px;
    color: #fff;
    margin-bottom: 44px;
}

.life-science-contacts .left-col .contacts-list li {
    margin-left: 0px;
    margin-bottom: 13px;
}

/*.life-science-contacts .left-col .contacts-list li:first-of-type {
    font-weight: 700;
    margin-top: 24px;
}*/

.life-science-contacts .left-col .contacts-list li a {
    color: #78bb32;
    text-decoration: underline;
    -webkit-transition: color 600ms ease;
    transition: color 600ms ease;
}

.life-science-contacts .left-col .contacts-list li,.life-science-contacts .left-col .contacts-list li a:hover {
    color: #fff;
}
.life-science-contacts .left-col .contacts-list li i.contactIcon {
    display: inline-block;
    margin-right: 4px;
    background-size: contain!important;
    vertical-align: middle;
}
.life-science-contacts .left-col .contacts-list li i.contactIcon.mail {
    width:20px;
    height:14px;
    background: url(../../Images/ScienceIntensiveSoftwareDevelopment/mail.png) no-repeat;
}
.life-science-contacts .left-col .contacts-list li i.contactIcon.skype {
    width:20px;
    height:21px;
    background: url(../../Images/ScienceIntensiveSoftwareDevelopment/skype.png) no-repeat;
}
.life-science-contacts .left-col .contacts-list li i.contactIcon.phone {
    width:12px;
    height:24px;
    background: url(../../Images/ScienceIntensiveSoftwareDevelopment/phone.png) no-repeat;
    margin: -4px 10px 0 2px;
}
.life-science-contacts .right-col {
    width: 63%;
    float: left;
}
.life-science-contacts .right-col .telephone-form, .life-science-contacts .right-col .custom-science-form  {
    max-width: 435px;
    float: right;
}
.life-science-contacts .right-col p, .life-science-contacts .right-col .custom-science-form p {
    color: #fff;
    /*margin-left: 107px;*/
    margin-top: 54px;
    line-height: 25px;
    letter-spacing: 0.4px;
}
.life-science-contacts .right-col .telephone-form input {
    width: 217px;
    height: 46px;
    border-radius: 3px;
    box-shadow: 0.5px 0.9px 0 rgba(2, 3, 3, 0.02), inset 0 1px 1px rgba(2, 3, 3, 0.2);
    /*margin-left: 108px;*/
    margin-top: 24px;
    margin-right: 16px;
    border: none;
    padding: 0 15px;
    font-size: 16px;
    font-family: 'Open Sans',sans-serif;

}
.life-science-contacts .right-col .telephone-form button {
    width: 166px;
    height: 46px;
    line-height: 44px;
    padding: 0;
    cursor: pointer;
    margin-bottom:0;
}
.life-science-contacts .right-col .custom-science-form .col-1, .life-science-contacts .right-col .custom-science-form .col-2 {
    float:left;
    display:inline-block;
}
.life-science-contacts .right-col .custom-science-form button {
    margin-top:24px;
}
.needs {
    background: #f2f2f2;
    padding-bottom: 80px;
}
.needs h2 {
    font-size: 34px;
    font-weight: 300;
    color: #78bb32;
    /*line-height: 0.1;*/
    margin: 0 0 -10px 21px;
    padding-top: 39px;
}
.needs .appDevWhyChooseList {
    margin-left: 40px;
}
.needs .appDevWhyChooseList p {
    line-height: 27px;
    font-size: 18px;
}
.needs .needs-item {
    width: 387px;
    display: inline-block;
    margin-left: 47px;
    margin-bottom: 46px;
    max-width: 100%;
}

.needs .needs-item:after {
    content: "";
    display: table;
    clear: both;
}

.needs .needs-item:nth-of-type(even) {
    margin-left: 156px;
}

.needs .sprite-platform {
    float: left;
}

.needs .needs-descr {
    float: left;
    line-height: 1.8;
}

.chooselisticon-1 {
    width: 75px;
    height: 86px;
    background-position: -97px 0;
    margin-right: 21px;
}

.chooselisticon-1 + .needs-descr {
    margin-top: 10px;
    width: 237px;
}

.chooselisticon-2 {
    width: 80px;
    height: 72px;
    background-position: -92px -250px;
    margin-bottom: 7px;
    margin-right: 24px;
}

.chooselisticon-2 + .needs-descr {
    width: 283px;
}

.chooselisticon-3 {
    width: 86px;
    height: 86px;
    background-position: 0 0;
    margin-left: -7px;
    margin-right: 15px;
}

.chooselisticon-3 + .needs-descr {
    width: 289px;
    margin-top: 10px;
    margin-left: 3px;
}

.chooselisticon-4 {
    width: 79px;
    height: 87px;
    background-position: 0 -91px;
}

.chooselisticon-4 + .needs-descr {
    width: 237px;
    margin-top: 23px;
    margin-left: 26px;
}

.chooselisticon-5 {
    width: 86px;
    height: 76px;
    background-position: 0 -250px;
    margin-top: -4px;
    margin-left: -5px;
}

.chooselisticon-5 + .needs-descr {
    width: 237px;
    margin-top: 14px;
    margin-left: 15px;
}

.chooselisticon-6 {
    width: 86px;
    height: 56px;
    background-position: -86px -91px;
    margin-top: -21px;
    margin-left: -3px;
}

.chooselisticon-6 + .needs-descr {
    width: 281px;
    margin-top: -9px;
    margin-left: 20px;
}

.review {
    background: url('../../Images/ScienceIntensiveSoftwareDevelopment/review-bg.jpg')no-repeat transparent scroll center 0%;
    margin-top: 37px;
    margin-bottom: 36px;
}

.review p, .review img {
    display: block;
    margin: auto;
    text-align: center;
}

.review .review-text {
    width: 520px;
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.6;
    color: #454e5c;
    margin-bottom: 32px;
    max-width: 100%;
}

.review .review-text:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 165px;
    background: url('../../Images/ScienceIntensiveSoftwareDevelopment/sprites-green.png') no-repeat;
    display: block;
    width: 61px;
    height: 61px;
    background-position: 0 -183px;
}

.review .reviewers-name {
    font-weight: 600;
    color: #2f343d;
    font-size: 17px;
}

.review .reviewers-position {
    font-size: 13px;
    margin-bottom: 28px;
}

/*.life-sciences-page .preFooter .wrapper {
    width: 1084px;
}*/

/*.life-sciences-page .preFooter .wrapper h2 {
    font-weight: 700;
}*/

.life-sciences-page .callUsWrap {
    box-shadow: none;
    background:#EDEDED;
}

.life-sciences-page.typicalServiceContentWrap .callUsWrap {
    box-shadow: none;
}

/*.life-sciences-page .servicesItem {
    width: 256px;
    height: 231px;
}*/

.life-sciences-page .subcsribeNewsField {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAASCAYAAABFGc6jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAY5JREFUeNq0lVFEQ1EYx8/uZoxeI6Kn6GmMuK+llBLrpTRSpImmKT2knqLHehyxRJRmbxmj7GFET+ltrxFdMaKncZ+m/T/+cbs7u7a73Y/ffTjf+b7/Od8537khy7JWlFK3IKaCMRtkDHzWwDz4DECkDhbBkgjJji7BKngZoMgrWAY50YhwMA5KYJM73O5T5A4UmHNEBgyHUwbK3FUWNH0ISMwRqDpF3EJiUXADJnhuPz2INFiqMeaIOp1Gh6A9cEyxWhci72AW7DO2zQyP4DlQ5Lk9eMx7AilwzxjVq5BiGaS/TsGZxn9BhjhX+RXaAhvgDXyxBRpsQvF9gwo4BGm/Qidc5S4PNg8WwDSbcAqcgzBIgknGaC2EJ+hXM34Fnll3XSOKmRpfBiTAjtsR0UyustkqHRZnelQhx4sxDma8hGpsuEd3H3RpYT7QUtphvjhtZ1TnVS5ykl+LseRp5vwnZHPLeW67XxsF11y4/Sck79M6r6g5wNc7zpySuylndMCrmgzgfyTt8CEaLQEGAM3ZTWu7RdKnAAAAAElFTkSuQmCC') /*../../Images/subcsribeNewsField-icon.png*/;
    width: 250px;
}

/*.life-sciences-page .preFooter span.greenBtn {
    height: 35px;
}*/

/*# sourceMappingURL=main.css.map */

.life-sciences-page input.valError {
    /*background: url(../../images/contactsFormSprite.png) #fff no-repeat -30px 0;*/
    background: #fff url("../../images/contactsFormSprite.png") no-repeat scroll 0 -45px;
}

.life-sciences-page textarea.valError {
    /*background: url(../../images/contactsFormSprite.png) #fff no-repeat -30px 0;*/
    background: #fff url("../../images/contactsFormSprite.png") no-repeat scroll 0 -285px;
}


.life-sciences-page input.valValid {
    background: #fff url("../../images/contactsFormSprite.png") no-repeat scroll 0 0px;
}

.life-sciences-page textarea.valValid {
    background: #fff url("../../images/contactsFormSprite.png") no-repeat scroll 0 -145px;
}
.life-sciences-page .question {
     background: url("../Images/products/product-page/new-york-min.jpg") no-repeat;
     background-size: cover;
     background-position-y: -370px;
     padding-top:0;
}
.life-sciences-page .question .tone {
    width: 100%;
    height: 100%;
    background: rgba(49,58,78,0.85);
    padding-top: 15px;
}
.innerPopupWrap span { color: #fff;}
.smallResolutionHelper {
    display: none;
}
.life-science-reviews p.crmMigration-reviewText {
    margin: 67px auto -6px;
    width: 505px;
}
.life-science-reviews .wrapper:before {
    display: none;
}
.life-science-reviews .crmMigration-reviewsSlider {
    width: 1084px!important;
    margin: 0 auto;
    position: relative;
}
.life-science-reviews .crmMigration-reviewsSlider li {
    max-width: 100%;
}
.life-science-reviews .crmMigration-reviewsSlider:before {
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background: url("../Images/fixedSlideIcon.png") no-repeat transparent 0 0;
    position: absolute;
    top: 40px;
    left: 166px;
}
.life-science-reviews img {
    margin: 15px auto 10px;
    display: block;
}
.life-science-reviews .bx-controls {
    position: static;
}
.life-science-reviews .bx-controls-direction a {
    font-size: 0px;
    display: block;
    width: 21px;
    height: 34px;
    position: absolute;
    background: url('../../Images/ScienceIntensiveSoftwareDevelopment/direction.png') no-repeat;
}
.life-science-reviews .bx-controls-direction {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 100%;
}
.life-science-reviews .bx-controls-direction a.bx-prev {
    left:50px;
    right:auto;
    background-position: left top;
}
.life-science-reviews .bx-controls-direction a.bx-next {
    left:auto;
    right:50px;
    background-position: right top;
}
.life-science-reviews .bx-controls-direction a.bx-prev:hover {
    background-position: left bottom;
}
.life-science-reviews .bx-controls-direction a.bx-next:hover {
    background-position: right bottom;
}
.life-science-contacts .left-col .contacts-list li span.contactIcon.mail {
        background: rgba(0, 0, 0, 0) url("../../Images/ScienceIntensiveSoftwareDevelopment/mail.png") no-repeat scroll 0 0;
        height: 14px;
        width: 20px;
    }

    .life-science-contacts .left-col .contacts-list li span.contactIcon {
        background-size: contain !important;
        display: inline-block;
        margin-right: 4px;
        vertical-align: middle;
    }

    .life-science-contacts .left-col .contacts-list li span.contactIcon.skype {
        background: rgba(0, 0, 0, 0) url("../../Images/ScienceIntensiveSoftwareDevelopment/skype.png") no-repeat scroll 0 0;
        height: 21px;
        width: 20px;
    }

    .life-science-contacts .left-col .contacts-list li span.contactIcon.phone {
        background: rgba(0, 0, 0, 0) url("../../Images/ScienceIntensiveSoftwareDevelopment/phone.png") no-repeat scroll 0 0;
        height: 24px;
        margin: -4px 10px 0 2px;
        width: 12px;
    }
#dnaAnimWrapBg {
  height: 630px;
  background: url('../../Images/ScienceIntensiveSoftwareDevelopment/slider-bg-anim.jpg') repeat #091421;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

#dna {
  left: 0%;
  /*-moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);*/
  /* Safari y Chrome */
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476);
  /* IE */
  position: absolute;
  top: -100px;
  z-index: 1!important;
}

canvas#c_n1 {
  height: 630px !important;
    width: 100% !important;
    top: 100px!important;
    position: absolute!important;
    z-index: 0!important;
}



.mobileDevWrap h2 {
  color: #3399cc;
  font-size: 44px;
  text-align: center;
  font-weight: normal;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

.mobileDevWrap p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 11px;
}
.mobileDevWrap .platformWrap {
    margin-bottom: 12px;
    padding-top: 16px;
    padding-bottom: 4px;
}
.mobileDevWrap .platformWrap span.description {
    font-size: 34px;
    margin-top: 24px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    color: #010101;
}
/*parallax*/
.mobileDevWrap .parralaxTrixboxWrap
{
  height: 780px;
  position: relative;
  overflow: hidden;
  background: url(../Images/bgPar-min.png);
  background-size:cover;
  padding-top: 0;
}

.mobileDevWrap .serv-parallax-layer
{
  position: absolute;
  display: block;
  margin-right: -100px;

}

.mobileDevWrap .firstPar
{
  background: url(../Images/fistPar-min.png) no-repeat transparent 0 center;
  width: 105%;
  height: 105%;
}
.mobileDevWrap .secondPar
{
    background: url(../Images/secondPar-min.png) no-repeat transparent 0 center;
    width: 110%;
    height: 110%;
}

.mobileDevWrap .thirdPar
{
    background: url(../Images/thirdPar-min.png) no-repeat transparent 0 center;
    width: 115%;
    height: 115%;
}
/*parallax*/
.mobileDevWrap .platformWrap .platformLine {
  text-align: justify;
  padding:10px 18px 0; }
.mobileDevWrap .platformWrap .platformLine li {
  display: inline-block; }
.mobileDevWrap .platformWrap .platformLine li.justify {
  width: 100%; }
.mobileDevWrap .platformWrap .platformLine li span {
  display: block;
  width: 80px;
  height: 80px;
  background: url("../Images/platform_sprite.png") 0 0 no-repeat transparent; }
.mobileDevWrap .platformWrap .platformLine li span.platformsItem_2 {
  background-position: -160px 0; }
.mobileDevWrap .platformWrap .platformLine li span.platformsItem_3 {
  background-position: -308px 0; }
.mobileDevWrap .platformWrap .platformLine li span.platformsItem_4 {
  background-position: -468px 0; }
.mobileDevWrap .platformWrap .platformLine li span.platformsItem_5 {
  background-position: -628px 0; }
.mobileDevWrap .platformWrap .platformLine li span.platformsItem_6 {
  background-position: -787px 0; }
.mobileDevWrap .platformWrap .platformLine li span.platformsItem_7 {
  background-position: -943px 0; }

.mobileDevWrap .stationaryWrap {
  background: #f9f9f9;
  padding: 17px 0 20px;
}
.mobileDevWrap .stationaryWrap ul {
  padding-top: 26px; }
.mobileDevWrap .stationaryWrap ul li {
  display: block;
  float: left;
  width: 50%;
  height: 50px;
  line-height: 50px;
  padding-left: 70px;
  margin-bottom: 40px;
  vertical-align:middle;
  background: url("../Images/stationary_sprite.png") 0 -10px no-repeat transparent;
  box-sizing: border-box;
}
.mobileDevWrap .stationaryWrap ul li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.mobileDevWrap .stationaryWrap ul li.stationaryItem_2 {
  background-position: 0 -177px; }
.mobileDevWrap .stationaryWrap ul li.stationaryItem_3 {
  background-position: 0 -100px; }
.mobileDevWrap .stationaryWrap ul li.stationaryItem_4 {
  background-position: 0 -267px; }
.mobileDevWrap .stationaryWrap ul li p {
    margin-bottom: 0;
    line-height: 24px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 97%;
}

.mobileDevWrap .hardWrap {
  background: #005393;
  padding: 37px 0 26px;
}
.mobileDevWrap .hardWrap h2 {
  color: #fff;
}

.mobileDevWrap .cardsWrap {
  background: url("../Images/integrated_bg.png") 0 0 repeat #0363ae;
  padding-top: 20px;
  padding-bottom: 0px;
}
.mobileDevWrap .cardsWrap .tags {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding: 0 5px;
  line-height: 32px;
  background: #005393;
  margin-bottom: 30px;
  font-weight: 300;
  margin-right: 10px;
}
.mobileDevWrap .cardsWrap h3 {
  font-size: 34px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: normal;
}
.mobileDevWrap .cardsWrap .cardImg,.mobileDevWrap .cardsWrap .cardText {
  margin-bottom: 14px;
}
.mobileDevWrap .cardsWrap .cardsItem .cardsItemLeft {
    float: left;
    width: 48%; 
    padding-top: 5px;
}
.mobileDevWrap .cardsWrap .cardsItem {
    margin-bottom: 12px;    
}
.mobileDevWrap .cardsWrap .cardsItem .cardsItemRight {
  float: right;
  width: 50%;
}
.mobileDevWrap .cardsWrap .cardImg div {
  display: block;
  float: left;
  margin-left: 3.8%;
  width: 30.8%;
  max-width:161px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.35);
}
.mobileDevWrap .cardsWrap .cardImg div:first-child {
  margin-left: 0;
}
.mobileDevWrap .cardsWrap .cardsItem .cardImg img {
  max-width: 100%;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.35);
  display: block;
  width: 100%;
}
.mobileDevWrap .cardsWrap .cardsItem img:first-child {
  margin-left: 0; }
.mobileDevWrap .cardsWrap .cardText li {
    position: relative;
    list-style: disc inside;
    color: #fff;
}
.mobileDevWrap .cardsWrap .cardText li p {
  margin-bottom: 0;
  display:inline;
}
.mobileDevWrap .cardsWrap .cardText p, .cardsWrap .cardText b {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
}
.mobileDevWrap .commentLine {
  padding-bottom: 6px;
}
.mobileDevWrap .commentCard-1-rus {
  float: left;
  width: 100%;
  height:150px;
  background:url('../Images/comment-1-rus.png') no-repeat;
  backface-visibility:hidden;
  margin-left:-17px;
}
.mobileDevWrap .commentCard-2-rus {
  float: left;
  width: 100%;
  height:150px;
  background:url('../Images/comment-2-rus.png') no-repeat;
  backface-visibility:hidden;
  margin-left:-17px;
  padding-bottom:8px;
  margin-top:-12px;
}

.mobileDevWrap .commentCard-1-eng {
  float: left;
  width: 100%;
  height: 150px;
  background:url('../Images/comment-1-eng.png') no-repeat;
  backface-visibility:hidden;
  margin-left:-17px;
}
.mobileDevWrap .commentCard-2-eng {
  float: left;
  width: 100%;
  height: 150px;
  background:url('../Images/comment-2-eng.png') no-repeat;
  backface-visibility:hidden;
  margin-left:-17px;
  padding-bottom:8px;
  margin-top:-12px;
}
.mobileDevWrap .commentLine p {
  color: #fff;
}
.mobileDevWrap .commentCard-1,.mobileDevWrap .commentCard-2 {
  width: 100%;
  display: block;
  float: right;
}


.mobileDevWrap .mail-pdf {
    display:block;
    margin:0px 0 35px 0;
}
.mobileDevWrap .mail-pdf a {
    font-size:20px;
    color:white;
    border-bottom:1px solid white;
}
.mobileDevWrap .mail-pdf span {
    color:white;
}
.mobileDevWrap .miiskin-pdf {
    display:block;
    margin:0px 0 35px 0;
}
.mobileDevWrap .miiskin-pdf a {
    font-size:20px;
    color:white;
    border-bottom:1px solid white;
}
.mobileDevWrap .miiskin-pdf span {
    color:white;
}
.mobileDevWrap a.readMore {
  color: #fff;
  font-size: 20px;
  text-decoration: underline;
  margin-bottom: 13px;
  display: inline-block;
}
.mobileDevWrap a.readMore:hover {
  text-decoration: none;
}
.mobileDevWrap .cardsWrap.violet {
  background: url(../Images/violetBg.png) repeat left top;
}
.mobileDevWrap .cardsWrap.violet .tags {
  background: #410948;
}
.mobileDevWrap .cardsWrap.gradient {
  background: #3a3636;
  position: relative;
}
.mobileDevWrap .cardsWrap.gradient:before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0492cb; /* Old browsers */
  background: -moz-linear-gradient(left,  #0492cb 0%, #6c3499 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #0492cb 0%,#6c3499 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #0492cb 0%,#6c3499 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0492cb', endColorstr='#6c3499',GradientType=1 ); /* IE6-9 */
  opacity: 0.6;
  z-index: 0;
}
.mobileDevWrap .cardsWrap.gradient .tags {
  background: #292828;
}
.mobileDevWrap .cardsWrap.gradient h3 {
    font-size: 42px;
    margin-top: -12px;    
}
    .mobileDevWrap .cardsWrap.gradient .cardsItem .cardsItemLeft {
    padding-top:0;
    }
.mobileDevWrap .withChartLine .chartLine {
    margin-top: 0;
}
.mobileDevWrap .withChartLine  {
    padding-top: 70px;
}


/*swiper*/
.portfolio-sliderWrap.cardsWrap {
    background-image: none;
    background: #f2f2f2;
}
.portfolio-sliderWrap.cardsWrap .tags, .mobileDevWrap .portfolio-sliderWrap.cardsWrap .tags   {
    background:#78bb32;
    margin-bottom: 18px;
}
.portfolio-sliderWrap.cardsWrap h3 {
    color:#78bb32;
    font-size: 44px;
    margin-bottom: 18px;
}
.swiper-containerWrap {
    position: relative;
}
.portfolio-sliderWrap .swiper-container {
  width: 100%;  
    min-height: 343px;
    position:relative;
}
.portfolio-sliderWrap .swiper-slide {
  width: 100%;
  text-align: center;
  font-size: 0px;
  padding: 0 3px 0 13px;
  box-sizing: border-box;
}
    .portfolio-sliderWrap .swiper-slide h3,.portfolio-sliderWrap .swiper-slide p {
        text-align: left;
    }
.portfolio-sliderWrap .swiper-slide .appWrap {
  width: auto;
  display: inline-block;
  text-align: justify;
  font-size: 0px;
  vertical-align: top;
  margin-left: 8px;
}
.portfolio-sliderWrap .swiper-slide .appWrap:first-child {
    margin-left: 0;
}
.portfolio-sliderWrap .swiper-slide .appWrap .titleApp {
    display:block;
    font-size:18px;
    text-align:center;
    margin-bottom:15px;
}
.portfolio-sliderWrap .swiper-slide .appWrap img {
  vertical-align: top;
  margin-right:10px;
  margin-bottom:25px;
  position:relative;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.35);
}
.portfolio-sliderWrap .swiper-slide .appWrap img::after{
display:block;
position:absolute;
content:"";
top:0;
bottom:0;
left:0;
right:0;
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.35);
}

.portfolio-sliderWrap .swiper-slide:after {
  content: "";
  display: inline-block;
  text-align: justify;
  width: 100%;
}
.portfolio-sliderWrap .swiper-button-prev,.portfolio-sliderWrap .swiper-button-next,.parralaxTrixboxWrap .swiper-button-prev,.parralaxTrixboxWrap .swiper-button-next {
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.parralaxTrixboxWrap .swiper-button-prev,.parralaxTrixboxWrap .swiper-button-next {
    top: 55%;
    width: 24px;
    height: 24px;
}
.portfolio-sliderWrap .swiper-button-next, .swiper-container-rtl .swiper-button-prev,.parralaxTrixboxWrap .swiper-button-next {
    background: url("../Images/slider-arrow.png") no-repeat right 0;
    right: -50px;
    left: auto;
}
.parralaxTrixboxWrap .swiper-button-next {
    right: 10px;
    left: auto;
    background-size: cover;
}
.portfolio-sliderWrap .swiper-button-prev, .swiper-container-rtl .swiper-button-next, .parralaxTrixboxWrap .swiper-button-prev {
   background: url("../Images/slider-arrow.png") no-repeat 0 0;
    left: -50px;
    right: auto;
}
.parralaxTrixboxWrap .swiper-button-prev {
    left: 10px;
    right: auto;
    background-size: cover;
}
.portfolio-sliderWrap .swiper-wrapper {
    align-items: center;
}
.portfolio-sliderWrap .swiper-button-prev:hover, .portfolio-sliderWrap .swiper-button-next:hover, .parralaxTrixboxWrap .swiper-button-prev:hover, .parralaxTrixboxWrap .swiper-button-next:hover {
    background-image: url("../Images/slider-arrow-hover.png");
}
.mobileDevWrap .life-science-contacts .left-col .contacts-list li a.phoneIphone {
    color: #fff!important;
    text-decoration: none!important;
}
/*creationWrap*/
.creationWrap{
  background: #464f5c;
  padding: 13px 0px;
}
.creationWrap h3, .mobileDevWrap .creationWrap h3 {
  color: #78bb32;
  font-size: 44px;
  margin-bottom: 20px;
}
.creationWrap p{
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
.creationLine{
  position: relative;
  text-align: justify;
  margin-top: -36px;
}
.creationLine:after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}
.creationItem{
  display: inline-block;
  width: 250px;
  text-align: center;
  padding: 119px 20px 0;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 28px;
  margin-top: 55px;
  background: url(../Images/creationItem_1.png) no-repeat center top transparent;
}
.creationItem_1{
  background-image: url(../Images/creationItem_1.png);
}
.creationItem_2{
  background-image: url(../Images/creationItem_2.png);
  padding: 119px 0 0;
}
.creationItem_3{
  background-image: url(../Images/creationItem_3.png);
}
.creationItem_4{
  background-image: url(../Images/creationItem_4.png);
  padding: 119px 0 0;
  width:264px;
}
.creationItem_5{
  background-image: url(../Images/creationItem_5.png);
}
.creationItem_6{
  background-image: url(../Images/creationItem_6.png);
}
.creationItem_7{
  background-image: url(../Images/creationItem_7.png);
}
.creationItem_8{
  background-image: url(../Images/creationItem_8.png);
}
/*creationWrap end*/
.greyLineWrap{
  background: #e3e3e3;
  text-align: center;
}
.greyLineWrap span{
  color: #464f5c;
  font-size: 24px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  line-height: 93px;
}
/*questionaryWrap*/
.questionaryWrap{
  background: #f6f6f8;
  padding: 28px 0;
}
.questionaryWrap h4{
  text-align: center;
  font-size: 34px;
  color: #000;
  margin-bottom: 51px;
}
.questionaryInfo{
  float: left;
  width: 50%;
}
.questionaryInfo li{
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-left: 27px;  
}
.questionaryInfo li:before {
    content:"";
    display:block;
    position:absolute;
    background: url(../Images/icn_check.png) no-repeat 0 0 transparent;
    background-size:cover;
    top:2px;
    left:0;
    width:20px;
    height:20px;
}
.questionaryInfo span{
  font-size: 18px;
  color: #000;
}
.questionaryInfo img{
  display: inline;
}
.questionaryFormWrap{
  float: right;
  width: 50%;
  padding: 0 50px 0 14px;
  box-sizing: border-box;
}
.questionaryFormWrap span{
  font-size: 18px;
  color: #000;
  font-weight: bold;
  display: block;
  margin-bottom: 9px;
  padding: 0 0px;
}
.questionaryFormWrap input,.questionaryFormWrap textarea{
  display: block;
  margin-bottom: 10px;
  width: 100%;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05) inset;
  background: #fff;
  padding: 0 11px;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  height: 46px;
}
.questionaryFormWrap ::-webkit-input-placeholder {color:#999;font-size: 16px;font-family: 'Open Sans', sans-serif;}
.questionaryFormWrap ::-moz-placeholder          {color:#999;font-size: 16px;font-family: 'Open Sans', sans-serif;}
.questionaryFormWrap :-moz-placeholder           {color:#999;font-size: 16px;font-family: 'Open Sans', sans-serif;}
.questionaryFormWrap :-ms-input-placeholder      {color:#999;font-size: 16px;font-family: 'Open Sans', sans-serif;}
.questionaryFormWrap textarea{
  height: 114px;
  line-height: 26px;
  padding: 9px 11px;
}
.questionaryFormWrap .button {
    font-size: 15px;
}
.mobileDevWrap .button {
  display: block;
  width: 206px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-style: italic;
  background: #006699;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-appearance: none;
}
.mobileDevWrap .button:hover {
    background: #78bb32;
}



/*questionaryWrap end*/
/*slider*/

.mi-slider {
  position: relative;
  margin:auto;
  height: 670px;
  width:1025px;
}

.mi-slider ul {
  list-style-type: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 8px;
  bottom: 294px;
  text-align: left;
  pointer-events: none;
}

.no-js .mi-slider ul {
  position: relative;
  left: auto;
  bottom: auto;
  margin: 0;
  overflow: visible;
}
.mi-slider ul {
    overflow: hidden;
    max-width:100%
}
.mi-slider ul.mi-current {
  pointer-events: auto;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.mCSB_draggerContainer {
    display: none;
}
.mi-slider ul li {
  display: inline-block;
  float:left;
  padding-top: 20px;
  width: 253px;
  max-width:100%;
  max-width: 300px;
  text-align:center;
  box-sizing:border-box;
  -webkit-transform: translateX(700%);
  transform: translateX(700%);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.no-js .mi-slider ul li {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mi-slider ul li a,
.mi-slider ul li img {
  display: block;
  margin: 0 auto;
}

.mi-slider ul li a {
  outline: none;
  cursor: pointer;
  position:relative;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  height: 249px;
  padding: 59px 21px 0 19px;
}

.mi-slider ul:nth-child(3) {
    padding: 0 130px;
}

.mi-slider ul li img {
  max-width: 100%;
  border: none;
}

.mi-slider ul li h4 {
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  padding: 5px 10px 16px;
  color: #fff;
}
.mi-slider ul li.ios_01 a{
  background: url(../Images/scrins/jisp-ios.png) no-repeat center 0 transparent;
}
.mi-slider ul li.ios_01:hover a{
  background-image: url(../Images/scrins/jisp-ios-h.png);
}
.mi-slider ul li.ios_1 a{
  background: url(../Images/scrins/alert-me-ios.png) no-repeat center 0 transparent;
}
.mi-slider ul li.ios_1:hover a{
  background-image: url(../Images/scrins/alert-me-ios-h.png);
}
.mi-slider ul li.ios_2 a{
  background: url(../Images/scrins/event-quiz-game-ios.png) no-repeat center 0 transparent;
}
.mi-slider ul li.ios_2:hover a{
  background-image: url(../Images/scrins/event-quiz-game-ios-h.png);
}
.mi-slider ul li.ios_3 a{
  background: url(../Images/scrins/minigworld-android.png) no-repeat center 0 transparent;
}
.mi-slider ul li.ios_3:hover a{
  background-image: url(../Images/scrins/minigworld-android-h.png);
}
.mi-slider ul li.ios_4 a{
  background: url(../Images/scrins/pain-recorder-ios.png) no-repeat center 0 transparent;
}
.mi-slider ul li.ios_4:hover a{
  background-image: url(../Images/scrins/pain-recorder-ios-h.png);
}
.mi-slider ul li.ios_5 a{
  background: url(../Images/scrins/recruitment-expo-ios.png) no-repeat center 0 transparent;
}
.mi-slider ul li.ios_5:hover a{
  background-image: url(../Images/scrins/recruitment-expo-ios-h.png);
}
.mi-slider ul li.ios_6 a{
  background: url(../Images/scrins/Severstal-ios.png) no-repeat center 0 transparent;
}
.mi-slider ul li.ios_6:hover a{
  background-image: url(../Images/scrins/Severstal-ios-h.png);
}
.mi-slider ul li.ios_7 a{
  background: url(../Images/scrins/eventgame-ios.png) no-repeat center 0 transparent;
}
.mi-slider ul li.ios_7:hover a{
  background-image: url(../Images/scrins/eventgame-ios-h.png);
}
.mi-slider ul li.ios_8 a{
  background: url(../Images/scrins/freedom-voice-android.png) no-repeat center 0 transparent;
}
.mi-slider ul li.ios_8:hover a{
  background-image: url(../Images/scrins/freedom-voice-android-h.png);
}
.mi-slider ul li.ios_9 a{
  background: url(../Images/scrins/horsify-me-ios.png) no-repeat center 0 transparent;
}
.mi-slider ul li.ios_9:hover a{
  background-image: url(../Images/scrins/horsify-me-ios-h.png);
}
.mi-slider ul li.ios_10 a{
  background: url(../Images/scrins/minselhoz-ios.png) no-repeat center 0 transparent;
}
.mi-slider ul li.ios_10:hover a{
  background-image: url(../Images/scrins/minselhoz-ios-h.png);
}
.mi-slider ul li.ios_11 a{
  background: url(../Images/scrins/mobile-voucher-ios.png) no-repeat center 0 transparent;
}
.mi-slider ul li.ios_11:hover a{
  background-image: url(../Images/scrins/mobile-voucher-ios-h.png);
}
.mi-slider ul li.ios_12 a{
  background: url(../Images/scrins/aerospace-battle-manager-game-ios.png) no-repeat center 0 transparent;
}
.mi-slider ul li.ios_12:hover a{
  background-image: url(../Images/scrins/aerospace-battle-manager-game-ios-h.png);
}
.mi-slider ul li.ios_13 a{
  background: url(../Images/scrins/air-traffic-control-game-ios.png) no-repeat center 0 transparent;
}
.mi-slider ul li.ios_13:hover a{
  background-image: url(../Images/scrins/air-traffic-control-game-ios-h.png);
}
.mi-slider ul li.ios_14 a{
  background: url(../Images/scrins/gunner-game-ios.png) no-repeat center 0 transparent;
}
.mi-slider ul li.ios_14:hover a{
  background-image: url(../Images/scrins/gunner-game-ios-h.png);
}
.mi-slider ul li.ios_15 a{
  background: url(../Images/scrins/wso-game-ios.png) no-repeat center 0 transparent;
}
.mi-slider ul li.ios_15:hover a{
  background-image: url(../Images/scrins/wso-game-ios-h.png);
}


.mi-slider ul li.android_2 a{
  background: url(../Images/scrins/miiskin-android.png) no-repeat center 0 transparent;
}
.mi-slider ul li.android_2:hover a{
  background-image: url(../Images/scrins/miiskin-android-h.png);
}
.mi-slider ul li.android_3 a{
  background: url(../Images/scrins/buzzray-android.png) no-repeat center 0 transparent;
}
.mi-slider ul li.android_3:hover a{
  background-image: url(../Images/scrins/buzzray-android-h.png);
}

.mi-slider ul li.win_1 a{
  background: url(../Images/scrins/pain-recorder-win.png) no-repeat center 0 transparent;
}
.mi-slider ul li.win_1:hover a{
  background-image: url(../Images/scrins/pain-recorder-win-h.png);
}
.mi-slider ul li.win_2 a{
  background: url(../Images/scrins/russian-post-win.png) no-repeat center 0 transparent;
}
.mi-slider ul li.win_2:hover a{
  background-image: url(../Images/scrins/russian-post-win-h.png);
}
.mi-slider ul li.win_3 a{
  background: url(../Images/scrins/Quiz-win.png) no-repeat center 0 transparent;
}
.mi-slider ul li.win_3:hover a{
  background-image: url(../Images/scrins/Quiz-win-h.png);
}
.mi-slider ul li.tablet_1 a{
  background: url(../Images/scrins/Avicenna-tablet.png) no-repeat center 0 transparent;
}
.mi-slider ul li.tablet_1:hover a{
  background-image: url(../Images/scrins/avicenna-tablet-h.png);
}
.mi-slider ul li.tablet_2 a{
  background: url(../Images/scrins/exam-app-tablet.png) no-repeat center 0 transparent;
}
.mi-slider ul li.tablet_2:hover a{
  background-image: url(../Images/scrins/exam-app-tablet-h.png);
}
.mi-slider ul li.tablet_3 a{
  background: url(../Images/scrins/slide-sorter-tablet.png) no-repeat center 0 transparent;
}
.mi-slider ul li.tablet_3:hover a{
  background-image: url(../Images/scrins/slide-sorter-tablet-h.png);
}


.mi-slider ul li .hoverBlock {
    background:#fff;
    padding: 10px 10px 0;
    display:block;
    font-size:14px;
    color:#000;
    text-align:left;
    height: 239px;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    opacity:0;
    white-space:normal;
}
.mi-slider ul li.tablet {
    width: 510px;
    max-width: 100%;
    padding-top: 66px;
}
.mi-slider ul li.tablet:nth-child(2) {
    width: 510px;
    max-width: 100%;
    padding-top: 49px;
}
.mi-slider ul li.land {
    width: 510px;
    max-width: 100%;
    padding-top: 99px;
}
.mi-slider ul li.land:last-child {
    width:570px;
}
.mi-slider ul li.land:last-child a {
    padding: 14px 122px 16px 123px;
}
.mi-slider ul li.tablet a {
    padding: 14px 92px 16px 93px;
}
.mi-slider ul li.tablet .hoverBlock {
    height: 235px;
    padding:10px;
}
.mi-slider ul li.tablet_2 a {
    padding: 59px 72px 0 74px;
    height: 220px;
}
.mi-slider ul li.tablet_2 .hoverBlock {
    height: 210px;
}
.mi-slider ul li.win a{
    height: 273px;
    padding: 34px 21px 0 19px;
}
.mi-slider ul li.win .hoverBlock {
    height: 264px;
}
.mi-slider ul li.android a {
    height: 271px;
    padding: 41px 24px 0 28px;
}
.mi-slider ul li.android .hoverBlock {
    height: 260px;
}
.mi-slider ul li.land a {
    height: 213px;
    padding: 16px 95px 18px 97px;
}
.mi-slider ul li.land .hoverBlock {
    height: 194px;
    padding:10px;
}
.mi-slider ul li:hover .hoverBlock {
    opacity:1;
}
.mi-slider ul li .hoverBlock b {
    font-size:18px;
    display:block;
}
.mi-slider ul li .hoverBlock span:nth-child(2) {
    height: 171px;
    display: block;
}
.mi-slider ul li .hoverBlock span.platforms {
    width:25px;
    height:30px;
    display:inline-block;
    float:left;
    position:absolute;
    bottom:10px;
}
.mi-slider ul li .hoverBlock span.platforms:nth-child(4) {
    left: 65px;
}
.mi-slider ul li.android .hoverBlock span.platforms:nth-child(4) {
    left: 73px;
}
.mi-slider ul li.land .hoverBlock span.platforms {
    bottom:27px;
}
.mi-slider ul li.tablet_1 .hoverBlock span.platforms, .mi-slider ul li.tablet_3 .hoverBlock span.platforms {
    bottom:30px;
}
.mi-slider ul li .hoverBlock span.platforms.ios {
    background-image: url('../Images/ios.png');
}
.mi-slider ul li .hoverBlock span.platforms.android {
    background-image: url('../Images/android.png');
}
.mi-slider ul li .hoverBlock span.platforms.windows {
    background-image: url('../Images/windows.png');
    height:28px;
}

.mi-slider .menuSlider {
    position: relative;
    top: 376px;
    text-align: center;
    max-width: 1006px;
    margin: 0 auto;
    border-top: 2px solid #fff;
}

.no-js .menuSlider  {
  display: none;
}

.mi-slider .menuSlider a {
  display: inline-block;
  letter-spacing: 1px;
  padding: 12px 0;
  position: relative;
  font-size: 16px;
  font-weight:300;
  color: #fff;
  outline: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
  min-width: 170px;
}

.mi-slider .menuSlider a:hover,
.mi-slider .menuSlider a.mi-selected {
  font-weight:900;
}

.mi-slider .menuSlider a.mi-selected:after{
  content: '';
  position: absolute;
  top: 0;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  border-color: transparent;
  border-top-color: #fff;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}
.swiper2 {
  display:block;
  overflow:hidden;
}
.swiper2 .mi-slider ul {
    position: relative;
    display: inline;
    bottom: auto;
    pointer-events: auto;
}
.swiper2 .mi-slider ul li {
    max-width:100%;
    float:none;
}


/* Move classes and animations */

.mi-slider ul:first-child li,
.no-js .mi-slider ul li {
  -webkit-animation: scaleUp 350ms ease-in-out both;
  animation: scaleUp 350ms ease-in-out both;
}

@-webkit-keyframes scaleUp {
  0% { -webkit-transform: translateX(0) scale(0); }
  100% { -webkit-transform: translateX(0) scale(1); }
}

@keyframes scaleUp {
  0% { -webkit-transform: translateX(0) scale(0); transform: translateX(0) scale(0); }
  100% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); }
}

.mi-slider ul:first-child li:first-child {
  -webkit-animation-delay: 90ms;
  animation-delay: 90ms;
}

.mi-slider ul:first-child li:nth-child(2) {
  -webkit-animation-delay: 180ms;
  animation-delay: 180ms;
}

.mi-slider ul:first-child li:nth-child(3) {
  -webkit-animation-delay: 270ms;
  animation-delay: 270ms;
}

.mi-slider ul:first-child li:nth-child(4) {
  -webkit-animation-delay: 360ms;
  animation-delay: 360ms;
}
/* moveFromRight */

.mi-slider ul.mi-moveFromRight li {
  -webkit-animation: moveFromRight 350ms ease-in-out both;
  animation: moveFromRight 350ms ease-in-out both;
}

/* moveFromLeft */

.mi-slider ul.mi-moveFromLeft li {
  -webkit-animation: moveFromLeft 350ms ease-in-out both;
  animation: moveFromLeft 350ms ease-in-out both;
}

/* moveToRight */

.mi-slider ul.mi-moveToRight li {
  -webkit-animation: moveToRight 350ms ease-in-out both;
  animation: moveToRight 350ms ease-in-out both;
}

/* moveToLeft */

.mi-slider ul.mi-moveToLeft li {
  -webkit-animation: moveToLeft 350ms ease-in-out both;
  animation: moveToLeft 350ms ease-in-out both;
}

/* Animation Delays */

.mi-slider ul.mi-moveToLeft li:first-child,
.mi-slider ul.mi-moveFromRight li:first-child,
.mi-slider ul.mi-moveToRight li:nth-child(8),
.mi-slider ul.mi-moveFromLeft li:nth-child(8) {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(2),
.mi-slider ul.mi-moveFromRight li:nth-child(2),
.mi-slider ul.mi-moveToRight li:nth-child(7),
.mi-slider ul.mi-moveFromLeft li:nth-child(7) {
  -webkit-animation-delay: 90ms;
  animation-delay: 90ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(3),
.mi-slider ul.mi-moveFromRight li:nth-child(3),
.mi-slider ul.mi-moveToRight li:nth-child(6),
.mi-slider ul.mi-moveFromLeft li:nth-child(6) {
  -webkit-animation-delay: 180ms;
  animation-delay: 180ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(4),
.mi-slider ul.mi-moveFromRight li:nth-child(4),
.mi-slider ul.mi-moveToRight li:nth-child(5),
.mi-slider ul.mi-moveFromLeft li:nth-child(5)  {
  -webkit-animation-delay: 270ms;
  animation-delay: 270ms;
}
.mi-slider ul.mi-moveToLeft li:nth-child(5),
.mi-slider ul.mi-moveFromRight li:nth-child(5),
.mi-slider ul.mi-moveToRight li:nth-child(4),
.mi-slider ul.mi-moveFromLeft li:nth-child(4) {
  -webkit-animation-delay: 360ms;
  animation-delay: 360ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(6),
.mi-slider ul.mi-moveFromRight li:nth-child(6),
.mi-slider ul.mi-moveToRight li:nth-child(3),
.mi-slider ul.mi-moveFromLeft li:nth-child(3) {
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms;
}
.mi-slider ul.mi-moveToLeft li:nth-child(7),
.mi-slider ul.mi-moveFromRight li:nth-child(7),
.mi-slider ul.mi-moveToRight li:nth-child(2),
.mi-slider ul.mi-moveFromLeft li:nth-child(2) {
  -webkit-animation-delay: 540ms;
  animation-delay: 540ms;
}
.mi-slider ul.mi-moveToLeft li:nth-child(8),
.mi-slider ul.mi-moveFromRight li:nth-child(8),
.mi-slider ul.mi-moveToRight li:first-child,
.mi-slider ul.mi-moveFromLeft li:first-child{
  -webkit-animation-delay: 630ms;
  animation-delay: 630ms;
}
/* Animations */

@-webkit-keyframes moveFromRight {
0% { -webkit-transform: translateX(1500%); }
100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveFromLeft {
0% { -webkit-transform: translateX(-1500%); }
100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveToRight {
0% { -webkit-transform: translateX(0%); }
100% { -webkit-transform: translateX(1500%); }
}

@-webkit-keyframes moveToLeft {
0% { -webkit-transform: translateX(0%); }
100% { -webkit-transform: translateX(-1500%); }
}

@keyframes moveFromRight {
0% { -webkit-transform: translateX(1500%); transform: translateX(1500%); }
100% { -webkit-transform: translateX(0); transform: translateX(0); }
}

@keyframes moveFromLeft {
0% { -webkit-transform: translateX(-1500%); transform: translateX(-1500%); }
100% { -webkit-transform: translateX(0); transform: translateX(0); }
}

@keyframes moveToRight {
0% { -webkit-transform: translateX(0%); transform: translateX(0%); }
100% { -webkit-transform: translateX(1500%); transform: translateX(1500%); }
}

@keyframes moveToLeft {
0% { -webkit-transform: translateX(0%); transform: translateX(0%); }
100% { -webkit-transform: translateX(-1500%); transform: translateX(-1500%); }
}

.mi-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Media Queries */
@media screen and (max-width: 910px){
  .mi-slider nav {
    max-width: 90%;
  }
  .mi-slider nav a {
    font-size: 12px;
    padding: 40px 10px 30px 14px;
  }
}

@media screen and (max-width: 740px){
  .mi-slider {
    height: 300px;
  }
  .mi-slider nav {
    top: 220px;
  }
}

/* Стили для новой главной страницы */
.homePageBannerWrap {
    height: 770px;
    overflow: hidden;
}

.homePageBannerWrap .videoContainer {
    pointer-events: none;
}

.homePageBannerWrap .slider-overlay {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 770px;
    text-align: center;
    z-index: 1;
    background: rgba(0,0,0,0.6);
}

.homePageBannerWrap video {
    transform:scale(1.4, 1);
    width:100%;
    overflow:hidden;
}

video::-webkit-media-controls-timeline {
    display: none!important;
    -webkit-appearance: none;
}

video::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}

video::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}

video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

.homePageBannerWrap .slider-overlay .banner-monitor {
    background: url('/Images/new_homepage/banner-monitor.png') no-repeat center;
    width:122px;
    height:122px;
    margin: auto;
    margin-top:110px;
    margin-bottom:54px;
}
.homePageBannerWrap .slider-overlay span {
    display:inline-block;
    font-family: 'Open Sans';
    font-weight:300;
    font-size:72px;
    line-height:72px;
    color:white;
    margin-bottom:60px;
}
.homePageBannerWrap .slider-overlay p {
    display:block;
    font-family: 'Open Sans';
    font-size:24px;
    line-height:29px;
    color:white;
    clear:both;
    margin-bottom:86px;
}
.homePageBannerWrap .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    opacity: 0.1;
    background-repeat: repeat;
}
.homePageBannerWrap .withBorderLink {
    padding:10px 30px;
    font-size: 18px;
}
.homePageBannerWrap .withBorderLink:hover {
    color: white;
    border: 1px solid white;
}

/* Блок с табами */

.what-we-do {
    width:1084px;
    height:545px;
    margin:auto;
    text-align:center;
}
.what-we-do .wwd-buttons {
    width:1030px;
    height:50px;
    margin:auto;
    margin-top:40px;
    border-radius:5px;
    -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.1);
    box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.1);
}
.what-we-do .wwd-buttons span {
    font-family: 'Open Sans';
    font-size:24px;
    line-height:50px;
    color:#78bb32;
}
.what-we-do .wwd-buttons .what-we-do-switch, .what-we-do .wwd-buttons .industries-switch, .what-we-do .wwd-buttons .team-switch {
    cursor:pointer;
    display:inline-block;
    float:left;
    width:33.33%;
    height:50px;
    border-radius:5px;
}
.what-we-do .wwd-buttons .what-we-do-switch.active, .what-we-do .wwd-buttons .industries-switch.active, .what-we-do .wwd-buttons .team-switch.active {
    -webkit-box-shadow: 2px 2px 8px 0px rgba(70,79,92,0.2);
    -moz-box-shadow: 2px 2px 8px 0px rgba(70,79,92,0.2);
    box-shadow: 2px 2px 8px 0px rgba(70,79,92,0.2);
    background: -moz-linear-gradient(left, rgba(242,242,242,0) 0%, rgba(255,255,255,0) 50%, rgba(242,242,242,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(242,242,242,0) 0%,rgba(255,255,255,0) 50%,rgba(242,242,242,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(242,242,242,0) 0%,rgba(255,255,255,0) 50%,rgba(242,242,242,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#00f2f2f2',GradientType=1 );
}
.what-we-do .wwd-buttons .what-we-do-switch.active span, .what-we-do .wwd-buttons .industries-switch.active span, .what-we-do .wwd-buttons .team-switch.active span {
    color:#464f5c;
}

.what-we-do .wwd-content .wwd-tab1 .wwd-col-1, .what-we-do .wwd-content .wwd-tab1 .wwd-col-2, .what-we-do .wwd-content .wwd-tab1 .wwd-col-3, .what-we-do .wwd-content .wwd-tab1 .wwd-col-4 {
    width:25%;
    display:inline-block;
    float:left;
    margin-bottom:30px;
}
.what-we-do .wwd-content .wwd-tab1 .wwd-col-icon a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50px;
}
.what-we-do .wwd-content .wwd-tab1 .wwd-col-1 .wwd-col-icon {
    display:block;
    width:124px;
    height:124px;
    background:url('/Images/new_homepage/what-we-do-icon-1.png') no-repeat center center;
    margin:auto;
    margin-top:50px;
    margin-bottom:40px;
}
.what-we-do .wwd-content .wwd-tab1 .wwd-col-2 .wwd-col-icon  {
    display:block;
    width:124px;
    height:124px;
    background:url('/Images/new_homepage/what-we-do-icon-2.png') no-repeat center center;
    margin:auto;
    margin-top:50px;
    margin-bottom:40px;
}
.what-we-do .wwd-content .wwd-tab1 .wwd-col-3 .wwd-col-icon  {
    display:block;
    width:124px;
    height:124px;
    background:url('/Images/new_homepage/what-we-do-icon-3.png') no-repeat center center;
    margin:auto;
    margin-top:50px;
    margin-bottom:40px;
}
.what-we-do .wwd-content .wwd-tab1 .wwd-col-4 .wwd-col-icon  {
    display:block;
    width:124px;
    height:124px;
    background:url('/Images/new_homepage/what-we-do-icon-4.png') no-repeat center center;
    margin:auto;
    margin-top:50px;
    margin-bottom:40px;
}
.what-we-do .wwd-content .wwd-tab1 span {
    display:block;
    font-family:'Open Sans';
    font-weight:600;
    font-size:20px;
    line-height:21px;
    min-height: 75px;
    color:#464f5c;
}
.what-we-do .wwd-content .wwd-tab1 p {
    display:block;
    font-family:'Open Sans';
    font-size:16px;
    line-height:20px;
    margin:0 10px;
}
.what-we-do .wwd-content .wwd-tab1 .wwd-button {
    display:block;
    clear:both;
    margin:54px auto 50px;
}
.what-we-do .wwd-content .wwd-tab1 .wwd-button a {
    text-transform:capitalize;
    padding: 10px 25px;
}
.what-we-do .wwd-content .wwd-tab2 {
    height:auto;
    margin-top:60px;
}
.what-we-do .wwd-content .wwd-tab2 .homepagePieChart {
    width:50%;
    float:left;
}
.what-we-do .wwd-content .wwd-tab2 .pieIndustrySectorInfoWrap {
    width:50%;
    float:left;
}
.what-we-do .wwd-content .wwd-tab2 .pieIndustrySectorInfo {
    min-width:50%;
    max-width:90%;
    display: none;
    float: left;
    position:absolute;
    text-align:left;
}
.what-we-do .wwd-content .wwd-tab2 .pieIndustrySectorInfo span {
    display:inline-block;
    font-family:'Open Sans';
    font-weight:600;
    font-size:24px;
    color:#464f5c;
    margin-top:55px;
    margin-bottom:30px;
}
.what-we-do .wwd-content .wwd-tab2 .pieIndustrySectorInfo p {
    display:inline-block;
    font-family:'Open Sans';
    font-size:16px;
    color:#464f5c;
}

.industry-text {
    position: absolute;
}

/* Английские подписи */

.homepagePieChart .eng .industry-text-0 {
    background-image: url(../images/new_homepage/eng/tab-2-health-label.png);
    width: 12px;
    height: 50px;
    top: 210px;
    left: 460px;
    transform: rotate(3deg);
}
.homepagePieChart .eng .industry-text-0.active {
    background-image: url(../images/new_homepage/eng/tab-2-health-active-label.png);
}
.homepagePieChart .eng .industry-text-1 {
    background-image: url(../images/new_homepage/eng/tab-2-life-science-label.png);
    width: 33px;
    height: 59px;
    top: 118px;
    left: 458px;
    transform: rotate(3deg);
}
.homepagePieChart .eng .industry-text-1.active {
    background-image: url(../images/new_homepage/eng/tab-2-life-science-active-label.png);
}
.homepagePieChart .eng .industry-text-2 {
    background-image: url(../images/new_homepage/eng/tab-2-industry-label.png);
    width: 61px;
    height: 44px;
    top: 70px;
    left: 354px;
    transform: rotate(-2deg);
}
.homepagePieChart .eng .industry-text-2.active { 
    background-image: url(../images/new_homepage/eng/tab-2-industry-active-label.png);
}

.homepagePieChart .eng .industry-text-3 {
    background-image: url(../images/new_homepage/eng/tab-2-goverment-label.png);
    width: 69px;
    height: 11px;
    top: 68px;
    left: 250px;
    transform: rotate(-6deg);
}
.homepagePieChart .eng .industry-text-3.active {
    background-image: url(../images/new_homepage/eng/tab-2-goverment-active-label.png);
}
.homepagePieChart .eng .industry-text-4 {
    background-image: url(../images/new_homepage/eng/tab-2-tourism-label.png);
    width: 47px;
    height: 28px;
    top: 50px;
    left: 159px;
    transform: rotate(-8deg);
}
.homepagePieChart .eng .industry-text-4.active {
    background-image: url(../images/new_homepage/eng/tab-2-tourism-active-label.png);
}
.homepagePieChart .eng .industry-text-5 {
    background-image: url(../images/new_homepage/eng/tab-2-finance-label.png);
    width: 29px;
    height: 37px;
    top: 138px;
    left: 151px;
    transform: rotate(-6deg);
}
.homepagePieChart .eng .industry-text-5.active {
    background-image: url(../images/new_homepage/eng/tab-2-finance-active-label.png);
}
.homepagePieChart .eng .industry-text-6 {
    background-image: url(../images/new_homepage/eng/tab-2-law-label.png);
    width: 9px;
    height: 25px;
    top: 228px;
    left: 115px;
    transform: rotate(-5deg);
}
.homepagePieChart .eng .industry-text-6.active {
    background-image: url(../images/new_homepage/eng/tab-2-law-active-label.png);
}
.homepagePieChart .eng .industry-text-7 {
    background-image: url(../images/new_homepage/eng/tab-2-commerce-label.png);
    width: 41px;
    height: 59px;
    top: 291px;
    left: 148px;
    transform: rotate(-1deg);
}
.homepagePieChart .eng .industry-text-7.active {
    background-image: url(../images/new_homepage/eng/tab-2-commerce-active-label.png);
}
.homepagePieChart .eng .industry-text-8 {
    background-image: url(../images/new_homepage/eng/tab-2-logistic-label.png);
    width: 39px;
    height: 26px;
    top: 371px;
    left: 208px;
    transform: rotate(-3deg);
}
.homepagePieChart .eng .industry-text-8.active {
    background-image: url(../images/new_homepage/eng/tab-2-logistic-active-label.png);
}
.homepagePieChart .eng .industry-text-9 {
    background-image: url(../images/new_homepage/eng/tab-2-energy-label.png);
    width: 37px;
    height: 13px;
    top: 374px;
    left: 319px;
}
.homepagePieChart .eng .industry-text-9.active {
    background-image: url(../images/new_homepage/eng/tab-2-energy-active-label.png);
}
.homepagePieChart .eng .industry-text-10 {
    background-image: url(../images/new_homepage/eng/tab-2-telecom-label.png);
    width: 32px;
    height: 39px;
    top: 326px;
    left: 457px;
}
.homepagePieChart .eng .industry-text-10.active {
    background-image: url(../images/new_homepage/eng/tab-2-telecom-active-label.png);
}

/* Русские подписи */

.homepagePieChart .rus .industry-text-0 {
    background-image: url(../images/new_homepage/rus/tab-2-health-label.png);
    width: 12px;
    height: 70px;
    top: 200px;
    left: 460px;
    transform: rotate(3deg);
}
.homepagePieChart .rus .industry-text-0.active {
    background-image: url(../images/new_homepage/rus/tab-2-health-label-active.png);
}
.homepagePieChart .rus .industry-text-1 {
    background-image: url(../images/new_homepage/rus/tab-2-life-science-label.png);
    width: 39px;
    height: 68px;
    top: 112px;
    left: 455px;
}
.homepagePieChart .rus .industry-text-1.active {
    background-image: url(../images/new_homepage/rus/tab-2-life-science-label-active.png);
}
.homepagePieChart .rus .industry-text-2 {
    background-image: url(../images/new_homepage/rus/tab-2-industry-label.png);
    width: 81px;
    height: 57px;
    top: 65px;
    left: 344px;
}
.homepagePieChart .rus .industry-text-2.active { 

    background-image: url(../images/new_homepage/rus/tab-2-industry-label-active.png);
}
.homepagePieChart .rus .industry-text-2 {
    background-image: url(../images/new_homepage/rus/tab-2-industry-label.png);
    width: 81px;
    height: 57px;
    top: 64px;
    left: 344px;
    transform: rotate(-2deg);
}
.homepagePieChart .rus .industry-text-2.active {
    background-image: url(../images/new_homepage/rus/tab-2-industry-label-active.png);
}
.homepagePieChart .rus .industry-text-3 {
    background-image: url(../images/new_homepage/rus/tab-2-goverment-label.png);
    width: 98px;
    height: 16px;
    top: 65px;
    left: 237px;
    transform: rotate(-5deg);
}
.homepagePieChart .rus .industry-text-3.active {
    background-image: url(../images/new_homepage/rus/tab-2-goverment-label-active.png);
}
.homepagePieChart .rus .industry-text-4 {
    background-image: url(../images/new_homepage/rus/tab-2-tourism-label.png);
    width: 47px;
    height: 28px;
    top: 46px;
    left: 157px;
    transform: rotate(-8deg);
}
.homepagePieChart .rus .industry-text-4.active {
    background-image: url(../images/new_homepage/rus/tab-2-tourism-label-active.png);
}
.homepagePieChart .rus .industry-text-5 {
    background-image: url(../images/new_homepage/rus/tab-2-finance-label.png);
    width: 39px;
    height: 54px;
    top: 131px;
    left: 144px;
    transform: rotate(-6deg);
}
.homepagePieChart .rus .industry-text-5.active {
    background-image: url(../images/new_homepage/rus/tab-2-finance-label-active.png);
}
.homepagePieChart .rus .industry-text-6 {
    background-image: url(../images/new_homepage/rus/tab-2-law-label.png);
    width: 15px;
    height: 106px;
    top: 188px;
    left: 111px;
    transform: rotate(-5deg);
}
.homepagePieChart .rus .industry-text-6.active {
    background-image: url(../images/new_homepage/rus/tab-2-law-label-active.png);
}
.homepagePieChart .rus .industry-text-7 {
    background-image: url(../images/new_homepage/rus/tab-2-commerce-label.png);
    width: 54px;
    height: 76px;
    top: 283px;
    left: 143px;
    transform: rotate(-1deg);
}
.homepagePieChart .rus .industry-text-7.active {
    background-image: url(../images/new_homepage/rus/tab-2-commerce-label-active.png);
}
.homepagePieChart .rus .industry-text-8 {
    background-image: url(../images/new_homepage/rus/tab-2-logistic-label.png);
    width: 63px;
    height: 39px;
    top: 365px;
    left: 195px;
    transform: rotate(-3deg);
}
.homepagePieChart .rus .industry-text-8.active {
    background-image: url(../images/new_homepage/rus/tab-2-logistic-label-active.png);
}
.homepagePieChart .rus .industry-text-9 {
    background-image: url(../images/new_homepage/rus/tab-2-energy-label.png);
    width: 76px;
    height: 21px;
    top: 371px;
    left: 298px;
}
.homepagePieChart .rus .industry-text-9.active {
    background-image: url(../images/new_homepage/rus/tab-2-energy-label-active.png);
}
.homepagePieChart .rus .industry-text-10 {
    background-image: url(../images/new_homepage/rus/tab-2-telecom-label.png);
    width: 27px;
    height: 34px;
    top: 330px;
    left: 461px;
}
.homepagePieChart .rus .industry-text-10.active {
    background-image: url(../images/new_homepage/rus/tab-2-telecom-label-active.png);
}

.what-we-do .wwd-content .wwd-tab2 .industries-icon {
    display:inline-block;
    float:left;
    width:381px;
    height:369px;
    background:url('/Images/new_homepage/what-we-do-tab-2-icon.png') no-repeat left;
}
.what-we-do .wwd-content .wwd-tab2 .industries-icon-rus {
    display:inline-block;
    float:left;
    width:381px;
    height:369px;
    background:url('/Images/new_homepage/what-we-do-tab-2-icon-rus.png') no-repeat left;
}
.what-we-do .wwd-content .wwd-tab2 .industries-content {
    display:inline-block;
    width:643px;
    margin-left:60px;
    text-align:left;
}
.what-we-do .wwd-content .wwd-tab2 .industries-content span {
    display:block;
    margin-top:60px;
    margin-bottom:35px;
    font-size:24px;
    font-weight:500;
}
.what-we-do .wwd-content .wwd-tab2 .industries-content p {
    display:block;
    font-size:16px;
}
.what-we-do .wwd-content .wwd-tab2 .industries-content .arms {
    margin-top:40px;
    display:inline-block;
}
.what-we-do .wwd-content .wwd-tab2 .industries-content .arms .arm-1 {
    width:70px;
    height:70px;
    float: left;
    margin-right:30px;
    background:url('/Images/new_homepage/tab-2-arm-1.png') no-repeat center center;
}
.what-we-do .wwd-content .wwd-tab2 .industries-content .arms .arm-2 {
    width:70px;
    height:70px;
    float: left;
    margin-right:30px;
    background:url('/Images/new_homepage/tab-2-arm-2.png') no-repeat center center;
}
.what-we-do .wwd-content .wwd-tab2 .industries-content .arms .arm-3 {
    width:70px;
    height:70px;
    float: left;
    margin-right:30px;
    background:url('/Images/new_homepage/tab-2-arm-3.png') no-repeat center center;
}
.what-we-do .wwd-content .wwd-tab2 .industries-content .arms .arm-4 {
    width:70px;
    height:70px;
    float: left;
    margin-right:30px;
    background:url('/Images/new_homepage/tab-2-arm-4.png') no-repeat center center;
}
.what-we-do .wwd-content .wwd-tab2 .industries-content .arms .arm-5 {
    width:70px;
    height:70px;
    float: left;
    margin-right:30px;
    background:url('/Images/new_homepage/tab-2-arm-5.png') no-repeat center center;
}
.what-we-do .wwd-content .wwd-tab3 .content {
    width:973px;
    height:417px;
    margin:auto;
    margin-top:40px;
    background:url('/Images/new_homepage/tab-3-content.png') no-repeat center center;
}
.what-we-do .wwd-content .wwd-tab3 .content-rus {
    width:973px;
    height:417px;
    margin:auto;
    margin-top:40px;
    background:url('/Images/new_homepage/tab-3-content-rus.png') no-repeat center center;
}

.approach {
    display:block;
    background-color: #EDEDED;
    width:100%;
    height:600px;
    margin:auto;
    text-align:center;
}
.approach span {
    display:inline-block;
    font-family: 'Open Sans';
    font-weight:300;
    font-size: 44px;
    line-height:44px;
    color: #464f5c;
    margin:23px 0 14px;
    text-align:center;
}
.approach p {
   font-size: 24px;
   color: #464f5c;
   text-align:center;
}
.approach .grid {
    margin-top: 38px;
}
.approach .grid span {
    font-family:'Open Sans';
    font-weight:400;
    font-size:18px;
    line-height:21px;
    text-align:center;
    color:#464f5c;
    margin:20px 0 40px;
}
.approach .grid .grid-col-1, .approach .grid .grid-col-2, .approach .grid .grid-col-3, .approach .grid .grid-col-4, .approach .grid .grid-col-5, .approach .grid .grid-col-6 {
    display:inline-block;
    width:33.33%;
    float:left;
}
.approach .grid .grid-col-1 .approach-scheme-1 {
    display:block;
    width:200px;
    height:119px;
    background:url('/Images/new_homepage/approach-scheme-1.png') no-repeat center center;
    margin:auto;
}
.approach .grid .grid-col-2 .approach-scheme-2 {
    display:block;
    width:200px;
    height:119px;
    background:url('/Images/new_homepage/approach-scheme-2.png') no-repeat center center;
    margin:auto;
}
.approach .grid .grid-col-3 .approach-scheme-3 {
    display:block;
    width:200px;
    height:119px;
    background:url('/Images/new_homepage/approach-scheme-3.png') no-repeat center center;
    margin:auto;
}
.approach .grid .grid-col-4 .approach-scheme-4 {
    display:block;
    width:200px;
    height:119px;
    background:url('/Images/new_homepage/approach-scheme-4.png') no-repeat center center;
    margin:auto;
}
.approach .grid .grid-col-5 .approach-scheme-5 {
    display:block;
    width:160px;
    height:119px;
    background:url('/Images/new_homepage/approach-scheme-5.png') no-repeat center center;
    margin:auto;
}
.approach .grid .grid-col-6 .approach-scheme-6 {
    display:block;
    width:200px;
    height:119px;
    background:url('/Images/new_homepage/approach-scheme-6.png') no-repeat center center;
    margin:auto;
}
.approach .withBorderLink {
    display:none;
    padding:10px 42px;
}
.approach .withBorderLink a {
    text-transform:capitalize;
}

.ourProducts {
    width:100%;
    background-color: #414E5C;
    height: 155px;
    text-align:center;
}
.ourProducts span {
    display:inline-block;
    font-size: 44px;
    font-weight:300;
    line-height:44px;
    color: #7abb3d;
    margin:21px auto 30px;
    text-transform:capitalize;
}
.ourProducts p {
    font-size: 22px;
    line-height:22px;
    margin-bottom:40px;
    color:white;
}


.relationshipCharts {
    display:block;
    height:505px;
    background:url('/Images/new_homepage/chart-bg.png') no-repeat center;
    background-size:cover;
}
.relationshipCharts .chart {
    display:inline-block;
    width:420px;
    height:505px;
    float:left;
    background:url('/Images/new_homepage/charts.png') no-repeat bottom;
    margin-right:40px;
}
.relationshipCharts .chartcontent {
    display:inline-block;
    width:624px;
}
.relationshipCharts .chartcontent span {
    display:inline-block;
    font-family:'Open Sans';
    font-size:44px;
    font-weight:300;
    line-height:44px;
    color:white;
    margin:50px 0 30px;
}
.relationshipCharts .chartcontent p {
    font-family:'Open Sans';
    font-size:18px;
    line-height:28px;
    color:white;
}
.relationshipCharts .chartcontent .charts {
    margin-top:40px;
}
.relationshipCharts .chartcontent .charts.rus {
    margin-top:15px;
}
.relationshipCharts .chartcontent .charts .chart-col-1, .relationshipCharts .chartcontent .charts .chart-col-2, .relationshipCharts .chartcontent .charts .chart-col-3, .relationshipCharts .chartcontent .charts .chart-col-4 {
    display:inline-block;
    float:left;
}
.relationshipCharts .chartcontent .charts .chart-col-1 .icon {
    display:inline-block;
    float:left;
    clear:both;
    width:156px;
    height:103px;
    background:url('/Images/new_homepage/chart-icon-1.png') no-repeat center;
}
.relationshipCharts .chartcontent .charts .chart-col-2 .icon {
    display:inline-block;
    float:left;
    clear:both;
    width:156px;
    height:103px;
    background:url('/Images/new_homepage/chart-icon-2.png') no-repeat center;
}
.relationshipCharts .chartcontent .charts .chart-col-3 .icon {
    display:inline-block;
    float:left;
    clear:both;
    width:156px;
    height:103px;
    background:url('/Images/new_homepage/chart-icon-3.png') no-repeat center;
}
.relationshipCharts .chartcontent .charts .chart-col-4 .icon {
    display:inline-block;
    float:left;
    clear:both;
    width:156px;
    height:103px;
    background:url('/Images/new_homepage/chart-icon-4.png') no-repeat center;
}
.relationshipCharts .chartcontent .charts h4 {
    width:156px;
    text-align:center;
    font-size:18px;
    font-weight:500;
    color:white;
    display:inline-block;
    float:left;
    clear:both;
    margin-top:15px;
}
.relationshipCharts .chartcontent .details-button a {
    margin-top:20px;
    display:inline-block;
    float:left;
    padding:10px 25px;
}
.relationshipCharts .chartcontent .details-button a:hover {
    color:white;
    border:1px solid white;
}



.blog-and-news {
    width:100%;
    display:block;
    height:645px;
    background-color:white;
}
.blog-and-news-wrapper {
    width:1084px;
    margin:auto;
}
.blog-and-news-wrapper .blog {
    display:inline-block;
    width:630px;
    margin-right: 20px;
    float:left;
}
.blog-and-news-wrapper .blog span {
    display:inline-block;
    font-size:28px;
    line-height:28px;
    margin: 30px 0 14px;
}
.blog-and-news-wrapper .blog .single-blog {
    display:inline-block;
    float:left;
    width:310px;
}
.blog-and-news-wrapper .blog .single-blog .blog-img img {
    display:block;
    width:310px;
    height:192px;
}
.blog-and-news-wrapper .blog .blog-col-1 .single-blog, .blog-and-news-wrapper .blog .blog-col-3 .single-blog {
    margin-right:10px;
}
.blog-and-news-wrapper .blog .single-blog .date h4 {
    font-size:12px;
    font-weight:500;
    text-transform:uppercase;
    margin-top:5px;
    text-align:left;
    color:#464f5c;
}
.blog-and-news-wrapper .blog .single-blog .description a {
    display:block;
    width:100%;
    font-size:18px;
    line-height:25px;
    text-align:left;
    color:#464f5c;
    margin-bottom:10px;
    max-height:50px;
    min-height:50px;
    overflow: hidden;
}
.news {
    display:inline-block;
    width:434px;
}
.news span.news-header {
    display:inline-block;
    font-size:28px;
    line-height:28px;
    margin: 30px 0 14px;
}
.news .social-icons {
    margin-top:20px;
    display:inline-block;
}
.news .social-icons h4 {
    float:left;
    font-size:18px;
    line-height:30px;
    margin-right:15px;
}
.news .social-icons .social-imgs {
    display:inline-block;
}
.news .social-icons a.facebook-icon {
    width:30px;
    height:30px;
    background:url('/Images/new_homepage/facebook-icon.png') no-repeat center;
    float:left;
    margin-right:15px;
}
.news .social-icons a.facebook-icon.rus {
    margin-right:10px;
}
.news .social-icons a.link-icon {
    width:30px;
    height:30px;
    background:url('/Images/new_homepage/link-icon.png') no-repeat center;
    float:left;
    margin-right:15px;
}
.news .social-icons a.link-icon.rus {
    margin-right:10px;
}
.news .social-icons a.twitter-icon {
    width:30px;
    height:30px;
    background:url('/Images/new_homepage/twitter-icon.png') no-repeat center;
    float:left;
    margin-right:15px;
}
.news .social-icons a.twitter-icon.rus {
    margin-right:10px;
}
.news .social-icons a.g-icon {
    width:30px;
    height:30px;
    background:url('/Images/new_homepage/g-icon.png') no-repeat center;
    float:left;
    margin-right:15px;
}
.news .social-icons a.g-icon.rus {
    margin-right:10px;
}
.news .social-icons a.instagram-icon {
    width:30px;
    height:30px;
    background:url('/Images/new_homepage/instagram-icon.png') no-repeat center;
    float:left;
    margin-right:15px;
}
.news .social-icons a.instagram-icon.rus {
    margin-right:10px;
}


.questionaryWrap.new {
    width:100%;
    height:auto;
    margin:auto;
    display:inline-block;
    background-color:#414E5C;
}
.questionaryWrap.new .questionaryFormWrap span {
    color:white;
}
.questionaryWrap.new h4 {
    color:#7aba3d;
}
.questionaryWrap.new .questionaryInfo li {
    margin-bottom:35px;
}
.questionaryWrap.new .questionaryInfo li:before {
    background:url('/Images/new_homepage/icon-check.png')  no-repeat 0 0 transparent;
    background-size:contain;
}
.questionaryWrap.new .questionaryInfo span {
    color:white;
}
.questionaryWrap.new .button {
  display: block;
  width: 206px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-style: italic;
  background: #006699;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.questionaryWrap.new .button:hover {
    background: #78bb32;
}
.two-lines {

}
.at-resp-share-element .at-share-btn {
    margin: 0 2px 0px!important;
}

.machine-learning {
    height: 585px;
    color: #fff;
}
.life-sciences-page .introduction {
    height:585px;
}
.machine-learning video {
    width: 100%;
    overflow: hidden;
    margin-top:-14%;
    z-index:1;
}
.machine-learning-video-wrap {
    height:585px;
    overflow:hidden;
}
.machine-learning-video-text {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 585px;
    text-align: left;
    z-index: 10;
    background: rgba(0,0,0,0.6);
}
.introduction .wrapper {
    z-index: 2;
}
.machine-learning .wrapper * {
    z-index: 2;
    position: relative;
}
.machine-learning .machine-learning-video-text h1 {
    font-family:'Open Sans', sans-serif;
    font-size: 44px;
    line-height: 53px;
    font-weight: 300;
    padding-top: 65px;
    width: 569px;
    margin-bottom: 6px;
    max-width: 100%;
    color:#78bb32;
}
.life-sciences-page.rusVersion .introduction h1 {
    width: 740px;
}
.machine-learning .machine-learning-video-text h2 {
    font-weight: 300;
    font-size: 24px;
    width: 623px;
    margin-bottom: 22px;
    max-width: 100%;
}

.machine-learning .machine-learning-video-text p {
    color: #fff;
    font-size: 18px;
    line-height:27px;
    font-weight: 300;
    width: 620px;
    max-width: 100%;
    padding:7px 0;
}
.machine-learning .machine-learning-video-text.rus p {
    width:680px;
    line-height:22px;
}

.machine-learning .machine-learning-video-text .border-btn {
    display: block;
    width: 210px;
    max-width: 100%;
    margin-top:50px;
}
.machine-learning .machine-learning-video-text.rus .border-btn {
    margin-top:40px;
}


