@charset "utf-8";
/* CSS Document */

/*.highlightBorderTabDifferent::after{
  content: '';
  position: absolute;
  width: 0px;
  height: 5px;
  left: 50%;
  bottom:0;
  background-color: white;
  transition: all ease-in-out .2s;
}
.highlightBorderTabDifferent:hover::after{
  width: 100%;
  left: 0;
}*/
.tab-col1 {
	width: 100%;
	float: left;
	margin: 0 0 0;
	position: relative;
	z-index: 9;
}
.tab-col1 img {
	width: 100%;
	display: block;
}
.tab-col1 .tab-row1 {
	width: 26.8%;
	float: left;
	margin: 0 0 0;
}
.tab-col1 .tab-row1 li {
	float: none;
	font-size: 15px;
	font-weight: 600;
	color: #d1d1d1;
	letter-spacing: normal;
	line-height: normal;
	border-bottom: 1px solid #e5e5e5;
	outline: 0;
	cursor: pointer;
	display: block;
	transition: all 0.25s ease-out 0s;
	animation-name: fadeIn;
	animation-timing-function: ease-in-out;
	animation-duration: 350ms;
	animation-delay: calc(var(--count) * 250ms);
	animation-fill-mode: both;
	margin: 0 0 0;
	padding: 6% 0 6%;
	  font-family: 'Montserrat', sans-serif;
;
}
.tab-col1 .tab-row1 li:hover {
	color: #c60071;
}
.tab-col1 .tab-row1 li.active {
	color: #c60071;
}
.tab-col2 {
	width: 60.2%;
	float: right;
	margin: 0 4% 0 0;
}
.tab-col2 img {
	width: 100%;
	display: block;
}
.tab-col2 .tab-row2 {
	width: 100%;
	float: left;
	margin: 0 0 4.7%;
	position: relative;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.tab-col1 {
	width: 100%;
	margin: 0 0 0;
}
.tab-col1 .tab-row1 {
	width: 100%;
	margin: 0 0 26px;
}
.tab-col1 .tab-row1 li {
	font-size: 15px;
	margin: 0 0 0;
}
.tab-col2 {
	width: 100%;
	margin: 0 0 0;
}
.tab-col2 .tab-row2 {
	width: 100%;
	margin: 0 0 26px;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.tab-col1 {
	width: 100%;
	margin: 0 0 0;
}
.tab-col1 .tab-row1 {
	width: 100%;
	margin: 0 0 26px;
}
.tab-col1 .tab-row1 li {
	font-size: 15px;
	margin: 0 0 0;
}
.tab-col2 {
	width: 100%;
	margin: 0 0 0;
}
.tab-col2 .tab-row2 {
	width: 100%;
	margin: 0 0 26px;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.tab-col1 {
	width: 100%;
	margin: 0 0 0;
}
.tab-col1 .tab-row1 {
	width: 100%;
	margin: 0 0 26px;
}
.tab-col1 .tab-row1 li {
	font-size: 15px;
	margin: 0 0 0;
}
.tab-col2 {
	width: 100%;
	margin: 0 0 0;
}
.tab-col2 .tab-row2 {
	width: 100%;
	margin: 0 0 26px;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.tab-col1 .tab-row1 li { 
	font-size:15px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.tab-col1 .tab-row1 li { 
	font-size:16px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}

@media screen and (min-width:1241px) and (max-width:1350px) {

}