:root {
    --regular-text-color: #000;
    --first-col-width: 24%;
    --shipped-col-count: 4;
    --unshipped-col-count: 7;

    --mobile-bg-color: #d3d3d3 !important;
    --mobile-text-color: #000 !important;
    --mobile-border-color: rgb(191, 191, 191) !important;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    background-image: url(../images/bg.jpg);
    background-position: left center;
    background-repeat: no-repeat;
}

.wrapper {
    position: relative;
    width: 100%;
}

.inner-ttl {
    font-family: 'Roboto', sans-serif;
    font-size: 25pt;
    font-weight: 300;
    letter-spacing: -2px;
    text-align: center;
}

.header-inner {
    height: 103px;
    border-bottom: 4px solid #eb1819;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.5);
}
.header {
    height: 155px;
    border-bottom: 1px solid #969696;
    text-align: left;
    background-image: url(../images/header-bg.png);
    background-repeat: repeat-x;
}

.header-iso {
    position: absolute;
    right: 50px;
    top: 75px;
}
.header-iso-home {
    position: absolute;
    right: 50px;
    top: 88px;
}
.header-left {
    float: left;
}
.header-left img {
    width: 100%;
}
.menu {
    float: right;
    padding-top: 20px;
}
.menu a {
    color: #202223;
    display: block;
    float: left;
    text-decoration: none;
    padding-right: 20px;
}

.menu a:hover {
    color: #605fd7;
}

.services a {
    color: #202223;
    display: block;
    float: left;
    text-decoration: none;
    padding-right: 20px;
}

.services a:hover {
    color: #605fd7;
}

.container {
    position: relative;
    max-width: 1480px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
}

.slogan {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
    font-size: 2.6vw;
    text-align: center;
    text-transform: uppercase;
    color: #7784a0;
    padding-top: 20px;
    padding-bottom: 30px;
}

.slider-slogan {
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
    font-size: 2vw;
    text-align: left;
    text-transform: uppercase;
    color: #7784a0;
    padding-top: 20px;
}

.welcome-text {
    font-family: 'Roboto', sans-serif;
    font-size: 30pt;
    font-weight: 300;
    border-bottom: 1px solid #666;
    padding-top: 20px;
    padding-bottom: 28px;
    max-width: 700px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    letter-spacing: -2px;
}

.welcome {
    color: #373434;
}
.eastman {
    color: #1314d6;
}

.body-text {
    font-family: 'Roboto', sans-serif;
    font-size: 14pt;
    font-weight: 300;
    padding-top: 30px;
    padding-bottom: 20px;
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
}

.body-text-bold {
    font-family: 'Roboto', sans-serif;
    font-size: 14pt;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
}

.body-text-bold ul {
    float: left;
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
}
.body-text-bold ul li {
    list-style-image: url(../images/red-bullet.jpg);
    font-size: 13pt;
    list-style-position: inside;
    text-align: left;
}
.body-text-bold a {
    color: #006af9;
    text-decoration: none;
}
.body-text-bold a:hover {
    color: #373434;
}
.company {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
}

.company img {
    width: 100%;
    height: auto;
}
.sub-heading {
    font-size: 25pt;
    padding: 20px 0px;
}
.clear {
    clear: both;
}

/* Home */
.container-absolute {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 1;

    background-image: url(../images/header-bg.png);
    background-repeat: repeat-x;
}

.header-home {
    height: 115px;
    border-bottom: 5px solid #eb1819;
    text-align: left;
}

/* Products */

.home-headings {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    letter-spacing: -1px;

    font-family: 'Roboto', sans-serif;
    font-size: 26pt;
    font-weight: 300;
    text-align: center;
    max-width: 100%;
    margin: 0;
}
.home-headings:before {
    content: '';
    position: absolute;
    width: 34%;
    height: 1px;
    bottom: 0;
    left: 35%;
    border-bottom: 3px solid red;
}

h1 {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    letter-spacing: -1px;

    font-family: 'Roboto', sans-serif;
    font-size: 26pt;
    font-weight: 300;
    text-align: left;
    margin: 0;
}

.h1-padding-margin {
    padding-top: 20px;
    margin: 20px auto 55px;
}

.our-services {
    margin: 0 auto;
    display: inline-block;
    width: 95%;
}

.our-products {
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.center-div {
    text-align: center;
    display: inline-block;
}

.phone-div {
    font-weight: bold;

    position: absolute;
    width: 164px;
    height: 100px;
    top: 30px;
    right: 0.5%;
}

.phone-div-home {
    font-weight: bold;

    position: absolute;
    width: 164px;
    height: 100px;
    top: 30px;
    right: 0.8%;
}

.products {
    /*float:left;*/
    display: inline-block;
    padding-bottom: 30px;
    width: 25%;
    height: auto;
    overflow: hidden;
    max-height: 300px;
}
.magnifying {
    position: absolute;
    width: 27px;
    height: 27px;
    bottom: 9px;
    right: 0px;
    background-image: url(../images/magnifying.png);
    background-repeat: no-repeat;
}

.products-small {
    float: left;
    padding-bottom: 5px;
    width: 33.3%;
    height: auto;
    overflow: hidden;
}
.products-big {
    float: left;
    padding-bottom: 5px;
    height: auto;
    overflow: hidden;
}

.products-big img {
    width: 100%;
}
.products-inner {
    width: 99%;
    overflow: hidden;
    position: relative;
}

.products-inner a {
    color: #0d0d0d;
    display: block;
    padding-bottom: 5px;
    text-decoration: none;
}
.products-inner a:hover {
    color: #3333e7;
}
.products-inner a img:hover {
    opacity: 0.5;
}
.products-img {
    /*width:100%;
	max-height:230px;*/
}

.product-left {
    float: left;
    width: 20%;
}
.product-right {
    float: right;
    width: 77%;
}

.product-container {
    max-width: 82%;
    margin: 0 auto;
}

.product-right-slider {
    float: left;
    width: 326px;
    text-align: left;
}
.product-right-text {
    float: left;
    padding-left: 30px;
    text-align: left;
    width: 55%;
}

.product-left a {
    color: #0d0d0d;
    display: block;
    padding-bottom: 30px;
    text-decoration: none;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 14pt;
    font-weight: 300;
}
.product-left a:hover {
    color: #3333e7;
    text-decoration: underline;
}
.active {
    color: #3333e7 !important;
    text-decoration: underline !important;
}

.sub-menu {
    display: none;
}
.sub-menu-active {
    display: block;
    padding-left: 15px;
}
.sub-menu-active a {
    font-size: 12pt;
    padding-bottom: 20px;
}
.sub-menu-active a:before {
    content: ' - ';
}

.product-right h1 {
    max-width: 100%;
}
.product-right ul {
    width: 100%;
}

/* Projects */
select {
    margin: 0px 0px;
    width: 264px;
    height: 41px;
    padding: 10px 45px 10px 10px;
    font-size: 14px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/menu-white.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: #686868;
}
option {
    padding: 10px;
}

select:focus {
    margin: 0px 0px;
    width: 264px;
    height: 41px;
    padding: 10px 45px 10px 10px;
    font-size: 15px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/menu-dark.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: #000;
    background-color: #f6f6f6;
}

.project-name {
    font-family: 'Roboto', sans-serif;
    font-size: 30pt;
    font-weight: 300;
    color: #1314d6;
    text-decoration: underline;
}

/*.project-position{float:left; text-align:center; margin-top:-10px; width:70%}*/
.project-position {
    float: left;
    margin-top: -10px;
    text-align: left;
    width: 50%;
}
.dd-position {
    float: left;
    text-align: right;
    padding-right: 4%;
    width: 45%;
}
/*.dd-position{float:left; text-align:left;}*/

/* Services */
.services {
    background-image: url(/images/tick-blue.jpg);
    background-repeat: no-repeat;
    float: left;
    text-align: left;
    padding-left: 25px;
    padding-bottom: 30px;
}
.services-small {
    width: 200px;
}
.services-large {
    width: 300px;
}

/* Customers */
.customers {
    float: left;
    padding-bottom: 30px;
    height: auto;
    text-align: left;
    width: 33%;
}
.customers-inner {
    width: 90%;
}
.customers .title {
    color: #373434;
}
.customers a {
    color: #006af9;
    text-decoration: none;
}
.customers a:hover {
    color: #373434;
}
/*.customers img{
	width:100%;
}*/

/* FAQ */
.faq {
    float: left;
    padding-bottom: 30px;
    height: auto;
    width: 50%;
    text-align: left;
}
.faq * {
    box-sizing: border-box;
}
.faq-inner {
    width: 90%;
    height: 100%;
    position: relative;
    padding-left: 40px;
}
.faq .title {
    color: #373434;
}
.faq h1 {
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
    color: #373434;

    font-family: 'Roboto', sans-serif;
    font-size: 20pt;
    font-weight: 300;
    /*border-bottom:2px solid red;*/
    text-align: center;
    margin: 0 auto 0px;
    max-width: 100%;
    text-align: left;
    padding-left: 45px;
}
.faq h1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0%;
    border-bottom: 1px solid #999999;
}
.heading-numbers {
    color: #e7e6e6;
    font-size: 35pt;
    font-family: Impact, Helvetica, sans-serif;
}

.custom-counter {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.custom-counter li {
    counter-increment: step-counter;
    margin-bottom: 10px;
    float: left;
}

.custom-counter li::before {
    content: counter(step-counter);
    margin-right: 5px;
    /*font-size: 80%;
  background-color: rgb(0,200,200);
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
  */
    color: #e7e6e6;
    font-size: 35pt;
    font-family: Impact, Helvetica, sans-serif;
}

/* Testimonials */
.testimonials {
    float: left;
    padding-bottom: 30px;
    height: auto;
    width: 50%;
    text-align: left;
}
.testimonials-inner {
    width: 90%;
}
.testimonials .title {
    color: #373434;
}
/*.testimonials img{
	width:50%;
}*/

/* Contact */
.contact {
    padding-top: 30px;
}
.contact-left {
    float: left;
    text-align: left;
}
.contact-right {
    float: left;
    text-align: left;
    padding-left: 50px;
}
.contact-right img {
    width: 100%;
}
.contact-left .title {
    color: #2f2eb4;
    font-size: 14pt;
}

/* Footer */
.footer {
    clear: both;
    background-color: #f6f5f4;
    width: 100%;
    height: 327px;

    font-size: 12px;
}
.footer-wrapper {
    max-width: 1480px;
    margin: 0 auto;
}
.footer-block {
    float: left;
    width: 580px;
    height: auto;
}

.footer-block-contact {
    float: right;
    width: 300px;
    height: auto;
}
.footer-block-product {
    float: left;
    width: 590px;
    height: auto;
}

.label {
    font-size: 16px;
    padding-top: 60px;
    padding-bottom: 45px;
}

.socials img {
    width: 25px;
}

.socials a:link,
.socials a:visited {
    display: inline-block;
}

.footer-inner-block {
    float: left;
    width: 150px;
}
.footer-inner-block-product {
    float: left;
    width: 250px;
}

.footer-inner-block-right {
    float: right;
    width: 150px;
}

.footer-inner-block a,
.footer-inner-block-product a {
    color: #0d0d0d;

    display: block;
    padding-bottom: 5px;
    text-decoration: none;
}
.footer-inner-block a:hover,
.footer-inner-block-product a:hover {
    color: #3333e7;
}
.footer-border {
    border-bottom: 1px inset #949392;
    max-width: 100%;
    clear: both;
    padding-top: 60px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.mt20px {
    margin-top: 20px;
}

.footer-designed-block a {
    color: #0d0d0d;
    padding-bottom: 5px;
    text-decoration: none;
}
.footer-designed-block a:hover {
    color: #3333e7;
}

/* Responsive */

.menu-location {
    display: none;
    position: relative;
    z-index: 1;
    float: none;
    top: 10px;
    right: 10px;
}

.left-menu-location {
    display: none;
    position: relative;
    z-index: 1;
    float: none;
    padding-top: 15px;
    padding-left: 12px;
    color: #000000;
}

#menu:link,
#menu:visited,
#left-menu:link,
#left-menu:visited {
    background: url(../images/menu.png) no-repeat scroll center right;
    display: block;
    height: 25px;
}

#leftmenu:link,
#leftmenu:visited {
    background: url(../images/menu.png) no-repeat scroll center left;
    display: block;
    height: 25px;
}

.resp-menu A:link,
.resp-menu A:visited {
    background: none repeat scroll 0 0 #f6f7f7;
    border-bottom: 1px solid #c3c3c3;
    color: #000;
    display: block;
    font-size: 10pt;
    padding: 10px 35px 10px 5px;
    text-align: right;
    text-decoration: none;
}
.resp-menu A:hover {
    background: none repeat scroll 0 0 #000;
    color: #fff;
}

.resp-menu {
    display: none;
    position: relative;
    left: 0;
    width: 100%;
    z-index: 8;
    background-color: #000000;
    color: #ffffff;
    top: 0px;
}
.break-word {
    width: 200px;
    word-wrap: break-word;
}
.xs-show {
    display: none;
}

@media screen and (max-width: 1500px) {
    .xs-hidden {
        display: none;
    }
    .xs-show {
        display: block;
        margin-bottom: 20px;
    }
    .header-home {
        /*height: 79px;*/
        height: 86px;
    }

    .header-left {
        float: left;
        /*width: 360px;*/
        width: 420px;
    }

    .header-iso-home {
        /*top: 52px;*/
        top: 63px;
    }

    .header {
        height: 171px;
    }
    .header-inner {
        height: 114px;
    }
    .container {
        max-width: 90%;
    }
    .footer-wrapper {
        max-width: 98%;
    }
    .footer-block {
        width: 450px;
    }

    .footer-block-product {
        width: 500px;
    }

    .products {
        display: inline-block;
        height: auto;
        max-height: 300px;
        overflow: hidden;
        padding-bottom: 30px;
        width: 33%;
    }
    .product-right {
        float: left;
        width: 100%;
    }

    .product-right-text {
        padding-left: 30px;
        width: 53%;
    }
    .product-right-slider {
        width: 35%;
    }
}

@media screen and (max-width: 1402px) {
    .menu-location {
        display: inline;
        top: 10px;
    }
    .menu {
        display: none;
    }
    .container {
        width: 96%;
    }

    .phone-div {
        right: 3.6%;
    }

    .phone-div-home {
        right: 3.6%;
        top: 12px;
    }
}

@media screen and (max-width: 992px) {
    .product-right {
        float: right;
        width: 97%;
    }

    .product-right-text {
        padding-left: 30px;
        width: 53%;
    }

    .phone-div {
        right: 50%;
    }

    .phone-div-home {
        right: 50%;
    }
}

@media screen and (max-width: 980px) {
    .welcome-text {
        font-size: 28pt;
    }
    .header-iso-home {
        top: 29px;
    }
    .header {
        height: 79px;
    }

    .menu-location {
        top: 45px;
    }
    .header-home {
        height: 57px;
    }
    .header-iso {
        position: absolute;
        right: 50px;
        top: 14px;
    }
    .header-left {
        width: auto;
    }
    .header-left img {
        width: 51%;
    }
    h1 {
        max-width: 50%;
    }
    .project-name {
        font-size: 16pt;
    }
    .customers img {
        width: 50%;
    }
    .footer-wrapper {
        width: 96%;
    }
    .footer {
        height: 30px;
        padding: 30px 0px 30px 0px;
    }

    .contact-left {
        float: none;
    }
    .contact-right {
        float: none;
        padding-left: 0px;
    }
}

@media screen and (max-width: 800px) {
    .products {
        width: 50%;
    }

    .customers {
        width: 50%;
    }
    .customers img {
        width: auto;
    }
    .product-right-slider {
        float: left;
        text-align: left;
        width: 35%;
    }
}

@media screen and (max-width: 768px) {
    .product-right-slider {
        float: none;
        width: 100%;
    }
    .product-right-text {
        float: none;
        width: 100%;
        padding-left: 0px;
    }
     .faq {
        float: none;
        width: 100%;
        padding-bottom: 30px;
    }
    .faq-inner {
        width: 100%;
    }
}

@media screen and (max-width: 680px) {
    .phone-div {
        display: none;
    }
    .phone-div-home {
        display: none;
    }
}

@media screen and (max-width: 549px) {
    .header-iso {
        display: none;
    }
    .header-iso-home {
        display: none;
    }
}

@media screen and (max-width: 360px) {
    .phone-div {
        display: inline;
    }
    .header-iso {
        display: inline;
    }
    .phone-div-home {
        display: inline;
    }
    .header-iso-home {
        display: inline;
    }
    .menu-location {
        top: 20px;
    }

    h1 {
        font-size: 20pt;
        margin: 0 auto 20px;
        max-width: 100%;
    }
    .header {
        height: 75px;
    }
    .slogan {
        font-size: 13pt;
        padding-top: 80px;
    }
    .welcome-text {
        font-size: 20pt;
        padding-top: 32px;
    }
    .body-text {
        font-size: 12pt;
    }
    .container-absolute {
        position: relative;
    }
    .header-left {
        float: none;
    }
    .header-iso-home {
        position: absolute;
        right: 5px;
        top: 188px;
    }
    .header-iso-home img {
        width: 37%;
    }
    .header-iso img {
        width: 37%;
        margin-top: 20px;
    }
    .header-iso {
        left: 0;
        position: relative;
        top: 14px;
    }
    .sub-heading {
        font-size: 14pt;
        padding: 0px 0;
    }
    .body-text-bold ul {
        float: none;
        width: 100%;
    }
    .body-text-bold ul li {
        font-size: 10pt;
    }

    /* products */
    .products {
        padding-left: 0px;
        width: 100%;
        height: 230px !important;
    }
    .products-inner {
        width: 99%;
    }
    .products-img {
        max-height: auto;
    }

    select {
        margin: 2px;
    }

    .products-inner a {
        font-size: 10pt;
    }

    .project-name {
        font-size: 20pt;
        padding-top: 20px;
    }

   
    .testimonials {
        float: none;
        padding-bottom: 0px;
        width: 100%;
    }
    .testimonials-inner {
        width: 100%;
    }
    .customers {
        float: none;
        padding-bottom: 30px;
        width: 100%;
        text-align: center;
    }
    .customers-inner {
        width: 100%;
    }

    .body-text-bold {
        max-width: 100%;
    }
    .contact-left {
        float: none;
    }
    .contact-right {
        float: none;
        padding-left: 0px;
    }

    /* Footer */
    .footer {
        clear: both;
        height: 40px;
        padding: 30px 0px 30px 0px;
    }

    .footer-border {
        padding-top: 6px;
    }

    .footer-wrapper {
        width: 96%;
    }
    .fr {
        float: none;
        text-align: center;
        padding-top: 30px;
    }

    .product-right-slider {
        float: none;
        width: 100%;
    }
    .product-right-text {
        float: none;
        width: 100%;
        padding-left: 0px;
    }

    .phone-div {
        right: 0%;
        top: 12px;
    }

    .phone-div-home {
        right: 0%;
    }

    .project-position {
        float: none;
        margin-top: 0;
        text-align: center;
        width: 100%;
    }
    .dd-position {
        float: none;
        text-align: center;
        padding-right: 0%;
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .header {
        height: 67px;
    }

    .products-inner {
        width: 98%;
    }

    .phone-div {
        top: 7px;
        text-align: right;
    }
    .header-iso-home {
        top: 178px;
    }
}

@media print {
    body {
        font: 12pt Verdana, serif;
    }
    h1 {
        font-size: 18pt;
    }
    h2 {
        font-size: 16pt;
        color: #000;
    }
    .footer-block,
    .footer-block-product,
    .footer-block-contact,
    .quote,
    .newsletters,
    .slider1_container,
    .carousel-wp,
    .menu {
        display: none;
    }
}
