@font-face {
    font-family: Mywebfont;
    src: url(Sw921Rg.ttf) format('truetype')
}

@font-face {
    font-family: Mywebfont1;
    src: url(NimbusSanL-Reg.otf) format('opentype')
}

.tabs-style-bar nav {
    background: rgba(40, 44, 42, .05)
}

.tabs-style-bar nav ul li a {
    margin: 0 0;
    background-color: #f7f7f7;
    color: #000;
    transition: background-color .2s, color .2s;
    text-decoration: none;
    border: 1px solid #ccc
}

.tabs-style-bar nav ul li a:focus, .tabs-style-bar nav ul li a:hover {
    color: #2957a4
}

.tabs-style-bar nav ul li a span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 20px;
    font-family: roboto_condensedbold, Arial, Helvetica, sans-serif
}

.tabs-style-bar nav ul li.tab-current a {
    background: #2957a4;
    color: #fff
}

.tabs-style-iconbox nav {
    background: rgba(255, 255, 255, .4)
}

.tabs-style-iconbox nav ul li a {
    overflow: visible;
    padding: 2em 0;
    line-height: 1;
    -webkit-transition: color .2s;
    transition: color .2s
}

.tabs-style-iconbox nav ul li a span {
    font-weight: 700;
    font-size: .7em
}

.tabs-style-iconbox nav ul li.tab-current {
    z-index: 100
}

.tabs-style-iconbox nav ul li.tab-current a {
    background: #fff;
    box-shadow: -1px 0 0 #fff
}

.tabs-style-iconbox nav ul li.tab-current a::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-top-color: #fff;
    content: '';
    pointer-events: none
}

.tabs-style-iconbox nav ul li::after, .tabs-style-iconbox nav ul li:first-child::before {
    position: absolute;
    top: 20%;
    right: 0;
    z-index: -1;
    width: 1px;
    height: 60%;
    background: rgba(0, 0, 0, .07);
    content: ''
}

.tabs-style-iconbox nav ul li:first-child::before {
    right: auto;
    left: 0
}

.tabs-style-iconbox .icon::before {
    display: block;
    margin: 0 0 .25em 0
}

.tabs-style-underline nav {
    background: #fff
}

.tabs-style-underline nav a {
    padding: .25em 0 .5em;
    border-left: 1px solid #e7ecea;
    -webkit-transition: color .2s;
    transition: color .2s
}

.tabs-style-underline nav li:last-child a {
    border-right: 1px solid #e7ecea
}

.tabs-style-underline nav li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #2cc185;
    content: '';
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0)
}

.tabs-style-underline nav li.tab-current a::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.tabs-style-underline nav a span {
    font-weight: 700
}

.tabs-style-linetriangle nav a {
    overflow: visible;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    -webkit-transition: color .2s;
    transition: color .2s
}

.tabs-style-linetriangle nav a span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1em
}

.tabs-style-linetriangle nav li.tab-current a:after, .tabs-style-linetriangle nav li.tab-current a:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none
}

.tabs-style-linetriangle nav li.tab-current a:after {
    margin-left: -10px;
    border-width: 10px;
    border-top-color: #e7ecea
}

.tabs-style-linetriangle nav li.tab-current a:before {
    margin-left: -11px;
    border-width: 11px;
    border-top-color: rgba(0, 0, 0, .2)
}

@media screen and (max-width: 58em) {
    .tabs-style-linetriangle nav {
        font-size: .6em
    }
}

.tabs-style-topline {
    max-width: 1200px
}

.tabs-style-topline nav li {
    border: 1px solid rgba(40, 44, 42, .1)
}

.tabs-style-topline nav li:not(:last-child) {
    border-right: none
}

.tabs-style-topline nav li.tab-current {
    border-top-color: #2cc185;
    border-bottom: none
}

.tabs-style-topline nav a {
    padding: .65em 0 .5em;
    background: rgba(40, 44, 42, .05);
    color: #74777b;
    line-height: 1;
    -webkit-transition: color .2s;
    transition: color .2s
}

.tabs-style-topline nav a:focus, .tabs-style-topline nav a:hover {
    color: #2cc185
}

.tabs-style-topline nav li.tab-current a {
    background: 0 0;
    box-shadow: inset 0 3px 0 #2cc185;
    color: #2cc185
}

.tabs-style-topline .icon::before {
    display: block;
    margin: 0
}

.tabs-style-topline nav a span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: .5em
}

.tabs-style-iconfall {
    overflow: visible
}

.tabs-style-iconfall nav a {
    display: inline-block;
    overflow: visible;
    padding: 1em 0 2em;
    color: #74777b;
    line-height: 1;
    -webkit-transition: color .3s cubic-bezier(.7, 0, .3, 1);
    transition: color .3s cubic-bezier(.7, 0, .3, 1)
}

.tabs-style-iconfall nav a:focus, .tabs-style-iconfall nav a:hover, .tabs-style-iconfall nav li.tab-current a {
    color: #2cc185
}

.tabs-style-iconfall nav a span {
    font-weight: 700
}

.tabs-style-iconfall nav li::before {
    position: absolute;
    bottom: 1em;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 4px;
    background: #2cc185;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1)
}

.tabs-style-iconfall nav li.tab-current::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.tabs-style-iconfall .icon::before {
    display: block;
    margin: 0 0 .35em;
    opacity: 0;
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    pointer-events: none
}

.tabs-style-iconfall nav li.tab-current .icon::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media screen and (max-width: 58em) {
    .tabs-style-iconfall nav li .icon::before {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.tabs-style-linemove nav {
    background: #fff
}

.tabs-style-linemove nav li:last-child::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #2cc185;
    content: '';
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
    -webkit-transform: translate3d(-400%, 0, 0);
    transform: translate3d(-400%, 0, 0)
}

.tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
    -webkit-transform: translate3d(-300%, 0, 0);
    transform: translate3d(-300%, 0, 0)
}

.tabs-style-linemove nav li:nth-child(3).tab-current ~ li:last-child::before {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0)
}

.tabs-style-linemove nav li:nth-child(4).tab-current ~ li:last-child::before {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.tabs-style-linemove nav a {
    padding: 1em 0;
    color: #74777b;
    line-height: 1;
    -webkit-transition: color .3s, -webkit-transform .3s;
    transition: color .3s, transform .3s
}

.tabs-style-linemove nav li.tab-current a {
    color: #2cc185;
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0)
}

.tabs-style-linemove nav a span {
    font-weight: 700
}

.tabs-style-line nav ul {
    padding: 0 2em;
    max-width: none;
    box-shadow: inset 0 -2px #d1d3d2
}

.tabs-style-line nav a {
    padding: .7em .4em;
    box-shadow: inset 0 -2px #d1d3d2;
    color: #74777b;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: .8em;
    line-height: 1;
    -webkit-transition: color .3s, box-shadow .3s;
    transition: color .3s, box-shadow .3s
}

.tabs-style-line nav a:focus, .tabs-style-line nav a:hover {
    box-shadow: inset 0 -2px #74777b
}

.tabs-style-line nav li.tab-current a {
    box-shadow: inset 0 -2px #2cc185;
    color: #2cc185
}

@media screen and (max-width: 58em) {
    .tabs-style-line nav ul {
        display: block;
        box-shadow: none
    }

    .tabs-style-line nav ul li {
        display: block;
        -webkit-flex: none;
        flex: none
    }
}

.tabs-style-circle {
    overflow: visible
}

.tabs-style-circle nav li::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -60px 0 0 -60px;
    width: 120px;
    height: 120px;
    border: 1px solid #2cc185;
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1)
}

@media screen and (max-width: 58em) {
    .tabs-style-circle nav li::before {
        margin: -40px 0 0 -40px;
        width: 80px;
        height: 80px
    }
}

.tabs-style-circle nav li.tab-current::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.tabs-style-circle nav a {
    overflow: visible;
    color: #74777b;
    font-weight: 700;
    font-size: .9em;
    line-height: 1.1;
    -webkit-transition: color .3s cubic-bezier(.7, 0, .3, 1);
    transition: color .3s cubic-bezier(.7, 0, .3, 1)
}

.tabs-style-circle nav a span {
    display: inline-block
}

.tabs-style-circle .icon::before, .tabs-style-circle nav a span {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.7, 0, .3, 1);
    transition: transform .3s cubic-bezier(.7, 0, .3, 1)
}

.tabs-style-circle nav a:focus, .tabs-style-circle nav a:hover {
    color: #4a4a4b
}

.tabs-style-circle nav li.tab-current a {
    color: #2cc185
}

.tabs-style-circle nav li.tab-current a span {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0)
}

.tabs-style-circle .icon::before {
    display: block;
    margin: 0;
    pointer-events: none
}

.tabs-style-circle nav li.tab-current .icon::before {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
}

.tabs-style-shape {
    max-width: 1200px
}

.tabs-style-shape nav ul li {
    margin: 0 3em
}

.tabs-style-shape nav ul li:first-child {
    margin-left: 0
}

.tabs-style-shape nav ul li.tab-current {
    z-index: 100
}

.tabs-style-shape nav li a {
    overflow: visible;
    margin: 0 -3em 0 0;
    padding: 0;
    color: #fff;
    font-weight: 500
}

.tabs-style-shape nav li:first-child a span {
    padding-left: 2em;
    border-radius: 30px 0 0 0
}

.tabs-style-shape nav li:last-child a span {
    padding-right: 2em;
    border-radius: 0 30px 0 0
}

.tabs-style-shape nav li a svg {
    position: absolute;
    left: 100%;
    margin: 0;
    width: 3em;
    height: 100%;
    fill: #bdc2c9
}

.tabs-style-shape nav li a svg:nth-child(2), .tabs-style-shape nav li:last-child a svg {
    right: 100%;
    left: auto;
    -webkit-transform: scale3d(-1, 1, 1);
    transform: scale3d(-1, 1, 1)
}

.tabs-style-shape nav li a span {
    display: block;
    overflow: hidden;
    padding: .65em 0;
    background-color: #bdc2c9;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tabs-style-shape nav li a:hover span {
    background-color: #2cc185
}

.tabs-style-shape nav li a:hover svg {
    fill: #2cc185
}

.tabs-style-shape nav li a svg {
    pointer-events: none
}

.tabs-style-shape nav li a svg use {
    pointer-events: auto
}

.tabs-style-shape nav li.tab-current a span, .tabs-style-shape nav li.tab-current a svg {
    -webkit-transition: none;
    transition: none
}

.tabs-style-shape nav li.tab-current a span {
    background: #fff
}

.tabs-style-shape nav li.tab-current a svg {
    fill: #fff
}

.tabs-style-shape .content-wrap {
    background: #fff
}

@media screen and (max-width: 58em) {
    .tabs-style-shape nav ul {
        display: block;
        padding-top: 1.5em
    }

    .tabs-style-shape nav ul li {
        display: block;
        margin: -1.25em 0 0;
        -webkit-flex: none;
        flex: none
    }

    .tabs-style-shape nav ul li a {
        margin: 0
    }

    .tabs-style-shape nav ul li svg {
        display: none
    }

    .tabs-style-shape nav ul li a span {
        padding: 1.25em 0 2em !important;
        border-radius: 30px 30px 0 0 !important;
        box-shadow: 0 -1px 2px rgba(0, 0, 0, .1);
        line-height: 1
    }

    .tabs-style-shape nav ul li:last-child a span {
        padding: 1.25em 0 !important
    }

    .tabs-style-shape nav ul li.tab-current {
        z-index: 1
    }
}

.tabs-style-linebox nav ul li {
    margin: 0 .5em;
    -webkit-flex: none;
    flex: none
}

.tabs-style-linebox nav a {
    padding: 0 1.5em;
    color: #74777b;
    font-weight: 700;
    -webkit-transition: color .3s;
    transition: color .3s
}

.tabs-style-linebox nav a:focus, .tabs-style-linebox nav a:hover {
    color: #2cc185
}

.tabs-style-linebox nav li.tab-current a {
    color: #fff
}

.tabs-style-linebox nav a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #d2d8d6;
    content: '';
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
    -webkit-transition-timing-function: ease, cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: ease, cubic-bezier(.7, 0, .3, 1);
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
    transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0)
}

.tabs-style-linebox nav li.tab-current a::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.tabs-style-linebox nav a:focus::after, .tabs-style-linebox nav a:hover::after, .tabs-style-linebox nav li.tab-current a::after {
    background: #2cc185
}

@media screen and (max-width: 58em) {
    .tabs-style-linebox nav ul {
        display: block;
        box-shadow: none
    }

    .tabs-style-linebox nav ul li {
        display: block;
        -webkit-flex: none;
        flex: none
    }
}

.tabs-style-flip {
    max-width: 1200px
}

.tabs-style-flip nav a {
    padding: .5em 0;
    color: #2cc185;
    -webkit-transition: color .3s;
    transition: color .3s
}

.tabs-style-flip nav a:focus, .tabs-style-flip nav a:hover, .tabs-style-flip nav li.tab-current a {
    color: #74777b
}

.tabs-style-flip nav a span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: .625em
}

.tabs-style-flip nav a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    content: '';
    -webkit-transition: -webkit-transform .3s, background-color .3s;
    transition: transform .3s, background-color .3s;
    -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-perspective-origin: 50% 100%;
    perspective-origin: 50% 100%
}

.tabs-style-flip nav li.tab-current a::after {
    background-color: #fff;
    -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(900px) rotate3d(1, 0, 0, 0deg)
}

.tabs-style-flip .content-wrap {
    background: #fff
}

.tabs-style-fillup nav ul li a {
    padding: 1.9em 0;
    border-right: 1px solid #2cc185;
    line-height: 1;
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tabs-style-fillup nav ul li:last-child a {
    border: none
}

.tabs-style-fillup nav ul li.tab-current {
    z-index: 100
}

.tabs-style-fillup nav ul li.tab-current a {
    color: #fff
}

.tabs-style-fillup nav ul li a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    height: calc(100% + 1px);
    border: 1px solid #2cc185;
    background: #2cc185;
    content: '';
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.tabs-style-fillup nav ul li.tab-current a::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.tabs-style-fillup .icon::before, .tabs-style-fillup nav ul li a span {
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.tabs-style-fillup nav ul li a span {
    display: block;
    font-weight: 700;
    font-size: .7em;
    line-height: 1.5
}

.tabs-style-fillup .icon::before {
    display: block;
    margin: 0
}

.tabs-style-fillup li.tab-current .icon::before, .tabs-style-fillup nav ul li.tab-current a span {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

.tabs-style-tzoid {
    max-width: 1200px
}

.tabs-style-tzoid nav {
    padding: 0 1em
}

.tabs-style-tzoid nav ul li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tabs-style-tzoid nav ul li a {
    padding: 0 1.5em 0 .3em;
    color: #0d9564;
    -webkit-transition: color .2s;
    transition: color .2s
}

@media screen and (max-width: 54em) {
    .tabs-style-tzoid nav ul li a {
        padding: 0 .5em 0 .3em
    }
}

.tabs-style-tzoid nav ul li a:focus, .tabs-style-tzoid nav ul li a:hover {
    color: #fff
}

.tabs-style-tzoid nav ul li.tab-current a, .tabs-style-tzoid nav ul li.tab-current a:hover {
    color: #2cc185
}

.tabs-style-tzoid nav ul li a span {
    font-weight: 500;
    font-size: .75em
}

.tabs-style-tzoid nav ul li a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    outline: 1px solid transparent;
    border-radius: 10px 10px 0 0;
    background: #2cc185;
    box-shadow: inset 0 -3px 3px rgba(0, 0, 0, .05);
    content: '';
    -webkit-transform: perspective(5px) rotateX(.93deg) translateZ(-1px);
    transform: perspective(5px) rotateX(.93deg) translateZ(-1px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tabs-style-tzoid .content-wrap, .tabs-style-tzoid nav ul li.tab-current a::after {
    background: #fff;
    box-shadow: none
}

.tabs-style-circlefill {
    max-width: 700px;
    border: 1px solid #2cc185
}

.tabs-style-circlefill nav ul li {
    overflow: hidden;
    border-right: 1px solid #2cc185
}

.tabs-style-circlefill nav li a {
    padding: 1.5em 0;
    color: #fff;
    font-size: 1.25em
}

.tabs-style-circlefill nav li:first-child {
    border-left: none
}

.tabs-style-circlefill nav li:last-child {
    border: none
}

.tabs-style-circlefill nav li::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
    border: 1px solid #2cc185;
    border-radius: 50%;
    background: #2cc185;
    content: '';
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.tabs-style-circlefill nav li.tab-current::before {
    -webkit-transform: scale3d(2.5, 2.5, 1);
    transform: scale3d(2.5, 2.5, 1)
}

.tabs-style-circlefill nav a {
    -webkit-transition: color .3s;
    transition: color .3s
}

.tabs-style-circlefill nav a span {
    display: none
}

.tabs-style-circlefill nav li.tab-current a {
    color: #fff
}

.tabs-style-circlefill .icon::before {
    display: block;
    margin: 0;
    pointer-events: none
}

.tabs-style-circlefill .content-wrap {
    border-top: 1px solid #2cc185
}

@media (min-width: 1920px) {
    .text-center.cstm-a.bottom-cstm-position.bottom-cstm-position-primary-impact {
        position: absolute !important;
        bottom: 150px !important;
        left: 297px !important;
        display: table !important
    }

    .bottom-cstm-position-vibrating-screen {
        position: absolute !important;
        bottom: 210px !important;
        left: 182px !important;
        display: table !important
    }

    .bottom-cstm-position-mobile-crushing-screen {
        position: absolute;
        bottom: 175px !important;
        left: 182px !important;
        display: table !important
    }
}

@media (min-width: 1600px) {
    .text-center.cstm-a.bottom-cstm-position.bottom-cstm-position-primary-impact {
        position: absolute;
        bottom: 150px;
        left: 297px;
        display: table
    }

    .bottom-cstm-position-mobile-crushing-screen {
        position: absolute;
        bottom: 175px !important;
        left: 182px !important;
        display: table !important
    }

    .bottom-cstm-position-vibrating-screen {
        position: absolute;
        bottom: 210px;
        left: 182px;
        display: table
    }
}

@media (max-width: 1680px) {
    .gal-item .box {
        height: 300px !important;
        overflow: hidden
    }
}

@media (max-width: 1536px) {
    .cstm-title-facility h3 {
        padding-left: 80px;
        margin: 40px 0 0 0;
        text-align: left
    }

    .bottom-cstm-position-mobile-crushing-screen-last {
        margin-top: 50px
    }

    .cstm-product-p h3 {
        font-size: 50px
    }

    .gal-container.cstm-gal-container .modal.fade .modal-dialog {
        top: 160px
    }

    .gal-item .box {
        height: 270px !important;
        overflow: hidden
    }
}

@media (max-width: 1440px) {
    .vibrating-section {
        background-repeat: no-repeat;
        background-position: center right;
        padding: 30px 0 65px 0;
        margin: 50px 0 20px;
        background-size: contain
    }

    .gal-item .box {
        height: 250px !important;
        overflow: hidden
    }
}

@media (max-width: 1024px) {
    .text-center-small-cstm-1 {
        color: #2957a4;
        display: inherit;
        margin: 0 85px 0 85px
    }

    .carousel-indicators.cstm-1024 li img {
        width: 186px !important
    }

    .product-slider-desc-pad-top-189 {
        padding: 50px 0 0
    }

    .bottom-cstm-position-crushing-screening-plant {
        position: absolute;
        bottom: 60px;
        left: 22em !important;
        display: table !important;
        right: 0 !important
    }

    .bottom-cstm-position-mobile-crushing-screen {
        position: absolute;
        bottom: 100px !important;
        left: 96px !important;
        display: table !important
    }

    .bottom-cstm-position-primary-impact {
        position: absolute;
        bottom: 85px;
        left: 166px;
        display: table
    }

    .sub-menu {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: -9px;
        left: 254px;
        width: 100%;
        transform: translateY(-2em);
        z-index: -1;
        transition: all .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear 10ms
    }

    .main-features-bottom {
        background-repeat: no-repeat;
        background-position: center right;
        padding: 50px 0 0 0;
        background-size: cover
    }

    .main-features-bottom4 {
        background-repeat: no-repeat;
        background-position: center right;
        padding: 15px 0 0 0;
        background-size: cover
    }

    .main-features-bottom1 {
        background-repeat: no-repeat;
        background-position: center right;
        padding: 20px 0 0 0;
        background-size: cover
    }

    .bottom-cstm-position-vibrating-screen {
        position: absolute;
        bottom: 125px;
        left: 97px;
        display: table
    }

    .gal-item .box {
        height: 180px !important;
        overflow: hidden
    }

    .gal-item .box a.fancybox1:after {
        content: "\e003";
        font-family: 'Glyphicons Halflings';
        opacity: 0;
        background-color: rgba(0, 0, 0, .75);
        position: absolute;
        right: 3px;
        left: 3px;
        top: 3px;
        bottom: 3px;
        text-align: center;
        line-height: 185px !important;
        font-size: 30px;
        color: #fff;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s
    }
}

@media (max-width: 768px) {
    .w3ls-login input[type=text], input, textarea {
        width: 100%;
        color: #333;
        outline: 0;
        font-size: 11px;
        letter-spacing: 1px;
        padding: 9px 20px;
        box-sizing: border-box;
        border: none;
        border: 1px solid #2957a4;
        border-radius: 0;
        -webkit-appearance: none;
        background: 0 0
    }

    .w3ls-login select {
        padding: 8.2px 20px !important;
        font-size: 11px
    }

    .w3ls-login label {
        font-size: 14px;
        color: #000;
        float: none !important;
        margin-bottom: 2px;
        text-transform: capitalize;
        letter-spacing: 1px
    }

    .contact-box-title.cstm-text-center {
        text-align: left !important;
        font-size: 16px
    }

    .w3ls-login form.ctm-form-width {
        position: relative;
        padding: 15px 15px;
        border: none;
        box-sizing: border-box;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap
    }

    .width-full a {
        width: 100%;
        text-align: left;
        font-size: 9px !important;
        padding: 8px 8px
    }

    .cstm-title-facility h3 {
        padding-left: 0;
        margin: 80px 0 0 0;
        text-align: center
    }

    .ce-bodytext.pull-right.cstm-position.bottom-cstm-position-mobile-crushing-screen.bottom-cstm-position-mobile-crushing-screen-last {
        position: initial !important;
        bottom: 0 !important;
        left: 0 !important;
        display: block !important;
        right: 0 !important;
        margin: 15px 0 0
    }

    .text-left.cstm-a.mob-inq-resp {
        margin-top: 15px;
        margin-left: 15px
    }

    .bottom-cstm-position-vibrating-screen {
        position: initial !important;
        bottom: 0 !important;
        left: 0 !important;
        display: block !important;
        right: 0 !important;
        margin: 15px 0 0
    }

    .bottom-cstm-position-mobile-crushing-screen {
        position: initial !important;
        bottom: 0 !important;
        left: 0 !important;
        display: block !important;
        right: 0 !important;
        margin: 15px 0 0
    }

    .bottom-cstm-position-crushing-screening-plant {
        position: initial !important;
        bottom: 0 !important;
        left: 0 !important;
        display: block !important;
        right: 0 !important;
        margin: 15px 0 0
    }

    .bottom-cstm-position-vertical-shaft-impact-crusher {
        position: initial !important;
        bottom: 0 !important;
        left: 0 !important;
        display: block !important;
        right: 0 !important;
        margin: 15px 0 0
    }

    .bottom-cstm-position-primary-impact {
        position: initial !important;
        bottom: 0 !important;
        left: 0 !important;
        display: block !important;
        right: 0 !important;
        margin: 15px 0 0
    }

    .carousel-indicators.cstm-1024 li img {
        width: 142px !important
    }

    .text-center-small {
        color: #2957a4;
        display: inherit;
        margin: 0 80px 0 50px
    }

    .cstm-product-p h6 {
        text-align: center
    }

    .cstm-product-p h3 {
        text-align: center !important
    }

    .gal-item .box {
        height: 100% !important;
        overflow: hidden
    }

    .gal-item .box a:after {
        content: "\e003";
        font-family: 'Glyphicons Halflings';
        opacity: 0;
        background-color: rgba(0, 0, 0, .75);
        position: absolute;
        right: 3px;
        left: 3px;
        top: 3px;
        bottom: 3px;
        text-align: center;
        line-height: 390px !important;
        font-size: 30px;
        color: #fff;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s
    }

    .gal-item-cstm .box a.fancybox1:after {
        content: "\e003";
        font-family: 'Glyphicons Halflings';
        opacity: 0;
        background-color: rgba(0, 0, 0, .75);
        position: absolute;
        right: 3px;
        left: 3px;
        top: 3px;
        bottom: 3px;
        text-align: center;
        line-height: 185px !important;
        font-size: 30px;
        color: #fff;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s
    }
}

@media (max-width: 600px) {
    .cstm-pad-15-single-page {
        padding: 0 15px
    }

    .bottom-cstm-position-vibrating-screen a {
        width: 100%
    }

    .bottom-cstm-position-mobile-crushing-screen a {
        width: 100%
    }

    .bottom-cstm-position-crushing-screening-plant a {
        width: 100%
    }

    .bottom-cstm-position-vertical-shaft-impact-crusher a {
        width: 100%
    }

    .bottom-cstm-position-primary-impact a {
        width: 100%
    }

    .mob-inq-resp a {
        width: 100%;
        margin-top: 10px !important;
        margin-bottom: 0
    }

    .cstm-title blockquote {
        font-size: 15px
    }

    .gal-item .box a.fancybox1:after {
        content: "\e003";
        font-family: 'Glyphicons Halflings';
        opacity: 0;
        background-color: rgba(0, 0, 0, .75);
        position: absolute;
        right: 3px;
        left: 3px;
        top: 3px;
        bottom: 3px;
        text-align: center;
        line-height: 209px !important;
        font-size: 30px;
        color: #fff;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s
    }

    .gal-item-cstm .box a.fancybox1:after {
        content: "\e003";
        font-family: 'Glyphicons Halflings';
        opacity: 0;
        background-color: rgba(0, 0, 0, .75);
        position: absolute;
        right: 3px;
        left: 3px;
        top: 3px;
        bottom: 3px;
        text-align: center;
        line-height: 100px !important;
        font-size: 30px;
        color: #fff;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s
    }
}

@media (max-width: 320px) {
    .gal-item .box a.fancybox1:after {
        content: "\e003";
        font-family: 'Glyphicons Halflings';
        opacity: 0;
        background-color: rgba(0, 0, 0, .75);
        position: absolute;
        right: 3px;
        left: 3px;
        top: 3px;
        bottom: 3px;
        text-align: center;
        line-height: 170px !important;
        font-size: 30px;
        color: #fff;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s
    }

    .gal-item-cstm .box a.fancybox1:after {
        content: "\e003";
        font-family: 'Glyphicons Halflings';
        opacity: 0;
        background-color: rgba(0, 0, 0, .75);
        position: absolute;
        right: 3px;
        left: 3px;
        top: 3px;
        bottom: 3px;
        text-align: center;
        line-height: 80px !important;
        font-size: 30px;
        color: #fff;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s
    }
}

.ce-bodytext.pull-right.cstm-position.bottom-cstm-position-mobile-crushing-screen.bottom-cstm-position-mobile-crushing-screen-last {
    position: absolute;
    bottom: 130px;
    left: 150px;
    display: table
}

@media (max-width: 991px) {
    p.bg-btn1 {

        position: relative !important;
    }
}

@media (max-width: 812px) {
    .gal-item .box {
        height: 100% !important;
        overflow: hidden;
    }
}
