﻿.gallery-tabs ul#myTab1.nav.nav-tabs li.nav-item {
  width: 33.3333%
}
.gallery-tabs ul#myTab2.nav.nav-tabs li.nav-item {
  width: 33.3333%
}
.gallery-tabs ul#myTab3.nav.nav-tabs li.nav-item {
  width: 33.3333%
}
.gallery-tabs ul#myTab4.nav.nav-tabs li.nav-item {
  width: 33.3333%
}
.gallery-tabs ul#myTab5.nav.nav-tabs li.nav-item {
  width: 33.3333%
}
.gallery-tabs ul#myTab6.nav.nav-tabs li.nav-item {
  width: 33.3333%
}
.gallery-tabs a.gallery-img img {
  max-width: 100%;
  height: auto;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 1.5s linear;
  -moz-transition: opacity 1.5s linear;
  -ms-transition: opacity 1.5s linear;
  -o-transition: opacity 1.5s linear;
  transition: opacity 1.5s linear;
}
.tab-content > .tab-pane {
  /* make the opacity 0, that is what the transition responds to! */
  opacity: 1;
}
.nav-tabs .nav-item .nav-link {
  color: #fff;
  border: 0;
  margin: 0;
  border-radius: 3px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0;
  background-color: transparent;
  -webkit-transition: 0.3s background-color 0s;
  transition: 0.3s background-color 0s;
}
.tab-pane.active.show div.row div.col-sm-6.wow.fadeInLeft.col-left.animated a.gallery-img img {
  margin: 12px;
}
.gallery-title {
  position: absolute;
  top: 10%;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  z-index: 222223;
	line-height: 1.0;
}
.gallery-title2 {
  position: absolute;
  top: 10%;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  z-index: 222223;
	font-size: 13px;
	padding: 0px 5px;
		line-height: 1.0;
	text-transform: lowercase;

	
}

@media (min-width:992px) {
.gallery-title {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  z-index: 222223;
}
.gallery-title2 {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  z-index: 222223;
	font-size: 24px;
	padding: 0px 20px;
	
}	
}


.tab-pane div.row div.col-sm-6.col-left{padding-left: 30px; padding-right:30px;padding-top:30px;}

div.gallery1-content div button.btn-close{position: absolute; top:20px; right: 30px;}

.tab-pane div.row div.col-sm-6.col-right {padding-top:10px;padding-left: 30px; padding-right:60px;}



div.gallery1-content div button.btn-close {
	position: absolute;
	top:20px; 
	right: 35px;
	padding: 0px 0px;
	margin:0;
	font-size: 2.75rem;
	font-weight: 400;
	line-height: 1.42857;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0;
	cursor: pointer;
	background-color: transparent;
	border: 0;
	border-radius: 0.0rem;
	outline: 0;
	-webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: box-shadow, transform;
		color: #fff;
	background-color: #ffffff;
	border-color: rgba(0,0,0,0);
}

div.gallery1-content div button.btn-close i.fas.fa-window-close{
color: #FF0080;	
}


div.col-sm-6.col-right div.gallery1-content div h2{font-size: 24px; font-weight: 700;}


div.gallery1-content div iframe {border: 0; width: 100%;}




