/* Footer */

.site-footer {
    background-color: #4cae4c;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5;
}

.site-footer hr.small {
    margin: 20px 0;
}

.site-footer h6 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
}

.site-footer a {
    color: #fff;
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none;
}

.footer-links li {
    display: block;
    font-size: 12px;
}

.footer-links a {
    color: #ffffff;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block;
}

.site-footer .social-icons {
    text-align: right;
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d;
}

.site-footer .social-icons a i {
    line-height: 40px;
}

.copyright-text {
    margin: 0;
}

@media (max-width: 991px) {
    .site-footer [class^="col-"] {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 0;
    }
    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center;
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px;
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px;
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe;
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px;
}

.social-icons a.facebook:hover {
    background-color: #3b5998;
}

.social-icons a.twitter:hover {
    background-color: #00aced;
}

.social-icons a.linkedin:hover {
    background-color: #007bb6;
}

.social-icons a.instagram:hover {
    background-color: #ea4c89;
}

.social-icons a.mail:hover {
    background-color: #ff1e56;
}

@media (max-width: 767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600;
    }
    ul,
    footer h6 {
        text-align: center;
    }
}

.backgroundAnchorChange {
    color: white !important;
}


/*header*/

.counter-outer {
    line-height: 20px;
    border-radius: 10px;
    background-color: #ce2a1b;
    width: 200px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
}

body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}

h4,
.h4class {
    font-size: 19px;
    line-height: 1.375em;
    color: #000;
    font-weight: 600;
}

.jumbotron {
    background-color: #ce2a1b;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
}

.container-fluid {
    padding: 60px 50px;
}

.bg-grey {
    background-color: #f6f6f6;
}

.logo-small {
    color: #ce2a1b;
    font-size: 50px;
}

.logo {
    color: #ce2a1b;
    font-size: 200px;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
    color: #ce2a1b;
}

.carousel-indicators li {
    border-color: #ce2a1b;
}

.carousel-indicators li.active {
    background-color: #ce2a1b;
}

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}

.panel {
    border: 1px solid #ce2a1b;
    border-radius: 0 !important;
    transition: box-shadow 0.5s;
}

.panel:hover {
    box-shadow: 5px 0px 40px rgba(0, 0, 0, 0.2);
}

.panel-footer .btn:hover {
    border: 1px solid #ce2a1b;
    background-color: #fff !important;
    color: #ce2a1b;
}

.panel-heading {
    color: #fff !important;
    background-color: #ce2a1b !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: white !important;
}

.panel-footer h3 {
    font-size: 32px;
}

.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}

.panel-footer .btn {
    margin: 15px 0;
    background-color: #ce2a1b;
    color: #fff;
}

.navbar {
    margin-bottom: 0;
    background-color: #fff;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
}

.color-black {
    color: #000 !important;
}

.navbar-nav li a:hover,
.navbar-nav li.active a {
    color: #ce2a1b !important;
    background-color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #ce2a1b;
}

.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

.menu-div-box {
    border: 2px outset #fff;
    padding: 0px 0px 10px 0px;
    background-color: #ffffffad;
}

.btn-default {
    color: #f2f0f0;
    background-color: #ce2a1b;
    border-color: #ccc;
    font-weight: 600;
}

.btn-default:hover {
    font-weight: 600;
}

.modal-body .header-text {
    font-size: 16px;
}

.navbar {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background-color: #f8f7f9;
}

.navbar-default.transparent {
    background-color: transparent;
}

.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.slide6 {
    min-height: 560px;
    /* Must have a height or min-height set due to use of background images */
    background-size: cover;
    background-position: center center;
}

.slide1 {
    background-image: url(/esscitheme/site/images/banner/apparel_banner.jpg);
}

.slide2 {
    background-image: url(/esscitheme/site/images/banner/apparel_banner_2.jpg);
}

.slide3 {
    background-image: url(/esscitheme/site/images/banner/apparel_banner_3.jpg);
}

.slide4 {
    background-image: url(/esscitheme/site/images/banner/construction_banner.jpg);
}

.slide5 {
    background-image: url(/esscitheme/site/images/banner/retail_banner.jpg);
}

.slide6 {
    background-image: url(/esscitheme/site/images/banner/essci_banner.jpg);
}


/* Carousel Fade Effect */


/*.carousel.carousel-fade .item {*/


/*	-webkit-transition: opacity 2s linear;*/


/*	-moz-transition: opacity 2s linear;*/


/*	-ms-transition: opacity 2s linear;*/


/*	-o-transition: opacity 2s linear;*/


/*	transition: opacity 2s linear;*/


/*	opacity: .5;*/


/*}*/


/*.carousel.carousel-fade .active.item {*/


/*	opacity: 1;*/


/*}*/


/*.carousel.carousel-fade .active.left,*/


/*.carousel.carousel-fade .active.right {*/


/*	left: 0;*/


/*	z-index: 2;*/


/*	opacity: 0;*/


/*	filter: alpha(opacity=0);*/


/*}*/


/* Carousel Overlay */

.carousel-overlay {
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 0;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
}

.errorMessage {
    color: #ea1717;
    font-weight: 600;
}

.card-header {
    font-size: 1.2rem;
    background-color: #2a3f54 !important;
    color: white;
    padding: 10px 0;
}

.header-text {
    font-size: 16px;
}

.card-body-right {
    font-size: 1.3rem;
    width: 50%;
    float: left;
    text-align: center;
    /* background:red; */
    /* height:130px;
    line-height:130px; */
}

.card-body-left {
    font-size: 1.3rem;
    width: 50%;
    float: left;
    text-align: center;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.card-body-left img {
    height: 60px;
}

.card-body {
    padding: 0;
}

.counter-text {
    font-size: 1.2rem;
}

.card-right-top,
.card-right-bottom {
    float: left;
    background-color: #8ee1ff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    cursor: pointer;
    color: #ce2a1b;
    font-weight: 600;
}

.card-right-top {
    color: #fff;
    background-color: #ce2a1b;
}

.card {
    border-radius: 0;
    margin-bottom: 40px !important;
}

.carousel-overlay {
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 0;
    top: 60px;
}

.carousel {
    position: relative;
    height: auto;
}

.col-md-4.col-xs-6 {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .carousel-overlay {
        position: absolute;
        bottom: 25px;
        right: 0;
        left: 0;
        top: 20px;
    }
    .carousel {
        position: relative;
        height: 1050px;
        background-size: 800px;
    }
}

.backgroundAnchorChange {
    color: white !important;
}

@media (max-width: 768px) {
    .slide1,
    .slide2,
    .slide3 {
        min-height: 560px;
        /* Must have a height or min-height set due to use of background images */
        background-size: cover;
        background-position: center center;
    }
    .menu-hide {
        display: none !important;
    }
}

</style>@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .collapsing {
        overflow: hidden !important;
    }
}


/* Page Content */

.page-title {
    text-align: center;
    padding: 30px;
    color: #333;
    font-size: 30px;
    background: #eee;
}

section {
    margin: 30px 0px;
}

.theme-panel .panel-heading {
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    padding: 10px 0px;
    font-size: 14px;
}

.feature-box {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-top: none;
    margin-bottom: 2px;
    min-height: 20px;
    padding: 5px 10px;
    font-size: 14px;
}

.feature-box a {
    color: #333;
}

.feature-box:hover .feature-icon,
.feature-box:hover a.active .feature-icon {
    color: #ce2a1b;
}

.corpo {
    border-bottom: solid 1px #ccc;
}

.corpo #sticky {
    position: sticky;
    top: 0px;
}

.blog-list {
    border: solid 1px #ccc;
    padding: 5px;
    margin: 5px 0px;
    display: inline-block;
    width: 100%;
}

.blog-list .title {
    margin: 10px 0px;
    color: #3b3d40;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    min-height: 75px;
}

.blog-list video,
.blog-list .img-fluid {
    width: 100% !important;
    height: auto !important;
}

.blog-detail .title {
    font-weight: 700;
    color: #333;
}

.p-0 {
    padding: 0px;
}

.mb-3 {
    margin-bottom: 15px;
}

.add-btn {
    background: #006eaf;
    border: 0px;
    margin: 0px;
    padding: 0px 10px;
    color: #fff;
    line-height: 39px;
}

.filter {
    margin: 0px;
}

.filter a {
    display: inline-block;
    border: solid 1px #ccc;
    padding: 5px 10px;
    color: #333;
    position: relative;
    margin-right: 10px;
    margin-bottom: 5px;
}

.boxes {
    display: flex;
    flex-wrap: wrap;
}

.boxes div.day {
    width: 50%;
    float: left;
}

.boxes div.more {
    width: 50%;
    float: right;
    text-align: right;
}

.filter a.active {
    color: #c10f06;
}

.filter a.active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #333 transparent transparent transparent;
}

.is-animated {
    animation: 0.6s zoom-in;
}

@keyframes zoom-in {
    0% {
        transform: scale(0.1);
    }
    100% {
        transform: none;
    }
}

@media (max-width: 767px) {
    #item-list1 {
        display: none;
        cursor: pointer;
    }
    .page-title {
        padding: 15px;
        font-size: 24px;
    }
}

@media (max-width: 540px) {
    .filter a {
        padding: 3px 5px;
        margin-right: 3px;
        color: #333;
    }
}