*:focus {
    outline: 0;
}

body {
    width: 100%;
    margin: 0 auto;
}


@font-face {
  font-family: raleway;
  src: url(fonts/raleway.ttf);
}

 .container { width:100%; max-width: 1170px; margin: 0 auto; }


.lb-image {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    max-height: 80%;
    text-align: center;
}

 .lb-image img {
    height: 100%;
width: 100%;
object-fit: contain;
     display: unset !important;

}

.text-wrap {
    float: left;
    width: 100%;
    text-align: center;
}

.about-text {
    text-align: center;
}

#lightcase-content h1 {
    font-size: 35px;
    margin-bottom: 0;
}

#lightcase-content p {
    font-size: 18px;
    line-height: 40px;
    margin-top: 0px;
}

.contact-info {
    float: left;
    width: 65%;
    margin-left: 0;
}

.contact-row {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.contact-row span {
    font-size: 16px;
    width: 25px;
    display: inline-block;
    text-align: center;
}

.contact-row a {
    text-decoration: none;
    font-size: 20px;
}

.contact-row ul li {
    color: #fff;
    font-size: 16px;
    list-style: none;
    display: inline-block;
    margin-right: 8px;
}

.contact-row a {
    text-decoration: none;
    font-size: 20px;
}

.slide-container {
    max-width: 900px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.slider-nav .slick-slide img {
    display: block;
    margin: 0 auto;
    max-width: 80%;
      -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.slick-center img {

      -webkit-filter: inherit; /* Safari 6.0 - 9.0 */
    filter: inherit!important;
}


.portfolio-nav {
      transition: 0.6s all;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


section.slider.slider-nav {
    margin-top: 10px;
    margin-bottom: 10px;
}



.slide-nav-cover.slick-slide {
    vertical-align: middle !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

/*.slide-nav-cover.slick-slide {
    height: auto !important;
}
*/
.slider-nav .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
}



.slider-nav .slick-center .portfolio-nav {
    transition: 0.6s all;
    transform: scale(0.9);
}
 .slide-nav-cover:focus {
    border: none !important;
    outline: none;
}

button.slick-prev.slick-arrow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: -30px;
  right: auto;
  height: 40px;
    background-repeat: no-repeat;
  width:30px;
   -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
button.slick-next.slick-arrow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: -30px;
  background-repeat: no-repeat;
  left: auto;
   height: 40px;
     -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  width:30px;
}

.vertical-center-4 .slick-prev:before, .slider-nav .slick-prev:before, .slider-nav .slick-next:before,  .vertical-center-4  .slick-next:before  {
    font-size: 0;
}

div#lightcase-content {
    height: auto !important;
}

.slick-center .portfolio-nav {
    width: 210px;
    height: 200px;
    padding: 0;
}


.cover-test {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.fixed-slider-wrap {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    float: left;
    border-top: 1px solid #cacaca;
    z-index: 1;
}

.main-slider-wrap {
    height: calc(100% - 161px);
    position: fixed;
    top: 0;
    width: 100%;
}


@media all and (min-width: 575px) {

.portfolioImg img {
    max-width:80%;
}

.swiper-slide-active .portfolioCard {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.portfolioCard {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
    transition: 500ms;
}

.portfolioCard {
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    border: 4px solid #777;
    overflow: hidden;
}

.portfolioCard a {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    height: 100%;
    width: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide.swiper-slide-active .portfolioCard {
    width: 25vw;
    height: 25vw;
    flex: inherit;
}

    .swiper-slide-next {
        right: -4vw;
    }
    .swiper-slide-prev {
        left: -4vw;
    }


}


@media all and (max-width: 575px) {

.portfolioImg img {
    max-width:80%;
}

.swiper-slide-active .portfolioCard {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.portfolioCard {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
    transition: 1000ms;
}

.portfolioCard {
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    border: 4px solid #777;
    overflow: hidden;
}

.portfolioCard a {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    height: 100%;
    width: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide.swiper-slide-active .portfolioCard {
    width: 50vw;
    height: 50vw;
    flex: inherit;
}

    .swiper-slide-next {
        right: -4vw;
    }
    .swiper-slide-prev {
        left: -4vw;
    }


}


@media all and (max-width: 1250px) and (min-width: 641px) {
    .lightcase-contentInner {
        height: 520px !important;
    }
    .contact-info {
        width: 100%;
        margin-left: 0;
    }
}

@media all and (max-width: 890px) and (min-width: 641px) {
    .lightcase-contentInner {
        height: 520px !important;
    }
    .contact-info {
        width: 100%;
    }

    .contact-row a {
        font-size: 16px;
    }
    #lightcase-content p {
    font-size: 16px;
    line-height: 30px;
}
}

@media all and (max-width: 640px) {
    .lb-image {
        width: 30%;
        float: left;
        position: relative;
        left: auto;
        transform: rotate(0);
        margin-top: 7%;
    }
    .about-text {
        float: left;
        width: 65%;
        margin-left: 5%;
    }
    .contact-info {
        margin-left: 5%;
    }
    .contact-row a {
        font-size: 18px;
    }
    #lightcase-content h1 {
        font-size: 24px;
    }
    #lightcase-content p {
        font-size: 15px;
        line-height: 25px;
    }
    .contact-row a {
        text-decoration: none;
        font-size: 11px;
    }
}

@media all and (max-width: 641px) {
    .about-text {
        float: left;
        width: 90%;
        margin-left: 5%;
    }

    .lb-image {
        width: 100%;
        transform: rotate(0);
        margin-top: 3%;
        text-align: center;
    }

    .lb-image img {
        width: 30%;
    }

    .text-wrap {
        float: left;
        width: 100%;
        margin-left: 0;
    }

    .about-text {
        float: left;
        width: 90%;
        margin-left: 5%;
    }
}


.caption-right {
    float: left;
    box-sizing: border-box;
    padding: 50px 10px;
}




@media all and (min-width: 700px){

.image-left, .caption-right {
    width: 50%;
    float: left;
}

.caption-right {
    float: left;
    box-sizing: border-box;
    padding: 50px 10px;
}


.fixed-icon img {
    margin-top: -90px;
    float: right;
	width: 100px;
}


}


@media all and (max-width: 699px){

.image-left, .caption-right {
    width: 100%;
    float: left;
}

.fixed-icon img {
    margin-top: -50px;
    float: right;
	width: 50px;
}


.image-left img {
    max-height: 200px;
}

.caption-right h3, .caption-right ul {
    width: 100%;
    float: left;
    text-align: center!important;
	padding: 0px;
}

.caption-right {
    float: left;
    box-sizing: border-box;
    padding: 10px 10px;
}

}



p, h1, h2, h3, h4, h5, h6, ul, li, a{
	font-family: raleway;
}


.caption-right h3{
    float: left;
    text-align: left;
}

ul.caption-list {
    list-style-type: none;
    text-align: left;
}

ul.caption-list li ul li {
    list-style-type: none;
    display: inline-block;
}

ul.caption-list li a {
    padding: 14px;
    line-height: 27px;
}



.text-wrap .about-text{
	display: none;
}

.logo-wrap .logo {
    text-align: center;
}


.logo-wrap .logo img{
    max-width: 250px;
	padding: 10px 0;
}


a {
    color: #000;
    text-decoration: none;
}

.fixed-icon{
	float: right;
}
