body {
	background-image:url("//media.travsrv.com/appSkins/23833/v6/themes/standard/images/bgb.jpg");
	background-size:cover;
}
body.affix .birdseye-header, body.no-header-page .birdseye-header, body.splash-banner-page .birdseye-header {

    background: rgba(0,0,0,.5);
    color: #aaa;
    border-color: transparent;
}
.main-wrap {
    background: transparent;
	background-size: cover;
}
.main-wrap .container {
    padding: 0 40px;
}
.wsite-background-36 img {
	opacity: .2;
}
.main-wrap .wsite-background-35 .container {
	max-width: 1400px !important;
	xpadding: 120px 50px;
}
.wsite-multicol-col {
    padding: 5px !important;
}
.wsite-multicol-col div:nth-child(1) {
    box-shadow: 0px 4px 8px 2px rgba(0,0,0,.5);
	margin: 10px 0;
}
.wsite-multicol-col div:nth-child(1) div {
    box-shadow: none;
}


.wsite-page-home .wsite-background-35 .container .wsite-image {
	
}
.wsite-page-home .wsite-background-35 .container .wsite-image img {
	display:block;
	margin: 0;
}

.wsite-page-home .wsite-background-35 .container .wsite-image a:before {
	content: "Photography";
	xbackground-color: rgba(0,0,0,.8);
	background-color: rgba(55,55,55,.95);
	position: absolute;
	right:auto;
	top:auto;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: white;
	z-index: 0;
	font-size: 20px;
	padding: 20px 0;
	font-weight: 700;
	transition: all 0.3s ease-out 0s;
}
.wsite-page-home .wsite-background-35 .container .wsite-image a:hover:before {
	content: "VIEW ALL";
	background-color: rgba(6,177,239,0);
	border: 2px solid white;
	color: white;
	width: auto;
	padding: 5%;
	left: 50%;
	top: 50%;
	bottom:auto;
	font-size: 18px;
	transform: translate(-50%, -50%);
	z-index:2;
}
.wsite-page-home tr:first-child td:first-child .wsite-image:nth-child(1) a:before {
	content:"One";
}

.wsite-page-home .wsite-background-35 .container .wsite-image a:after {
	content: "";
	background-color: rgba(0,0,0,.2);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	transition: all 0.3s ease-out 0s;
}
.wsite-page-home .wsite-background-35 .container .wsite-image a:hover:after {
	background-color: rgba(0,0,0,.5);
	height: 100%;
}