body {
    overflow-x: hidden;
    font-family: 'Noto Sans KR' , sans-serif;
	background:#cccccc;background:url(../img/bodybg.jpg) repeat 0 0, -moz-linear-gradient(-45deg, #cccccc 0%, #fafafa 50%, #cccccc 100%);background:url(../img/bodybg.jpg) repeat 0 0, -webkit-gradient(linear, left top, right bottom, color-stop(0%,#cccccc), color-stop(50%,#fafafa), color-stop(100%,#cccccc));background:url(../img/bodybg.jpg) repeat 0 0, -webkit-linear-gradient(-45deg, #cccccc 0%,#fafafa 50%,#cccccc 100%);background:url(../img/bodybg.jpg) repeat 0 0, -o-linear-gradient(-45deg, #cccccc 0%,#fafafa 50%,#cccccc 100%);background:url(../img/bodybg.jpg) repeat 0 0, -ms-linear-gradient(-45deg, #cccccc 0%,#fafafa 50%,#cccccc 100%);background:url(../img/bodybg.jpg) repeat 0 0, linear-gradient(135deg, #cccccc 0%,#fafafa 50%,#cccccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#cccccc',GradientType=1);-moz-box-shadow:inset 0 0 20px #333;-webkit-box-shadow:inset 0 0 20px #333;-o-box-shadow:inset 0 0 20px #333;-ms-box-shadow:inset 0 0 20px #333;box-shadow:inset 0 0 20px #333;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
		padding:20px;
    }
}

h1, h2, h3, h4, h5 {
	font-weight:500;
	font-size: 22pt;
}

p {
	font-size:13pt;
}

.bg-white {
    z-index: 2;
    position: relative;
}
.mw-500 {
    max-width: 500px;
}
a {
    color: #000;
}
a:hover {
    color: #999;
    text-decoration: none;
}
hr {
    border-top: 1px solid #00adee;
    margin: 20px 0;
}
.breadcrumbs {
    font-size: 0.8rem;
}
.breadcrumbs .fas {
    color: #FF1721;
}
.fc-blue {
    color: #00adee;
}
.fc-red {
    color: #FF1721;
}
.bc-light-grey {
    background-color: #E9E9EB;
}
.bc-dark-grey {
    z-index: 1;
    background-color: #FF1721;
    color: #fff;
}
.bc-dark-grey h2 {
    border-bottom: 2px solid #fff;
}
.overflow-hidden {
    overflow: hidden;
}

.bordered {
	border: 1px solid #FF1721;
}

.pad20b {
	padding-bottom: 20px;
}

.quote {
	font-size: 1.2em;
	text-align: center;
}

.bigger {
	font-size: 1.2em;
}

@media screen and (max-width: 576px) {
    h1 {
        font-size: 1.2rem;
        margin-bottom: 0;
    }
}

/******** HEADER *******/
.dropdown-toggle::after {
    display:none
}
.navbar {
    padding: .5rem .5rem 0 .5rem;
}
.navbar-shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.bg-light {
    background-color: #ffffff !important;
}

@media screen and (min-width: 1200px) {
    .page-content {
        margin-top: 114px;
    }
    ul.navbar-nav {
        width: 100%;
    }
    .navbar {
        padding: 0;
    }
    .navbar-brand {
        min-width: 100px;
        max-width: 300px;
    }
    .sub-cat-title {
        min-height: 60px;
    }
    #navbar-top {
        background-image: url('/img/allotts-financial-services-header.jpg');
        padding-right: .5rem;
    }
    #navbar-top .nav-link {
        padding: 0rem;
        font-weight: 600;
        color: #000;
    }
    .navbar-bottom {
        padding: .5rem .5rem 0 .5rem;
    }
    .nav-item {
        padding: 0rem .25rem !important;
        white-space: nowrap;
        position: static;
    }
    .nav-item p {
        white-space: normal;
        font-size: 0.8rem;
        color: #999;
        margin-top: 15px;
    }
    .sub-cat:hover {
        background-color: #000;
        color: #fff !important;
    }
    .sub-cat:hover p {
        color: #fff;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #000;
        font-size: 1rem;
        white-space: normal;
    }
    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #999;
    }
    .line-break {
        border-right: 1px solid #e0e7ed;
    }
    .dropdown-menu {
        width: 100%;
        margin: 0;
        border: 0;
        border-radius: 0;
    }
    .dropdown .dropdown-menu {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        transition-delay: 0.5s;

        max-height: 0;
        display: block;
        overflow: hidden;
        opacity: 0;
        padding: 0;
    }
    .dropdown:hover .dropdown-menu {
        max-height: 500px;
        opacity: 1;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .dropdown-item.active, .dropdown-item:active {
        background: none;
    }
    .search-link .tipue_search_button {
        right: auto;
    }
    .nav-link .fas {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1200px) {
    nav.navbar{
        padding: 0;
        background-color: transparent !important;
    }
    .navbar-nav.nav-links li {
        width: 100%;
    }
    .navbar-main {
        width: 100%;
        padding: 0;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #F1F1F1 !important;
    }
    .navbar-brand {
        padding: 0.5rem;
        max-width: 180px;
    }
    .navbar-toggler {
        margin: 0 .5rem;
        font-size: .8rem;
        padding: .25rem .5rem;
        background-color: #fff;
    }
    .contact-link {
        padding-right: 10px;
        color: #fff !important;
    }
    .nav-link {
        padding-left: 1rem !important;
        background-color: #F1F1F1;
        border-bottom: 1px solid #dcdcdc;
        color: #000 !important;
        font-weight: 700;
        width: 100%;
    }
    .nav-links {
        width: 70%;
    }
    .show-mobile {
        display: block;
    }
    .dropdown-menu {
        border: 0;
        background-color: #F1F1F1;
    }
    .dropdown-menu .container {
        padding: 0;
    }
    .dropdown-menu .container .row .col-12:last-child ul li:last-child a {
        border-bottom: 0;
    }
    .dropdown-item {
        border-bottom: 1px solid #dcdcdc;
        white-space: pre-wrap;
    }
    .overlay {
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 3;
        cursor: pointer;
    }
    .navbar-position {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .navbar-collapse .navbar-nav.w-xs-100 {
        width: 100%;
    }
    .page-content {
        margin-top: 65px;
    }

    /****** CSS taken from Tooth Express *******/
    .minisearch {
        padding: 0 15px;
        position: relative;
        margin: 15px 0;
    }
    .minisearch input {
        border-radius: 10px;
        height: 40px;
    }
    .minisearch .search-autocomplete {
        display: none;
        margin-top: -15px;
        overflow: hidden;
        position: absolute;
        z-index: 3;
    }
    .minisearch .actions {
        position: absolute;
        top: 8px;
        right: 25px;
    }
    .minisearch button {
        border: none;
        background-color: transparent;
        padding: 0;
        color: #c2c2c2;
    }
    .w3-animate-right {
        position: relative;
        animation: animateright 0.4s;
    }
    @keyframes animateright {
        from{
            right: -300px;
            opacity: 0
        } to {
            right: 0;
            opacity: 1
        }
    }

    /******* CSS taken from https://www.codeply.com/go/Nu4fAIThY8/bootstrap-4-navbar-mobile-slide-left *******/
    .navbar-collapse {
        right: 0;
        max-height: calc(100vh - 105px);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: right 0.3s ease;
        -o-transition: right 0.3s ease;
        -moz-transition: right 0.3s ease;
        transition: right 0.3s ease;
        right: -100%;
    }

    .social-media-icons img {
        max-width: 55px;
    }
}

/******** HOME ********/

.carousel-video {
    min-width: 100%;
    min-height: 100%;
}
.mw-video {
    max-width: 800px;
}
.video-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
}
.video-overlay hr {
    border-top: 1px solid #fff;
}
.video-overlay h2 {
    font-size: 44px;
}
.video-overlay a span {
    padding: 4px 20px;
    border: 2px solid #fff;
    width: 120px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}
.video-overlay a:hover {
    text-decoration: none;
}
.video-overlay a:hover span {
    background-color: rgba(0,0,0,1);
}
.end-elements {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
    padding: 20px;
}
@media screen and (min-width: 1200px) {
    #carousel {
        height: calc(100vh - 102px);
    }
}
@media screen and (max-width: 1199px) {
    #carousel {
        height: calc(100vh - 65px);
    }
}

/******* CATEGORY ******/

.banner-overlay {
    position: absolute;
    left: 10%;
    top: 10%;
    max-width: 500px;
    color: #fff;
    z-index: 1;
    padding: 15px;
    background-color: rgba(0,0,0,0.5);
}
.category-text h2 {
    padding-bottom: 3px;
    margin-bottom: 15px;
    border-bottom: 2px solid #FF1721;
}
.chevron-clip {
    -webkit-clip-path: polygon(0% 85%, 50% 100%, 100% 85%, 100% 0%, 0% 0%);
    -ms-clip-path: polygon(0% 85%, 50% 100%, 100% 85%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 85%, 50% 100%, 100% 85%, 100% 0%, 0% 0%);
}

/******* VACANCIES *******/

.accordion-border {
    border: 1px solid #FF1721;
}
#vacancy-accordion h2 {
    color: #FF1721;
}
#vacancy-accordion h3 {
    color: #00adee;
}
.accordion button {
    background-color: #00adee;
    color: #fff;
    border: 1px solid #00adee;
}
.accordion button .fa-inverse {
    color: #000;
}

/******** PRODUCT ********/

#lightgallery .carousel-inner {
    width: 90%;
}
#lightgallery .carousel-control-next, .carousel-control-prev {
    width: 5%;
}
#lightgallery .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23818286' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
#lightgallery .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23818286' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.lg-outer .lg-thumb {
    margin: 0 auto;
}

/**** TECHNICAL INFO *****/

.technical .card {
    border-top: 3px solid #E83532;
}
.fa-file-pdf {
    color: #E83532;
}
a:hover.card {
    background-color: #F1F1F1;
}
a:hover.card h4 {
    color: #E83532;
}
a:hover.card p {
    color: #000;
}

/****** PROJECTS *******/

.project-overlay {
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(46, 52, 64, 0.8);
    opacity: 0;
    transition: opacity .6s
}
.project a:hover .project-overlay {
    opacity: 1;
}
.project-overlay span {
    font-size: 2rem;
}
.project-overlay span.mr-5 {
    color: #a6a7ab;
}
.project-name {
    bottom: 0;
    left: 0;
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background: rgba(0,0,0,0.2);
}

/******* NEWS *******/

.news-date {
    font-size: 0.9rem;
    color: #909599;
}
@media screen and (min-width: 1200px) {
    #timeline {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        background-repeat: repeat-y;
        background-position: center top;
        position: relative;
    }

    #timeline:before {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 50%;
        border-left: 4px solid #FF1721;
        margin-left: -2px
    }

    #timelinestart {
        background-color: #FF1721;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        z-index: -10;
        width: 20px;
        height: 20px;
        margin: 0px auto 10px auto
    }

    #timelinestart:after,
    #timelinestart:before {
        content: "";
        height: 12px;
        position: absolute
    }

    #timelinestart:after {
        background-color: #f0f0f0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 12px;
        margin: 4px 0 0 4px;
        z-index: 1
    }

    #timelinestart:before {
        width: 10px;
        border-left: solid 3px #f0f0f0;
        border-right: solid 3px #f0f0f0;
        background-color: #FF1721;
        top: 8px;
        margin-left: 5px;
        z-index: 10;
        -webkit-border-top-left-radius: 5px;
        -moz-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        border-top-right-radius: 5px
    }

    #timelineend {
        background-color: #e73900;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        z-index: -10;
        width: 20px;
        height: 20px;
        margin: 10px auto 0px auto
    }

    #timelineend:after,
    #timelineend:before {
        content: "";
        height: 12px;
        position: absolute
    }

    #timelineend:after {
        background-color: #f0f0f0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 12px;
        margin: 4px 0 0 4px;
        z-index: 1
    }

    #timelineend:before {
        width: 4px;
        border-left: solid 3px #f0f0f0;
        border-right: solid 3px #f0f0f0;
        background-color: #e73900;
        bottom: 8px;
        margin-left: 5px;
        z-index: 10;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px
    }

    .timelineitem {
        width: 575px;
        margin-left: 10px;
        margin-bottom: 20px;
        margin-right: 10px;
        background-color: #FFFFFF;
        margin-top: 20px;
        height: auto;
        float: left
    }

    .pointerleft {
        width: 13px;
        height: 20px;
        position: absolute;
        left: 585px;
        margin: 0px;
        padding: 0px;
        float: left;
        display: none;
        border-bottom: solid #FF1721 4px
    }

    .pointerright {
        width: 14px;
        height: 20px;
        position: absolute;
        left: 602px;
        background-position: 13px;
        margin: 0px;
        padding: 0px;
        float: left;
        display: none;
        border-bottom: solid #FF1721 4px
    }

    .timelineevent {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        width: 300px;
        background-color: #FFFFFF;
        line-height: 30px;
        margin-bottom: 20px;
        clear: both;
        margin-top: 20px
    }

    .sharebox {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        width: 55px;
        background-color: #f0f0f0;
        line-height: 30px;
        clear: both;
        position: absolute;
        z-index: 100;
        left: 50%;
        margin-left: -28px;
        box-shadow: 5px 10px 3px rgba(0, 0, 0, 0.2);
        border: 1px solid #f1f1f1
    }

    .shareholder {
        height: 222px
    }

    .wide {
        width: 500px;
        text-align: left
    }

    .timelineevent h1 {
        font-size: 28px;
        font-weight: normal;
        margin-bottom: 0px;
        padding-bottom: 0px
    }

    .timelineevent h2 {
        font-size: 24px;
        font-weight: normal;
        margin-bottom: 0px;
        padding-bottom: 0px
    }

    #timelinebottom {
        font-size: 24px;
        text-align: center;
        line-height: 30px;
        clear: both;
        background-image: url("/pub/media/theme/line-bottom.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        height: 30px;
        width: 1200px;
        margin-right: auto;
        margin-left: auto
    }

    .timelineitem .imagepad:after {
        position: absolute;
        content: "";
        bottom: 71%;
        right: 19px;
        width: 3%;
        top: 12px;
        max-width: 300px;
        background: #999;
        -webkit-box-shadow: 17px -5px 7px #666;
        -moz-box-shadow: 17px -5px 7px #666;
        box-shadow: 17px -5px 7px #666;
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    .firstright .imagepad:after {
        position: absolute;
        content: "";
        bottom: 71%;
        left: 19px;
        width: 3%;
        top: 12px;
        max-width: 300px;
        background: #999;
        -webkit-box-shadow: -15px 0 10px #666;
        -moz-box-shadow: -15px 0 10px #666;
        box-shadow: -17px -5px 7px #666;
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }

    .timelineitem .imagepad .imagepadwhite, .timelineevent .imagepad .imagepadwhite {
        padding: 20px;
        background: #ffffff;
        position: relative;
        z-index: 1;
        display: block;
        overflow: hidden;
    }

    .timelineitem .imagepad .imagepadwhite img {
        width: 100%;
    }

    .imagepad {
        box-shadow: 0px 0px 1px #dddddd;
        position: relative;
        overflow: visible
    }

    .imagepad::after {
        position: absolute;
        content: "";
        bottom: 16px;
        right: 10px;
        width: 73%;
        top: 75%;
        max-width: 300px;
        background: #999;
        -webkit-box-shadow: 0 15px 10px #666;
        -moz-box-shadow: 0 15px 10px #666;
        box-shadow: 0 15px 10px #666;
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        transform: rotate(2deg);
        border-top-right-radius: 100%
    }

    .imagepadwhite h2 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1199px) {
    .imagepad {
        width: 90%;
        height: auto;
        margin: 0px 5% 20px 5%;
    }
    .imagepadwhite {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 20px;
        background: #ffffff;
        position: relative;
        z-index: 1;
        display: block;
        overflow: hidden;
    }
}

/******* SEARCH ********/

.search-title {
    font: 300 30px/1.2 'Open Sans',sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.search-title {
    color: #333;
    text-decoration: none;
}
.search-url {
    padding-top: 3px;
    word-wrap: break-word;
    font: 300 15px/1.7 'Open Sans',sans-serif;
    color: #333;
}
.search-url a {
    color: #339e41;
    text-decoration: none;
}
.search-url a:hover {
    color: #666;
}
.search-description {
    word-wrap: break-word;
    margin-top: 1px;
    font: 300 16px/1.6 'Open Sans',sans-serif;
    color: #666;
}
.search-result {
    padding-top: 21px;
}
.search-control {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem !important;
    border-radius: .25rem !important;
    height: calc(1.3rem + 2px);
    color: #000;
    border: 2px solid #000;
    max-width: 200px;
}
.search-control::placeholder {
    color: #000;
}
.pipe {
    color: #000;
    padding: 0 0.5rem;
}
.sidebar-form .input-group span {
    color: #fff;
}
@media screen and (max-width: 1200px) {
    .sidebar-form .input-group {
        background-color: #f1f1f1;
        border-bottom: 1px solid #dcdcdc;
        padding-left: 1rem;
    }
    .sidebar-form .nav-link {
        width: auto;
        border-bottom: none;
    }
    .sidebar-form .input-group span {
        color: #000;
    }
    .search-control {
        border: 1px solid #c2c2c2;
        background-color: #fff;
        color: #000;
    }
    .search-control::placeholder {
        color: #c2c2c2;
    }
}

/******** FOOTER *******/

#contact-form .required:not(.checkbox) label:after, .asterisk:after {
    color: #E32;
    content: "*";
    display: inline;
    margin-left: 2px;
}
#contact-form .checkbox span {
    font-size: 0.8rem;
}
#contact-form .checkbox input {
    margin-right: 0.5rem;
    margin-bottom: 0;
}
.img-overlay {
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
}
.img-overlay a {
    color: #fff;
}
.bg-footer {
    background-image: url(/img/footer-background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.btn-default {
    color: #fff;
    background-color: #FF1721;
}
.full {
    width: 100%;
}
.footer {
    background: #f1f1f1;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #DDDDDD;
    z-index: 2;
}
footer p {
    margin: 0;
}
footer .nav-pills li {
    margin: 0;
}
.footer img {
    max-width: 100%;
}
.footer h5 {
    border-bottom: 1px solid #FF1721;
    color: #362E33;
    font-weight: 600;
    line-height: 27px;
    padding: 40px 0 10px;
    text-transform: uppercase;
}
.footer ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #362E33;
}
.footer ul li {
    margin: 0px;
}
.footer a {
    color: #000;
}
.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.social li {
    background: none repeat scroll 0 0 #FF1721;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 50px;
    line-height: 50px;
    margin: 0 8px 8px 0 !important;
    padding: 0;
    text-align: center;
    width: 50px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social li.facebook {
    background-color: #4867AA;
}
.social li.twitter {
    background-color: #1DA1F2;
}
.social li.linkedin {
    background-color: #0077B5;
}
.social li.youtube {
    background-color: #FF0000;
}
.social li.whatsapp {
    background-color: #00E676;
}
.social li.pinterest {
    background-color: #BD081B;
}
.social li.social-email {
    background-color: #22B8CF;
}
.social-share {
    margin-top: 1rem;
    margin-bottom: 1.7rem;
}
@media screen and (max-width: 991px) {
    .social-share {
        margin-top: 1.7rem;
        margin-bottom: 1.7rem;
    }
}
.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}
.social li a {
    color: #EDEFF1;
}
.social li a:hover {
    text-decoration: none;
}
.social li a i {
    font-size: 20px;
    color: #EDEFF1 !important;
    display: flex;
    justify-content: center;
}

.footer-bottom {
    background: #00adee;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;

}
.footer-bottom p.pull-left {
    padding-top: 6px;
}
.payments {
    font-size: 1.5em;
}
.address {
    clear: both;
    padding-top: 10px;
}
@media screen and (min-width: 992px) {
    .footer-bottom .container {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .footer h3 {
        padding: 10px 0 10px;
    }
    .footer ul {
        margin-bottom: 0px;
    }
}

/******** Workarounds for IE **********/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    img {
        height: 100% !important;
    }
    .page-content {
        margin-top: 125px;
    }
}

/******** Mike Additions **********/

.ind-table{
	margin: 0 auto;
	width: 100%;
	padding: 0px;
	/*overflow-x:auto;*/
	border-collapse: collapse;

}

.ind-table th, td {
	padding: 20px;

}

.ind-table td {
	border: 1px solid #FF1721;
	text-align: center;
	font-size: 1.0em;

}

.ind-table th {
	background-color: #FF1721;
	color: #fff;
	text-align: center;
}

.centered-text {
	text-align: center;
}

.table-out {
	width: 100%;
	font-size: 1.0em;
	}

.table-out td {
	padding:10px;
	vertical-align: top;
}

/******** Concrete background ********/

	.concrete {background:#cccccc;background:url(/img/concrete-image.jpg) repeat 0 0, -moz-linear-gradient(-45deg, #cccccc 0%, #fafafa 50%, #cccccc 100%);background:url(/img/concrete-image.jpg) repeat 0 0, -webkit-gradient(linear, left top, right bottom, color-stop(0%,#cccccc), color-stop(50%,#fafafa), color-stop(100%,#cccccc));background:url(/img/concrete-image.jpg) repeat 0 0, -webkit-linear-gradient(-45deg, #cccccc 0%,#fafafa 50%,#cccccc 100%);background:url(/img/concrete-image.jpg) repeat 0 0, -o-linear-gradient(-45deg, #cccccc 0%,#fafafa 50%,#cccccc 100%);background:url(/img/concrete-image.jpg) repeat 0 0, -ms-linear-gradient(-45deg, #cccccc 0%,#fafafa 50%,#cccccc 100%);background:url(/img/concrete-image.jpg) repeat 0 0, linear-gradient(135deg, #cccccc 0%,#fafafa 50%,#cccccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#cccccc',GradientType=1);-moz-box-shadow:inset 0 0 20px #333;-webkit-box-shadow:inset 0 0 20px #333;-o-box-shadow:inset 0 0 20px #333;-ms-box-shadow:inset 0 0 20px #333;box-shadow:inset 0 0 20px #333;}


/******** Bootstrap Responsive Tables ********/

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#no-more-tables tr { border: 1px solid #ccc; }

	#no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
	}

	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }

	/***** ADDITIONS *****/

	.mhide{display:none !important;}

	.distributor{position:absolute;font-size:11px;z-index:2;cursor:pointer;height:16px;width:18px;transition:all ease-in-out 0.5s;-webkit-transition:all ease-in-out 0.5s;-moz-transition:all ease-in-out 0.5s;-ms-transition:all ease-in-out 0.5s;-o-transition:all ease-in-out 0.5s;}
.distributor img{position:absolute;pointer-events:none;}
.distributor:hover{transform:scale(1.4);-moz-transform:scale(1.4);-webkit-transform:scale(1.4);-ms-transform:scale(1.4);-o-transform:scale(1.4);}
.distributor .distributordetails{margin-left:10px;border-left-width:2px;border-left-style:solid;border-left-color:#2660a9;padding-left:10px;margin-top:10px;padding-top:20px;display:none;padding-right:10px;background:rgba(255,255,255,0.5);background-repeat:repeat;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#2660a9;width:200px;cursor:auto;padding-bottom:10px;overflow:hidden;}
.distributor .distributordetailsblue{margin-left:5px;border-left-width:2px;border-left-style:solid;border-left-color:#0F034F;padding-left:10px;margin-top:10px;padding-top:20px;display:none;padding-right:10px;background:rgba(255,255,255,0.8);background-repeat:repeat;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#0F034F;width:200px;cursor:auto;padding-bottom:10px;overflow:hidden;}
.distributor .distributordetails img, .distributor .distributordetailsblue img{float:left;text-align:left;position:relative;}
.distributor div p{margin-bottom:0px;padding-bottom:0px;text-align:left;}
.distributor div h2{font-size:1.8em;letter-spacing:-1px;text-align:left;}
