.main-body {
    background-color: #f3f3f3;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    width: 100%;
    height: 100%;
}
.main-body a{
    padding-right: 15px;
}
.main-body a img{
    width: 100px;
}
.main-body .domains{
    padding-top: 30px;
}
.main-body .main-image{
    border-radius: 3px;
    border: 2px solid #000;
}
img.logo{ width: 100px;}
.three-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.three-slide .image-wrapper {
    padding-right: 3px;
    padding-left: 3px;
}
.navbar-default.opaque .navbar-nav > li > a {color: #6e7477}
.navbar-default.opaque .navbar-nav > li > a i{color: #6e7477}
.navbar-default.opaque .navbar-nav > li > a:hover {color: #fff !important;}
.navbar-default.opaque .navbar-nav > li.social > a:hover i {color: #fff !important;}
.top-banner {color: #fff !important;}


/* Create four equal columns that sits next to each other */
.gallery {
    display: flex;
    flex-wrap: wrap;
    padding-left: 150px;
    padding-right: 150px;
    margin-top: 120px;
}
.gallery .column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.gallery .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
    .gallery .column {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .gallery .column {
        flex: 100%;
        max-width: 100%;
    }
}

.black-and-white {
    filter: grayscale(100%);
    transition: filter 0.5s ease-in-out;
}

.black-and-white:hover {
    filter: none;
}

.tp-caption.Concept-Title, .Concept-Title {
    text-transform: uppercase;
    font-family: 'roboto-bold', sans-serif;
}
.banner-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 15px;
    font-size: 17px;
    font-family: 'roboto-light', sans-serif;
}
.banner-btn:hover {
    color: #000;
    background-color: #f2b410;
}
#product-carousel h4{
    position: absolute;
    top: -40px;
    width: 100%;
}
#product-carousel h5{
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -50px;
}

.section-description {
    font-family: 'roboto-light', sans-serif;
    letter-spacing: 0;
}
.section-title {
    font-family: 'roboto-bold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-top: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #f2b410;
    border-color: #f2b410;
}

.product-details{
    margin-top: 20px;
}

.product-details p{
    font-family: 'roboto-light', sans-serif;
    color: #000;
    line-height: 22px;
}
.product-details p strong{
    font-family: 'roboto-bold', sans-serif;
    color: #000;
}
.similar-products h2 {
    font-family: 'roboto-bold', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    font-size: 25px;
    position: relative;
    display: inline-block;
    margin-bottom: 80px;
}
.similar-products h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #fbe18c;
}

.shine ::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.shine :hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.copyright p {font-size: 12px;}
.copyright a {font-size: 12px !important;}

.gall.items img{opacity: 0.4}
.gall.items .slick-current img{opacity: 1 !important;}

.event-blocks {
    display: flex;
    justify-content: center;
}

.domains {padding: 15px 0 15px 0; background-color: #f8cc39;margin-top: 0;}
.domains h2 {text-transform: uppercase;font-size: 25px;}
