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

body {
	margin: 0;
	padding: 0;
}
.tanPortNav {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    background: #363646;
    text-align: center;
}
.tanPortNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tanPortNav li {
    display: inline-block;
    padding: 16px 1.4%;
    font-size: 15px;
    color: #fff;
    margin: 0 -3px;
    cursor: pointer;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    background: #363646;
}
.tanPortNav li.active, .tanPortNav li:hover {
	text-decoration: none;
	background: #ff4300;
	border-color: #ff4300;
	color: #fff;
}
#port-grid {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #111b20;
	min-height: 700px;
}
.port-item {
	width: 50%;
	float: left;
	box-sizing: border-box;
	position: relative;
	padding: 0;
	overflow: hidden;
	/*opacity: 0;*/
}
.port-item a {
	display: block;
	text-decoration: none;
}
.port-item-img {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.port-item-img img {
	-ms-transition: transform .62s cubic-bezier(.05,.2,.1,1);
	-webkit-transition: transform .62s cubic-bezier(.05,.2,.1,1);
	transition: transform .62s cubic-bezier(.05,.2,.1,1);
	width: 100% !important;
	max-width: 100% !important;
	display: block;
	height: auto;
}
.port-info-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
    -webkit-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}
.port-btm {
    bottom: 0;
    top: auto;
    position: absolute;
    left: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    width: 100%;
/*    background: rgba(0,0,0,0.75);*/
    padding-bottom: 20px;
	transform: translateY(-2em);
	z-index: 1;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	visibility: hidden;
	opacity: 0;
}
.port-btm p {
    color: #fff;
    margin: 0;
    font-size: 17px;
}
.port-btm h3 {
    color: #fff;
    margin: 7px 0 0;
    font-size: 20px;
}
.port-item:hover img {
    transform: scale(1.11);
    -webkit-transform: scale(1.11);
    -ms-transform: scale(1.11);
}
.port-item:hover .port-info-overlay {
	background: rgba(0,0,0,0.75);
}
.port-item:hover .port-btm {
	visibility: visible;
	opacity: 1;
	z-index: 2;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
}
.arw {
    position: absolute;
    right: 20px;
    left: auto;
    top: auto;
    bottom: 21px;
    width: 28px;
    height: 20px;
    background: url(../images/arw.png) no-repeat;
    background-size: cover;
    -ms-transition: transform .98s cubic-bezier(.05,.2,.1,1);
    -webkit-transition: transform .98s cubic-bezier(.05,.2,.1,1);
    transition: transform .98s cubic-bezier(.05,.2,.1,1);
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
}
.port-item:hover .arw {
    transform: scale(1.11);
    -webkit-transform: scale(1.11);
    -ms-transform: scale(1.11);
}
.port-item.animate {
	-webkit-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}
.port-item.width2half {
	width:25%;
}
.come-in {
  /*transform: translateY(100px);*/
  transform: translate3d(0, 450px, 0);
  animation: come-in 1.2s ease forwards;
	opacity: 1;
}
.come-in:nth-child(odd) {
  animation-duration: 1s;
}
.already-visible {
  /*transform: translateY(0);*/
  transform: translate3d(0, 0, 0);
  animation: none;
	opacity: 1;
}

@keyframes come-in {
  to { transform: translate3d(0, 0, 0); }
}

@media screen and (max-width:1280px) {
.tanPortNav li {
    padding: 16px 1vw;
    font-size: 1.2vw;
}
}
@media screen and (max-width:767px) {
	.port-item {
		width:100%;
	}
	.port-item.width2half {
		width:100%;
	}
}
@media screen and (max-width:641px) {
	.tanPortNav ul {
		padding: 10px 0;
	}
	.tanPortNav li {
		padding: 2px 8px;
		font-size: 2.4vw;
		border: 1px solid #6e6e6e;
		margin: 4px 0;
	}
}
@media screen and (max-width:480px) {
	.tanPortNav li {
		padding: 3px 9px;
		font-size: 3.4vw;
	}
}
.full-width {
	width:100% !important;
	padding: 0;
}
.hv {
	/*height:51.8vh;*/
}
.grid-sizer {
  width: 50%;
}









