
/* ----- Common Style CSS ----- */
.container {
	padding: 0px 0px;
	text-align: center;
}
.container h5 {
	padding-bottom: 0;
}
h1 {
	color: #ff5f15;
}
h5 {
	color: #fff;
}
video {
	width: 100%;
	height: 100%;
}
clear {
	clear: both;
}
/* large Devices - screen width less than 576px */
@media (max-width: 576px) {
	.container {
		width: 93%;
		/*border: 1px dashed yellow;*/
	}
}

/* ----- Main menu navigation style CSS ----- */
.navbar {
	padding-right: 30px;
	list-style-type: none;
}
.dropdown-menu ul {
	list-style-type: none;
}
.navbar li {
	padding: 0 5px; 
	
}
.navbar li a {
	color: rgba(0, 0,0, 1);
}
.navbar li a:hover {
	color: #ff5f15;
}
.navbar-expand .navbar-nav li a {
	color: red;
}

/* A fixed navbar every page */
.navbar-fixed-height {
	width: 100%;

}

/* advertisment style CSS */
.adver {
	width: 100%;
	background: #fff;
	/*border: 1px dashed red;*/
}
.adver2-bg, .adver1-bg {
	width: 55%;
	margin: 50px auto;
	/*border: 1px dashed white;*/
}

/* large Devices - screen width less than 576px */
@media (max-width: 576px) {
	.adver1-bg {
		width: 75%;
		margin: 80px auto 30px;
	}
	.adver2-bg {
		width: 75%;
		margin: 30px auto;
	}
}
/* large Devices - screen width equal to or greater than 576px */
@media (min-width: 576px) and (max-width: 767px) {
	.adver1-bg {
		width: 70%;
		margin: 80px auto 30px;
	}
	.adver2-bg {
		width: 70%;
		margin: 30px auto;
	}
}
/* large Devices - screen width equal to or greater than 768px */
@media (min-width: 768px) and (max-width: 991px) {
	.adver1-bg {
		width: 65%;
		margin: 80px auto 30px;
	}
		.adver2-bg {
		width: 65%;
		margin: 30px auto;
	}
}
/* large Devices - screen width equal to or greater than 992px */
@media (min-width: 992px) and (max-width: 1199px) {
	.adver1-bg {
		width: 60%;
		margin: 80px auto 30px;
	}
	.adver2-bg {
		width: 60%;
		margin: 30px auto;
	}
}
/* large Devices - screen width equal to or greater than 1200px */
@media (min-width: 1200px) {
	.adver1-bg {
		width: 55%;
		margin: 80px auto 30px;
	}
	
}

/* ----- An advertisement No.3 style CSS ----- */
.adver3-bg {
	width: 100%;
	background-color: #fff;
	margin: 50px auto;
}
.adver3-content {
	width: 75%;
	position: relative;
	overflow: hidden;
	box-shadow: 1px 1px 2px #000, 2px 2px 6px #313131;
	margin: 0 auto;
}
.adver3-content img {
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transform: all 0.5s ease-in-out;
	
}
.adver3-content:hover img {	
	-webkit-transform: scale(1.15,1.15);
	-moz-transform: scale(1.15,1.15);
	-ms-transform: scale(1.15,1.15);
	-o-transform: scale(1.15,1.15);
	transform: scale(1.15,1.15);
}
.adver3-content h3 {
	position: absolute;
	top: 20px;
	right: 25px;
	color: #ff5f15;
	font-weight: bold;
	font-size: 2em;
	letter-spacing: 8px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.adver3-content p {
	position: absolute;
	top: 53px;
	right: 32px;
	font-weight: bold;
	font-size: 1rem;
	font-style: italic;
	color: blue;
	letter-spacing: 1px;
	/*text-decoration: none;*/
}
.adver3-content a {
	cursor: pointer;
}
/* large Devices - screen width less than 350px */
@media (max-width: 280px) {
	.adver3-content h3 {
		top: 3px;
		right: 5px;
		font-size: 1em;
		letter-spacing: 1px;
	}
	.adver3-contentboutimg-caption p {
		top: 18px;
		right: 6px;
		font-size: 0.75em;
		letter-spacing: 0px;
		border: 1px dashed #fff;
	}
}
/* large Devices - screen width less than 576px */
@media (max-width: 576px) {
	.adver3-content h3 {
		top: 3px;
		right: 5px;
		font-size: 1rem;
		letter-spacing: 1px;
	}
	.adver3-contentboutimg-caption p {
		top: 18px;
		right: 6px;
		font-weight: 500;
		font-size: 0.75rem;
		letter-spacing: 0px;
	}
}
/* large Devices - screen width equal to or greater than 576px */
@media (min-width: 576px) and (max-width: 767px) {
	.adver3-content h3 {
		top: 6px;
		right: 10px;
		font-size: 1.3rem;
		letter-spacing: 3px;
	}
	.adver3-content p {
		top: 25px;
		right: 12px;
		font-size: 0.875rem;
		letter-spacing: 0px;
	}
}
/* large Devices - screen width equal to or greater than 768px */
@media (min-width: 768px) and (max-width: 991px) {
	.adver3-content h3 {
		top: 10px;
		right: 30px;
		font-size: 1.5rem;
		letter-spacing: 5px;
	}
	.adver3-content p {
		top: 30px;
		right: 32px;
		letter-spacing: 0px;
	}
}
/* large Devices - screen width equal to or greater than 992px */
@media (min-width: 992px) and (max-width: 1199px) {
	
}
/* large Devices - screen width equal to or greater than 1200px */
@media (min-width: 1200px) {
	
}

/* ----- main page caruosel style CSS ----- */
.carousel-inner img, video {
	width: 100%;
	height: 100%;
}
.carousel-link {
	cursor: pointor;
}

/* ----- First page photography Style CSS ----- */
.portfolio-bg {
	width: 100%;
	background-color: #8c8d8e; 
	padding: 70px 0;
}
#portfolio-content {	
	position: relutive;
	width: 100%;
	padding: 0;
	margin: 70px 0 0;
	overflow: hidden;
}
.portfolio-caption {
	width: 100%;
	position: relutive;
	overflow: hidden;
	padding: 0;
	margin-bottom: 30px;
}
.portfolio-caption img {
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;	
}
.portfolio-caption:hover img {
	opacity: 1;
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
	transform: scale(1.15,1.15);
}
.portfolio-caption .caption {
	position: absolute;
	width: 360px;
	height: 236px;
	opacity: 0;
	top: 0px; 
	left: 15px; 
	padding: 50px 15px 0;
}
.portfolio-caption .caption:hover {
	opacity: 1;
	-webkit-transition:all 0.75s ease-in-out;
	-moz-transition:all 0.75s ease-in-out;
	-o-transition:all 0.75s ease-in-out;
	-ms-transition:all 0.75s ease-in-out;
	transition:all 0.75s ease-in-out;
}
.portfolio-caption .blur {
	position: absolute;
	background-color: rgba(0,0,0,0.65);
	top: 0px;
	left: 0px;
	width: 360px;
	height: 237px;
	z-index: 5;
}
.portfolio-caption .caption-text {
	position: absolute;
	width: 360px;
	height: 236px;
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	z-index: 10;
	padding: 50px 20px 0;
}
.portfolio-caption .caption-text:hover {
	opacity: 1;
}
.portfolio-caption .caption-text h3 {
	color: #ff5f15;
	font-size: 1.375rem;
	font-weight: 700;	
}
.portfolio-caption .caption-text p {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
}

/* large Devices - screen width less than 576px */
@media (max-width: 576px) {
	.portfolio-caption .blur {
		display: none;
	}
	.portfolio-caption .caption-text {
		display: none;
	}
}
/* large Devices - screen width equal to or greater than 576px */
@media (min-width: 576px) and (max-width: 767px) {
	.portfolio-caption .blur {
		width: 345px;
		height: 228px;
	}
	.portfolio-caption .caption-text {
		width: 345px;
		height: 228px;
		padding: 50px 15px 0;
	}
}
/* large Devices - screen width equal to or greater than 768px */
@media (min-width: 768px) and (max-width: 991px) {
	.portfolio-caption .blur {
		width: 345px;
		height: 227px;
	}
	.portfolio-caption .caption-text {
		width: 345px;
		height: 227px;
		padding: 50px 15px 0;
	}
}
/* large Devices - screen width equal to or greater than 992px */
@media (min-width: 992px) and (max-width: 1199px) {
	.portfolio-caption .blur {
		width: 300px;
		height: 197px;
	}
	.portfolio-caption .caption-text {
		width: 300px;
		height: 197px;
		padding: 40px 10px 0;
	}
}

/* ----- Main page VideoWork Section style CSS ----- */
#bgvideo { 
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	width: auto; 
	height: auto;
	z-index: -100; 
	-ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}
.main-videowork {
	width: 100%;
	height:  760px;
	border-left: none;
	border-right: none;
	position: relative;
	padding: 0px;
}
.main-videowork a {
	cursor: pointer;
}
.main-video-container {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.main-video-caption {
	width: 100%;
	position: fixed;
	text-align: center;
	top: 150px;
	z-index: -1;
	margin: 0 auto;
}
.main-video-caption h1 {
	color: #ff5f15;
}
.main-video-caption h5 {
	color: #fff;
}
.main-videowork video {
	position: absolute;
	z-index: -1;
	opacity: 1;
	width: 100%;
}

/* ----- Main Page Website Section style CSS ----- */
.web-content {
	width: 80%;
	list-style-type: none;
	padding: 70px 0 0;
	/*padding: 10px 0;*/
	margin: 0px auto;
}
.web-content img {
	width: 100%;
	margin: 0px;
}

.web-content li a:link {
	color: #9a9a9a;
}
.web-content li a:hover {
	color: #ff5f15;
}
.web-content li a:visited {
	color: #9a9a9a;
}

@media (max-width: 576px) {
	.web-content {
		width: 70%;
		margin: 0 auto;
	}
}

/* Main page website button style CSS */
.button-wrapper {
	position: relative;
	overflow: hidden;
}

.button-wrapper img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.button-wrapper:hover img {
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}


/* ----- Main Page Call to Action CSS ----- */
#call-action {
	background-image: url(../images/DSC_0375e-1.jpg);
	background-size: cover;
	background-attachment: fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
}
@media (max-width: 576px) {
	.web-content {
		width: 80%;
		margin: 0 auto;
	}
	.web-btn:hover span:nth-child(3) {
		padding-top: 30px;
		padding-left: 0px;
		padding-right: 0px;
	}
}

/* ----- About page CSS ----- */
.about-bg {
	width: 100%;
	background-image: url('../images/DSC_0316E2.jpg');
	background-attachment: fixed;
	background-size: cover;
	padding: 50px 0;
}
.about-bg h1 {
	padding-bottom: 30px;
}
.about-left {
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	/*border: 1px dashed white;*/
}
.about-left img {
	max-width: 180px;
	border-radius: 50%;
	box-shadow: 1px 1px 3px #000, 2px 2px 15px #313131;	
	margin-bottom: 30px;	
}
.about-caption {
	font-size: 1.3em;
	font-weight: 500;
	text-align: left;
	color: #fff;	
}

/* ----- Video Work page CSS ----- */
.videowork-bg {
	width: 100%;
	background-image: url('../images/DSC_0316E2.jpg');
	background-attachment: fixed;
	background-size: cover;
	padding: 50px 0;
}
.video-work-video {
	float: left;
	margin-bottom: 50px;
}
.videowork-left {
	margin: 0px 0 30px;
}

.videowork-right {
	width: 80%;
	position: -webkit-sticky;
	position: sticky;
	overflow: hidden;
	top: 100px;
	box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);	
	margin: 0 auto;
}
.videowork-right img {
	width: 100%;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.videowork-right:hover img {
	-webkit-transform: scale(1.15,1.15);
	-moz-transform: scale(1.15,1.15);
	-ms-transform: scale(1.15,1.15);
	-o-transform: scale(1.15,1.15);
	transform: scale(1.15,1.15);
}
.video-description {
	position: relutive;
	border-left: 5px solid #fff;
	background: rgba(107,107,107, 0.9);
	padding: 5px 10px;
}
.video-description:hover {
	background: rgba(107,107,107, 0.6);
}
.video-description h3 {
	font-weight: 500;
	color: #ff5f15;
	line-height: 1;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.video-description p {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-align: left;
	line-height: 1;
}

/* ----- Call to Action Section style CSS -----*/
.call-act-left {
	color: #FFF;
	font-size: 1.2em;
	font-weight: 600;
	padding: 50px 0 50px;
}
.call-act-right {
	padding: 50px 0 50px;
}


/* ----- Portfolio pages style CSS ----- */
.airshow-bg, .world-bg, .china-bg, .pride-bg, .sports-bg, .portrait-bg {
	width: 100%;
	background-image: url('../images/DSC_0316E2.jpg');
	background-attachment: fixed;
	background-size: cover;
	padding: 50px 0;
}
.airshow-bg h1, .world-bg h1, .china-bg h1, .pride-bg h1, .sports-bg h1, .portrait-bg h1 {
	text-shadow: 0 0 1px #fff;
}
.portfolio-caption-p {
	color: #fff;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-size: 1.3em;
	line-height: 1.2;
	margin: 30px 10px 50px;
}
.gallery {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.pagecaption-style {
	width: 100%;
	position: relative;
	 overflow: hidden;
	margin-bottom: 30px;
}
.pagecaption-style img {
	width: 100%;
	z-index: 4;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.pagecaption {
	width: 262px;
	height: 262px;
	position: absolute;
	top: 0;
	opacity: 0;
	padding: 60px 10px 0;
}
.pagecaption:hover {
	opacity: 1;
	z-index: 6;
	-webkit-transition: all 0.65s ease-in-out;
	-moz-transition: all 0.65s ease-in-out;
	-ms-transition: all 0.65sease-in-out;
	-o-transition: all 0.65s ease-in-out;
	transition: all 0.65s ease-in-out;
}
.pagecaption-style:hover img {
	opacity: 1;
	-webkit-transform: scale(1.15,1.15);
	-moz-transform: scale(1.15,1.15);
	-ms-transform: scale(1.15,1.15);
	-o-transform: scale(1.15,1.15);
	transform: scale(1.15,1.15);
}
.pagecaption-style .pageblur {
	position: absolute;
	width: 263px;
	height: 263px;
	z-index: -1;
	background-color: rgba(0,0,0,0.65);
	top: 0;
	left: 0;
}
.pagecaption-text h3 {
	font-size: 1.25rem;
	font-weight: 700;
	/*line-height: 1.3;*/
	letter-spacing: -1px;
	color: #ff5f15;
}
.pagecaption-text p {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
}

/* large Devices - screen width less than 576px */
@media (max-width: 576px) {
	.pagecaption {
		display: none;
	}
	.pagecaption-style .pageblur {
		display: none;
	}
}
/* large Devices - screen width equal to or greater than 576px */
@media (min-width: 576px) and (max-width: 767px) {
	.pagecaption {
		width: 255px;
		height: 255px;
	}
	.pagecaption-style .pageblur {
		width: 255px;
		height: 255px;
	}
	.pagecaption-text h3 {
		font-size: 1.125rem;
	}
}
/* large Devices - screen width equal to or greater than 768px */
@media (min-width: 768px) and (max-width: 991px) {
	.pagecaption {
		width: 220px;
		height: 220px;
	}
	.pagecaption-style .pageblur {
		width: 220px;
		height: 220px;
	}
	.pagecaption-text h3 {
		font-size: 1.125rem;
	}
}
/* large Devices - screen width equal to or greater than 992px */
@media (min-width: 992px) and (max-width: 1199px) {
	.pagecaption {
		width: 218px;
		height: 218px;
	}
	.pagecaption-style .pageblur {
		width: 218px;
		height: 218px;
	}
	.pagecaption-text h3 {
		font-size: 1.125rem;
	}
}

/* large Devices - screen width equal to or greater than 1200px */
/*
@media (min-width: 1200px) {
	.gallery .pageblur {
		width: 262px;
		height: 262px;
	}
	.gallery .pagecaption-text  {
		width: 262px;
		top: 100px; /* 80px */
	}
}*/

.zoomed > .container {
	-webkit-filter: blur(3px);
	-ms-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	filter: blur(3px);
}
#zoom {
	z-index: 99990;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-moz-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-o-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-webkit-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#zoom .content {
	z-index: 99991;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	background: #ffffff no-repeat 50% 50%;
	padding: 0;
	margin: -100px 0 0 -100px;
	box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3);
}
#zoom .content.loading {
	background-image: url('../images/loading.gif');
}
#zoom .content .overlay {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, .08);
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
#zoom img {
	display: block;
	max-width: none;
	background: #ececec;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
#zoom .close {
	z-index: 99993;
	position: absolute;
	top: 0;
	right: 0;
	width: 49px;
	height: 49px;
	cursor: pointer;
	background: transparent url('../images/icons/close.png') no-repeat 50% 50%;
	opacity: 1;
	filter: alpha(opacity=100);
}
#zoom .previous, #zoom .next {
	z-index: 99992;
	position: absolute;
	top: 50%;
	overflow: hidden;
	display: block;
	width: 49px;
	height: 49px;
	margin-top: -25px;
}
#zoom .previous {
	left: 0;
	background: url('../images/icons/arrows.png') no-repeat 0 0;
}
#zoom .next {
	right: 0;
	background: url('../images/icons/arrows.png') no-repeat 100% 0;
}

/* ----- Tommy Thompson Park & Quebec pages CSS ----- */
.ttp-bg, .quebec-bg {
	width: 100%;
	background-image: url('../images/DSC_0316E2.jpg');
	background-attachment: fixed;
	background-size: cover;
	padding: 50px 0;
}
.ttp-bg h1, .quebec-bg h1 {
	padding-top: 0px;
	text-shadow: 0 0 1px #fff;
}
.quebec-caption, .ttp-caption {
	color: #fff;
	font-size: 1.25em;
	text-align: left;
	margin-bottom: 0px;
	padding: 50px 0  30px;
	/*border: 1px dashed red;*/
}
.quebec-caption h3, .ttp-caption h3 {
	text-align: left;
	color: #ff5f15;
}
.quebec-caption p, .ttp-caption p {
	text-align: left;
}
.quebec-bg img, .ttp-bg img {
	width: 65%;
	margin: 0 auto;
}
.ttp-video {
	width: 65%;
	margin: 0 auto 50px;
}
/**/
.quebec-sigle-img {
	position: relative;
	width: 50%;
	margin: 70px auto 0;
}
.quebec-sigle-img img {
	box-shadow: 1px 1px 2px rgba(255,255,255,0.6), 0px 0px 3px rgba(255,255,255,1);
}
.quebec-audio {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;	
	z-index: 1;
}
.quebec-audio audio {
	width: 100%;
}
.quebec-img-caption {
	position: absolute;
	color: #fff;
	font-weight: bold;
	font-size: 1.375rem;
	letter-spacing: 2px;
	top: 150px;
	right: 0px;
	width: 100%;
	/*border: 1px dashed #fff;*/
}

/* large Devices - screen width less than 576px */
@media (max-width: 576px) {
	.quebec-bg img, .ttp-bg img {
		width: 100%;
	}
	.quebec-sigle-img {
		width: 70%;
	}
	.ttp-video {
		width: 100%;
	}
	.quebec-audio audio {
		width: 100%;
	}
}
/* large Devices - screen width equal to or greater than 576px */
@media (min-width: 576px) and (max-width: 767px) {
	.quebec-bg img, .ttp-bg img {
		width: 95%;
	}
	.quebec-sigle-img {
		width: 75%;
	}
	.quebec-audio audio {
		width: 85%;
	}
}
/* large Devices - screen width equal to or greater than 768px */
@media (min-width: 768px) and (max-width: 991px) {
	.quebec-bg img, .ttp-bg img {
		width: 90%;
	}
	.quebec-sigle-img {
		width: 70%;
	}
	.quebec-audio audio {
		width: 85%;
	}
}
/* large Devices - screen width equal to or greater than 992px */
@media (min-width: 992px) and (max-width: 1199px) {
	.quebec-bg img, .ttp-bg img {
		width: 85%;
	}
	.quebec-sigle-img {
		width: 60%;
	}
	.quebec-audio audio {
		width: 85%;
	}
}
/* large Devices - screen width equal to or greater than 1200px */
@media (min-width: 1200px) {
	.quebec-audio audio {
		width: 65%;
	}
}

/* General 3D Sliderbox Style for pictures show of quebec & ttp pages */
.sliderbox-wrapper {
	position: relative;
	/*max-width: 700px; *//* The bigest images size is 700px for responsive design */
	width: 100%;
 
}

.sb-description {
	padding: 0 ;
	margin: 0;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 1000;
	position: absolute;
	background: #CBBFAE;
	background: rgba(190,176,155, 0.4);
	border-left: 4px solid rgba(255,255,255,0.7);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);	
	opacity: 0;
	color: #fff;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;
}
.sb-description h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-align: left;
	margin: 0;
}
.sb-description h3 a {
	color: #4a3c27;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}
.sb-description p {
	color: #fff;
	font-size: 0.9375em;
	text-align: left;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	margin: 0;
}
.nav-arrows {
	display: none;
}
.nav-arrows a {
	width: 42px;
	height: 42px;
	background: url('../images/nav.png') no-repeat top left;
	position: absolute;
	top: 50%;
	left: 2px;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -30px;
	opacity: 0.8;
	border-radius: 50%;
	/*box-shadow: 0 1px 1px rgba(255,255,255,1);  */
}
.nav-arrows a:first-child{
	left: auto;
	right: 2px;
	background-position: top right;
}
.nav-arrows a:hover {
	opacity: 0.3;
}
/* Slicebox Style */
.sb-slider {
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	list-style-type: none;
	padding: 0;
}
.sb-slider li {
	margin: 0;
	padding: 0;
	display: none;
}
.sb-slider li > a {
	outline: none;
}
.sb-slider li > a img {
	border: none;
}
.sb-slider img {
	width: 100%;
	display: block;
}
.sb-slider li.sb-current .sb-description {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);	
	opacity: 1;
}
.sb-slider li.sb-current .sb-description:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);	
	background: rgba(190,176,155, 0.7);
}
.sb-perspective {
	position: relative;
}
.sb-perspective > div {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility : hidden;
	-o-backface-visibility : hidden;
	-ms-backface-visibility : hidden;
	backface-visibility : hidden;
}
.sb-side {
	margin: 0;
	display: block;
	position: absolute;
	-moz-backface-visibility : hidden;
	-webkit-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* ----- Contact content style CSS ----- */
.required {
	color: #05FF59;
	padding: 0 5px;
	text-align: center;
	margin: 0;
}
input, textarea {
	width: 100%;
	background: rgba(255, 255, 255, 0.4);
	border: 2px solid #fff;
	font-family: Helvetica, Tahoma, Arial, STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
	font-size: 1rem;
	border-radius: 3px;
	color: #FFF;
	padding-left: 5px;
}
#name:hover, #email:hover, #subject:hover, #message:hover,
#name:focus, #email:focus, #subject:focus, #message:focus {
	background-color: rgba(255,255,255,0.3);
	border: 2px solid #05ff59;
}
#contact-section,  #contact-mailsent {
	background-image: url('../images/DSC_0430e.jpg') ;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 120px;
}
.contact-mail h1 {
	text-align: center;
	padding-top: 10px;
}
.contact-mail, .contact-mailsent {
	background: rgba(0, 0, 0, 0.85);
	color: #fff;
	text-align: left;
	font-size: 1.25rem;
	border-radius: 8px; 
	padding: 0 50px 30px;
	margin: 0 0 100px;
}
.contact-mailsent {
	height: 450px;
}
.contact-mailsent h2 {
	color: #ff5f15;
	text-align: left;
	line-height: 1.3;
	border-bottom: 1px solid #999;
	padding-top: 50px;
}
.contact-mailsent p {
	color: #fff;
	text-align: left;
}
.mailinfo-font {
	line-height: 1;
	padding: 0;
	margin: 10px 0 0;
}
.contact-btn {
	width: 50%; /*60%*/
	height: 55px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #ff5F15;
	cursor: pointer;
	background-color: rgba(255,255,255,0);
	text-transform: uppercase;
	border-radius: 25px;
	border: 2px solid #FFF;
	margin: 50px auto 30px;
}
.contact-btn:link {
	color: #FFF;
	/*background-color: #474747;*/
}
.mailsend:hover, .mailsend-ch:hover, .contact-btn:hover {
	color: #FFF;
	background-color: #ff5f15;
	-webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.mailsend:visited, .mailsend-ch:visited, .contact-btn:visited {
	color: #ff5f15; 
}
@media (max-width: 576px) {
	.contact-btn {
		width: 100%;
	}
} 

/* ----- Footer Section CSS ----- */
.footer-bg {
	background: #000;
	
	padding: 20px 0;
}
.footer-bg p {
	color: #c0c0c0;
	font-size: 0.875rem;
	font-weight: 600;
	text-align: center;
	padding: 0;
}
