/* ----------------------------------------------------------------
	Canvas: Photography
	Version: 1.0
-----------------------------------------------------------------*/


body,
#content,
#footer.dark { background-color: #252323; }

@media (max-width: 691px) {
	
	
	.side-header #header {
		width: 100%;
		overflow: auto;
		background-color: rgba(255, 255, 255);
		display: table;
	}
	
	.side-header #header-wrap {
		width: 100%;height: 100%;
		
		height: auto;
		margin: 0 auto;
		position: relative;
		display: table-cell;
		vertical-align: top;
	}

	.side-header #header-wrap .container { width: 100%; }
	
	
}

@media (min-width: 692px) {
    
    .engbt{
        display: :none;
    }

	.co-name img {
		position: absolute;
		top: 0;
	
		width: auto;
		height: 100px;
		z-index: 2;
	}

	.side-header #header {
		width: 300px;
		overflow: auto;
		background-color: rgba(255, 255, 255, 1);
		display: table;
	}

	.side-header #header.dark {
		background-color: rgba(200, 94, 81, 0.95);
		border-left: 0px;
		background-color: transparent;
	}

	.side-header #header.dark #header-trigger i { color: #fff; }

	.side-header #header-wrap {
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
		height: auto;
		margin: 0 auto;
		position: relative;
		display: table-cell;
		vertical-align: top;
	}

	.side-header #header-wrap .container { width: auto; }

	.side-header.side-header-right.open-header #header {
		left: auto;
		right: -600px;
	}

	.side-header .header-title,
	

	.dark #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a { color: #FFF; }




}


#slide-number-current {top: 5px;}
#slide-number-total { bottom: -5px; }

#slide-number span {
	content: '';
	position: absolute;
	height: 1px;
	width: 44px;
	bottom: 0;
	left: 50%;
	margin-top: 0;
	margin-left: -17px;
	background-color: #FFF;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.dark.one-page-arrow {
	width: 24px;
	height: 24px;
	font-size: 24px;
	left: 40px;
	bottom: 30px;
	color: rgba(255,255,255,0.75);
}
