body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 13px;
	color: #6c6b6b;
	overflow-x:hidden!important;
}

#wrapper {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

#content {
	width: 100%;
	float: left;
}


/* header */
#header { 
	background-image:url('images/header.png'); 
	background-repeat: repeat-x; 
	background-position:center top;
	height:450px;
}

.head {
	display: none;
}

/* menu */

#navigation {
	display: table;
	width: 100%;
	padding: 15px;
}

.navi {
	padding: 0;
}

.container {
	padding: 20px;
	text-align: center;
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

.navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navi li {
	display: inline-block;
}

.menu {
	display: table-cell;
	float: left;
	vertical-align: middle;
	padding: 8px 0;
	font-family: 'Raleway', sans-serif;
	line-height: 14px;
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
	width: 65%;
}

.menu a {
	color: #919191!important;
	display: inline-block;
	padding: 7px;
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.menu a:hover {
	color: #fff!important;
	background: #508588!important;
}

.home {
	display: inline-block;
}

.home span {
	display: none;
}

.home i {
	font-size: 10px;
}

.home a:hover {
	background: #fff!important;
	color: #508588!important;
}

/* -- Site Name -- */

.name {
	display: table-cell;
	float: right;
	line-height: 15px;
	padding: 15px;
	text-align: left;
	width: 25%;
	margin-right: 15px;
}

.name span {
	font-family: 'Bad Script', cursive;
	font-size: 55px;
	color: #bdb75f;
	text-align: center;
}

.name span2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	display: block;
	font-size: 30px;
	text-transform: uppercase;
	text-align: left;
	color: #508588;
	margin-bottom: 15px;
	margin-left: 45px;
}

/* -- Footer -- */

#footer {
	padding: 20px;
	clear: both;
	overflow-x:hidden!important;
	font-weight: 400!important;
	text-align: center;
	line-height: 18px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	background: #1E1E1E;
	color: #EBEBEB;
}

.footer {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}

.footer a {
	color: #fff;
	text-decoration: none;
	padding-bottom: 3px;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.footer a:hover {
	color: #e7d06c;
}

.footer .disclaimer {
	display: block;
	font-size: 12px;
	text-transform: none!important;
	text-align: left;
	}

/* gallery */

#gallery {
	width: 100%;
	margin: 0 auto 20px auto;
}

#gallery .menutop {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 8px!important;
	width: 75%;
	margin: 5px;
	line-height: 32px;
}

.menutop a {
	color: #393939;
	margin: 3px;
	text-align: right;
	background-color: rgba(201,199,199,0.2);
	padding: 10px!important;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.menutop a:hover {
	padding: 8px;
	color: #000;
	text-decoration: underline;
}

.textinput, .listbox, .button, .radio, .checkbox, input, select, textarea {
	border: 1px solid #dbdbdb;
	background: #eae9e9;
	padding: 10px;
	margin: 7px;
	color: #747474;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}


a, a:link, a:visited, a:active {
	font-weight: 700; 
	text-decoration:none; 
	color: #757575;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

a:hover {
	color: #424141; 
	text-decoration: none; 
	cursor: help;
}


.maintable {
	margin: auto; 
	padding:10px;
	font-size: 13px; 
	margin-bottom: 25px;
	background-color: #fff;
}

.tableh1 {
	margin: 0 auto;
	font-size: 22px;
	text-transform: capitalize; 
	padding: 1px;
	color: #b1b1b1;
	font-family: 'Playfair Display';
	font-weight: 700;
	z-index: 2000;
	line-height: 1.7em;
	border-bottom: 1px solid #eae8e8;
	}

.tableh2 {
	margin: 0 auto;
	font-size: 13px;
	text-transform: capitalize; 
	padding: 3px;
	color: #3A3A3A;
	font-weight: 700;
	line-height: 1.7em;
	border-bottom: 1px dashed #ddd;
}

.catrow, .catrow_noalb, .catrow_noalb:hover, .catrow:hover {
	padding: 10px;
	cursor: help;
	border-bottom: 2px dashed #ece8e5;
}

/* pseudo-classes for image links */
a:link .image, a:visited .image, a:focus .image, a:active .image{
	margin: 5px 1px;
    padding: 5px;
	border: 1px solid #e2e2e2;
	background-color: #fff;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

a:hover .image{
	cursor: help;
	border: 1px solid #fff;
	background-color: #618989;
}


.image,
.image:hover,
.imageborder,
.thumbnails,
.thumbnails:hover {
	padding: 1px;
	}

.display_media {
	border: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.display_media .image {
max-width: 100%;
height: auto;
margin-right: 0;
margin-left: 0;
}

.statlink {
	font-weight: 400!important;
	font-size: 13px;
	font-family: 'Cousine', serif;
	color: #6c6b6b;
	margin: 12px!important;
}

.statlink a {
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
}

.statlink a:hover {
	color: #e06a87;
}

.alblink {
    font-weight:bold;
	text-shadow: none;
}


.catlink {
    display: block;
	margin: 5px 7px;
	font-weight: 400;
	padding: 8px 0;
	text-transform: lowercase;
	font-size: 16px;
	font-family: 'Petit Formal Script', cursive;
}

.catlink a {
	color: #dd2a5f;
	font-weight: 700!important;
	padding-bottom: 5px;
}

.catlink a:hover {
	color: #cbb754;
	border-bottom: 5px #cbb754 solid;
}


.thumb_filename {
	display: block;
	padding: 5px;
}



.thumb_title {
	display: inline-block;
	background: #dd8094;
	padding: 5px;
	color: #fff;
	margin: 2px 0;
}



.thumb_caption {
	display: inline-block;
	background: #9c9633;
	padding: 2px 5px;
	color: #fff;
	margin: 2px 0;
}



.thumb_caption a {
	text-decoration: none;
	color: #7a7a79;
}

/** RESPONSIVE CODING **/
.show-menu,
.menu input[type=checkbox] {
	display: none;
}

.menu input[type=checkbox]:checked ~ .rpv-menu {
	display: block;
}

@media (max-width : 1024px),
(max-width : 959px) {
	
	#navigation {
		overflow-x: hidden!important;
	}
	
	.navi {
	text-align: left!important;
	padding: 8px;
	background: #fff!important;
}

	#menu {
		display: block!important;
		background: #000;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 12px;
	}
	
	.menu ul {
		position: static;
		display: none;
	}

	.menu ul li,
    .menu li a {
		width: 100%;
	max-width: 100%;
	}

	.show-menu {
		font-size: 15px;
		display: block;
		text-transform: none;
		color: #fff;
		text-align: left;
		padding: 5px!important;
		font-family: 'Roboto';
	}

	.navi {
		padding: 0;
		text-align: left;
	}

	.navi .container {
		padding: 0;
		width: 100%;
	}

	.menu {
		display: block;
	}

	.menu li {
		margin: 0;
	}

	.menu a {
		display: block;
		text-align: left!important;
		color: #eaeaea!important;
		padding: 8px!important;
		font-size: 11px;
	}
	
	.rpv-menu .fa {
		display: none;
	}
	
	.home {
	display: block;
	margin-left: 0;
	} 
	
	.home span {
		display: inline-block;
	}

	.home i {
		margin-right: 3px;
		vertical-align: text-top;
		padding: 0px;
	}
	
	.home a:hover {
		background: #508588!important;
		color: #fff!important;
	}
	
}
 
@media only screen and (max-width: 1024px), only screen and (max-device-width: 966px) {

body,
#wrapper,
#content,
.maintable,
#footer {
	overflow-x: hidden!important;
}

#wrapper {
	position: relative;
	max-width: 100%!important; 
}

img.head {
	width: 100%!important;
	height: auto;
	margin: 0!important;
	padding: 0!important;
	display: block!important;
}

#content {
	max-width: 100%; 
	padding: 0px; 
	background-image: none!important; 
	background-color: #fff!important;
	margin-top: 0px!important;
	float: none!important;
	border: 0px!important;
}

.maintable  {
	max-width: 100%;
	background-color: #fff!important;
}

#gallery { 
	margin: 0 0 20px 0;
	padding: 0px; 
	max-width: 100%;
}

#gallery .menutop {
	max-width: 90%!important;
}

.thumbnails {
	margin:0!important; 
	padding:1vw 0!important; 
	width: 0.1vw!important;
}

.thumbnails .image, 
.thumbnails .thumbnail {
	height: auto; 
	display:inline; 
	max-width:10vw;
}

#header { 
display: none;
 }

embed,
iframe,
object,
video {
	max-width: 100%;
}

.name {
	text-align: center;
	display: block!important;
	max-width: 100%;
	width: 100%;
}

.name span {
	font-size: 10vw;
	text-align: center;
}

.name span2 {
	font-size: 5vw;
	text-align: center;
}

.footer {
	max-width: 100%!important;
}

.navmenu {
	padding:2px!important; 
}

.navmenu img {
	margin: 0px!important;
}

.thumb_filename, 
.thumb_comments, 
.thumb_title,
.thumb_caption {
	display: block;
	width: 12vw!important;
}

.thumbLink img {
	width: 12vw;
	margin: 1px;
}

}

@media only screen and (max-width: 375px), only screen and (max-device-width: 320px),
only screen and (max-width: 240px), only screen and (max-device-width: 240px) {

.thumbLink img {
	width: 12vw;
	margin: 1px;
}
	
#wrapper {
	max-width: 100%!important; 
}
	
#content {
	max-width: 100%!important; 
	padding: 0px!important;
	background-color: #fff;
}

#gallery {   
	max-width: 100%;
	margin: 0 0 20px 0;
	padding: 0px; 
}
	
#gallery .menutop {
	max-width: 90%!important;
}

.thumb_filename, 
.thumb_comments, 
.thumb_title,
.thumb_caption {
	display: block;
	width: 12vw!important;
}

.thumbnails {
	margin:0!important; 
	padding:1vw 0!important; 
	width: 0.1vw!important;
}

.thumbnails .image, 
.thumbnails .thumbnail {
	height: auto; 
	display:inline; 
	max-width:5vw;
}

.tableh1 {
	font-size: 13px;
}

.name {
	text-align: center;
	display: block!important;
	max-width: 100%;
	width: 100%;
}

.name span {
	font-size: 10vw;
	text-align: center;
}

.name span2 {
	font-size: 5vw;
	text-align: center;
}

.footer {
	padding: 20px 0px!important;
	margin: 20px 0 0 0!important;
	max-width: 100%!important;
}

}

/** COPPERMINE CODES **/

.album_stat {
	font-size: 100%;
	margin: 5px 0px;
}

table {
	font-size: 12px;
	position: relative;
}



h2  {
	font-size: 15px;
	font-weight: bold;
	padding: 1px;
}

.navigation {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-style: italic;
	letter-spacing:0px;
	color:#474747;
}



.navigation a:link, .navigation a:visited, .navigation a:active{
	padding-left:5px;
	padding-right: 5px;
	color:#474747;
}



.navigation a:hover{
	padding-left:5px;
	padding-right: 5px;
	color:#000;
	text-decoration:none;
}



p {
	font-family: Trebuchet MS;
	font-size: 11px;
	margin: 2px 0px;
}



ul {
	margin-left: 5px;
	padding: 0px;
}



li {
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
}

.tableb, .tablef {
	margin: 1px;
	background-color: transparent;
}

.thumb_num_comments {
	font-family:Trebuchet MS;
	font-weight: normal;
	font-size: 11px;
	padding: 5px;
	font-style: italic;
	display: block;
}



.user_thumb_infobox {
	margin-top: 1px;
	margin-bottom: 1px;
}



.user_thumb_infobox th {
	font-weight: bold;
	font-size: 100%;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
}



.user_thumb_infobox td {
	font-size: 85%;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
}



.user_thumb_infobox a {
	text-decoration: none;
	color: #434343;
}



.user_thumb_infobox a:hover {
	color: #434343;
	text-decoration: none;
}



.sortorder_cell {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
	margin: 0px;
}



.sortorder_options {
	font-family: Trebuchet MS;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 10px;
	white-space: nowrap;
}



.navmenu {
	padding:5px; 
	font-size: 9px;
	text-transform: uppercase;
	height: 22px;
	text-align: center;
}



.navmenu img {
	margin-bottom: 1px;
	margin-top: 1px;
	margin-right: 5px;
	margin-left: 5px;
}



.navmenu a {
	text-decoration: none;
	color: #c2ac9b;
	display: block;
	padding: 5px;
}



.navmenu a:hover {
	text-decoration: underline;
	color: #434343;
}



.navmenu a img {
	border: 0px;
	padding: 0px;
}



.navmenu a img:hover {
	border: 0px;
	padding: 0px;
}



.admin_menu_thumb {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	color: #806453;
	font-weight: bold;
}



.admin_menu_thumb a {
	color: #EDEDED;
	text-decoration: none;
	display: block;
	position: relative;
	padding: 3px;
}



.admin_menu_thumb a:hover {
	color: #434343;
	text-decoration: underline;
}


.admin_menu {
font-family: Trebuchet MS;
font-size: 8px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 15px;
text-transform: uppercase;
text-align: center;
}



.admin_menu a {
text-decoration: none;
position: relative;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 2px;
padding-right: 2px;}



.admin_menu a:hover {
color: #504f4f;
text-decoration: underline;}



.admin_float {
        float:left;
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 1px;
        margin-bottom: 1px;
}

.admin_menu_wrapper {
        width:140%;
}

#admin_menu_anim {

}



.comment_date{
	color: #dcccde;
	font-size: 90%;
	vertical-align: middle;
}



.comment_date a img {
	border: 0px;
	padding: 0px;
}



.comment_date a img:hover {
	border: 0px;
	padding: 0px;
}

.topmenu {
	font-family: Trebuchet MS;
	line-height: 130%;
	font-size: 110%;
}



.topmenu a {
	color: #825c00;
	text-decoration: none;
}



.topmenu a:hover  {
	color: #434343;
	text-decoration: underline;
}



.img_caption_table {
	border: none;
	width: 100%;
	margin: 0px;
}



.img_caption_table th {
	font-size: 100%;
	color: #000000;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-top: 1px solid #f4edde;
}



.img_caption_table td {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-top: 1px solid #f4edde;
	white-space: normal;
}



.debug_text {
	border: #BDBEBD;
	background-color: #f4edde;
	width: 100%;
	margin: 0px;
}



.clickable_option {
	cursor: default;
}



.listbox_lang {
	color: #434343;
	background-color: #f4edde;
	border: 1px solid #808080;
	font-size: 80%;
	font-family: Trebuchet MS;
	vertical-align: middle;
}


.pic_title {
        color: #000000;
        font-size: 120%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-align : center;
        padding-top:0px;
        padding-bottom:0px;
        margin-top:0px;
        margin-bottom:0px;
        line-height:1.0em;
}

.pic_caption {
        color: #000000;
        font-size: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-align : center;
        padding-top:0px;
        padding-bottom:0px;
        margin-top:0px;
        margin-bottom:0px;
        line-height:1.0em;
}

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.cpg_message_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../images/message/info.png');
}
.cpg_message_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../../images/message/ok.png');
}
.cpg_message_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../images/message/warning.png');
}
.cpg_message_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../images/message/stop.png');
}
.cpg_message_validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../../images/message/error.png');
}


#GB_window {
  background-color: #FFFFFF;
  border: 5px solid #AAAAAA;
}