.filtr-controls span:after,
.filtr-item>a:before {
    content: ' ';
    bottom: 0
}

.filtr-container {
    margin: 0 -4px
}

.filtr-item {
    padding: 4px
}

.filtr-controls {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0 15px
}

.filtr-controls span {
    display: inline-block;
    margin: 10px 15px;
    cursor: pointer;
    padding: 5px 0;
    position: relative;
    color: #777
}

.filtr-controls span.active,
.filtr-controls span:hover {
    color: #000
}

.filtr-controls span:after {
    width: 0;
    height: 2px;
    position: absolute;
    left: 50%;
    background: 0 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.filtr-controls span.active:after {
    width: 100%;
    left: 0;
    background: #000
}

@media (max-width:479px) {
    .filtr-item {
        width: 100%
    }
}

.filtr-item>a {
    position: relative;
    display: block
}

.filtr-item>a:after,
.filtr-item>a:before {
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.filtr-item>a:before {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    background: 0 0
}

.filtr-item:hover>a:before {
    background: rgba(0, 0, 0, .2)
}

.filtr-item>a:after {
    font-family: FontAwesome;
    content: '\f0fe';
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -17px;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    opacity: 0
}

.filtr-item:hover>a:after {
    opacity: .5
}

.filtr-loading {
    border: 5px solid #333;
    position: relative;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: 80px 0;
    opacity: 0;
    top: 0;
    width: 40px;
    z-index: 2;
    -webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
    height: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace
}

.sl-wrapper .sl-close:focus,
.sl-wrapper .sl-navigation button:focus {
    outline: 0
}

body.hidden-scroll {
    overflow: hidden
}

.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    display: none;
    z-index: 1050
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
    top: 30px;
    display: none;
    color: #000;
    position: fixed
}

.sl-wrapper {
    z-index: 1040
}

.sl-wrapper button {
    border: 0;
    background: 0 0;
    font-size: 28px;
    padding: 0;
    cursor: pointer
}

.sl-wrapper button:hover {
    opacity: .7
}

.sl-wrapper .sl-close {
    right: 30px;
    z-index: 1060;
    margin-top: -14px;
    margin-right: -14px;
    width: 44px;
    font-size: 5rem
}

.sl-wrapper .sl-counter {
    left: 30px;
    z-index: 1060;
    font-size: 1rem
}

.sl-wrapper .sl-navigation {
    width: 100%;
    display: none
}

.sl-wrapper .sl-navigation button {
    position: fixed;
    top: 50%;
    margin-top: -22px;
    width: 22px;
    text-align: center;
    display: block;
    z-index: 1060;
    color: #000
}

.sl-wrapper .sl-navigation button.sl-next {
    right: 5px;
    font-size: 2rem
}

.sl-wrapper .sl-navigation button.sl-prev {
    left: 5px;
    font-size: 2rem
}

.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000
}

.sl-wrapper .sl-image img {
    margin: 0;
    padding: 15px;
    display: block;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background: #fff
}

.sl-wrapper .sl-image iframe {
    background: #000;
    border: 0
}

@media (min-width:35.5em) {
    .sl-wrapper .sl-navigation button {
        width: 44px
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 10px;
        font-size: 4rem
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 10px;
        font-size: 4rem
    }
    .sl-wrapper .sl-image iframe,
    .sl-wrapper .sl-image img {
        border: 0
    }
}

@media (min-width:50em) {
    .sl-wrapper .sl-navigation button {
        width: 44px
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 20px;
        font-size: 6rem
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 20px;
        font-size: 6rem
    }
    .sl-wrapper .sl-image iframe,
    .sl-wrapper .sl-image img {
        border: 0
    }
}

.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    text-align: center
}

.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;
    top: 15px
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto
}

.sl-wrapper .sl-image .sl-download {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #000;
    z-index: 1060
}

.sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1057;
    -webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite
}

.sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

#Notice {
    margin-bottom: 0;
    margin-top: 0
}

#brands .card,
#card1,
#card2,
#card3,
.footer-about h4 {
    margin-bottom: 20px
}

#main-wrapper {
    margin-top: 0
}

#card2,
#card3 {
    min-height: 538px;
    height: 538px
}

.btn.btn-primary.vid {
    margin-left: 10px
}

.angees {
    margin-top: 55px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none
}

#card1 {
    height: 538px;
    max-height: 538px
}
#gallery, a#gallery {
    margin-right: 10px;
    color: #fff;
}

#gallery {
    padding-right: 10px;
    margin-right: 10px
}

.navbar.navbar-light.navbar-expand-lg .container {
    padding: 0;
    margin-left: auto;
    width: 1200px;
    margin-right: auto;
    margin-top: 0;
    height: 80px
}

#topper {
    background-color: #000
}

@media (min-width:300px) {
    #til-logo {
        margin-top: -40px
    }
    .navbar.navbar-light.navbar-expand-lg {
        height: 135px
    }
}

@media (min-width:576px) {
    #til-logo {
        max-width: 420px;
        margin-top: -40px
    }
    .navbar.navbar-light.navbar-expand-lg {
        height: 67px
    }
    .navbar-light .navbar-toggler {
        margin-bottom: 15px
    }
}

@media (min-width:992px) {
    .img-fluid {
        width: inherit
    }
}

.border-bottom {
    background-color: var(--main-offline);
    height: 7px;
    border-radius: 70% 65% 7% 10%;
    margin-bottom: -2px
}

.card-devices {
    width: 100%;
    border: 1px solid #999
}

.card-text {
    font-size: 10px
}

.sub-title {
    margin-top: 20px;
    font-size: 1px
}

.zoom:hover {
    -ms-transform: var(--main-scale);
    -webkit-transform: var(--main-scale);
    transform: var(--main-scale);
    box-shadow: 10px 10px 5px #aaa
}

.footer-center-info.email.text-left {
    font-size: 16px;
    line-height: 1.5
}

#call {
    font-size: 25px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    align: center
}

.fa.fa-phone {
    padding-right: 5px
}

#Notice.alert-success {
    width: 100%;
    background-color: #4eb4d4;
    border-color: #4eb4d4;
    border-radius: 0;
    margin: 0;
    display: inline-block;
}
.card-header {
    height: 200px;
    background-color: orange
}

#download-icon {
    font-size: 30px;
    color: #000;
    opacity: .4
}

#heading-card {
    margin-top: 40px;
    font-size: 45px
}

.cardheader-text {
    color: #fff
}

.card-text.sub-text-color {
    color: #8c8c8c
}

.card-text:last-child {
    font-size: 30px;
    color: #595959
}

#cardheader-subtext {
    font-size: 20px
}

.card.cards-shadown {
    box-shadow: 2px 2px 30px #aaa
}

.row.space-rows {
    margin: 40px
}

.col {
    padding: 20px 7px 0
}

.card.cards-shadown.cards-hover:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 99
}

.card-header:first-child:hover {
    background-color: #ffb366
}

div.jumbotron.carousel-hero {
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding-top: 255px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-radius: 0
}

div.jumbotron.hero-walker-zanger {
    background-image: url(../../assets/img/Hero_WalkerZanger.jpg)
}

div.jumbotron.hero-jeffery-court {
    background-image: url(../../assets/img/Hero_Jeffrey-Court-Tile.jpg)
}

div.jumbotron.hero-island-stone {
    background-image: url(../../assets/img/Hero_IslandStoneTile.jpg)
}

div.jumbotron.hero-caesarstone {
    background-image: url(../../assets/img/Hero_Caesarstone.jpg)
}

div.jumbotron.hero-richards-sterling {
    background-image: url(../../assets/img/Hero_Richards-Sterlin.jpg)
}

div.jumbotron.hero-oceanside-glass-tile {
    background-image: url(../../assets/img/Hero_Oceanside_Glass_Tile.jpg)
}

div.jumbotron.hero-sonoma-tilemakers {
    background-image: url(../../assets/img/Hero_Sonoma2b.jpg)
}

div.jumbotron.hero-lunada-bay-glass {
    background-image: url(../../assets/img/Hero_LunadaBayTile.jpg)
}

div.jumbotron.hero-porcelanosa {
    background-image: url(../../assets/img/Hero_Porcelona.jpg)
}
div.jumbotron.hero-silverstone {
    background-image: url(../../assets/img/Hero_Silestone.jpg)
}
div.jumbotron.hero-adex{
    background-image: url(../../assets/img/Hero_Adex.jpg)}
    
div.jumbotron.hero-caesarstone {
    background-image: url(../../assets/img/Hero_Caesarstone.jpg)}

div.jumbotron.hero-NUHEAT {
    background-image: url(../../assets/img/Hero_NUHEAT.jpg);}

h1.hero-title,
h2.hero-title,
h3.hero-title {
    font-size: 40px;
    text-shadow: 7px 7px 40px rgba(0, 0, 0, 1);
    color: #fff;
    padding: 8px;
    margin-bottom: 0;
    text-align: center
}

p.hero-subtitle {
    width: 100%;
    margin-right: 0;
    padding: 8px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    height: 65px;
    text-align: center
}

@media (min-width:768px) {
    p.hero-subtitle {
        width: 100%;
        margin-right: 0;
        padding: 8px;
        color: #fff;
        background-color: rgba(0, 0, 0, .5);
        height: 65px;
        text-align: center
    }
}

@media (min-width:300px) and (max-width:767px) {
    p.hero-subtitle {
        width: 100%;
        margin-right: 0;
        padding: 8px;
        color: #fff;
        background-color: rgba(0, 0, 0, .5);
        min-height: 100px;
        text-align: center
    }
}

.plat {
    border-radius: 0;
    width: 120px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -53px
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0 #be7f05!important
}

.btn-primary:hover {
    color: #fff;

}

.btn-primary:visited {
    color: #fff;
 
}

    .btn.btn-primary {
    background-color: #25829f!important;
        border-color: #25829f!important;}

span {
    font-style: inherit;
    font-weight: inherit
}

#hero {
    max-height: 800px
}

#hero-row {
    background-color: #000
}

#left-col li a {
    color: #999;
    font-weight: 700;
    text-decoration: none
}

.visit a:link, .visit a:visited {
    color: #23819d;
    font-weight: 700;
}

#left-col li a:link,
a:visited {
    color: #000;
    font-weight: 700;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 1px
}

#left-col li a:hover {
    color: snow
}

#carousel-contain {
    padding-left: 0;
    padding-right: 0
}

#materials {
    border-color: #fff
}

#hours,
#top-hours,
.business-hours li {
    border-bottom: 1px solid #fff
}

#material-btn-link {
    color: #cdc8c8;
    font-weight: 700
}

#left-col ul {
    list-style-type: none
}

#hours {
    padding-top: 8px;
    color: #fff
}

#top-hours {
    border-top: 1px solid #fff;
    padding-top: 8px;
    color: #fff
}

#time {
    text-align: right
}

.box,
.snip1527 .date,
.social i,
.social ul {
    text-align: center
}

#video {
    display: block;
    width: 100%
}

.box {
    background: #2f3032;
    -webkit-perspective: 800px;
    perspective: 800px
}

.box img {
    width: 100%;
    height: auto;
    transition: all .3s ease-in .2s
}

.box:hover img {
    opacity: 0;
    transform: rotateY(-100deg) translateX(50%) scale(.5);
    transition-delay: 0
}

.box .box-content {
    padding: 0 30px;
    opacity: 0;
    z-index: 1;
    transform: rotateY(90deg) translate(50%, -50%) scale(.5)
}

.box:hover .box-content {
    opacity: 1;
    transform: rotateY(0) translate(0, -50%) scale(1)
}

.box .description {
    font-weight: 500;
    margin: 0 0 15px
}

.box .read-more {
    display: inline-block;
    padding: 10px 16px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    background: #fe6d6d;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all .3s ease 0s
}

.box .read-more:after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: all .3s ease 0s
}

.box,
.box .box-image {
    position: relative
}

.box .read-more:hover:after {
    height: 170%;
    background: #2f3032;
    opacity: 1
}

@media only screen and (max-width:990px) {
    .box {
        margin-bottom: 20px
    }
}

.box {
    box-shadow: 0 0 5px #c2bdbd;
    overflow: hidden
}

.box .box-image img {
    width: 100%;
    height: auto
}

.box .box-image:after,
.box .box-image:before {
    content: "";
    width: 170%;
    height: 190%;
    background: rgba(73, 197, 182, .5);
    position: absolute;
    transition: all .3s ease-in-out .6s
}

.box .box-image:before {
    top: 0;
    left: -67px;
    transform: rotate(56.5deg) translateX(-70%);
    transform-origin: 70% 0 0
}

.box:hover .box-image:before {
    transform: rotate(56.5deg) translateX(-30%)
}

.box .box-image:after {
    bottom: 0;
    right: -46px;
    transform: rotate(56.5deg) translateX(111%);
    transform-origin: 50% 51% 0
}

.box:hover .box-image:after {
    transform: rotate(56.5deg) translateX(71%)
}

.box .box-content {
    width: 100%;
    height: 0;
    background: rgba(60, 170, 155, .8);
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    transform: rotate(-33.5deg) translate(-74px, 200px);
    transform-origin: 0 100% 0;
    transition: all .4s ease-in-out 0s
}

.box:hover .box-content {
    height: 70%;
    top: 15%;
    transform: rotate(0) translate(0, 0);
    transition: all .4s ease-in-out .9s
}

.box .title {
    line-height: 1.5em;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    margin: 20px 0 0;
    text-transform: capitalize
}

.box .description {
    font-size: 12px;
    font-style: italic;
    color: #fff;
    padding: 10px 20px
}

@media only screen and (max-width:990px) {
    .box {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:600px) and (max-width:767px) {
    .box .box-content {
        transform: rotate(-33.5deg) translate(-144px, 390px)
    }
}

@media only screen and (min-width:481px) and (max-width:599px) {
    .box .box-content {
        transform: rotate(-33.5deg) translate(-155px, 330px)
    }
}

@media only screen and (max-width:480px) {
    .box .box-content {
        transform: rotate(-33.5deg) translate(-95px, 250px)
    }
}

@media only screen and (max-width:479px) {
    .box .box-image:before {
        left: -57px
    }
    .box .title {
        margin: 10px 0 0;
        padding: 0 10px
    }
}

@media only screen and (max-width:359px) {
    .box .box-image:before {
        left: -40px
    }
}

.photo-card {
    background-color: #2d3638;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.photo-background {
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px
}

.photo-details {
    padding: 2.1875em 5%
}

@media screen and (min-width:700px) {
    .photo-card {
        flex-direction: row
    }
    .photo-background {
        border-top-left-radius: 10px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
        min-height: none;
        width: 50%
    }
    .photo-details {
        width: 50%
    }
}

.photo-details h1,
.photo-details h4 {
    color: #fff;
    font-weight: 500;
    margin: 0
}

.photo-details h1 {
    font-size: 125%;
    line-height: 1;
    margin-bottom: .35em
}

.photo-tags ul {
    list-style-type: none;
    margin: .35em 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 87.5%;
    text-transform: lowercase
}

.photo-tags li {
    margin: 0 .35em .35em 0
}

.photo-tags a {
    background-color: #191e20;
    border-radius: 50px;
    color: #fff;
    display: block;
    padding: .3125em 1.25em;
    text-decoration: none;
    transition: color .3s ease
}

.photo-tags a:focus,
.photo-tags a:hover {
    color: #e37544
}

.photo-details p {
    color: #fff
}

.demo-bg {
    background: #ffac0c;
    margin-top: 60px
}

.business-hours {
    padding: 0 14px;
    margin-top: -15px;
    position: relative
}

.business-hours:before {
    content: '';
    width: 23px;
    height: 23px;
    background: #111;
    position: absolute;
    top: 5px;
    left: -12px;
    transform: rotate(-45deg);
    z-index: -1
}

.business-hours .title {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 5px;
    border-left: 4px solid #8c1e11
}

.business-hours li {
    color: #fff;
    line-height: 30px
}

.business-hours li:last-child {
    border-bottom: none
}

.business-hours .opening-hours li.today {
    color: #ffac0c
}

.social {
    margin: 0;
    padding: 100px 0 0
}

.social ul {
    margin: 0;
    padding: 5px
}

.social ul li {
    margin: 5px;
    list-style: none;
    display: inline-block
}

.social i {
    width: 80px;
    height: 80px;
    color: #FFF;
    background-color: #282016;
    font-size: 45px;
    padding-top: 17px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s
}

.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s
}

.social .fa-facebook:hover {
    background: #4060A5
}

.social .fa-twitter:hover {
    background: #00ABE3
}

.social .fa-houzz:hover {
    background: #4DBC15
}

.social .fa-pinterest:hover {
    background: #cb2027
}

.social .fa-instagram:hover {
    background: #375989
}

.social .fa-youtube:hover {
    background: #FF1F25
}

.alert-success {
    border-color: #c3e6cb
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto
}

.modal-body {
    position: relative;
    padding: 0
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    opacity: 1
}

.snip1527 {
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    color: #fff;
    float: left;
    font-family: Lato, Arial, sans-serif;
    font-size: 16px;
    margin: 10px 1%;
    max-width: 310px;
    min-width: 250px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%
}

.snip1527 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

*,
::after,
::before,
footer {
    box-sizing: border-box
}

.snip1527 img {
    max-width: 100%;
    vertical-align: top;
    position: relative
}

.snip1527 figcaption {
    padding: 25px 20px;
    position: absolute;
    bottom: 0;
    z-index: 1
}

.snip1527 figcaption:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: -moz-linear-gradient(90deg, #700877 0, #ff2759 100%, #ff2759 100%);
    background: -webkit-linear-gradient(90deg, #700877 0, #ff2759 100%, #ff2759 100%);
    background: linear-gradient(90deg, #700877 0, #ff2759 100%, #ff2759 100%);
    opacity: .8;
    z-index: -1
}

.snip1527 .date {
    background-color: #fff;
    border-radius: 50%;
    color: #700877;
    font-size: 18px;
    font-weight: 700;
    min-height: 48px;
    min-width: 48px;
    padding: 10px 0;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: -25px
}

.snip1527 .date span {
    display: block;
    line-height: 14px
}

.snip1527 .date .month {
    font-size: 11px
}

.snip1527 h3,
.snip1527 p {
    margin: 0;
    padding: 0
}

.snip1527 h3 {
    display: inline-block;
    font-weight: 700;
    letter-spacing: -.4px;
    margin-bottom: 5px
}

#box-1,
#box-2,
#box-3 {
    display: table;
    background-attachment: fixed;
    background-size: cover;
    width: 100%
}

.snip1527 p {
    font-size: .8em;
    line-height: 1.6em;
    margin-bottom: 0
}

.snip1527 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1
}

.snip1527.hover img,
.snip1527:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

img {
    border-radius: 0
}

#box-1 {
    height: 100vh;
    background-image: url(../../assets/img/i1.jpg)
}

#box-2 {
    height: 300px;
    background-image: url(../../assets/img/TileStore.jpg)
}

#box-3 {
    height: 100vh;
    background-image: url(../../assets/img/i3.jpg)
}

footer {
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .12);
    width: 100%;
    text-align: left;
    font: 700 16px sans-serif;
    padding: 55px 50px;
    margin-top: 80px;
    bottom: 0;
    color: #fff
}

.footer-navigation h3 {
    margin: 0 0 20px;
    font: 400 36px Cookie, cursive;
    color: #fff
}

.footer-navigation h3 a {
    text-decoration: none;
    color: #fff
}

.footer-navigation h3 span {
    color: #5383d3
}

.footer-navigation p.links a {
    color: #fff;
    text-decoration: none
}

.footer-navigation p.company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px
}

@media (max-width:767px) {
    .footer-contacts {
        margin: 30px 0
    }
}

.footer-contacts p {
    display: inline-block;
    color: #fff;
    vertical-align: middle
}

.footer-contacts p a {
    color: #5383d3;
    text-decoration: none
}

.fa.footer-contacts-icon {
    background-color: #8c1e11;
    color: #fff;
    font-size: 18px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    margin: 10px 15px 10px 0
}

span.new-line-span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5
}

.footer-about h4 {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.footer-about p {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: 400;
    margin: 0
}

div.social-links {
    margin-top: 20px;
    color: #fff
}

.social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 5px;
    margin-bottom: 5px
}

.navbar.navbar-light.navbar-expand-lg {
    background-color: #817864;
    border-bottom: 5px solid #4f90a4;
    padding: 0
}

@media (min-width:992px) {
    #til-logo {
        max-width: 410px;
        padding: 0;
        width: 410px;
        margin-top: -10px
    }
}

.carousel-indicators {
    margin: 0;
    bottom: initial;
    top: 10px;
    z-index: 100
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#Card-holder {
    background-color: red;
    height: 300px
}

.carousel-control-next,
.carousel-control-prev {
    font-size: 40px
}

@media (min-width:992px) {
    .navbar.navbar-light.navbar-expand-lg {
        height: 74px;
        max-height: 115px
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#topbar {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px
}

#topbar .contact-info a {
    line-height: 1;
    color: #555
}

#topbar .contact-info a:hover {
    color: #f95951
}

#topbar .contact-info i {
    color: #8c1e11;
    padding: 4px
}

#topbar .contact-info .fa-phone {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #e9e9e9
}

#topbar .social-links a {
    color: #555;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    border-left: 1px solid #e9e9e9
}

#topbar .social-links a:hover {
    color: #f95951
}

#topbar .social-links a:first-child {
    border-left: 0
}