/*===========================================================
				Zygo css
=============================================================*/

* {
    outline: none;
}

#wrapper main {
    background: #fff;
}

header {
    background: #fff;
}

#footer {
    padding: 0 30px;
}

#conten,
#header {
    padding-left: 15px;
    padding-right: 15px;
}

.position-static {
    position: static;
}

body main #content {
    max-width: 100%;
    padding-bottom: 30px;
}

body main>#content>.row {
    margin-right: 0;
    margin-left: 0;
}

.content,
.rich-text {
    color: #707C7C;
}


/* body main #content > .row > .container { */


/* max-width: 100% !important; */


/* } */


/*===========================================================
				Zygo Header 
=============================================================*/

#zygo-header-navigation>nav {
    float: right;
}

#zygo-header-navigation .rel-level1>ul {
    margin-top: 0;
    top: auto;
    background: #231f20;
    border: none;
    text-align: left !important;
    border-bottom: 1px solid #302f30;
    z-index: 99;
}

#zygo-header-navigation li.navigation-explore-title>.field-navigationtitle,
#zygo-header-navigation li.navigation-explore-title>ul,
#zygo-header-navigation .rel-level1>ul .nav-center {
    width: 100%;
    max-width: 999px;
    margin: 0 auto;
    position: relative;
}

#zygo-header-navigation .rel-level1>ul .nav-center:after {
    content: "";
    display: block;
    clear: both;
}

#zygo-header-navigation li.navigation-explore-title>.field-navigationtitle>a {
    position: relative;
    z-index: 5;
    font-size: 16px;
    color: #fff;
    text-align: left !important;
    font-weight: 600;
    display: inline-block;
    padding: 0;
}

#zygo-header-navigation li.navigation-explore-title>.field-navigationtitle>a:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #d00;
    border-right: 3px solid #d00;
    transform: rotate(45deg);
    margin: 0 0 0 5px;
}

#zygo-header-navigation li.navigation-explore-title>.field-navigationtitle {
    background: #000;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left !important;
}

#zygo-header-navigation nav {
    float: right;
    position: static;
}

#zygo-header-navigation nav>ul>li.level1>.navigation-title a {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 15px 15px 15px 15px;
    font-family: open sans, tahoma, geneva, arial;
    text-transform: uppercase;
    border-top: none;
    border-bottom: 2px solid transparent;
}

#zygo-header-navigation nav>ul>li>.navigation-title a:after {
    display: none;
}

#zygo-header-navigation nav>ul>li:hover>.navigation-title a {
    border-bottom: 2px solid #E00;
    color: #D00;
}

#zygo-header-navigation nav>ul>li.level1.active>.navigation-title a {
    border-bottom: 2px solid #E00;
}

.zygo-header-logo .component-content {
    padding: 32px 0 0px 0;
}

.zygo-icon-wrapper {
    padding: 10px 0 10px 0;
}

.zygo-icon-wrapper button,
.zygo-userlogin {
    border: none;
    background: transparent;
    padding: 10px;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
}

.zygo-icon-wrapper button:hover,
.zygo-userlogin:hover {
    background: #d00;
    color: #fff;
}

button.zygo-sticky-form {
    position: fixed;
    right: 0;
    top: calc(100% - 150px);
    background: rgba(112, 124, 124, 0.5);
    color: #fff;
    font-size: 20px;
    width: 60px;
    height: 42px;
    padding: 10px 22px 10px 15px;
    cursor: pointer;
    z-index: 10;
}

.header-ametek-logo .component-content {
    padding: 10px 0 0 0;
}

#zygo-header-navigation .rel-level2 ul li .navigation-title a:hover {
    color: #d00;
}

#zygo-header-navigation li.navigation-explore-title {
    padding: 0;
    border: none;
    width: 100%;
}

.mobile-header-icon .row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.on-page-editor #header .row {
    position: static;
}

.component.float-sm-right {
    flex: none !important;
}

body.on-page-editor .component.plain-html.position-right {
    width: auto !important;
    flex: none;
}

@media (min-width: 768px) {
    .ametek-mobile-logo {
        display: none;
    }
    #zygo-header-navigation .rel-level2>.field-navigationtitle:before,
    #zygo-header-navigation .rel-level2>.field-navigationtitle:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        background: #000;
        top: 0;
    }
    .nav-center:before,
    .nav-center:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        background: #231f20;
        top: 0;
        z-index: 1;
    }
    .nav-center:before,
    #zygo-header-navigation .rel-level2>.field-navigationtitle:before {
        left: -100%;
    }
    .nav-center:after,
    #zygo-header-navigation .rel-level2>.field-navigationtitle:after {
        right: -100%;
    }
    .zygo-header-navigation,
    #zygo-header-navigation .rel-level1.show>ul {
        display: block !important;
    }
    #zygo-header-navigation li.navigation-explore-title>ul,
    #zygo-header-navigation .rel-level1>ul .nav-center {
        display: -ms-flexbox !important;
        display: flex !important;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .login-component.logedin .logout-link i.fa {
        display: none;
    }

    
}

#zygo-header-navigation .rel-level2:hover,
#zygo-header-navigation .rel-level2:focus {
    background: transparent;
}

.navigation.navigation-main .rel-level2 div>a {
    transition: 0.3s all;
    text-align: left !important;
}

#zygo-header-navigation .rel-level1>ul li.rel-level2:not(.navigation-explore-title) {
    border: none;
    padding-left: 0;
    padding-top: 0;
}

#zygo-header-navigation li.navigation-explore-title li.rel-level3>.navigation-title>a:hover {
    color: #d00;
}

#zygo-header-navigation li.navigation-explore-title li.rel-level3>.navigation-title>a,
#zygo-header-navigation .rel-level1>ul li.rel-level2:not(.navigation-explore-title)>.navigation-title a {
    color: #fff;
    font-weight: 600;
    padding: 0 0 10px 0;
    min-height: 55px;
    display: block;
    text-align: left !important;
    font-size: 14px;
}

#zygo-header-navigation li.navigation-explore-title li.rel-level3>.navigation-title>a:hover,
#zygo-header-navigation .rel-level1>ul li.rel-level2:not(.navigation-explore-title)>.navigation-title a:hover {
    color: #D00;
}

#zygo-header-navigation nav ul li.active:not(.submenu) a {
    color: #D00 !important;
}

#zygo-header-navigation li.navigation-explore-title li.rel-level4>.navigation-title>a {
    text-align: left !important;
    font-size: 13px;
    display: block;
    padding: 3px 0;
    color: #999;
}

#zygo-header-navigation li.navigation-explore-title li.rel-level4>.navigation-title>a:hover {
    color: #d00;
}

.login-component {
    padding: 10px 0;
}

.login-component.logedin a.logout-link {
    display: inline-block;
    padding: 8px 8px;
}

@media(max-width: 767px) {
    .login-component {
        padding: 30px 0 0 0;
    }
    .login-component.logedin button.zygo-userlogin {
        display: none;
    }
    .login-component.logedin span.print-hide {
        display: none;
    }
    .login-component.logedin a.logout-link .fa {
        font-size: 20px;
    }
	.field-brief-content .rte_content table{width:100%;}
}


/*===========================================================
				Zygo Footer
=============================================================*/

footer {
    background-color: #202020;
    color: #fff;
    padding: 50px 0 40px 0;
}

footer a,
footer .content,
footer .rich-text {
    color: #fff;
}

#zygo-footer-navigation nav ul li .navigation-title>a {
    transition: 0.4s;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    font-family: open sans, tahoma, geneva, arial;
}

#zygo-footer-navigation nav>ul>li,
#zygo-footer-navigation nav>ul>div {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 0 10px;
}

#zygo-footer-navigation nav>ul>li.submenu>.field-link {
    display: none;
}

#zygo-footer-navigation nav ul li.level1>.navigation-title>a {
    margin: 0 0 5px 0;
    display: inline-block;
    border-bottom: 1px solid #888;
    width: 100%;
    padding-bottom: 7px;
    transition: 0.4s;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    font-family: open sans, tahoma, geneva, arial;
    padding: 10px 0 5px 0;
}

#zygo-footer-navigation nav ul ul {
    padding: 0;
}

#zygo-footer-navigation nav ul li ul li .navigation-title>a {
    font-weight: 400;
    line-height: 1.1em;
    font-size: 12px;
    transition: 0.4s;
    padding: 5px 0;
}

#zygo-footer-navigation nav ul li .navigation-title>a:hover {
    color: #d00;
}

footer .content h1,
footer .content h2,
footer .content h3,
footer .content h4,
footer .content h5,
footer .content h6,
footer .rich-text h1,
footer .rich-text h2,
footer .rich-text h3,
footer .rich-text h4,
footer .rich-text h5,
footer .rich-text h6 {
    color: #fff;
}

.zygo-social-links ul {
    display: flex;
    padding: 10px 0;
    list-style: none;
}

.zygo-social-links ul li a {
    padding: 5px;
    font-size: 20px;
    line-height: 1;
    width: 25px;
    height: 25px;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    color: #a8c4cd;
    transition: 0.4s;
}

.zygo-social-links ul li a:hover {
    color: #d00;
}

.zygo-footer-contact h4 a {
    color: #fff;
    text-decoration: none;
    transition: 0.4s;
}

.zygo-footer-contact h4 a:hover {
    color: #d00;
}

.zygo-footer-contact {
    font-size: 15px;
}

footer .zygo-footer-copyright,
footer .zygo-footer-copyright a {
    color: #999;
    text-decoration: none;
    font-size: 14px;
}

.zygo-footer-copyright a:hover {
    color: #d00;
    transition: 0.4s;
}

.zygo-footer-navigation {
    padding-bottom: 40px;
}

footer .row.column-splitter {
    padding-bottom: 10px;
}

#zygo-footer-navigation nav .footer-nav-links li.level1>ul,
#zygo-footer-navigation nav .footer-nav-links li.level1>.field-link {
    display: none;
}

.zygo-footer-contact h3 {
    font-size: 16px;
    font-weight: 600;
}

.zygo-footer-contact {
    padding-top: 9px;
}

.zygo-footer-contact h4 {
    font-size: 15px;
    font-weight: 600;
}


/*===========================================================
				Zygo Home Banner 
=============================================================*/

body main #content>.row>form.inquiry-form {
    display: none;
}

.HeroBanner {
    padding: 0;
}

.zygo-banner-image>.container>.row {
    min-height: 297px;
    padding-top: 60px;
    margin: 0;
}

.zygo-banner-image {
    background-size: cover;
    background-position: top center;
    min-height: 350px;
}

.field-bannersubtitle b {
    font-weight: 700;
}

.field-bannertitle,
.field-bannertitle h1,
.field-bannertitle h2,
.field-bannertitle h3 {
    margin: 0;
    color: #D2222A;
    font-size: 58px;
    letter-spacing: -3.2px;
    font-family: open sans, tahoma, geneva, arial;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
}

.field-bannersubtitle,
.field-bannersubtitle h1,
.field-bannersubtitle h2,
.field-bannersubtitle h3 {
    color: #fff;
    font-size: 90px;
    letter-spacing: -3.2px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 10px 0;
}

.zygo-small-banner .field-bannertitle,
.zygo-small-banner .field-bannertitle h1,
.zygo-small-banner .field-bannertitle h2,
.zygo-small-banner .field-bannertitle h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 50px;
}

.button-link.field-bannerlink a {
    color: white;
    text-decoration: none;
}

.button-link.field-bannerlink {
    box-shadow: none;
    background: #D2222A;
	padding:0px 12px 7px 15px !important;
}

.zygo-small-banner .zygo-banner-image>.container>.row {
    padding-bottom: 0;
    padding-top: 60px;
    /* min-height: 297px; */
    min-height: 277px;

}

.zygo-small-banner .field-bannertitle {
    padding-top: 100px;
    padding-bottom: 17px;
}

.field-bannerdescription {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -.5px;
    line-height: 1.7em;
    color: #fff;
    padding-top: 4px;
}

.zygo-small-banner .zygo-banner-image {
    min-height: 351px;

    /* min-height: 331px; */
}

.zygo-small-banner {
    margin-bottom: 40px;
}

.has-mobile-bg {
    background-size: cover;
    background-position: center center;
}

@media(max-width: 767px) {
    .zygo-banner-image>.container>.row {
        padding-top: 30px;
    }
    .field-bannertitle,
    .field-bannertitle h1,
    .field-bannertitle h2,
    .field-bannertitle h3 {
        font-size: 50px;
    }
    .zygo-banner-image>.container>.row {
        min-height: auto;
        padding-bottom: 50px;
    }
    .zygo-banner-image {
        background-position: left top;
    }
    .zygo-small-banner .zygo-banner-image {
        min-height: 260px;
    }
    .zygo-small-banner .field-bannertitle {
        padding-top: 65px;
        font-size: 40px;
    }
    .zygo-small-banner .zygo-banner-image>.container>.row {
        min-height: 190px;
    }
    .zygo-small-banner {
        margin-bottom: 15px;
    }
  /*  .has-mobile-bg .zygo-banner-image {
        background-image: none !important;
    } */
}

@media(max-width: 479px) {
    .field-bannertitle,
    .field-bannertitle h1,
    .field-bannertitle h2,
    .field-bannertitle h3 {
        font-size: 40px;
    }
    .field-bannersubtitle,
    .field-bannersubtitle h1,
    .field-bannersubtitle h2,
    .field-bannersubtitle h3 {
        font-size: 65px;
    }
}

.search-result-section{
    min-height: 62vh;
}

@media(max-width: 280px) {
    .search-result-section{
        min-height: 71vh;
    }
}


/*===========================================================floatingstrip=============================================================*/

.HeroBanner>.component-content>.row>.floatingstrip-wrapper {
    display: none;
}

.on-page-editor .HeroBanner>.component-content>.row>.floatingstrip-wrapper {
    display: block;
}

.on-page-editor .field-backgroundimage1 {
    display: none;
}

.HeroBanner>.component-content>.row {
    width: 100%;
}

.floatingstrip-wrapper {
    background-color: rgba(21, 21, 21, .8);
    width: 100%;
    display: none;
    position: relative;
}

.zygo-small-banner .floatingstrip-wrapper {
    background-color: rgba(21, 21, 21, .8);
    width: 100%;
    display: none;
    position: relative;
    top: 20px;
}

.floatingstrip-wrapper * {
    text-align: center !important;
}

.floatingstrip-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.floatingstrip-wrapper ul li {
    width: 100%;
    max-width: 248px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.floatingstrip-wrapper ul li a {
    font-weight: 600;
    line-height: 1.1em;
    font-size: 17px;
    color: white;
    letter-spacing: .3px;
    text-decoration: none;
    padding: 4px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0.85;
    width: 100%;
}

.floatingstrip-wrapper ul li:not(:last-child) a {
    border-right: 2px solid #555;
}

.floatingstrip-wrapper ul li a span {
    position: relative;
    z-index: 5;
}

.floatingstrip-wrapper ul li a:hover {
    background-color: #D3222C;
    opacity: 0.90;
    transition: 0.2s;
}

@media(max-width: 1199px) {
    .container {
        max-width: 100%;
    }
}


@media(max-width: 1200px) {
    .banner-Title {
        padding: 0 0 0 18%;
    }
}

@media(max-width: 991px) {
    #zygo-header-navigation nav>ul>li.level1>.navigation-title a {
        padding: 12px 12px 40px;
    }
    #zygo-header-navigation {
        padding: 0;
    }
}

@media(max-width: 767px) {
    .zygo-header-logo .component-content {
        padding: 20px 0 10px 0;
    }
    .zygo-icon-wrapper {
        padding: 30px 15px 0 0;
    }
    .zygo-header-logo img {
        width: 100%;
        max-width: 124px;
    }
    .login-component .zygo-userlogin,
    .zygo-icon-wrapper button {
        font-size: 20px;
    }
    header .position-right {
        padding-left: 0;
    }
    /*===========================================================
				Moble Navigation
=============================================================*/
    body.mobile-open {
        overflow: hidden;
    }
    #zygo-header-navigation {
        position: fixed;
        left: 0;
        z-index: 99;
        background: #231f20;
        padding: 10px 20px;
        display: none;
        height: 100%;
        overflow: scroll;
        max-height: 100%;
        padding-bottom: 100px;
    }
    #zygo-header-navigation .rel-level1 {
        float: none;
        display: block;
        width: 100%;
    }
    #zygo-header-navigation nav {
        float: none;
    }
    #zygo-header-navigation nav>ul>li:last-child>.navigation-title a {
        border-bottom: none !important;
    }
    #zygo-header-navigation nav>ul>li:hover>.navigation-title a {
        border-bottom: 1px solid #666;
    }
    #zygo-header-navigation .rel-level1>ul {
        position: static;
    }
    #zygo-header-navigation .rel-level2 {
        padding: 15px 0 0 0;
        display: block;
        float: none;
    }
    #zygo-header-navigation .rel-level1.show>ul {
        display: none;
    }
    #zygo-header-navigation nav>ul>li.level1>.navigation-title a {
        color: #fff;
        padding: 15px 0;
        border-bottom: 1px solid #302f30;
        text-align: left !important;
        /* pointer-events: none; */
        font-size: 15px;
        font-weight: normal;
    }
    #zygo-header-navigation li.submenu>.field-navigationtitle {
        position: relative;
    }
    #zygo-header-navigation li.submenu>.field-navigationtitle .child-trigger {
        position: absolute;
        padding: 10px;
        right: 0;
        height: 100%;
        width: 50px;
        top: 0;
        z-index: 20;
        cursor: pointer;
    }
    #zygo-header-navigation li.submenu>.field-navigationtitle .child-trigger span {
        display: inline-block;
        width: 20px;
        height: 3px;
        background: #fff;
        position: relative;
        right: 5px;
    }
    #zygo-header-navigation li.submenu>.field-navigationtitle .child-trigger span:before {
        content: "";
        width: 100%;
        height: 3px;
        display: inline-block;
        position: absolute;
        background: #fff;
        transform: rotate(-90deg);
        left: 0;
        transition: 0.3s all;
    }
    #zygo-header-navigation li.submenu>.field-navigationtitle .child-trigger.child-open span:before {
        transform: rotate(0deg);
    }
    #zygo-header-navigation li.navigation-explore-title>.field-navigationtitle {
        background: transparent;
        padding: 15px 0;
        display: block;
        border-bottom: 1px solid #302f30;
    }
    #zygo-header-navigation li.navigation-explore-title li.rel-level3>.navigation-title>a,
    #zygo-header-navigation .rel-level1>ul li.rel-level2:not(.navigation-explore-title)>.navigation-title a {
        padding: 20px 0;
        font-size: 18px;
    }
    #zygo-header-navigation li.navigation-explore-title .navigation-title .child-trigger {
        display: none;
    }
    #zygo-header-navigation li.navigation-explore-title li.rel-level4>.navigation-title>a {
        color: #fff;
        font-size: 14px;
    }
    #zygo-header-navigation li.navigation-explore-title>ul {
        padding-bottom: 30px;
    }
    .ametek-mobile-logo {
        padding: 34px 5px 0 0;
    }
    .ametek-mobile-logo img {
        max-width: 30px;
    }
}

@media (max-width: 575px) {
    .zygo-header-logo .component-content {
        padding: 27px 0 10px 0;
    }
}

@media(max-width: 767px) {
    #zygo-footer-navigation nav>ul>li.level1 {
        padding-left: 0;
    }
    #footer {
        padding: 0 15px;
    }
    #zygo-footer-navigation nav>ul .footer-nav-links {
        padding-right: 0;
    }
    .floatingstrip-wrapper ul {
        display: block;
    }
    .floatingstrip-wrapper ul li {
        max-width: 100%;
    }
    .floatingstrip-wrapper ul li a {
        border-bottom: 1px solid #555;
        border-right: none;
    }
}

@media(min-width: 1200px) {
    .zygo-header-logo>.component-content {
        margin-left: -20px;
    }
}


/*===========================================================
				Product Page
=============================================================*/

.title-with-richtext {
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 30px;
    padding-top: 10px;
}

.title-with-richtext {
    font-size: 24px;
    line-height: 1.2;
}

.zygo-product-listing .content,
.zygo-product-listing .rich-text {
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.zygo-product-listing h3,
.zygo-product-listing .field-producttitle {
    font-size: 28px;
    line-height: normal;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.zygo-product-listing .zygo-product-item {
    padding: 20px 0 20px 0;
    text-decoration: none;
}

.zygo-product-listing {
    padding: 20px 0;
}

.zygo-product-listing .zygo-product-item:nth-child(2n) {
    flex-direction: row-reverse;
}

.tabs div.scLooseFrameZone {
    overflow: visible;
}


/*===========================================================
				Product Carousel
=============================================================*/

.product-carousel .wrapper .nav {
    position: absolute;
    right: 20px;
    top: 0;
    width: 100%;
    height: calc(100% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-carousel {
    position: relative;
    border: none;
}

.product-carousel .wrapper {
    max-width: 80%;
    overflow: hidden;
    padding: 0;
}

.product-carousel .wrapper ul.slides {
    margin: 0;
}

.product-carousel .wrapper .nav .nav-items {
    margin: 0;
    height: 100%;
    width: 15%;
    right: 0;
    top: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-carousel .wrapper .nav .nav-items:after,
.product-carousel .wrapper .nav .nav-items:before {
    display: none;
}

.product-carousel .wrapper .nav .nav-items .sxa-bullets {
    float: none;
    width: 100%;
    height: auto;
    padding: 5px;
    margin: 5px;
    opacity: 0.5;
    min-height: 90px;
}

.product-carousel .wrapper .nav .nav-items .sxa-bullets.active {
    opacity: 1;
}

.product-carousel .wrapper .nav .nav-items .sxa-bullets:before {
    display: none;
}

.product-carousel .wrapper .nav>a {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    border: 20px solid #A8C4CD;
}

.product-carousel .wrapper .nav>a:after {
    display: none;
}

.product-carousel .wrapper .nav>a.next-text {
    right: 17%;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
}

.product-carousel .wrapper .nav>a.prev-text {
    left: 20px;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
}

.product-carousel .wrapper ul.slides li.slide {
    padding-left: 40px;
    padding-right: 40px;
    min-height: auto;
}

.product-carousel .wrapper ul.slides li.slide>.row {
    width: 100%;
    margin: 0;
    min-height: 400px;
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media(max-width: 767px) {
    .product-carousel .wrapper .nav {
        position: static;
        height: auto;
        display: block;
        padding: 15px 15px;
		
    }
    .product-carousel .wrapper .nav .nav-items {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: static;
		margin-top:-70px;
    }
    .product-carousel .wrapper {
        max-width: 100%;
    }
    .product-carousel .wrapper .nav>a.next-text {
        top: 0;
        right: 0;
    }
    .product-carousel .wrapper .nav>a.prev-text {
        top: 0;
        left: 0;
    }
    .product-carousel .wrapper .nav>a {
        top: 45% !important;
        -webkit-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
        border: 15px solid #A8C4CD;
    }
}


/*===========================================================
				Sidebar Navigation
=============================================================*/

.navigation.navigation-sidebar {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.navigation.navigation-sidebar nav>ul .navigation-title>a {
    border: none;
    font-family: open sans, tahoma, arial, helvetica, sans serif;
    font-size: 14px;
    color: #231F20;
    font-weight: normal;
    text-decoration: none;
    display: block;
    text-indent: 0px;
    padding: 5px 0 5px 15px;
    line-height: 1.2;
    border: 0;
    font-weight: 500;
    position: relative;
}

.navigation.navigation-sidebar nav>ul .navigation-title>a:hover,
.navigation.navigation-sidebar nav>ul .navigation-title>a:focus {
    outline: none;
    color: #e00;
    text-decoration: none;
}

.navigation.navigation-sidebar nav>ul .rel-level1>.navigation-title>a {
    font-size: 14px;
    font-weight: bold;
    padding: 4px 0 4px 15px;
}

.navigation.navigation-sidebar nav>ul .rel-level1>ul {
    margin: 0;
    padding: 0;
}

.navigation-sidebar nav ul li.active:not(.submenu) .navigation-title a {
    outline: none;
    color: #e00;
    text-decoration: none;
}

@media (min-width: 768px) {
    .navigation-sidebar .component-content {
        display: block !important;
    }
    .navigation-sidebar nav ul li.active:not(.submenu) .navigation-title a:before {
        content: "";
        position: absolute;
        left: 0;
        width: 7px;
        height: 7px;
        border-right: 2px solid #d00;
        border-bottom: 2px solid #d00;
        transform: rotate(-45deg);
        top: 8px;
    }
}

@media (max-width: 767px) {
    .navigation-sidebar .component-content {
        display: none;
        padding: 10px 0px;
    }
    .navigation.navigation-sidebar {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobile-dropdown-title {
        border-bottom: 2px solid #9ca4ab;
        /* padding: 10px 0; */
        padding: 2px 0;
        font-size: 16px;
        font-weight: 600;
        position: relative;
        cursor: pointer;
    }
    .mobile-dropdown-title:after {
        content: "";
        display: block;
        position: absolute;
        right: 10px;
        z-index: 5;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #a8c4cd;
        /* top: 17px; */
    }
    .navigation.navigation-sidebar nav>ul .navigation-title>a,
    .navigation.navigation-sidebar nav>ul .rel-level1>.navigation-title>a {
        padding: 7px 0;
        font-weight: normal;
        font-size: 14px;
    }
}


/*===========================================================
				Product tabs
=============================================================*/

.tab .grid-view {
    display: none;
}

.tabs {
    padding-top: 20px;
}

ul.tabs-heading {
    margin: 0;
    padding: 0;
}

.tabs-heading li {
    background: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid transparent;
    margin: 0 25px 0 0px;
}

.tabs-heading li>div {
    padding: 0;
}

.tabs-heading li .component.content {
    margin: 0;
    padding: 0;
}

.tabs-heading li>div>.row {
    margin: 0;
}

.tabs-heading li.active {
    background: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 3px solid #d00;
}

.tabs-heading li:hover {
    border-top: none;
    background: transparent;
}

.tabs-heading li>div .field-heading {
    color: #000;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    text-align: center;
}

.tabs .tabs-container {
    margin-top: -3px;
    border-top: 1px solid #ccc;
}

.tabs-heading li:hover .field-heading {
    color: #d00;
}

.tabs .tab {
    padding: 0;
}

a.downloadMediaCookie i {
    display: inline-block;
    margin: 0 5px 0 0;
}

.tabs .tabs-container .row {
    max-width: none;
}

.tabs .zygo-video-list {
    padding-top: 40px;
}

.tabs-container {
    padding-top: 15px;
}

@media (min-width: 768px) {
    ul.tabs-heading {
        display: flex !important;
    }
    .tabs-heading li {
        display: inline-block;
        float: none;
        max-width: 130px;
        vertical-align: top;

        min-height: 40px !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;  
    }

    /* .product-title {
        min-height: 107px !important;
    } */

    .Key-Features-image, .related-product-item .product-image {
        max-height: 150px !important;
    }

    .Key-Features-image img,
    .related-product-item .product-image img {
        max-height: 150px !important;
    }

}

@media (max-width: 767px) {
    ul.tabs-heading {
        display: none;
    }
    .tabs .tabs-container .component-content>.row {
        margin: 0;
    }
    .tabs .tabs-container {
        border: none;
    }
    .tabs-heading li {
        float: none;
        margin: 0;
    }
    .tabs-heading li>div .field-heading {
        padding: 0 0;
    }

    .tabs-heading li.active {
        border-bottom: none;
    }

    .tabs-heading li.active .field-heading {
        color: #d00;
    }
}


/*===========================================================
				Product tabs view type
=============================================================*/

.zygo-broucher-img {
    width: 130px;
}

.tabs-container .rte_content {
    font-size: 16px;
    line-height: 1.5;
}

.zygo-broucher-content {
    padding-left: 15px;
    max-width: calc(100% - 130px);
}

.zygo-broucher-title {
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    margin: 0 0 10px 0;
    color: #000;
    font-weight: normal;
    font-size: 24px;
}

.grid-view .zygo-broucher-item-list {
    margin-bottom: 50px;
}

.zygo-broucher-content .download {
    font-weight: 600;
    font-size: 15px;
}

.list-view .zygo-broucher-content {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

.zygo-broucher-content .download a {
    text-decoration: none;
    font-size: 16px;
}

.list-view .zygo-broucher-item-list {
    margin: 0;
}

.list-view .zygo-broucher-document-name {
    display: block;
}

.list-grid-view {
    padding: 20px 15px;
}

button.view-btn {
    border: 2px solid #d4e2e6;
    padding: 5px 7px 5px 7px;
    font-size: 16px;
    line-height: 18px;
    color: #90afb8;
    background: #fff;
    cursor: pointer;
    font-weight: normal;
}

button.view-btn i {
    display: inline-block;
    vertical-align: text-bottom;
}

button.view-btn.active {
    background: #d4e2e6;
}

.list-view .zygo-broucher-content .zygo-broucher-title,
.zygo-broucher-item-heading .broucher-title-heading {
    width: 55%;
}

.list-view .zygo-broucher-content .zygo-broucher-document-name,
.zygo-broucher-item-heading .broucher-name-heading {
    width: 25%;
}

.list-view .zygo-broucher-content>div,
.zygo-broucher-item-heading>div {
    padding: 10px 10px;
    margin: 0;
}

.list-view .zygo-broucher-content>div:not(:first-child),
.zygo-broucher-item-heading>div:not(:first-child) {
    border-left: 3px solid #fff;
}

.zygo-broucher-item-heading>div {
    color: #000;
    font-size: 15px;
    font-weight: bold !important;
}

.zygo-broucher-item-heading>div {
    border-bottom: 2px solid #000;
    margin-bottom: 5px;
}

.zygo-broucher-item-heading .broucher-download-heading,
.list-view .zygo-broucher-content .download {
    width: 20%;
}

.list-view .zygo-broucher-content>div {
    font-size: 16px;
    color: #707C7C;
    line-height: 21px;
}

.zygo-broucher-wrapper {
    padding-bottom: 40px;
}

.zygo-broucher-wrapper .scLooseFrameZone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.zygo-broucher-item-heading>div:not(:first-child) {
    margin-left: 3px;
    border-left: 0 !important;
}

.zygo-broucher-item-heading>div {
    padding-left: 0;
}

.tabs .title-with-richtext {
    font-size: 16px;
    line-height: 24px;
}

.zygo-broucher-title {
    color: #231F20;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 30px;
}

.tabs .zygo-video-list .scEnabledChrome {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.zygo-browser-component.scEnabledChrome {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .grid-view .zygo-broucher-item-list {
        max-width: 50%;
    }
}

@media (max-width: 1024px) {
    .tabs-data .zygo-broucher-item-heading .broucher-title-heading,
    .tabs-data .list-view .zygo-broucher-content .zygo-broucher-title {
        width: 50%;
    }
    .tabs-data .zygo-broucher-item-heading .broucher-download-heading,
    .tabs-data .list-view .zygo-broucher-content .download {
        width: 25%;
    }
    .zygo-broucher-title {
        font-size: 20px;
        line-height: 23px;
    }
}

@media (max-width: 767px) {
    .zygo-broucher-item-list {
        margin-bottom: 15px;
    }
    .list-view .zygo-broucher-content>div:not(:first-child) {
        border: none;
    }
    .list-view .zygo-broucher-content>div {
        padding: 10px 5px 10px 5px;
    }
    .zygo-browser-component {
        padding: 0;
    }
    .tabs .title-with-richtext img {
        float: none !important;
        margin: 0 0 15px 0 !important;
        width: auto !important;
        height: auto !important;
    }
}

@media (max-width: 575px) {
    .zygo-broucher-content {
        padding: 0;
        max-width: 100%;
    }
    .zygo-broucher-img img {
        max-width: 100%;
    }
    .zygo-broucher-img,
    .tabs-data .list-view .zygo-broucher-content .zygo-broucher-title,
    .list-view .zygo-broucher-content .zygo-broucher-document-name,
    .tabs-data .list-view .zygo-broucher-content .download {
        width: 100%;
    }
    .list-view .zygo-broucher-content {
        padding: 10px;
    }
}


/*===========================================================
				privacy-warning
=============================================================*/

.privacy-warning {
    padding: 10px 90px 10px 15px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    font-family: "open-sans", arial, sans-serif;
    font-weight: 400;
}

.privacy-warning .submit a {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 3px 15px 2px 15px;
    cursor: pointer;
    margin: 2px 0px 0px 20px;
    text-decoration: none;
    font-family: "open-sans", arial;
    font-weight: 600;
    font-size: 12px;
    line-height: 26px;
    border: none;
    transition: 0.2s all;
}

.privacy-warning .submit {
    padding: 0;
}

.privacy-warning .submit a:hover {
    background-color: green;
    color: white;
}

.privacy-warning .close {
    font-size: 16px;
    color: #bbb;
    display: inline-block;
    cursor: pointer;
    top: 0;
    font-family: "open-sans", arial, sans-serif;
    font-weight: 400;
    padding: 13px 25px;
    transform: none;
    right: 0;
    opacity: 1;
}

.privacy-warning .close:hover {
    opacity: 1 !important;
}

.privacy-warning .close a {
    color: #bbb;
    text-shadow: none;
    opacity: 1;
    font-weight: bold;
}

.privacy-warning .close a:hover {
    color: #d00;
}

.privacy-warning .info a {
    background: url(https://www.zygo.com/images/txtlink.png);
    background-repeat: repeat-x;
    background-position: bottom;
    border-bottom: none;
    padding-bottom: 2px;
}

@media(max-width: 767px) {
    .privacy-warning {
        display: block;
        padding: 59px 15px 10px 15px;
    }
    .privacy-warning .submit a {
        margin: 15px 0 0 0;
    }
}


/*===========================================================
				Related Product
=============================================================*/

.Key-Features-title,
.related-product-title {
    text-align: center;
    padding-bottom: 30px;
}

.Key-Features-discription a,
.Key-Features-discription a:hover,
.Key-Features-item,
.Key-Features-item:hover,
.related-product-item,
.related-product-item:hover {
    color: #707C7C;
    text-decoration: none;
}

.Key-Features-image,
.related-product-item .product-image {
    margin-bottom: 20px;
}

.Key-Features-image,
.related-product-item .product-image {
    height: 150px;
}

.Key-Features-image img,
.related-product-item .product-image img {
    max-height: 150px;
}

.Key-Features-video iframe {
    width: 100%;
    min-height: 300px;
    max-width: 500px;
}

.Key-Features-discription h3 a,
.Key-Features-discription h3 a:hover {
    color: #000;
}

.related-product-item,
.Key-Features-item {
    margin-bottom: 30px;
}

.zygo-Key-Features-wrapper,
.zygo-related-product-wrapper {
    border-top: 2px solid #d0dfe4;
    padding: 30px 0 40px 0;
}

@media(max-width: 767px) {
    .zygo-Key-Features-wrapper,
    .zygo-related-product-wrapper {
        border-top: none;
    }
}


/*===========================================================
				Related Product
=============================================================*/

.slider-content-row {
    min-height: 400px;
}

.flex-row-reverse .slider-content-row {
    margin: 0 !important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}

.slider-content-row .field-slideimage {
    text-align: left;
    padding: 0;
}

.flex-row-reverse .slider-content-row .field-slideimage {
    text-align: right;
    padding: 0;
}

.zygo-carousel-content-wrapper.flex-row-reverse {
    padding: 0;
}

.zygo-carousel-content-wrapper.flex-row-reverse .carousel-content {
    padding-left: 8%;
}

.zygo-carousel-content-wrapper:not(.flex-row-reverse) .carousel-content {
    padding-right: 10%;
}

.zygo-carousel-content-wrapper .carousel-content {
    text-align: left;
}

.zygo-carousel-content-wrapper .field-slidetitle {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -.8px;
    color: #000;
    line-height: 1.2;
}

.zygo-carousel-content-wrapper .field-slidetext {
    font-size: 22px;
    letter-spacing: -.7px;
    line-height: 1.4em;
    font-weight: 400;
    color: #777;
    padding: 10px 0;
}

.zygo-carousel-content-wrapper .field-slidelink{
    display: inline-block;
    background-color: #D2222A;
    font-weight: 700;
    letter-spacing: -.5px;   
    text-align: center;
    font-size: 15px;   
    transition: 0.4s;
    text-transform: uppercase;
    padding:0 12px 7px 15px;
    position: relative;
    z-index: 99;
	cursor:pointer;
}

.zygo-carousel-content-wrapper .field-slidelink:hover {
    letter-spacing: 0.1px;
    box-shadow: 3px 5px 10px #999;
    transition: 0.2s;
    text-indent: -4px;
}
.zygo-carousel-content-wrapper .field-slidelink a{ color: #fff; text-decoration: none;}
.zygo-carousel-content-wrapper .field-slidelink span{ color:#fff;}
/*
.zygo-carousel-content-wrapper .field-slidelink a {
    display: inline-block;
    background-color: #D2222A;
    font-weight: 700;
    letter-spacing: -.5px;
    color: white;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    transition: 0.4s;
    text-transform: uppercase;
    padding:0 12px 7px 15px;
    position: relative;
    z-index: 99;
}

.zygo-carousel-content-wrapper .field-slidelink a:hover {
    letter-spacing: 0.1px;
    box-shadow: 3px 5px 10px #999;
    transition: 0.2s;
    text-indent: -4px;
}
*/

.privacy-warning .info a:hover {
    color: #d00;
    text-decoration: none;
}

@media(max-width: 767px) {
    .zygo-carousel-content-wrapper:not(.flex-row-reverse) .carousel-content,
    .zygo-carousel-content-wrapper.flex-row-reverse .carousel-content {
        padding-left: 30px;
    }
}


/*===========================================================
				Zygo HOme Carousel
=============================================================*/

.carousel .slides li.slide .scLooseFrameZone {
    overflow: visible;
}

.zygo-home-carousel .nav {
    margin: 0px;
}

.carousel .slides {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 0 !important;
}

.carousel .slides li.slide {
    background: #fff;
    list-style: none;
    list-style: none;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 400px;
}

.zygo-home-carousel.carousel {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

.zygo-home-carousel .nav a.prev-text {
    left: 20px;
}

.zygo-home-carousel .nav a.next-text {
    right: 20px;
}

.zygo-home-carousel .nav a.next-text,
.zygo-home-carousel .nav a.prev-text {
    color: #777;
    font-family: arial, sans-serif;
    font-size: 120px;
    text-decoration: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.zygo-home-carousel .nav a.prev-text:after {
    content: "‹";
}

.zygo-home-carousel .nav a.next-text:after {
    content: "›";
}

.zygo-home-carousel .nav a.next-text:after,
.zygo-home-carousel .nav a.prev-text:after {
    color: #777;
    font-family: arial, sans-serif;
    font-size: 120px;
    opacity: 0.1;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.8s;
}

.zygo-home-carousel .nav a.next-text:hover:after,
.zygo-home-carousel .nav a.prev-text:hover:after {
    color: #D2222A;
    opacity: 1;
    text-shadow: 2px 3px 7px #999;
    transition: 0.2s;
}

@media(max-width: 767px) {
    .carousel.zygo-home-carousel {
        padding: 25px 0;
    }
    .slider-content-row {
        margin: 0;
    }
    .zygo-home-carousel .field-slideimage {
        margin-bottom: 20px;
    }
    .zygo-home-carousel .nav {
        display: none;
    }
    .carousel .slides li.slide .zygo-carousel-content-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}


/*===========================================================
				Breadcrumbs
=============================================================*/

.breadcrumb.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.breadcrumb.component a,
.breadcrumb.component .separator {
    color: #707C7C;
}

@media(max-width: 767px) {
    .small-banner-breadcrumbs li.breadcrumb-item {
        padding: 5px 0;
    }
    .breadcrumb.container {
        margin-bottom: 20px;
    }
}

@media(min-width: 768px) {
    #zygo-header-navigation li.navigation-explore-title>ul>li,
    #zygo-header-navigation .rel-level1>ul li.rel-level2:not(.navigation-explore-title) {
        float: left;
        padding-right: 20px;
        vertical-align: top;
        padding-bottom: 0px !important;
        /* line-height: 1.2; */
    }

    #zygo-header-navigation .rel-level1>ul li.rel-level2:not(.navigation-explore-title).last{
        padding-bottom: 18px !important;
    }

    .level2-horizontal {
        height: 35px;
    }
}


/*===========================================================
				Zygo Product filter data
=============================================================*/

.zygo-broucher-item-heading>div,
.product-data-heading>div {
    font-size: 16px;
    color: #231F20;
    font-weight: 600;
    letter-spacing: -0.5px;
    padding: 5px 0;
    border-bottom: 3px solid #231F20;
    margin-bottom: 8px;
}

.product-data-heading,
.zygo-product-content {
    width: 100%;
}

.product-data-heading .product-title-heading,
.zygo-product-content .zygo-product-title {
    width: 40%;
}

.zygo-product-name,
.product-Product-heading,
.product-Document-heading,
.zygo-product-document-name {
    width: 20%;
}

.product-Catrgory-heading,
.zygo-product-category {
    width: 24%;
}

.product-data-heading>div:not(:last-child),
.zygo-product-content>div:not(:last-child) {
    margin-right: 4px;
}

.zygo-product-content>div {
    padding: 8px 0;
}

.list-view .zygo-broucher-item-list:nth-child(2n)>div,
.zygo-product-list:nth-child(2n)>div {
    background: #E7F0F1;
}

.zygo-product-content .zygo-product-title {
    padding-left: 10px;
}

.download a i {
    display: inline-block;
    margin-right: 8px;
}

@media(min-width: 1024px) {
    #sofware-listing .product-Document-heading,
    #sofware-listing .zygo-product-document-name {
        width: 25% !important;
    }
}


/*===========================================================
				Zygo Product filter inputs
=============================================================*/

.clear-filter-btn {
    border: 2px solid #A8C4CD;
    display: inline-block;
    padding: 10px 10px;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #707C7C;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    margin: 0 0 15px 0;
    max-width: 150px;
    width: 100%;
}

.clear-filter-btn i {
    color: #A8C4CD;
    display: inline-block;
    padding: 0 5px 0 0;
}

.ui-widget .ui-menu {
    font-size: 16px;
    color: #707C7C;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    border: 1px solid #A8C4CD;
    position: absolute !important;
    left: 15px !important;
    top: calc(100% - 15px) !important;
    border-radius: 0;
    padding: 5px 0;
    list-style: none;
}

.ui-widget .ui-menu li.ui-menu-item .ui-menu-item-wrapper {
    padding: 2px 5px;
    cursor: pointer;
}

.ui-widget .ui-menu li.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    border: none;
    background: #e7f0f1;
}

.filter-dropdown-wapper select {
    margin-right: 10px;
}

.zygo-product-filter-section {
    padding-bottom: 15px;
}

.filter-dropdown-wapper select option {
    padding: 2px 5px;
    display: block;
}

#binddata {
    width: 100%;
    min-height: 40px;
}

@media(max-width: 1024px) {
    .zygo-product-content>div,
    .list-view .zygo-broucher-content>div {
        font-size: 15px;
    }
    .product-Catrgory-heading,
    .zygo-product-category {
        width: 24%;
    }
    .zygo-product-name,
    .product-Product-heading,
    .product-Document-heading,
    .zygo-product-document-name {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .clear-filter-btn,
    .filter-dropdown-wapper select {
        margin-left: 0;
        margin-right: 0;
    }
    .clear-filter-btn {
        margin-top: 15px;
        max-width: 100%;
    }
    .filter-search {
        padding-bottom: 10px;
    }
    .zygo-product-content>div span:not(.list-title) {
        overflow: hidden;
        display: inherit;
    }
    .zygo-product-filter-section {
        border-bottom: 2px solid #A8C4CD;
    }
}

.list-view .zygo-broucher-title span:last-child,
.list-view .zygo-broucher-document-name span:last-child {
    color: #707C7C;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 21px;
}

.list-view a.downloadMediaCookie {
    color: #EA292B;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
}

@media(max-width: 575px) {
    .product-data-heading,
    .zygo-product-content {
        padding: 10px;
    }
    .zygo-product-content .zygo-product-title {
        padding-left: 0;
        font-size: 18px;
        padding-bottom: 10px;
    }
    .product-data-heading .product-title-heading,
    .zygo-product-content .zygo-product-title,
    .zygo-product-name,
    .product-Product-heading,
    .product-Document-heading,
    .zygo-product-document-name,
    .product-Catrgory-heading,
    .zygo-product-category {
        width: 100%;
    }
    .zygo-product-content>div {
        font-size: 16px;
    }
    .list-view .zygo-broucher-title span:last-child {
        font-size: 18px;
        padding-bottom: 10px;
        padding-top: 8px;
    }
    .list-view .zygo-broucher-content>div {
        padding-left: 0;
    }
    .list-view .zygo-broucher-content>div .list-title.d-sm-none,
    .zygo-product-content>div .list-title {
        color: #231F20;
        letter-spacing: -0.41px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 21px;
        width: 120px;
        float: left;
        padding-top: 2px;
    }
    .list-view .zygo-broucher-content>div .list-title.d-sm-none {
        padding-top: 0;
    }
}


/*===========================================================
				Events Listing pages
=============================================================*/

.zygo-banner-image:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.5) url(https://www.zygo.com/images/hero-area-dots.png);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.event-discription .event-discription-image {
    width: 200px;
    float: left;
    overflow: hidden;
}

.event-discription .event-discription-image img {
    padding: 5px 20px 10px 0;
}

.zygo-event-item:not(:last-child) .zygo-item-wrapper {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid #C6CCCE;
}

.zygo-event-item .zygo-item-wrapper {
    position: relative;
}

.zygo-event-item .zygo-item-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.event-type {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.event-title h2 {
    margin: 0;
    line-height: 1.2;
}

.event-title .location,
.event-title .date {
    font-size: 14px;
}

.event-title p>span:not(.field-eventstart) {
    margin: 0 !important;
    padding-right: 15px;
}

.event-title p>span:not(.field-eventstart) {
    margin: 0 !important;
    padding-right: 15px;
}

.field-eventplace {
    padding-right: 10px;
}

.event-title {
    /* border-bottom: 1px solid #A8C4CD; */
    padding: 0 0 5px 0;
    margin-bottom: 10px;
}

.event-title p {
    margin: 0;
}

.readmore {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.event-details {
    padding-bottom: 60px;
}

.event-title h2 a {
    text-decoration: none;
    color: #231F20;
}

.zygo-sidebar .component .component-content {
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #A8C4CD;
}

.sidebar-title a {
    color: #231F20;
    text-decoration: none;
}

.sidebar-content a {
    color: #231F20;
    text-decoration: none;
}

.sidebar-content {
    font-size: 14px;
}

a.newslink {
    position: relative;
    padding-left: 15px;
    display: block;
}

a.newslink span.arrow-icon {
    position: absolute;
    left: 0;
}

.zygo-event-list.zygo-event-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.zygo-event-wrapper ul li.event::after {
    display: none;
}

.zygo-event-wrapper .zygo-event-item {
    padding-left: 0;
    padding-right: 0;
}

.link a.viewall {
    padding-left: 30px;
}

@media(max-width: 767px) {
    .event-discription .event-discription-image {
        width: 100%;
    }
}


/*===========================================================
				Video Library
=============================================================*/

.video-gallery-item {
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.video-title,
.video-title a {
    color: #231F20;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.5px;
    text-decoration: none;
}

.defauld-video-wrapper {
    position: relative;
    min-height: 465px;
    margin-bottom: 20px;
}

.defauld-video-wrapper>iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.video-image {
    padding-bottom: 15px;
}

.filter-label {
    width: 110px;
    min-width: 110px;
    padding: 5px 0 0 0;
}

.filter-label label {
    font-size: 16px;
}

.video-filter-section {
    padding-bottom: 35px;
}

#zygoplayer {
    height: 400px;
    min-height: 400px;
    width: 100%;
}

#videomodal .modal-dialog {
    max-width: 745px;
}

#videomodal button.close {
    position: absolute;
    top: -18px;
    font-size: 35px;
    right: -10px;
}

@media(min-width: 575px) {
    .video-gallery-item .video-gallery-item {
        max-width: 33%;
    }
}


/* ----------- iPad Pro ----------- */


/* Portrait and Landscape */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .defauld-video-wrapper {
        min-height: 400px !important;
    }
}


/* Portrait */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .defauld-video-wrapper {
        min-height: 400px !important;
    }
}


/* Landscape */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .defauld-video-wrapper {
        min-height: 400px !important;
    }
}


/* iPad in portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .defauld-video-wrapper {
        min-height: 300px;
    }
}

@media(max-width: 767px) {
    .filter-label {
        width: 155px;
        min-width: 155px;
    }
    .defauld-video-wrapper {
        min-height: 300px;
    }
    #zygoplayer {
        height: 200px;
        min-height: 200px;
        width: 100%;
    }
}

@media(max-width: 575px) {
    .filter-label {
        width: 100%;
    }
    .defauld-video-wrapper {
        min-height: 300px;
    }
}

@media(max-width: 479px) {
    .defauld-video-wrapper {
        min-height: 220px;
    }
}

@media(max-width: 400px) {
    .defauld-video-wrapper {
        min-height: 200px;
    }
}

@media(max-width: 330px) {
    .defauld-video-wrapper {
        min-height: 180px;
    }
}


/*===========================================================
				Login and forgot password modal
=============================================================*/

.forgot-password {
    padding: 0 0 15px 0;
    text-align: right;
}

.input-wrapper>label {
    position: absolute;
    top: 0;
    transition: 0.5s all;
    left: 0;
}

.input-wrapper.labelon>label {
    top: 35px;
    background: #fff;
    width: 85%;
}

.input-wrapper label.error {
    position: static !important;
    color: #f00;
    font-size: 13px;
    line-height: 1;
}

input.error {
    margin-bottom: 0;
}

.input-wrapper.labelon.focused>label {
    top: 0;
    font-size: 14px;
    background: transparent;
}

.login-container .form-title {
    padding-bottom: 10px;
}

#forgot-password .form-title {
    font-size: 25px;
}

.serror-msg {
    margin-bottom: 15px;
}

.hide-error+.serror-msg {
    display: none;
}

.input-wrapper.labelon.hide-error {
    padding-bottom: 20px;
}

li#next {
    display: inline-block !important;
}


/*===========================================================
				globle form
=============================================================*/

span.field-validation-error,
.field_errormsg {
    display: none;
}

.validation-summary-errors {
    color: #f00;
}

.star,
.label_star {
    color: #EA292B;
}

.form-section-title h5 {
    background-color: #E7F0F1;
    padding: 8px 10px;
    margin: 8px 0;
    font-weight: 600;
    color: #000;
    font-size: 16px;
}

.registration-error_msg {
    font-size: 14px;
    color: #f00;
}

.form-title,
.form-title h2 {
    font-size: 44px;
    line-height: 1.2;
    color: #231F20;
}

.form-subtitle,
.form-subtitle h5 {
    font-size: 16px;
}

.checkbox label {
    font-size: 14px;
    line-height: 1;
}

.form-section-title {
    padding-top: 20px;
}

.form-checkbox {
    padding-top: 20px;
    padding-bottom: 20px;
}

#userlogin .modal-dialog,
#forgot-password .modal-dialog {
    max-width: 400px;
}

#forgot-password .form-title h2 {
    font-size: 25px;
    margin: 0 0 10px 0;
}

h4.sizeClass,
h5.sizeClass,
p.sizeClass {
    margin: 0;
}


/*===========================================================
				Contact Form
=============================================================*/

.inquiry-form textarea,
.zygo-demo-form textarea,
.zygo-contact-form .contact-comments textarea {
    max-width: 100%;
    border-bottom-width: 5px;
    margin-bottom: 30px;
}

.zygo-contact-form input[type="submit"] {
    width: 100%;
    min-height: 62px;
    font-size: 16px;
}

.radio-group-lavel {
    display: block;
    color: #231F20;
    margin-bottom: 5px;
}

.sidebar {
    padding-bottom: 20px;
}

.contact-discription h4 {
    margin: 0 0 10px 0;
    color: #231F20;
    line-height: 24px;
}

.sidebar .rte_content {
    padding-bottom: 20px;
}

.contact-address a {
    color: #707C7C;
    text-decoration: none;
}

.contact-address h4 {
    margin: 20px 0 8px 0;
    color: #231F20;
    line-height: 24px;
}

.form-notes {
    font-size: 14px;
}

.form-notes h5 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

label.required:after {
    content: "*";
    display: inline-block;
    padding: 0 5px;
    color: #EA292B;
    position: absolute;
}

label.required-country:after {
    content: "†";
    display: inline-block;
    padding: 0 5px;
    color: #EA292B;
    position: absolute;
}

.radio-label-title {
    display: block;
    color: #231F20;
    font-weight: 600;
    margin: 25px 0 20px 0;
}

.checkbox-label {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    line-height: 1.6;
    cursor: pointer;
}

.checkbox-label .input-style {
    position: absolute;
    left: 0;
    top: 3px;
}


/* New rules */

.labe-of-interest label:not(.radio-label-title) {
    width: calc(50% - 15px);
    float: left;
    line-height: 1.2;
    margin: 5px 15px 10px 0;
    position: relative;
    padding-left: 30px;
    vertical-align: top;
}

.labe-of-interest:after {
    content: "";
    display: block;
    clear: both;
}

@media(min-width: 1200px) {
    .sidebar .promo>.component-content>div {
        padding: 0;
    }
    .sidebar {
        padding-left: 5% !important;
    }
}

@media(max-width: 767px) {
    .support-rich-text img {
        float: none !important;
        display: block;
        margin: 0 0 15px 0 !important;
    }
}

@media(max-width: 479px) {
    .support-rich-text img {
        width: 100%;
    }
}


/*===========================================================
				Thank You page
=============================================================*/

.message-wrapper .thanksmsg {
    padding: 20px 0;
}

.message-wrapper {
    max-width: 600px;
    margin: 60px auto;
}

.message-wrapper .form-title {
    text-align: center;
}

.registration-form-wrapper {
    padding-top: 20px;
}

@media(max-width: 1200px) {
    .registration-form-wrapper {
        max-width: 900px;
        margin: 0 auto;
    }
}


/*===========================================================
				header mobile responsive
=============================================================*/

@media(max-width: 479px) {
    .login-component {
        padding: 20px 0 0 0;
    }
    .zygo-icon-wrapper {
        padding: 20px 15px 0 0;
    }
    .ametek-mobile-logo {
        padding: 25px 5px 0 0;
    }
    .ametek-mobile-logo img {
        max-width: 25px;
    }
    .login-component .zygo-userlogin,
    .zygo-icon-wrapper button {
        font-size: 18px;
        padding: 10px 8px;
        top: 50%;
    }
    .zygo-header-logo img {
        min-width: 115px;
        margin-left: -10px;
    }
    .zygo-header-logo .component-content {
        padding: 12px 0 10px 0;
    }
}

@media(max-width: 380px) {
/* @media(max-width: 450px) { */
    .login-component.logedin a.logout-link span {
        display: none;
    }
    .search-result-section{min-height: 66vh !important; background: red;}

}




/*===========================================================
				Pagination
=============================================================*/

.news-release-pagination,
.pagination-wrapper {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
}

.news-release-pagination:before,
.pagination-wrapper:before {
    content: "";
    background: #A8C4CD;
    height: 1px;
    width: 100%;
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
}

.pagination {
    display: inline-block;
    padding: 25px 10px;
    background: #fff;
    position: relative;
    z-index: 5;
    margin: 0;
}

.pagination li {
    padding: 0 4px;
    float: left;
	list-style:none;
}

.pagination li a {
    display: block;
    padding: 7px 12px;
    color: #707C7C;
    font-weight: 700;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #A8C4CD;
    font-size: 16px;
    line-height: 1;
}

.pagination li.active,
.pagination li.disabled,
.pagination li.active a {
    cursor: not-allowed !important;
}

.pagination li a:hover {
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination li.active a {
    background-color: red;
    border-color: red;
    color: #fff;
    cursor: default;
}

.pagination li.disabled a {
    pointer-events: none;
    opacity: 0.4;
}

@media(max-width: 767px) {
    .news-release-pagination>div,
    .pagination-wrapper>div {
        text-align: center;
        justify-content: center;
    }
    .news-release-pagination:before,
    .pagination-wrapper:before {
        display: none;
    }
    .news-release-pagination,
    .pagination-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}


/*===========================================================
				Blog and New post pages
=============================================================*/

#divArticlesListings {
    padding-left: 15px;
    padding-right: 15px;
}

#divArticlesListings .news-release-div {
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.news-release-div .img img {
    width: 100%;
    min-height: 200px;
}

#divArticlesListings a {
    color: #231F20;
    text-decoration: none;
}

#divArticlesListings .news-release-div .product-info {
    margin: 10px 0px 0px 0px;
    color: #231F20;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 20px;
}

.news-release-div .release-date {
    margin-top: 3px;
    text-transform: uppercase;
    color: #707C7C;
    font-size: 12px;
    letter-spacing: -0.5px;
    line-height: 17px;
}

@media(max-width: 767px) {
    #divArticlesListings .news-release-div {
        margin-bottom: 0;
    }
}

.post-title-section {
    padding-top: 15px;
    padding-bottom: 15px;
}

.post-title-section .post-date {
    margin: 0;
    font-size: 14px;
}

.post-title {
    margin: 0;
}

.post-content iframe {
    width: 100%;
    min-height: 300px;
    max-width: 500px;
}

@media(max-width: 767px) {
    .post-content img {
        float: none !important;
        margin: 15px 0 !important;
        display: block !important;
    }
}


/*===========================================================
				User Authentication login 
=============================================================*/

.request-button {
    display: block;
    width: 100%;
    min-height: 45px;
}

.request-login {
    background: #E7F0F1;
    padding: 25px 15px;
    margin: 15px 0;
}

.request-login p {
    margin: 0;
}

@media(max-width: 575px) {
    .request-button {
        margin-top: 15px;
    }
    .request-login {
        padding: 20px 0;
    }
}


/*===========================================================
				Loader
=============================================================*/

#loaderoverlay {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #D2222A solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}


/*===========================================================
			 Experience Editor 
=============================================================*/

.on-page-editor ul.tabs-heading .scLooseFrameZone {
    overflow: visible;
}


/*===========================================================
			 Sticky custom popup
=============================================================*/

.custom-popup {
    max-width: 100% !important;
}

.custom-popup .modal-dialog {
    max-width: 793px;
}

.custom-popup-editor {
    margin-top: 150px !important; height: 80%;
}

.custom-popup .modal-content {
    padding: 20px 15px 40px 15px;
}

.custom-popup {
    display: none;
}

.modal .close {
    color: #A8C4CD;
}

.custom-popup button.close {
    top: 0;
}

.field-brief-content .rte_content a{ color:#000; text-decoration:none;}
.field-brief-content .rte_content a:hover{color:#ea292b; text-decoration:underline;}
.field-brief-content .rte_content h4{ font-weight:600; margin: 15px 0 0 0;}
.field-brief-content .rte_content table{ margin-top:20px;}



/* Zygo privacy  */
.privayc-policy {
    line-height: 2rem;
}
.privayc-policy li {
    list-style: none;
    color: inherit;
    line-height: 1.3em;
    text-indent: -14px;
    margin: 4px 0px 0px -15px;
    display: block;
}
.privayc-policy li::before {
    color: #666;
    content: "\2022";
    padding-right: 5px;
    font-weight: 700;
}

.zylo-nested-ul li {
    margin-left: 10px;
}

/* sales  */
.sales-head {
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 3px 0px 2px 10px;
    font-weight: 600;
    margin-top: 30px;
    margin-left: 0px;
    margin-bottom: 10px;
    background-color: #eee;
    clear: both;
    color: #000;
}

a.txtlink:link, a.txtlink:visited {
    color: inherit;
    text-decoration: none !important;
    border-bottom: 1px solid #fff;
    font-size: inherit;
    font-weight: inherit;
    background: url(/images/txtlink.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

.extlink {
    border: 0;
    position: relative;
    left: 5px;
}
a.txtlink:hover {
    color: #d00;
    text-decoration: none;
    border-bottom: 1px solid #d00;
}

.td-pp{
    text-align: center; 
    height: 40px;
    padding-top: 70px;
    font-size: 16px;
}

.left-right-borders{
    border-left: 1px solid #ccc;
    padding-left: 15px;
    border-right: 1px solid #ccc;
    padding-right: 15px;
}


.zygo-sales {
    margin-top: 10px;
}
.zygo-sales td:first-child{
    text-align: right !important;
    width: 24%;
}

.zygo-sales td:nth-child(2){
    width: 1%;
}

.zygo-sales td:nth-child(3) {
    text-align: left !important;
    padding-left: 10px;
    width: 75%;
}

.img-open {
    width: 2%;
    top: -5px;
}

@media(min-width: 315px) and (max-width: 487px) {
    .td-pp div {
        margin-top: 10px;
    }
 
    .heroBannerSubTitle2{
        font-weight:700;position:absolute;top:74px;left:137px !important;color:white;font-size:70px !important;
    }

    .heroBannerSubTitle1{
        position:absolute;top:75px;left:14px;color:white;font-size:70px !important;letter-spacing: -3.2px;
    }

    .b-sp1{
        letter-spacing: -12px !important;
    }
    
    .b-sp2{
        letter-spacing: -19px !important;
    }
    
    .b-sp3{
        letter-spacing: -21px !important;
    }
}

@media(max-width: 315px) {
    .heroBannerSubTitle2{
        font-weight:700;position:absolute;top:74px;left:102px !important;
        color:white;font-size:50px !important;
    }

    .heroBannerSubTitle1{
        position:absolute;top:75px;left:14px;color:white;
        font-size:50px !important;letter-spacing: -3.2px;
    }

    .b-sp1{
        letter-spacing: -9px !important;
    }
    
    .b-sp2{
        letter-spacing: -12px !important;
    }
    
    .b-sp3{
        letter-spacing: -13px !important;
    }
}

@media(min-width: 492px) and (max-width: 992px) {
    .img-open {
        width: 3%;
        top: -5px;
    }
}

@media(min-width: 402px) and (max-width: 490px) {
    .img-open {
        width: 4%;
        top: -5px;
    }
}

@media(max-width: 400px) {
    .img-open {
        width: 5%;
        top: -5px;
    }
}

/* .navigation-sidebar .rel-level1 > ul > li.item1 a > img{
    width: 6%;
    margin-left: 10px;
} */
.img-sidebar{
    width: 6%;
    margin-left: 10px;
}

@-moz-document url-prefix() { 
    .align-items-baseline {
      align-items: center !important;
    }
  }

.heroBannerSubTitle2{
    font-weight:700;position:absolute;top:74px;left:150px;color:white;font-size:90px;
}

.heroBannerSubTitle1{
    position:absolute;top:75px;left:14px;color:white;font-size:90px;letter-spacing: -3.2px;
}
.b-sp1{
    letter-spacing: -18px;
}

.b-sp2{
    letter-spacing: -28px;
}

.b-sp3{
    letter-spacing: -30px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .modal-content {
        /* display: ; */
        background: red;
    }
    
}

.horizontal {position: static}
.vertical {position: relative;}
.vertical > ul {width: 155px !important;}
.vertical > ul li.rel-level2 >.navigation-title a {min-height: 0 !important; padding: 15px 0 0 10px !important}
