div#container {
	overflow: hidden;
}
div.content {
	display: none;
	clear: both;
}

div.content a, div.navigation a {
	text-decoration: none;
}
div.content a:hover, div.content a:active {
	text-decoration: underline;
}

div.navigation a.pageLink {
	height: 77px;
	line-height: 77px;
}

div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 510px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.loader,
div.slideshow a.advance-link,
div.caption-container {
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	display: none;
}

div.slideshow-container {
	position: relative;
    clear: both;
    float: left;
    max-width: 1920px;
    width: 100%;
    height: auto;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	top: 0px;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	line-height: 0; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
	width:100%;
	height: auto;
	position: relative;
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow a.advance-link:focus {
	outline: none;
}

div.slideshow img {
	border-style: solid;
	border-width: 0px;
}
div.caption-container {
	float: right;
	position: relative;
	margin-top: 30px;
	display: none;
}

.natural-box {
    width: 100%;
    max-width: 200px;
    height: auto;
    top: 0;
    left: 2%;
    position: absolute;
    display: block;
    z-index: 3;
}
#nature {
    width: 60%;
}
.natural-img img {
    margin-left: 10px;
    margin-top: -20px;
    width: 150%;
    display: block;
}

span.image-caption {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

div.caption-container, span.image-caption {
	width: 334px;
}

div.caption {
	padding: 0 12px;
	display: none;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 12px;
}
div.navigation-container {
	float: left;
	position: relative;
	width: 100%;
}
div.navigation-box {
	margin: auto;
	width: 75%;
}

.natural-para2 {
    display: none;
}
.natural-para2 img {
    width: 60%;
    max-width: 150px;
    margin: -10px auto;
}
.texture-para-box {
    padding-top: 10px;
}
h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 0.5em;
}
h4 {
    font-size: 18px;
    color: #BBBBBB;
    font-weight: 400;
    line-height: 0.5em;
}
div.navigation {
	float: left;
	position: relative;
}
div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
}
div.navigation a.pageLink:focus {
	outline: none;
}

ul.thumbs {
	position: relative;
	float: left;
	margin: 10px 20px;
}
ul.thumbs li {
    margin: 5px 20px;
    list-style: none;
    display: inline-block;
    justify-content: center;
}
ul.thumbs li p{
	color: #006cb5;
}
a.thumb {
	padding: 1px;
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	border-radius: 50%;
}
.color-button {
    width: 50px;
    height: 50px;
	margin: auto;
	border-radius: 50%;
	border: 1px solid #C4C4C4;
}
.other-box{
	margin: 10px auto;
}
p.asteric {
    text-align: right;
    width: 90%;
    margin: 0px 20px 20px 0px;
	line-height: 0.5em;
}
p.non-asteric {
    text-align: right;
    width: 90%;
    margin: 0px 20px 20px 0px;
	line-height: 0.5em;
}
.btn-theme-sm {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 40px;
	margin-bottom: 20px;
	line-height: 0.5em;
}
.btn-theme-sm br{
	display: none;
}
.btn-theme {
    position: relative;
    display: inline-block;
    text-align: center;
    background-image: none;
    border-style: solid;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-theme, p {
    line-height: 1.4;
}
.text-uppercase {
    text-transform: uppercase;
}
body, html, html a {
    -webkit-font-smoothing: antialiased;
}
a {
    color: #81848f;
}
.btn-theme:hover {
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7,1,.7,1);
}

a:active, a:focus, a:hover {
    color: #C9C9C9;
}

.btn-theme:hover{
    color: #C9C9C9;
}
.close-bt-box {
    height: 50px;
    width: 100%;
    margin: auto;
	position: fixed;
	top: 0;
	
}
.close-bt {
    width: 50px;
    margin: 20px;
    float: right;
}
.close-bt img {
    width: 100%;
    margin: auto;
}
div.pagination {
	clear: both;
	position: relative;
	left: -50%;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}
