/* Add here all your css styles (customizations) */
/*@font-face {
    font-family: 'Open Sans';
    src: url('/assets/fonts/opensans-regular-webfont.eot');
    src: url('/assets/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('/assets/fonts/opensans-regular-webfont.woff') format('woff'),
         url('/assets/fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('/assets/fonts/opensans-regular-webfont.svg#Open Sans') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans SemiBold';
    src: url('/assets/fonts/opensans-semibold-webfont.eot');
    src: url('/assets/fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('/assets/fonts/opensans-semibold-webfont.woff') format('woff'),
         url('/assets/fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('/assets/fonts/opensans-semibold-webfont.svg#Open Sans SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

@font-face {
    font-family: 'NotoSansSC-Black';
    src: url('/assets/fonts/NotoSansSC/NotoSansSC-Black.otf') format('opentype');
}

@font-face {
    font-family: 'NotoSansSC-Bold';
    src: url('/assets/fonts/NotoSansSC/NotoSansSC-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'NotoSansSC-DemiLight';
    src: url('/assets/fonts/NotoSansSC/NotoSansSC-DemiLight.otf') format('opentype');
}

@font-face {
    font-family: 'NotoSansSC-Light';
    src: url('/assets/fonts/NotoSansSC/NotoSansSC-Light.otf') format('opentype');
}

@font-face {
    font-family: 'NotoSansSC-Medium';
    src: url('/assets/fonts/NotoSansSC/NotoSansSC-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'NotoSansSC-Regular';
    src: url('/assets/fonts/NotoSansSC/NotoSansSC-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'NotoSansSC-Thin';
    src: url('/assets/fonts/NotoSansSC/NotoSansSC-Thin.otf') format('opentype');
}

body {
    font-family: 'NotoSansSC-Regular', sans-serif;
    color: #000000;
    font-size: 14px;
}

h1 {
    font-size: 24px;
    font-family: 'NotoSansSC-Medium', sans-serif;
}

h2 {
    font-size: 20px;
    font-family: 'NotoSansSC-Medium', sans-serif;
}

h3 {
    font-size: 17px;
    font-family: 'NotoSansSC-Medium', sans-serif;
}

h4 {
    font-size: 14px;
    font-family: 'NotoSansSC-Medium', sans-serif;
}

p {
    font-size: 14px;
    color: #000000;
}

.headline-center h2 {
    color: #000000;
}
/*------------------------Begin @media button styles------------------------------*/

@media screen and (max-width: 480px) {
    .ImgSlili_1, .ImgSlili_2, .ImgSlili_3, .ImgSlili_4, .ImgSlili_5, .ImgSlili_6{width:47% !important;}
    .icon-content div{height: 115px !important;}
    .How-To-Order ul li{width:50%;}
    .font_size_50{font-size:50px;}
    .Research-Areas .panel-body ul li{float:left;}
    .SingleIcon h3{margin:10px;}
    .icon-nav ul li a .SingleIcon{height: auto;}
    .Rich-Text-Edit-Area img{margin: 25px auto;}
    .portfolio-box-v2 .portfolio-box-v2-in{top:30%;}


    .plasmid-prep-parallax .row, 
    .cloning-and-mutagenesis-parallax .row,
    .Gene-Synthesis-parallax .row,
    .glp-regulatory-parallax .row,
    .molecular-genetics-parallax .row,
    .next-generation-sequencing-parallax .row,
    .sanger-sequencing-parallax .row
    {
        margin: auto 0px;
    }
}

@media screen and (max-width: 768px){

.btn-u.btn-u-blue{
  margin-bottom: 20px;
  padding: 10px;
}

.headline-center p{padding: 0px 10px;}
.headline-center .featured h2:before, .headline-center .featured h2:after {
    width: 20%;
}

.Image-Slider.process-v1 .process-in > li h3{font-size:12px;}
.Img-arror {display:none !important;}
.ImgSlili_1, .ImgSlili_2, .ImgSlili_3, .ImgSlili_4, .ImgSlili_5, .ImgSlili_6{width:23%;}

.process-icon {display:none !important;}
.How-To-Order .headline-center div:nth-child(2){display:none;}

.Research-Areas .panel-body ul li{float:left;}
.SingleIcon h3{margin:25px;}
.Research-Areas .panel-body ul {margin-left:0px; margin-right:0px;}

/*.How-To-Order ul li{width:50%;}*/

.header .dropdown > a:after
{
    top: 0px !important;
    right: 0px;
    content: "\f107";
    float: right;
    position: relative !important;
}

}

@media (min-width: 768px){

.SubImgNav .container{padding:0px; margin:0 auto; width: 100%;}
.SubImgNav ul li a{
width: 143px;
letter-spacing:0px;
}
.SingleIcon 
{
    height: 225px;
}
.SingleIcon h3{margin: 15px 5px;}
.font_size_50{font-size:50px;}

.headline-center .featured h2:after {
    left: 100%;
    width: 70%;
    height: 6px;
    content: " ";
    margin-left: 0px;
    background: transparent;
}

}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
.SubImgNav ul li a{
width: 143px;
letter-spacing:0px;
}
}

@media screen and (min-width: 992px){
.header-v6 .navbar {
    height: auto;
    min-height: 58px !important;
}

.SubImgNav ul li a{
top:0px !important;
padding:10px 10px !important;
line-height:normal !important;
text-align:center;
max-width: 143px;
width: 143px;
font-size:14px !important;
display:table-cell;
vertical-align:middle;
min-height: 58px;
height: auto;
font-weight:400 !important;
}

.SingleIcon h3{height: 50px;}
    .icon-nav ul li a .SingleIcon {
        text-align: center;
        border: 2px solid #f0f0f0;
        margin: 20px 0px;
        padding: 20px;
        height: 225px;
    }


    .icon-nav li a .SingleIcon:hover {
        background-color: #f0f0f0;
    }

.Research-Areas .panel-body ul li
{

    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:center;
    /* inline-block space fix */
    margin-right:-4px;
    vertical-align: top;
}

.header-v6 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu{margin-left:0px; margin-right: 0px;}

    .SubImgNav ul li a:hover {
        background: transparent !important;
        color: #826ec3 !important;
    }
.Img-arror img {max-width: 60px !important;}
.ImgSlili_1, .ImgSlili_2, .ImgSlili_3, .ImgSlili_4, .ImgSlili_5, .ImgSlili_6{width:13%;}

.Two-Column-Text-Image-LR-Layout-v1 .row{display:table; table-layout:fixed;}
.Two-Column-Text-Image-LR-Layout-v1 .row div{float:none !important; vertical-align:middle; display:table-cell;}
/*
.Two-Column-Text-Image-LR-Layout-v2 .row{display:table; table-layout:fixed;}
.Two-Column-Text-Image-LR-Layout-v2 .row div{float:none !important; vertical-align:middle; display:table-cell;}*/
.Two-Column-Text-Image-LR-Layout-v3 .row{display:table; table-layout:fixed;}
.Two-Column-Text-Image-LR-Layout-v3 .row div{float:none !important; vertical-align:middle; display:table-cell;}
.Two-Column-Text-Image-LR-Layout-v4 .row{display:table; table-layout:fixed;}
.Two-Column-Text-Image-LR-Layout-v4 .row div{float:none !important; vertical-align:middle; display:table-cell;}

}

@media screen and (min-width: 1700px){
    .header-v6 .mega-menu .mega-menu-content .row{width:75%; margin:0 auto;}
}

/*-----------------------Media Styles ends-----------------*/

/*------------------------Begin Quote|Order button styles------------------------------*/
.btn-u.btn-u-default {
    background: #ffffff;
    color: #826ec3;
}
    .btn-u.btn-u-default:hover,
    .btn-u.btn-u-default:focus,
    .btn-u.btn-u-default:active,
    .btn-u.btn-u-default.active,
    .open .dropdown-toggle.btn-u.btn-u-default {
        background: #f0f0f0;
    }
.btn-u.btn-u-split-default.dropdown-toggle {
    border-left: solid 1px #9d9d9c;
} 
/*------------------------End Quote|Order button styles------------------------------*/

/*----------------------Generic Styles------------------------------*/


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.content-boxes-v3{display:table;}
.content-boxes-v3  div{display:table-cell;vertical-align:middle;}
.content-boxes-v3 i.icon-custom {
    top: 0;
    float: left;
    vertical-align: middle;
    width: 50px;
}
.icon-content div{width:100%;text-align:center;font-size:17px;height:50px;margin-top:20px;}

.blue-text {
    color: #826ec3;
}
.font_size_50{font-size:50px;}

.btn-u.btn-u-blue {
    margin-top: 10px;
    background-color: #826ec3;
}
    .btn-u.btn-u-blue:hover {
        background-color: #6959a1;
    }
    .btn-u.btn-u-blue:focus {
        background: #826ec3;
        color: #ffffff;
    }

.darkBg ul li, .darkBg h3{color: #ffffff;}

#topcontrol:hover {
    color: #fff;
    background: #6959a1;
}

.Component-BackGround-Gray h2 {
    border-bottom: 1px solid #706f6f;
}
.Component-BackGround-Default h2 {
    border-bottom: 1px solid #f0f0f0;
}

a {
    color: #826ec3;
}
    a:hover {
        color: #6959a1;
    }

.row-centered {text-align:center;}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:center;
    /* inline-block space fix */
    margin-right:-4px;
    vertical-align: top;
}

.col-min {
    /* custom min width */
    min-width:320px;
}

.col-max {
    /* custom max width */
    max-width:320px;
}

.HowToOrd{font-size:17px;}
.How-To-Order .headline-center div:nth-child(2){display:none;}
.How-To-Order h3{text-transform:Capitalize !important;}
.How-To-Order ul {margin-top:15px; margin-bottom:15px;margin-left:0px; margin-right: 0px;}
.How-To-Order ul li{
    float: none;
    text-align: center;
    margin-right: -4px;
    vertical-align: top;}

.accordion-toggle h2, .How-To-Order h2{border-bottom:none;}
.SingleIcon div:nth-child(2){font-size:17px;}
.SingleIcon p{padding: 0px 20px;}


.headline-center .featured h2{border-bottom: 0px; font-size: 21px;}

.Parallax-Block-1 h2, .Parallax-Block-1 h3{color:white;}

.content-boxes-v3 .content-boxes-in-v3 {font-size: 14px; padding:5px 20px;}

.icon-nav ul{text-align:center; margin-top:20px; margin-bottom:20px;}


.SubImgNav ul li:nth-child(3){width:130px;}


.Image-Slider ul li img{width:100%; max-width:210px; height:auto;}
.Image-Slider ul li Img-arrow{width:100%; max-width:70px; height:auto;}

.tp-caption {white-space:inherit !important;word-wrap:normal;word-break:normal;}
.revolution-ch1{ margin: 0 auto;text-align:center; top:35% !important;}
.headline-center{padding-top:20px;}
.How-To-Order.process-v1 .process-in > li i {
    background: #826ec3;
}
.Parallax-Block-1:before{background:rgba(0,0,0,0.3);}


.bioinformatics li{text-align:left;}

.Research-Areas .panel-body{padding:15px 0px;}
.Research-Areas .panel-body ul{margin-left:0px; margin-right:0px; text-align: center;}
.Research-Areas .panel-body .container{width:100%;}
.Research-Areas .panel-body .container{padding:0px;}
.Research-Areas .SingleIcon 
{
    height: 225px;
    text-align: center;
    border: 0px;
    margin: 20px 0px;
    padding: 20px;
}
.Research-Areas-applications .SingleIcon
{
    height: auto;
}

.cancer-research .SingleIcon, .biomarkers .SingleIcon, .anitbody-discovery .SingleIcon, .Infectious-Disease .SingleIcon, .Synthetic-Biology-Biotechnology .SingleIcon{
    min-height: 450px;
}

.NGS-Recommendations .col-md-3 {display:none;}
.NGS-Recommendations .col-md-9 {width: 100%;}
.deliverables ul, .deliverables div:nth-child(3){display:none;}
.ngs-workflow .ImgSlili_1, .ngs-workflow .ImgSlili_2, .ngs-workflow .ImgSlili_3, 
.ngs-workflow .ImgSlili_4, .ngs-workflow .ImgSlili_5, .ngs-workflow .ImgSlili_6{width: auto;
    max-width: 133px;}

.Rich-Text-Edit-Area h2 {
    border-bottom: 1px solid #f0f0f0;
}

.appleLinks a {color:#ffffff; text-decoration: none;}
.appleLinksWhite a {color:#ffffff; text-decoration: none;}
.careers table tr:nth-child(even) {
    background: #f0f0f0;
}
.citations{}
    .citations h3:first-child {
        border-top: 0px solid #f0f0f0;
    }
    .citations h3 {
        border-top: 1px solid #f0f0f0;
        padding-top: 20px;
    }

.jobPostings {
    border: 1px solid #f0f0f0;
}

.jobPostings .posting
{
  padding: 10px;
}

    .jobPostings .posting:nth-child(odd) {
        background-color: #f0f0f0;
    }
/*--------------------------End Generic Styles----------------------*/

/***************Sub Navigation*********/
.navbar-brand{padding-left: 20px !important;}
.header-v6 .navbar-nav > li > a:hover, .header-v6 .navbar-nav > li > a:active {
    background: white !important;
    color: #826ec3 !important;
}

.SubImgNav {top: 94px !important;}

.SubImgNav ul:first-child{float:none !important; display:table;margin:0 auto; text-align:center;}
.SubImgNav ul li:first-child{display:table-cell;}

.SubImgNav ul:nth-child(2){margin-top:10px;}
.SubImgNav ul li ul:nth-child(n+6){visibility:hidden;}

.header .navbar-toggle{border-color: transparent; top:15px;}

.dropdown-menu .headline-center{margin: 15px;}


.SubImgNav .dropdown-menu .row{
    text-align: center;
    margin: 0 auto;
    width: 100% !important;
}

.SubImgNav .dropdown-menu .row img{width:80%; height: auto;}

.SubImgNav .dropdown-menu .col-md-3
{
    display: inline-block;
    float: none;
    text-align: left;
    width: 12%;
    margin-right: -4px;
    vertical-align: top;
}

.header .navbar-toggle{border-color:transparent !important; top:15px !important;}

/*--------------------------End Sub Navigation Styles----------------------*/

/*------------------------Begin Service/Research Widgets------------------------------*/
.SerRea{
    text-align:center;
    font-size:15pt;
}

.SerReaHover {
    background-color: #f0f0f0;
}

.SerReaDefault {
    /*border:1px solid #f0f0f0;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

.SerReaDefault .cbp-caption{
    padding:10px;
}

.SerReaDefault .cbp-title-dark{
    padding:10px;
}

.pure-template.divider .row {
    border-bottom: 1px solid #f0f0f0;
}

.pure-template h3{font-size:20px;}
.Two-Column-Text-Image-LR-Layout-v1.pure-template {padding-top: 0px; padding-bottom: 0px;}

/*------------------------End Service/Research Widgets------------------------------*/

/*-----------------------------Begin Company Area---------------------------------------*/
.CompBtn {
    width: 200px;
    background: #826ec3 !important;
}

.BgImg{
    height:250px;
    -moz-background-size:100% 100%;
    background-size:100% 100%;
}
/*-----------------------------End Company Area---------------------------------------*/

/*-------------------------------------Begin Topbar--------------------------------------*/
.MyTopBar {
    background-color: #826ec3;
    position: absolute;
    top: 20px;
    right: 220px;
    z-index: 1;
    height: 0px;
    width: 800px;
    font-size: 17px;
    /*font-weight:bold;*/
}

.MyTopBar li{
    color:white;
}

    .MyTopBar a {
        color: white;
        font-family: 'NotoSansSC-Regular';
    }

/*Language*/
    .MyTopBar .dropdown-menu li a {
        font-family: 'NotoSansSC-Regular';
    }

.MyHeadV6{
    position:fixed;
    width:100%;
    z-index:999;
}

/*Mobile*/
.TopBarMob {
    background-color: #826ec3;
    width: 100%;
}

.TopBarMob .logo{
    padding-left:40px;
}

.TopBarMob .logo img{
    width: 40px;
}
.TopBarMob .icon-bubble{
    font-size:40px;
    color:white;
    top:30px !important;
    position:absolute;
}

.TopBarMob .btn-u{
    top: 22px !important;
}
.navbar-responsive-collapse .container{
    width:100%;
}

.LogReg {
    float: left;
    width: 50%;
    color: #706f6f;
    background-color: LightGrey;
    text-align: center;
    border: solid 1px white;
    list-style: none;
}

.TolBar {
    float: left;
    width: 50%;
    color: #706f6f;
    /*background-color:LightGrey;*/
    text-align: center;
    /*border:solid 1px white;*/
    list-style: none;
}

.Tobar{
    text-align:center;
}

.pull-center li{
    padding-right:40px;
}


/*-------------------------------------End Topbar----------------------------------------*/

/*------------------------------Begin Navbar---------------------------------------*/
.MyNavBar {
    background-color: #826ec3;
}

    .MyNavBar .container-space {
        width: 100%;
        background-color: #826ec3;
    }

/*search icon*/
.MyNavBar .container-space .menu-container .header-inner-right .menu-icons-list .menu-icons .menu-icons-style{
    color:white;
}

        .MyNavBar .container-space .menu-container .header-inner-right .menu-icons-list .menu-icons .search-open {
            float: left;
            position: absolute;
            background-color: #826ec3;
            top: 92px;
            padding: 0px;
            width: 400px;
        }

            .MyNavBar .container-space .menu-container .header-inner-right .menu-icons-list .menu-icons .search-open input {
                background-color: white;
                color: #826ec3;
                border: 5px solid #826ec3;
                padding: 10px;
                height: 50px;
                font-size: 20px;
            }

.search-dropdown .btn-u {
    border: 0;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 18px;
    position: relative;
    background: #826ec3;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

.search-dropdown .input-group-btn
{
    right: 60px; 
	top:5px; 
	padding: 0px; 
	position: absolute;
}

.SecondSubNav {
    color: #826ec3;
    cursor: hand;
}
/*------------------------------End Navbar---------------------------------------*/

/*----------------------Begin Footer--------------------------*/
.footer ul{-webkit-padding-start:0px;}

.footer-v1 .footer,
.footer-v1 .footer .container .row {
    background-color: #706f6f;
}

    .footer-v1 .footer .container {
        background-color: #706f6f;
        /*padding-left: 110px;*/
    }

.SocialIcon{
    width:300px;
}

.socialicons
{
    margin-top:30px;
    margin-bottom: 30px;
}

.Mycopyright {
    background-color: #706f6f;
    color: white;
    margin-top: 30px;
}

.Mycopyright .container .row .col-md-6{
    text-align:center;
    width:100%;
    color:white;
}

.Mycopyright .container .row .col-md-6 p{
    color:white;
}

.FootNav{
    list-style:none;
}

    .FootNav a {
        font-size: 17px;
        color: white;
        font-weight: bold;
        font-family: 'NotoSansSC-Regular';
    }

.FootNav2{
    list-style:none;
    /*width:150px;*/
}

    .FootNav2 a {
        font-size: 14px;
        color: white;
        font-family: 'NotoSansSC-Regular';
        opacity: 0.5;
    }

.FootNav a:hover{opacity:0.5;}

.FootNav2 a:hover{opacity:1;}

.Language {
    color: white;
    font-size: 10pt;
    font-family: 'NotoSansSC-Regular';
}

/*Mobile*/
.FootMob {
    background-color: #706f6f;
    text-align: center;
    height: 100%;
    color: white;
    font-family: 'NotoSansSC-Regular';
    font-size: 9pt;
}
/*----------------------End Footer--------------------------*/

/*------------------------Begin Slider-----------------------------*/

/*------------------------End Slider-----------------------------*/

/*-------------Begin T2----------------*/
.T2Title{
    
    font-size:16pt;
    width:100%;
    text-align:center;
    padding-top:50px;
    font-weight:bold;
}

.T2Text{
    
    font-size:13pt;
    width:100%;
    text-align:center;
    padding-bottom:20px;
}

/*Mobile*/
.T2TitleMob{
    
    font-size:16pt;
    width:100%;
    text-align:center;
    padding-top:20px;
    font-weight:bold;
}
/*--------------End T2-----------------*/

/*------------------------GA---------------------*/
.Focused{
    font-weight:bold;
}

.SanSeq {
    background-color: #f0f0f0;
    color: #000000;
}

.SubImgNav {
    background-color: #f0f0f0;
    top: 50px;
    z-index: 50;
}

.Mycontainer {
    width: 100%;
    background-color: #f0f0f0;
}

.SubImgNav .Mycontainer .navbar-nav{
    
    border-color: white;
}


.SanSeq .dropdown-menu{
    border-color:white;
    position:absolute; 
    background-color:white;
}

.BenSum{
    text-align:center;
    
}

.MyBenSum {
    background-color: #f0f0f0;
    width: 100%;
}

.BenSum hr{
    border:solid 1px black;
    
}

.HowToOrdCommt {
    color: #706f6f;
}

.HowToOrd {
    color: #826ec3;
}

.TempTypes {
    color: #55c8d2;
}

.TempTypesBorder {
    border: 1px solid #f0f0f0;
}

.TempTypesBorder .cbp-caption{
    padding:10px;
}

.TempTypesBorder .cbp-title-dark{
    padding:10px;
}

.Quti {
    text-align: center;
    color: #55c8d2;
}

    .Quti i {
        background-color: #55c8d2;
    }

.SummDesc {
    background-color: #f0f0f0;
    width: 100%;
}

.dropdownsubnav{
    border:hidden;
    z-index:9999;
}

.dropdownsubnav .equal-height-in{
    text-align:center;
    padding:20px;
    min-height: 230px;
}

.BlueCheck {
    /* color:#42b2dd;*/
    color: #826ec3;
    font-size: 50px;
    float: left;
}

.mynavtab{
    display:none;
}

.mynavtabCheckItem{
    background-color:white;
    width:100%;
    padding-left:40px;
    padding-right:40px;
}

.TabSwitch {
    background-color: #f0f0f0;
    width: 100%;
}

.BelowGrayNav{
    
    
    
}

.MyFeatures{
    padding-left:30px;
    padding-right:30px;
}

.BlueCircle {
    color: #826ec3;
    font-size: 5pt;
}

.MyTd{
    width:20%;
}

.MyRCA{
    top: 65%; 
    padding-left: 30%;
}

/*------------------------End GA---------------------*/

/*-------------Company----------------*/
.bg-image-v1 h1{
    color:white;
}
/*-------------End Company----------------*/


/*----------------Component---------------*/
/*Process Border*/
.process-v1 .process-border-2 {
  position: relative;
}

    .process-v1 .process-border-2:before {
        top: 15px;
        width: 26%;
        left: 12%;
        content: " ";
        display: block;
        position: absolute;
        border-top: solid 2px #f0f0f0;
    }

@media (max-width: 768px) {
  .process-v1 .process-border-2:before {
    border: none;
  }
}

.process-v1 .process-border-3 {
  position: relative;
}

    .process-v1 .process-border-3:before {
        top: 15px;
        width: 50%;
        left: 26%;
        content: " ";
        display: block;
        position: absolute;
        border-top: solid 2px #f0f0f0;
    }

@media (max-width: 768px) {
  .process-v1 .process-border-3:before {
    border: none;
  }
}

.process-v1 .process-border-4 {
  position: relative;
}

    .process-v1 .process-border-4:before {
        top: 15px;
        width: 75%;
        left: 12%;
        content: " ";
        display: block;
        position: absolute;
        border-top: solid 2px #f0f0f0;
    }

@media (max-width: 768px) {
  .process-v1 .process-border-4:before {
    border: none;
  }
}
/*Process Border*/

.SingleIcon {
    /*border: 1px solid #f0f0f0;*/
}

.Component-BackGround-Gray {
    background-color: #f0f0f0;
}

.Component-BackGround-Default{
    background-color:transparent;
}

.Component-BackGround-f9fafc{
    background-color:#f9fafc;
}

.Component-Frame{
    width:100%;
}

/*Parallax*/


.plasmid-prep-parallax, 
.cloning-and-mutagenesis-parallax,
.Gene-Synthesis-parallax,
.glp-regulatory-parallax,
.molecular-genetics-parallax,
.next-generation-sequencing-parallax,
.sanger-sequencing-parallax
{
	padding: 60px 0px;
}

.plasmid-prep-parallax h2,
.cloning-and-mutagenesis-parallax h2,
.Gene-Synthesis-parallax h2,
.glp-regulatory-parallax h2,
.molecular-genetics-parallax h2,
.next-generation-sequencing-parallax h2,
.sanger-sequencing-parallax h2
{
	margin-bottom:0px; padding-bottom:0px;
}

    .plasmid-prep-parallax h3,
    .cloning-and-mutagenesis-parallax h3,
    .Gene-Synthesis-parallax h3,
    .glp-regulatory-parallax h3,
    .molecular-genetics-parallax h3,
    .next-generation-sequencing-parallax h3,
    .sanger-sequencing-parallax h3 {
        font-family: 'NotoSansSC-Regular',sans-serif;
    }


.cloning-and-mutagenesis-parallax{
    /*background-image: url('../img/gwz/Parallax/cloning-and-mutagenesis-parallax.jpg')*/
    background-image: url('/~/media/Images/Parallax/cloning-and-mutagenesis-parallax.ashx');
}

.Gene-Synthesis-parallax{
    /*backgound-image: url('../img/gwz/Parallax/Gene-Synthesis-parallax.jpg')*/
    background-image: url('/~/media/Images/Parallax/Gene-Synthesis-parallax.ashx');
}

.glp-regulatory-parallax{
    /*background-image: url('../img/gwz/Parallax/glp-regulatory-parallax.jpg')*/
    background-image: url('/~/media/Images/Parallax/glp-regulatory-parallax.ashx');
}

.molecular-genetics-parallax{
    /*background-image: url('../img/gwz/Parallax/molecular-genetics-parallax.jpg')*/
    background-image: url('/~/media/Images/Parallax/molecular-genetics-parallax.ashx');
}

.next-generation-sequencing-parallax{
    /*background-image: url('../img/gwz/Parallax/next-generation-sequencing-parallax.jpg')*/
    background-image: url('/~/media/Images/Parallax/next-generation-sequencing-parallax.ashx');
}

.company-about-us-parallax{
    /*background-image: url('../img/gwz/Parallax/next-generation-sequencing-parallax.jpg')*/
    background-image: url('/~/media/Images/Parallax/company-about-us-parallax.ashx');
}

.careers-value-prop-parallax{
    background: url('/~/media/Images/Parallax/careers-value-prop-parallax.ashx') top center no-repeat;
    padding: 5% 0;
}
.oligo-parallax{
    /*background-image: url('../img/gwz/Parallax/oligo-parallax.jpg')*/
    background-image: url('/~/media/Images/Parallax/oligo-parallax.ashx');
}

.plasmid-prep-parallax{
    /*background-image: url('../img/gwz/Parallax/plasmid-prep-parallax.png')*/
    background-image: url('/~/media/Images/Parallax/plasmid-prep-parallax.ashx');
}

.sanger-sequencing-parallax{
    /*background-image: url('../img/gwz/Parallax/sanger-sequencing-parallax.jpg')*/
    background-image: url('/~/media/Images/Parallax/sanger-sequencing-parallax.ashx');
}

.Promotion-reward-parallax{
    background-image: url('/~/media/Images/Parallax/Promotion-reward-parallax.ashx');
}

.Promotion-reward-parallax{
    background-image: url('/~/media/Images/Parallax/Promotion-reward-parallax.ashx');
}

.CLIMS4-parallax{
    /*background-image: url('../img/gwz/Parallax/parallax-1.png')*/
    background-image: url('/~/media/Images/Parallax/CLIMS4-parallax.ashx')
}

.parallax-2{
    /*background-image: url('../img/gwz/Parallax/parallax-2.png')*/
    background-image: url('/~/media/Images/Parallax/parallax-2.ashx')
}

.parallax-3{
    /*background-image: url('../img/gwz/Parallax/parallax-3.png')*/
    background-image: url('/~/media/Images/Parallax/parallax-3.ashx')
}

.parallax-4{
    /*background-image: url('../img/gwz/Parallax/parallax-4.png')*/
    background-image: url('/~/media/Images/Parallax/parallax-4.ashx')
}

.gene-editing-banner{
    background-image: url('/~/media/Images/Parallax/gene-editing-banner.ashx')
}

.BlackBg{
    background-image: url('../img/gwz/BlackBg.png')
}
/*End Parallax*/

/*clims4 Video*/
.clims4-prevideo-bg{
    /*background-image: url('../img/gwz/Parallax/cloning-and-mutagenesis-parallax.jpg')*/
    background-image: url('/~/media/Images/Resources/CLISM4/clims4-prevideo-bg.ashx')
}

.clims4-preblue-bg{
    /*background-image: url('../img/gwz/Parallax/cloning-and-mutagenesis-parallax.jpg')*/
    background-image: url('/~/media/Images/Resources/CLISM4/clims4-preblue-bg.ashx')
}

.clims4-preorange-bg{
    /*background-image: url('../img/gwz/Parallax/cloning-and-mutagenesis-parallax.jpg')*/
    background-image: url('/~/media/Images/Resources/CLISM4/clims4-preorange-bg.ashx')
}
/*-----------------Image Slider----------------*/
.SeqIcon {
    border-radius: 6px !important;
    border: 2px solid #706f6f;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.SeqIcon_text {
    font-size: 28px;
    font-weight: bolder;
    font-family: 'NotoSansSC-Regular';
    margin: 0px;
    padding: 0px;
}
.SeqIcon_Sel {
    color: white;
    background-color: #706f6f;
}
/*-----------------Image Slider----------------*/

/*-----------------marging,padding----------------*/
.margin-top-0{
    margin-top:0px;
}

.margin-top-30{
    margin-top:30px;
}

.margin-top-40{
    margin-top:40px;
}

.margin-top-50{
    margin-top:50px;
}

.margin-top-60{
    margin-top:60px;
}

.margin-top-70{
    margin-top:70px;
}

.margin-top-80{
    margin-top:80px;
}

.margin-top-90{
    margin-top:90px;
}

.margin-top-100{
    margin-top:100px;
}

.padding-top-10{
    padding-top:10px;
}

.padding-top-20{
    padding-top:20px;
}

.padding-top-30{
    padding-top:30px;
}

.padding-top-40{
    padding-top:40px;
}

.padding-top-50{
    padding-top:50px;
}

.padding-top-60{
    padding-top:60px;
}

.padding-top-70{
    padding-top:70px;
}

.padding-top-80{
    padding-top:80px;
}

.padding-top-90{
    padding-top:90px;
}

.padding-top-100{
    padding-top:100px;
}

.padding-top-110{
    padding-top:110px;
}

.padding-top-120{
    padding-top:120px;
}

.padding-top-130{
    padding-top:130px;
}

.padding-top-140{
    padding-top:140px;
}

.padding-top-150{
    padding-top:150px;
}

.padding-top-160{
    padding-top:160px;
}

.padding-top-170{
    padding-top:170px;
}

.padding-top-180{
    padding-top:180px;
}

.padding-top-190{
    padding-top:190px;
}

.padding-top-200{
    padding-top:200px;
}

.padding-top-210{
    padding-top:210px;
}

.padding-top-220{
    padding-top:220px;
}

.padding-top-230{
    padding-top:230px;
}

.padding-top-240{
    padding-top:240px;
}

.padding-top-250{
    padding-top:250px;
}

.padding-top-260{
    padding-top:260px;
}

.padding-top-270{
    padding-top:270px;
}

.padding-top-280{
    padding-top:280px;
}

.padding-top-290{
    padding-top:290px;
}

.padding-top-300{
    padding-top:300px;
}

.padding-bottom-10{
    padding-bottom:10px;
}

.padding-bottom-20{
    padding-bottom:20px;
}

.padding-bottom-30{
    padding-bottom:30px;
}

.padding-bottom-40{
    padding-bottom:40px;
}

.padding-bottom-50{
    padding-bottom:50px;
}

.padding-bottom-60{
    padding-bottom:60px;
}

.padding-bottom-70{
    padding-bottom:70px;
}

.padding-bottom-80{
    padding-bottom:80px;
}

.padding-bottom-90{
    padding-bottom:90px;
}

.padding-bottom-100{
    padding-bottom:100px;
}
/*-----------------marging,padding----------------*/

.Icon-Navigation-v2{
    /*width:80%;*/
    text-align:center;
}

.NoBorder{
    border:0;
}

.SingleBorder {
    border: solid 1px #f0f0f0;
}

.QA {
    color: #826ec3;
}

.FAQs{}
.Gene-Synthesis-Workflow{}
.How-To-Order{}
.icon-nav{}
.Icon-Navigation-v2{}
.Image-Slider{}
.Multi-column-TextBullet-Layout{}
.Parallax-Block-1{}
.Parallax-Block-2 {}
.Rich-Text-Edit-Area{}
.Two-Column-Text-Image-25-75-Layout{}
.Two-Column-Text-Image-LR-Layout-v1{padding-top: 25px; padding-bottom:25px;}
.Two-Column-Text-Image-LR-Layout-v2{padding-top: 25px; padding-bottom:25px;}
.Two-Column-Text-Image-LR-Layout-v3{padding-top: 25px; padding-bottom:25px;}
.Two-Column-Text-Image-LR-Layout{}
/*----------------End Component---------------*/

/*--------------Page-----------------*/
.tcdPageCode {
    padding: 15px 20px;
    text-align: left;
    color: #dadada;
}
    .tcdPageCode a {
        display: inline-block;
        color: #826ec3;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        border: 1px solid #dadada;
        margin: 0 2px;
        border-radius: 4px;
        vertical-align: middle;
    }
        .tcdPageCode a:hover {
            text-decoration: none;
            border: 1px solid #826ec3;
        }
    .tcdPageCode span.current {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        margin: 0 2px;
        color: #fff;
        background-color: #826ec3;
        border: 1px solid #826ec3;
        border-radius: 4px;
        vertical-align: middle;
    }
    .tcdPageCode span.disabled {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        margin: 0 2px;
        color: #dadada;
        background: #f0f0f0;
        border: 1px solid #dadada;
        border-radius: 4px;
        vertical-align: middle;
    }

.tcdPageCode2 {
    padding: 15px 20px;
    text-align: left;
    color: #dadada;
}
    .tcdPageCode2 a {
        display: inline-block;
        color: #826ec3;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        border: 1px solid #dadada;
        margin: 0 2px;
        border-radius: 4px;
        vertical-align: middle;
    }
        .tcdPageCode2 a:hover {
            text-decoration: none;
            border: 1px solid #826ec3;
        }
    .tcdPageCode2 span.current {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        margin: 0 2px;
        color: #fff;
        background-color: #826ec3;
        border: 1px solid #826ec3;
        border-radius: 4px;
        vertical-align: middle;
    }
    .tcdPageCode2 span.disabled {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        margin: 0 2px;
        color: #dadada;
        background: #f0f0f0;
        border: 1px solid #dadada;
        border-radius: 4px;
        vertical-align: middle;
    }

/*--------------Page--------------------*/

.alert {
    color: #ff0000;
}

/*--------Table Style--------------*/
.BlueTable {
    border-collapse: collapse !important;
    border: solid 1px #826ec3;
}

.BlueTd {
    background-color: #826ec3;
    color: white;
}

/*--------End Table Style--------------**/

/*@font-face {
    font-family: 'tagline';
src:    url('assets/fonts/TagLine.eot?oviy03');
    src:    url('/assets/fonts/TagLine.eot?oviy03#iefix') format('embedded-opentype'),
        url('/assets/fonts/TagLine.ttf?oviy03') format('truetype'),
        url('/assets/fonts/TagLine.woff?oviy03') format('woff'),
        url('/assets/fonts/TagLine.svg?oviy03#tagline') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

.footer .icon-Solid-Science-tagline {
    font-family: 'NotoSansSC-Regular';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: white;
    font-size: 45px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer .icon-Solid-Science-tagline:before {
    /*content: "\e900";*/
}



.autohide-myaccount-120 {
    line-height: 14px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   
}


.Path{
    padding-top:120px;
    height:50px;
}

/*--------------------------------ÓÒ±ß²ã------------------------------------*/
.btn-group {
    width: 65px;
    position: fixed;
    right: 10px;/*ÓÒ±ß¾à*/
    top: 50%;
    margin-top: -195px;
    z-index: 1000;
    display:block;
}

.btn-group span {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}

.btn-group-bg {
    padding: 10px;
    display: inline-block;
    /*width: 40px;*//*¿í*/
    /*height: 46px;*//*¸ß*/
    background: #0067b1;
    z-index: 999;
    position: relative;
    cursor: pointer;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}

.huihua {
    display: none;
    position: absolute;
    /*width: 170px;*//*¿í*/
    border: 1px solid #ffffff;
    /*left: -175px;*//*ÓÒ±ß¾àÀë*/
    /*top:3px;*//*ÉÏ±ß¾à*/
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    background: #0067b1;
    text-align: center;
    /*line-height:40px;*//*¸ß*/
    color: #ffffff;
    display: none;
}

.huihua:after{
    content:'';
    width:10px;
    height:10px;
    border-left:1px solid transparent;
    border-bottom:1px solid transparent;
    border-right:1px solid #ffffff;
    border-top:1px solid #ffffff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-radius:2px;
    -webkit-border-radius:2px;
    -o-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    position:absolute;
    right:-5px;
    top:10px;
    background:#0067b1;
}
#zx_online_xx1c {
    /*background: url("../Images/online-chat.png") no-repeat 50% 50% transparent;*/
    /*background-size: auto 100%;
    background-position: center;*/
    /*padding-left:0px;*/
}

#zx_phpne {
    background: url("../Images/phone.png") no-repeat 50% 50% transparent;
    background-size: auto 100%;
    background-position: center;
}

#zc_mail_xx2c {
    background: url("../Images/free-trial.png") no-repeat 50% 50% transparent;
    background-size: auto 100%;
    background-position: center;
}

#zx_weixin {
    background: url("../Images/weixin-chat.png") no-repeat 50% 50% transparent;
    background-size: auto 100%;
    background-position: center;
}

.weixin_box {
    overflow: hidden;
    padding-top: 20px;
    text-align:center;
}

.erweima{
    display:none;
}

.weixin_box .gray_tip {
    font-size: 14px;
    color: #aaaaaa;
    line-height: 20px;
}

.weixin_box .center {
    text-align: center;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 20px;
}

.inline-menu {
    background-color: #f0f0f0;
    position: relative;
    display: block;
    top: 0;
    left: 0;
    right: 0;
}

    .inline-menu ul {
        list-style: none;
        margin-bottom: 0;
        margin-left: 0;
    }

        .inline-menu ul li {
            display: inline-block;
            padding: 0 2.6rem;
        }

            .inline-menu ul li a {
                border-bottom: 2px solid transparent;
                color: #000;
                display: block;
                line-height: 4.6rem;
                position: relative;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                .inline-menu ul li a:after {
                    content: '';
                    width: 0;
                    height: 3px;
                    background: #FA9646;
                    bottom: 0;
                    position: absolute;
                    left: 50%;
                    transform: translateX(-50%);
                    -webkit-transition: width 0.3s ease;
                    -moz-transition: width 0.3s ease;
                    -ms-transition: width 0.3s ease;
                    -o-transition: width 0.3s ease;
                    transition: width 0.3s ease;
                }

            .inline-menu ul li .active:after {
                width: 96% !important;
            }

            .inline-menu ul li .active {
                color: #826EC3 !important;
            }

.scroll-link {
    cursor: pointer;
}
