body {
    width: 100%;
    overflow-x: hidden;
}

.page-wrapper {
    margin: 0;
    display: block;
    overflow: visible;
    height: 100%;
    width: 100%;
    clear: both;
    zoom: 1
}

.fixed-top {
  
    z-index: 999 !important;
}



.fw-100 {
    font-weight: 100
}

.fw-800 {
    font-weight: bold
}

.footer-nav li a:hover {

    color: #fe5e00

}

@media (min-width: 1px) {

    .nav-link {

        padding: 0.2rem 1rem;
        font-size:1rem
    }

    .page-wrapper {
        padding-top: 18.5%;

    }


    .display-5 {

    font-size: 1.0rem;


}


.display-4 {

    font-size: 1.9rem;

}
.display-3 {
    font-size: 2rem;
    }


    .display-2 {
    font-size: 2.9rem;

}


.display-1 {
     font-size: 3rem;
}

.h1, h1 {
    font-size: 1.5rem;
}

.h2, h2 {
    font-size: 1rem;
}

#fsicon {
    display: none
}

}


@media (min-width: 768px) {


    .page-wrapper {
        padding-top: 8.1%;

    }

    

    #fsicon {
    display: block
}

    .nav-link {

        padding: 1.2rem 1rem;
        font-size: 1.5rem;
    }

    .display-5 {

    font-size: 2rem;


}

.display-4 {

    font-size: 3.5rem;


}


.display-3 {
    font-size: 4.5rem;
    }


    .display-2 {
    font-size: 5.5rem;

}


.display-1 {
     font-size: 6rem;
}

.h1, h1 {
    font-size: 2.5rem;
}


.h2, h2 {
    font-size: 2rem;
}

}


@media (min-width: 992px) {


    .page-wrapper {
        padding-top: 2.8%;

    }

    #fsicon {
    display: block
}

}


@media (min-width: 1200px) {}








.navbar {

  padding: 0rem 1rem; 

}


/*

@media (min-width: 176px) {
    .page-wrapper {
        padding-top: 10%;
    }
}

@media (min-width: 768px) {
    .page-wrapper {
        padding-top: 3.5%;
    }
}

@media (min-width: 1200px) {
    .page-wrapper {
        padding-top: 3.7%;
    }
}

*/

.bg-faded {
    background-color: #FFF;
    -webkit-box-shadow: 1px 3px 8px 0 rgba(133, 133, 133, 0.1);
    box-shadow: 1px 3px 8px 0 rgba(133, 133, 133, 0.1);
      border-bottom: 1px solid rgba(155, 155, 155, 0.35)

}

.content-block {
    padding: 1% 0
}

.content-block-sm {
    padding: 2.5% 0
}

.content-block-md {
    padding: 4% 0
}

.content-block-lg {
    padding: 6% 0
}

.inverse {
    color: #FFF !important
}

.inverse .btn-outline-secondary, .inverse  li, .inverse  a {
    color: #FFF !important
}

.inverse-bg {

}

.navbar-inverse, .bg-inverse {
color: #FFF !important
}


a:link,
a:visited {
    color: #333
}

a:link,
a:hover,
.btn-link,
button {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    text-decoration: none !important;

}


b {
    font-weight: bold
}

.isotope-item {
    padding-bottom: 30px
}

.btn-primary,
.btn-success,
.btn-danger,
.btn-warning {
    color: #FFF !important
}

.list-inline {
    list-style: none;
}

.list-inline>li {
    display: inline-block;
}

.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

.portfolio-filter .btn-link {
    color: #000 !important;
    font-size: 1.5rem
}

.isotope .container-fluid {
    padding: 0 3%;
}



.date {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px
}

.day,
.month,
.year {
    display: block;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    line-height: 35px
}

.day {
    font-size: 3rem
}

.categories li a {
    width: 100%;
    padding: 15px 15px;
    display: block;
    background: rgb(22, 25, 24);
    background: -moz-linear-gradient(top, rgba(22, 25, 24, 1) 0%, rgba(15, 15, 15, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(22, 25, 24, 1)), color-stop(100%, rgba(15, 15, 15, 1)));
    background: -webkit-linear-gradient(top, rgba(22, 25, 24, 1) 0%, rgba(15, 15, 15, 1) 100%);
    background: -o-linear-gradient(top, rgba(22, 25, 24, 1) 0%, rgba(15, 15, 15, 1) 100%);
    background: -ms-linear-gradient(top, rgba(22, 25, 24, 1) 0%, rgba(15, 15, 15, 1) 100%);
    background: linear-gradient(to bottom, rgba(22, 25, 24, 1) 0%, rgba(15, 15, 15, 1) 100%);
}

.categories li:nth-child(even) {
    background-color: #f7f7f9;
}

.categories {
    -webkit-columns: 300px;
    -moz-columns: 300px;
    columns: 300px;
    -webkit-column-gap: 0rem;
    -moz-column-gap: 0rem;
    column-gap: 0rem;
}

.categories li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.social-links li a {
    float: left;
    padding: 0px 18px;
    font-size: 65px;
}

.categories .list-group-item:hover {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.dropdown-item:hover {
    background-color: #CCC
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.overlay {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100,ffffff+100&0.9+0,0.9+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#e6ffffff', GradientType=0);
    /* IE6-9 */
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.open .overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100,ffffff+100&0.9+0,0.9+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#e6ffffff', GradientType=0);
    /* IE6-9 */
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.overlay .icon {
    font-size: 3rem;
    opacity: 0.2;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.overlay:hover .icon {
    opacity: 1
}

.img-wrapper {
    min-height: 150px
}

.img-wrapper:hover .overlay {
    height: 100%;
    bottom: 0px
}

.text {
    white-space: nowrap;
    color: #2550a4 !important;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.ekko-lightbox-nav-overlay a {
    z-index: 100;
    float: left;
    text-align: center;
    width: 49%;
    height: 100%;
    padding: 24px;
    font-size: 85px;
    color: #fff;
    text-shadow: 2px 2px 4px #000;
    opacity: 0;
    filter: dropshadow(color=#000000, offx=2, offy=2);
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.ekko-lightbox-nav-overlay a:empty {
    width: 49%;
}

.ekko-lightbox-nav-overlay .fa-angle-left {
    text-align: left
}

.ekko-lightbox-nav-overlay .fa-angle-right {
    text-align: right
}

.ekko-lightbox {
    z-index: 99999999;
}

.ekko-lightbox img {
    width: 100%
}

.modal-backdrop {
    z-index: 1;
    background-color: #FFF;
}



    .seamlist {
    -webkit-columns: 300px;
    -moz-columns: 300px;
    columns: 300px;
    -webkit-column-gap: 0rem;
    -moz-column-gap: 0rem;
    column-gap: 0rem;

}

.seamlist li {
    padding: 0px 0px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    border-radius: 0
}


.seamlist li a, .seamlist li  {
    width: 100%;
    padding: 15px 15px;
    display: block;;

}
.navbar .seamlist li {
      width: 100%;
    padding: 0 0 !important;
    display: block;
}

    .mega-dropdown {
    position: static !important;

}

.mega-dropdown-menu {
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
       margin-top: -120px;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #FFF;
    background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
}


#tab-1 {
 display: block;   
}

.tab-content {

    display: none 

}
