.vertical-center {
    vertical-align: middle;
    width: 100%;
    position: static;
}
#action {
    background-color: #dbdbdb;
    height: 120px;
    background-position: center;
    display: table;
    position: static;
    width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
}
.tour-button {
    background-color: #ebebeb;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    left: 0;
    background-position: 151px 4px;
}
.btn-common {
    font-size: 14px;
    color: #797979;
    border: 3px solid #dbb075;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 10px 25px;
}

.action p{
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 300;
}
.action .btn-common{
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
.transparent {
	border-color: rgba(255,255,255,0);
}

.portfolio-item {
    position: relative;
    margin-bottom: 15px;
}

.portfolio-item .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}
.portfolio-item img {
    width: 100%;
}
.portfolio-item .icons .preview i {
    color: #e74c3c;
}
.portfolio-item .icons .preview {
    position: absolute;
    left: 40%;
    top: 40%;
    color: #fff;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.gallery {
	padding-top: 10px;
	padding-bottom: 10px;
}

