/* SPECIALIZE IN */

.specialize-in-section{
	
}

.specialize-in{
    padding: 2rem 0 0;
}

.specialize-in__details-flex{
	display: flex;
	flex-wrap: wrap;
}
 
.specialize-in__elements{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0; padding: 0;
    list-style: none; list-style-type: none;
    order: 2;
    width: 100%;
}

.specialize-in__elements li{
	list-style: none; list-style-type: none;
	box-sizing: border-box; text-align: center;
	padding: 0 12px; margin: 2rem 0 1rem; cursor: pointer;
}

.specialize-in__elements li img{
	width: 30px; height: auto; margin: 0 auto 1rem;
	opacity: .5;
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	transition: opacity .5s linear;
}

.specialize-in__elements li.specialize-in__elements--active img{
	opacity: 1;
}

.specialize-in__elements li h3{
	color: #191520; font-family: 'Crimson Text', serif; font-weight: 700;
    font-size: 1.1rem; margin: 0; text-align: center;
    display: none;
    opacity: .5;
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
}

.specialize-in__elements li.specialize-in__elements--active h3{
	opacity: 1;
	
}

.hide-only-for-small{
	display: none;
}

@media screen and (min-width: 768px) {
	.specialize-in__elements li{
		padding: 0 20px;
		margin: 3rem 0 1rem;
	}
	.specialize-in__elements li img{
		width: 40px;
	}
	.hide-only-for-small{
		display: block;
	}
}

.show-only-for-small-and-medium{
	display: block; margin: 0 auto 2rem;
	width: 120px;
	height: auto;
}

 
@media screen and (min-width: 1024px) {
    
    .show-only-for-small-and-medium{
    	display: none; margin: 0;
    }
    
    .specialize-in__elements{
        flex-wrap: nowrap;
        order: 0;
    }
    .specialize-in__elements li{
    	padding: 0 30px;
    	margin: 2rem 0;
    }
    .specialize-in__elements li h3{
        font-size: 1.25rem;
        display: block;
    }
    .specialize-in__elements li img{
    	width: 140px;
    }
}
 
@media screen and (min-width: 1440px) {
    .specialize-in__elements li{
    	padding: 0 50px;
    }
    .specialize-in__elements li h3{
        font-size: 1.375rem;
    }
    .specialize-in__elements li img{
    	width: 160px;
    }
}

/* SWIPER */

.swiper-container {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    cursor: grab;
}

.specialize-in__details{
	padding: 0 0 2rem;
}

.swiper-directions, .swiper-directions li{
	list-style: none; list-style-type: none;
}

.swiper-directions{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding: 0; margin: 2rem auto;
	width: 100%;
}

.swiper-directions li img.swiper-slide__svg-logo{
	width: 100px; height: auto; margin: 0 3rem;
}

.swiper-wrapper .swiper-slide{
	text-align: center;
}

.specialized-wrapper h3::before{
	content: ""; position: absolute; left: 50%;
	width: 120px; margin-left: -60px; height: 2px;
	background-color: #878787; top: 0;
}

.specialized-wrapper h3{
	font-size: 1.25rem; line-height: 1.1;
	color: #2d2a34;
	font-family: 'Crimson Text', serif; font-weight: 700;
	margin: 3rem 0 1rem; padding-top: 1.5rem;
}

.specialized-wrapper .discover-more{
	color: #66636a;
	font-size: 1rem; line-height: 1.2;
	font-family: 'Overpass', sans-serif;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
	margin-top: 2rem;
}

.specialized-wrapper .discover-more img{
	padding-left: 5px;
}

@media screen and (min-width: 768px) {
	.specialized-wrapper h3{
		font-size: 1.5rem; line-height: 1.2;
	}
	.specialize-in__details{
		padding: 0 0 3rem;
	}
}

@media screen and (min-width: 1024px) {
	.specialize-in__details{
		padding: 0 0 4rem;
	}
	
	.specialized-wrapper h3{
		font-size: 1.85rem; line-height: 1.2;
	}
	.specialized-wrapper p{
		padding: 0 6rem;
	}
	.specialized-wrapper .discover-more{
		font-size: 1.25rem; line-height: 1.2;
	}
	.swiper-wrapper .swiper-slide p{
		padding: 0 15vw;
	}
}

@media screen and (min-width: 1440px) {
	.specialized-wrapper h3{
		font-size: 2.1rem; line-height: 1.2;
	}
	.specialized-wrapper .discover-more{
		font-size: 1.375rem; line-height: 1.2;
	}
}