html{
    height: 100%;
}
img, 
a,
a:hover:after,
input[type='reset'],
input[type='submit'],
input[type='button'] {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
body {
    height: 100%;
	background-color: #5f7c6e;
	 font-family:'Open Sans', sans-serif;
	font-size: 14px;
	color: #6b6e76;
	margin: 0px;
    background-image: url(./img/rachel2.png);
	font-weight: normal;  
      		background-repeat: repeat-x;
	background-position: top center;
    -webkit-text-size-adjust: 100%;
    position: relative;
}

a {
	color: #692820;
	text-decoration: none;
	-moz-transition-property: all;-moz-transition-duration: 0.5s;
	-webkit-transition-property: all;-webkit-transition-duration: 0.5s;
	-o-transition-property: all;-o-transition-duration: 0.5s;
	transition-property: all;transition-duration: 0.5s;
}
a:hover {
	color: #443222;
	text-decoration: none;
}
/* BOX THEME */
.wrappers{
        text-align:center;
    background: #fff;
    border-bottom:0px solid #b97f8a;
}
.wrappers-wrap{
    width: 100%;
    max-width: 1230px;
    padding: 15px;
    margin: 0px auto;
    box-sizing: border-box;
}
.wrappers-wrap:after{
    clear: both;
    content: "";
    display: block;
}
/* TITLE  */

.sys-menu{
    float: right;
    z-index: 9;
    position: relative;
}
.sys-menu a{
    color: #6b6e76;
    border-bottom: 3px solid transparent;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
	 font-family:'Open Sans', sans-serif; 	 
    font-size: 15%;
    margin: 0px 0px 0px 5px;
    
}
.sys-menu a:hover{
    color: #692820;
    border-bottom: 3px solid #692820;
}
.wrappers-bottom{
    margin:auto;
    display: inline-block;
    margin-top: -12px;
    line-height: 40px;
    position: relative;
    width: 100%;
}
/* HEADER */
.studioheader{
    background-image: url(./img/rachelhdr.png);
    height:1178px;
    background-position: center;
    background-repeat: repeat;
}
.cppwrap{
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    background-color:#fff;
    border:0px;
}
.maintable{
    border:0px;
}
.thumbs-table{
    width: 100%;
    display: flex;
}
.thumbnails{
    display: table-cell;
    text-align: center;
    flex: 1;
    width: 0;  
    box-sizing: border-box;
}
.studiomenu{
    width: 100%;
    text-transform: uppercase;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    color:#FFF;
    background: #fff;
}
.studiomenu a{
    font-family: 'Poppins', sans-serif;
       background: linear-gradient(to left, #fff, #fff );
color: #b97f8a;
line-height:200%;
text-decoration: none;
padding-bottom: 3px;
padding-left: 5px;
padding-top: 3px;
font-size:80%;
padding-right: 5px;
margin-right: 2px;
letter-spacing:0px;
    border: 1px solid #c68b96;
}
.studiomenu a:hover{
    background: linear-gradient(to right, #fff, #fff );
color: #c68b96;
text-decoration: none;
padding-bottom: 3px;
padding-left: 5px;
padding-top: 3px;
padding-right: 5px;
margin-right: 2px;
-moz-border-radius: 2px;
}


/*ADMIN MENU*/
.admin_menu_wrapper{
    position: fixed;
    z-index: 99;
    opacity:0.90;
    background: #fff;
	 font-family:'Open Sans', sans-serif;
	 font-size:70%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    width: 150px;
	-moz-transition-property: all;-moz-transition-duration: 0.5s;
	-webkit-transition-property: all;-webkit-transition-duration: 0.5s;
	-o-transition-property: all;-o-transition-duration: 0.5s;
	transition-property: all;transition-duration: 0.5s;
}
.hide{
    display: none;
}
.admin-title{
    font-size: 130%;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 7px;
}
.close-btn{
    float: right;
    cursor: pointer;
}
.admin_menu_wrapper a{
    display: block;
    padding: 8px 5px;
    color: #6b6e76;
    border-bottom: 1px solid #efefef;
}
.admin_menu_wrapper a:hover{
    color: #692820;
    border-bottom: 1px solid #692820;
}
.admin_menu_wrapper a i{
    margin-right: 6px;
    width: 20px;
    text-align: center;
}

h1{
	font-weight: normal;
	font-size: 150%;
	 font-family:'Open Sans', sans-serif; 	 
	text-decoration: none;
	line-height: 120%;
	color: #718EA5;
	margin: 2px;
}
h2 {
	 font-family:'Open Sans', sans-serif; 	 
	background-image: url(images/box_left_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 130%;
	margin: 0px;
}
h3 {
	font-weight: normal;
	 font-family:'Open Sans', sans-serif; 	 
	margin: 2px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 2px 0px;
}
pre.filepath {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	margin-left: 5px;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
}
li {
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
	list-style-position: outside;
}
ul li {
	list-style-type: none;
}
.textinput {
	 font-family:'Open Sans', sans-serif;
	border: 1px solid #D1D7DC;
	padding-right: 3px;
	padding-left: 3px;
}
.listbox {
	 font-family:'Open Sans', sans-serif;
	border: 1px solid #D1D7DC;
	vertical-align: middle;
}
.button, .buttonlist ul li a {
	 font-family:'Open Sans', sans-serif;
    border: 1px solid #CCD7E0;
    background: #efefef;
    background-position: bottom;
    cursor: pointer;
    padding: 8px;
    margin-right: 2px;
    color: #692820;
    display: inline-block;
}
.radio {
	 font-family:'Open Sans', sans-serif;
	vertical-align: middle;
}
.checkbox {
	 font-family:'Open Sans', sans-serif;
	vertical-align: middle;
}	
/* FOOTER */
.footerbox{
    padding:auto;
    background: #fff;
    border-top:1px solid #b97f8a;

}
.footerboxcontent{
    width: 100%;
    max-width: 1230px;
    margin: 0px auto;
    text-align: justify;
    padding: 16px;
    font-size:80%;
    line-height: 170%;
}
.footer-box{
    width: 99%;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    text-align: right;
    
    color: #6b6e76;
		font: 400 140% 'Patua One', cursive;
}

/* TABLEH - MAINTABLE */

/*----------------------- TABLE ---------------------*/
.tableh1, .tableh2, .tableh3 {
    color:#000;
    font-size: 13pt;
    font-family: 'Poppins', sans-serif;
    font-weight:900;
    LINE-HEIGHT:-1PX;
    text-transform:uppercase;
    height:75px;
    vertical-align:middle;
}

.tableh1, .tableh2 {
    padding-left: 240px;
    padding-right: 17px;
    background-image: url(./img/tableh1.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.tableh1.stat {
    padding-left: 0px;
	padding-right: 0px
}

.tableh1 img {	
	display: none;
}

.tableh1 .statlink {
    text-shadow: none;
}

.tableh3 {
    min-width: 110px;
    background-image: url(./img/tableh1.png);
	background-position: right top;
    background-repeat: no-repeat;
}
.stats-td {
	 font-family:'Open Sans', sans-serif; 	 
    
    color: #6b6e76;
    font-style: normal;
    padding: 15px;
    font-size: 120%;
    background: #f8f8f8;
    border: 1px solid #efefef;
}
.tablef {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.catrow, .catrow_noalb{
	color: #1d1d1d;
    font-size: 9pt;
	padding: 20px 20px;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
    line-height: 18px;
    transition: all .7s;
}

.catrow:hover, .catrow_noalb:hover{
	border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
	border-radius: 0px 0px;
    transition: all .7s;
}

.catrow.h3{
    padding-right: 0;
    padding-left: 0;
    vertical-align: top;
}

.catrow, .catrow_noalb {
    vertical-align: middle !important;
}

.catrow .image {
    height: auto;
    padding: 5px;
    margin: 5px 0px;
    margin-right: 15px;
    background: #607d6f;
    box-shadow: none;
}

.bblink a {
	color: #692820;
	text-decoration: none;
}
.bblink a:hover {
	color: #692820;
	text-decoration: underline;
}

.album_stat {
	font-size: 85%;
	margin: 5px 0px;
}
.thumb_filename {
	display: block;
	font-size: 80%;
	line-height: 1.5;
}

/*------------------- THUMBS TAGS -------------------*/
.thumb_title, .thumb_caption, .thumb_resolution {
	display: block;
	font-size: 75%;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	text-transform: capitalize;
	transition: all 1s;
	color: #b97f8a;
    width: 65%;
	font-family: 'Open Sans', sans-serif;
    word-wrap: break-word;
}

.thumb_title,.thumb_resolution {
    border:1px solid #c68b96;
color:#1d1d1d;
    margin:2px;
}
.thumb_title_views{
color:#1d1d1d;
margin:2px;
    border:1px solid #cc99a2;
}
.thumb_caption {
    border:1px solid #d3a7af;
color:#b97f8a;
        margin:2px;
}
.thumb_caption:hover{
	opacity:0.85;
	-moz-opacity:0.85;
}

.thumb_caption a {
	color: #000;
	text-decoration: underline;
}

.thumb_filename{
	font-size:8px;
	display: block;
}

.thumb_num_comments{
	display:block;
	font-family:tahoma;
	font-size:9px;
	font-weight:normal;
	padding:2px;
	font-style:italic;
}
.thumb_num_comments {
	font-size: 85%;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5;
	display: block;
	padding: 2px;
}

.user_thumb_infobox {
	margin-top: 1px;
	margin-bottom: 1px;
}
.user_thumb_infobox th {
	font-weight: bold;
	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: #b97f8ab97f8a;
}
.user_thumb_infobox a:hover {
	color: #b97f8ab97f8a;
	text-decoration: underline;
}
.sortorder_cell {
	font-size:0%;
	display:none;
	color: #b97f8a;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.sortorder_options {
	color: #443222;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 80%;
	white-space: nowrap;
}
.album-admin{
    text-align: right;
}
.album-admin a {
	display: inline-block;
	margin-left: 10px;
	color: #443222;
}
.navmenu {
	 font-family:'Open Sans', sans-serif;
	color: #6b6e76;
	font-weight: bold;
	background:  #efefef ;
	border-style: none;
    text-align: center;
}
.navmenu a {
	display: block;
    font-size: 150%;
    padding: 8px;
	text-decoration: none;
	color: #6b6e76;
}
.navmenu a:hover {
	background: #F2F5F7 ;
	text-decoration: none;
	color: #b97f8ab97f8a;
}
#pic_info_button img{
    display: none;
}
#pic_info_button a:before{
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f15c";
}
#slideshow_button img{
    display: none;
}
#slideshow_button a:before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f144";
}
.prev_strip img{
    display: none;
}
.prev_strip a:before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    font-size: 200%;
}
.next_strip img{
    display: none;
}
.next_strip a:before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 200%;
}
.icon {
	vertical-align:middle;
	margin-right:1px;
}
.comment_date{
	color: #5F5F5F;
	font-size: 90%;
	vertical-align: middle;
}
.image {
    width: auto;
    max-width: 90%;
    height: auto;
    background: #fff;
	padding: 10px;
    border: 1px solid #efefef;
	-moz-transition-property: all;-moz-transition-duration: 0.2s;
	-webkit-transition-property: all;-webkit-transition-duration: 0.2s;
	-o-transition-property: all;-o-transition-duration: 0.2s;
	transition-property: all;transition-duration: 0.2s;
}
.image:hover {
	opacity: 0.8;
}
.display_media {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.thumbnails {
padding:20px;
    
}
.alb-list-thumbnails {
    min-width: 120px;
}
.footer {
	display: none !important;
}
.breadcrumb{
    font-style: normal;
}
.breadcrumb i:first-child{
    display: none;
}
.statlink{
	color: #FFF;
	margin: 0px;
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
    font-size: 11pt;
    background: #c68b96;
    box-shadow: 0 0 35px 0 rgba(0,0,0, 0.2); 
	-moz-box-shadow: 0 0 35px 0 rgba(0,0,0, 0.2); 
	-webkit-box-shadow: 0 0 35px 0 rgba(0,0,0, 0.2);
}

.statlink a {
	color: #fff;
	letter-spacing: 0px;
	line-height: 16px;
	text-decoration: none;
}

.statlink a:hover {
	color: #ffffff;
	text-decoration: dotted;
}

.statlink strong, .statlink b {
    color: #fff;
}

.maintable td.statlink h2{
	letter-spacing:0px;
	padding-left:0px;
	font-size:11pt;
	vertical-align:middle;
    background: #c68b96;
    margin: 5px 15px;
}

.maintable td.statlink{
    display: table;
    background: #c68b96;
}
/*---------------------- footer-content ---------------------*/
.footer-content {
    color:#fff;
    font-size: 14pt;
    font-family: 'Poppins', sans-serif;
    font-weight:900;
    LINE-HEIGHT:-1PX;
    text-transform:uppercase;
    height:35px;
    float:center;
    position:center;
    padding:20px;
    vertical-align:middle;
    background-color:#1d1d1d;
    background-position: left top;
    background-repeat: no-repeat;
}
.footer-content-content{
    background:#efefef;
    	font-size: 11px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	text-transform: capitalize;
	transition: all 1s;
	color: #b97f8a;
    width:95%;
    border:1px solid #d42f17;
	font-family: 'Open Sans', sans-serif;
    word-wrap: break-word;
    	font-family: 'Open Sans', sans-serif;

}
.footer-content a {
    color: #607d6f;
    font-weight: bold;
}

.disclaimer {
    color: #645f59;
    font-size: 12px;
    font-family:'Open Sans', sans-serif;
    font-weight:normal;
    text-align:justify;
    line-height: 16px;
    text-transform: none;
    padding: 15px;
    letter-spacing: 1px;
    background: #efefef;
}

.disclaimer strong, .disclaimer b {
    color: #fff;
    font-weight:bold;
}

.disclaimer em {
    color: #fff;
    font-style:italic;
    font-weight:normal;
}

.disclaimer div {
    padding: 20px;
}
.alblink {
	color: #ffffff;
	margin: 0px;
	padding: 5px 15px;
	text-transform:u ppercase;
	text-shadow: rgba(0,0,0,0.05) 1px 1px 1px;
	vertical-align: middle;
    font-size: 15px;
    background: #607d6f;
    box-shadow: 0 0 35px 0 rgba(0,0,0, 0.2); 
	-moz-box-shadow: 0 0 35px 0 rgba(0,0,0, 0.2); 
	-webkit-box-shadow: 0 0 35px 0 rgba(0,0,0, 0.2);
}

.alblink a{
    color:#fff;
    letter-spacing:0px;
	line-height:16px;
	text-decoration: none;
}

.alblink a:hover {
	color:#fff;
    text-decoration: none;
}
.catlink {
	display: block;
	margin-bottom: 10px;
	padding-left: 0px;
}

.catlink a {
        font-weight:600;
    color: #b97f8a;
    padding:3px;
        font-family: 'Poppins', sans-serif;
	font-size: 115%;
    letter-spacing: 0px;
    line-height: 15px;
    margin-bottom: 18px;
    border-bottom: #6d897c 3px solid;
    transition:all .7s;
}

.catlink a:hover {
        letter-spacing: 2px;
    transition:all 1s;
}

.catlink i {
    color: #a42988;
    font-size: 15px;
    margin-right: 7px;
}
.topmenu {
	 font-family:'Open Sans', sans-serif;
	line-height: 130%;
	font-size: 1.100%
}

.topmenu a {
    background: linear-gradient(to left, #443222, #692820 );
color: #dcdcdc;
text-decoration: none;
padding-bottom: 3px;
padding-left: 5px;
padding-top: 3px;
font-size:9px;
padding-right: 5px;
margin-right: 2px;
letter-spacing:2px;
    border: 1px solid #443222;
}

.topmenu a:hover  {
    background: linear-gradient(to right, #443222, #692820 );
color: #dcdcdc;
text-decoration: none;
padding-bottom: 3px;
padding-left: 5px;
padding-top: 3px;
padding-right: 5px;
margin-right: 2px;
-moz-border-radius: 2px;
}
.img_caption_table {
	border: none;
	width: 100%;
	margin: 0px;
}
.img_caption_table th {
	background: #D1D7DC ;
	color: #b97f8ab97f8a;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-top: 1px solid #443222;
}
.img_caption_table td {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-top: 1px solid #443222;
	white-space: normal;
}
.debug_text {
	border: #BDBEBD;
	background-color: #EFEFEF;
	width: 100%;
	margin: 0px;
}
.clickable_option {
	cursor: default;
}
.listbox_lang {
	color: #b97f8a666;
	border: 1px solid #D1D7DC;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
.pic_title {
	color: #b97f8a666;
	font-weight:bold;
	text-align: center;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.pic_caption {
	color: #b97f8a666;
	font-weight:normal;
	text-align: center;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	background-image:none;
}
.important {
	/* background-image: url(images/important.gif); */
	color: red;
	font-weight: bold;
	padding-left:1px;
	padding-right:1px;
	padding-top:3px;
	padding-bottom:3px;
}
#cpgChooseLanguageWrapper {
	float:left;
}
#cpgChooseThemeWrapper {
	float:left;
}
.tile-background{
    background-color: #692820;
}
.filmstrip_background {
	background-color: #efefef;
}
.prev_strip {
	text-align: left;
}
.next_strip{
	text-align: right;
}
/** Swfupload css **/
div.fieldset {
	border:  2px solid #0E72A4;
	margin: 10px 0;
	padding: 20px 10px;
}
div.fieldset span.legend {
	position: relative;
	padding: 3px;
	top: -30px;
	background-color:  #efefef;
	color: #FFF;
	font-weight: bold;
}

#dropArea { border: 1px dashed #777; width: 100%; padding: 1em 0; text-align: center; border-radius: 5px }
#dropArea.hover { background-color: #DFD; border: 1px solid #999; box-shadow: inset 2px 2px 3px #999 }
#totprogress { width: 100%; height: 8px; margin-bottom: 3px; border: 1px solid #BBB; border-radius: 3px; background: #1EAEFB url("progbar.png") -1px 0 no-repeat }
#fprogress { color: #111; }
#fprogress p { display: block; padding: 2px 5px; margin: 2px 0; border: 1px solid #BBB; border-radius: 3px; font-size: 0.9em; background: #AAD7FD url("progbar.png") -1px 0 no-repeat; }
#fprogress p.chunked { background-color: #D9D2FF; }
#fprogress p.indeterm { background: #efefef url("indeterm.gif") repeat-x top; }
#fprogress p.success { background: #0C0 none 0 0 no-repeat; }
#fprogress p.failure { background: #F99 none 0 0 no-repeat; }
img.abortX { float: right; margin-top: -2px; cursor: pointer; }
img.infog { margin-bottom: -2px; cursor: pointer; }
div.acti {display: none; margin-left: 5px; vertical-align: text-bottom; }
div.acti img { cursor: pointer; }
.textinput { width: 100%; box-sizing: border-box; }
div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #CCD7E0;
}
input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */

.progressWrapper {
	width: 357px;
	overflow: hidden;
}
.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B5b97f8a0;
	background-color: #FFEBEB;
}
/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}
/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}
.progressName {
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}
.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}
.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}
.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
	color: #555;
}
a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}
a.progressCancel:hover {
	background-position: 0px 0px;
}
.swfupload {
	vertical-align: top;
}
/**styles for photo manager*/
table#pic_sort tr td {
	padding: 4px;
	border-bottom: 1px solid #ccc;
}
/** styles for album manager and photo album*/
table#album_sort tr td {
	padding: 3px;
	border-bottom: 1px solid #ccc;
}
table#album_sort tr td span.editAlbum {
	margin-left: 100px;
	line-height: 100%;
	text-decoration: underline;
	cursor: pointer;
	display: none;
	color: #FFb97f8a0;
}
.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
    margin: 15px 0px;
    -webkit-box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.03);
    -moz-box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.03);
    box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.03);
}
.cpg_message_info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../../images/message/info.png');
}
.cpg_message_success {
	color: #4F8A10;
	background-color: #f5ffe5;
	background-image: url('../../images/message/ok.png');
}
.cpg_message_warning {
	color: #9F6b97f8a;
	background-color: #FEEFB3;
	background-image: url('../../images/message/warning.png');
}
.cpg_message_error {
	color: #D8b97f8aC;
	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');
}
.cpg_summary {
	border: 1px solid;
	margin: 10px 0px;
	padding:5px 10px 5px 10px;
	color: #FF2B9C;
	background-color: #FFDEEF;
	text-align:right;
	float:right;
	width:400px;
}
#GB_window {
	border: 5px solid #CCD7E0;
}
.external {
	background: transparent url('../../images/link.gif') 100% 50% no-repeat;
	padding-right: 10px;
}
.detail_head_collapsed, .detail_head_expanded {
	color: #6b6e76;
    display: block;
    padding: 15px;
    border-bottom: 2px solid #6b6e76;
		 font-family:'Open Sans', sans-serif;
	 font-size:82%;
	 	font-weight: bold;
    
    cursor: pointer;
}
.detail_head_expanded {
	color: #692820;
    border-bottom: 2px solid #692820;
}

@media screen and (max-width: 1230px){
.studiomenu{
    margin: 15px 0px;
}
}
@media screen and (max-width: 940px){
    .studioheader{
            background-image: url(./img/mov.png);
        height: 500px;
    }	.catrow .thumbnail {
	margin-right:0x;
	vertical-align:middle;
	width:0%;
	height:0px;
}
.catlink a {
        font-weight:600;
    color: #b97f8a;
    padding:3px;
        font-family: 'Poppins', sans-serif;
	font-size: 145%;
    letter-spacing: 0px;
    line-height: 15px;
    margin-bottom: 18px;
    border-bottom: #6d897c 3px solid;
    transition:all .7s;
}
.thumb_title, .thumb_caption, .thumb_resolution {
	display: block;
	font-size: 55%;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	text-transform: capitalize;
	transition: all 1s;
	color: #b97f8a;
    width: 65%;
	font-family: 'Open Sans', sans-serif;
    word-wrap: break-word;
}
   .footerbox{
    padding:auto;
    background: #fff;
    border-top:1px solid #b97f8a;

}
.footerboxcontent{
    width: 98%;
    max-width: 1230px;
    margin: 0px auto;
    text-align: justify;
    padding: 15px;
    font-size:70%;
    line-height: 170%;
}
.footer-box{
    width: 96%;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    text-align: right;
    
    color: #6b6e76;
		font: 400 120% 'Patua One', cursive;
}
	.catrow .thumbnail {
	margin-right:0x;
	vertical-align:middle;
	width:0%;
	height:0px;
}
    .sitename{
        display: block;
        
        color: #443222;
	font: 400 200% 'Patua One', cursive;
        font-size: 200%;
        line-height: 100%;
        text-align: center;
        padding: 15px 0px;
    }
    .sys-menu{
        float: none;
        display: block;
        text-align: center;
        z-index: 9;
        position: relative;
    }
}
@media screen and (max-width: 850px){
    .thumbnails:nth-child(1n+7){
        display: none;
    }	.catrow .thumbnail {
	margin-right:0x;
	vertical-align:middle;
	width:0%;
	height:0px;
}
  .footerbox{
    padding:auto;
    background: #fff;

}
.catlink a {
        font-weight:600;
    color: #b97f8a;
    padding:3px;
        font-family: 'Poppins', sans-serif;
	font-size: 145%;
    letter-spacing: 0px;
    line-height: 15px;
    margin-bottom: 18px;
    border-bottom: #6d897c 3px solid;
    transition:all .7s;
}
.thumb_title, .thumb_caption, .thumb_resolution {
	display: block;
	font-size: 55%;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	text-transform: capitalize;
	transition: all 1s;
	color: #b97f8a;
    width: 80%;
	font-family: 'Open Sans', sans-serif;
    word-wrap: break-word;
}
.footerboxcontent{
    width: 98%;
    max-width: 1230px;
    margin: 0px auto;
    text-align: justify;
    padding: 15px;
    font-size:70%;
    line-height: 170%;
}
.footer-box{
    width: 96%;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    text-align: right;
    
    color: #6b6e76;
		font: 400 120% 'Patua One', cursive;
}
}
@media screen and (max-width: 750px){
  /* FOOTER */
.footerbox{
    padding:auto;
    background: #fff;
    border-top:1px solid #b97f8a;

}	.catrow .thumbnail {
	margin-right:0x;
	vertical-align:middle;
	width:0%;
	height:0px;
}
.catlink a {
        font-weight:600;
    color: #b97f8a;
    padding:3px;
        font-family: 'Poppins', sans-serif;
	font-size: 145%;
    letter-spacing: 0px;
    line-height: 15px;
    margin-bottom: 18px;
    border-bottom: #6d897c 3px solid;
    transition:all .7s;
}
.thumb_title, .thumb_caption, .thumb_resolution {
	display: block;
	font-size: 45%;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	text-transform: capitalize;
	transition: all 1s;
	color: #b97f8a;
    width: 80%;
	font-family: 'Open Sans', sans-serif;
    word-wrap: break-word;
}
.footerboxcontent{
    width: 97%;
    max-width: 1230px;
    margin: 0px auto;
    text-align: justify;
    padding: 15px;
    font-size:70%;
    line-height: 170%;
}
.footer-box{
    width: 96%;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    text-align: right;
    
    color: #6b6e76;
		font: 400 120% 'Patua One', cursive;
}
    .thumbnails:nth-child(1n+6){
        display: none;
    }
    .slogan{
        display: none;
    } 
    .social-links{
        position: static;
        text-align: center;
    }
    .admin_menu_wrapper{
        width: 100%;
        left: -100%;
    }
    .open-btn{
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        cursor: pointer;
        z-index: 99;
        display: block;
        padding: 15px;
        font-size: 150%;
        background: #692820;
        color: #fff;
    }
    .sys-menu{
        float: none;
        display: block;
        text-align: center;
        z-index: 9;
        position: relative;
    }
    .sys-menu a{
        color: #6b6e76;
        border-bottom: 0px;
        line-height: 100%;
        display: inline-block;
        vertical-align: top;
	font: 400 200% 'Patua One', cursive;
        font-size: 120%;
        margin: 0px 3px;
        padding: 10px 0px;
        
    }
    .sys-menu a:hover{
        color: #692820;
        border-bottom: 0px;
    }
}
@media screen and (max-width: 600px){
    .thumbs-table{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .thumbnails:nth-child(6){
        display: table-cell;
    }
    .thumbnails{
        flex: 0 0 33.3333%;
    }
    .thumbnails:nth-child(1n+7){
        display: none;
    }	.catrow .thumbnail {
	margin-right:0x;
	vertical-align:middle;
	width:0%;
	height:0px;
}
.catlink a {
        font-weight:600;
    color: #b97f8a;
    padding:3px;
        font-family: 'Poppins', sans-serif;
	font-size: 145%;
    letter-spacing: 0px;
    line-height: 15px;
    margin-bottom: 18px;
    border-bottom: #6d897c 3px solid;
    transition:all .7s;
}
.thumb_title, .thumb_caption, .thumb_resolution {
	display: block;
	font-size: 45%;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	text-transform: capitalize;
	transition: all 1s;
	color: #b97f8a;
    width: 80%;
	font-family: 'Open Sans', sans-serif;
    word-wrap: break-word;
}
  .footerbox{
    padding:auto;
    background: #fff;
    border-top:1px solid #b97f8a;

}
.footerboxcontent{
    width: 98%;
    max-width: 1230px;
    margin: 0px auto;
    text-align: justify;
    padding: 15px;
    font-size:70%;
    line-height: 170%;
}
.footer-box{
    width: 96%;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    text-align: right;
    
    color: #6b6e76;
		font: 400 120% 'Patua One', cursive;
}
}
@media only screen and (min-device-width: 100px) and (max-device-width: 1024px){
    body{
        font-size: 30px;
    }
    .thumbs-table{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .thumbnails:nth-child(6){
        display: table-cell;
    }
    .thumbnails{
        flex: 0 0 33.3333%;
    }
    .thumbnails:nth-child(1n+7){
        display: table-cell;
    }
    .thumbnails .image {
        width: 90%;
        height: auto;
        padding: 10px;
        border: 2px solid #efefef;
        opacity: 1;
    }
    .sitename{
        display: block;
        
        color: #443222;
	font: 400 200% 'Patua One', cursive;
        font-size: 200%;
        line-height: 100%;
        text-align: center;
        padding: 15px 0px;
    }
    .catlink a {
        font-weight:600;
    color: #b97f8a;
    padding:3px;
        font-family: 'Poppins', sans-serif;
	font-size: 145%;
    letter-spacing: 0px;
    line-height: 15px;
    margin-bottom: 18px;
    border-bottom: #6d897c 3px solid;
    transition:all .7s;
}
    .thumb_title, .thumb_caption, .thumb_resolution {
	display: block;
	font-size: 45%;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	text-transform: capitalize;
	transition: all 1s;
	color: #b97f8a;
    width: 80%;
	font-family: 'Open Sans', sans-serif;
    word-wrap: break-word;
}
	.catrow .thumbnail {
	margin-right:0x;
	vertical-align:middle;
	width:0%;
	height:0px;
}
    .sys-menu{
        float: none;
        display: block;
        text-align: center;
        z-index: 9;
        position: relative;
    }
    .sys-menu a{
        color: #6b6e76;
        border-bottom: 0px;
        line-height: 100%;
        display: inline-block;
        vertical-align: top;
	font: 400 200% 'Patua One', cursive;
        font-size: 150%;
        margin: 0px 3px;
        padding: 10px 0px;
        
    }
    .sys-menu a:hover{
        color: #692820;
        border-bottom: 0px;
    }
    .wrappers-bottom{
        display: block;
        border-top: 1px solid #efefef;
        margin-top: 0px;
        z-index: 1;
        line-height: 40px;
        position: relative;
        width: 100%;
        text-align: center;
    }	.catrow .thumbnail {
	margin-right:0x;
	vertical-align:middle;
	width:0%;
	height:0px;
}
  .footerbox{
    padding:auto;
    background: #fff;
    border-top:1px solid #b97f8a;

}
.footerboxcontent{
    width: 98%;
    max-width: 1230px;
    margin: 0px auto;
    text-align: justify;
    padding: 15px;
    font-size:70%;
    line-height: 170%;
}
.footer-box{
    width: 96%;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    text-align: right;
    
    color: #6b6e76;
		font: 400 120% 'Patua One', cursive;
}
    .slogan{
        display: none;
    }
        .social-links{
    margin-left:0px;
    padding-top:0px;
    font-size: 0px;

}
.social-links a{
    display: inline-block;
    line-height: 0px;
    width: 0px;
    font-size:0px;
    text-align: center;
    color: #fff;
background-color:#000;
background-size: 0px 0px;    margin: 0px 0px 0px 0px;
}
.social-links a i{
    line-height: 0px;
}
.social-links a:hover{
    color: #000;
    background: #fff;
}
    .admin_menu_wrapper{
        width: 100%;
        left: -100%;
    }
    .open-btn{
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        cursor: pointer;
        z-index: 99;
        display: block;
        padding: 15px;
        font-size: 150%;
        background: #692820;
        color: #fff;
        box-sizing: border-box;
    }
    .admin_menu_wrapper a{
        font-size: 130%;
    }
    .admin_menu_wrapper a i{
        margin-right: 10px;
        width: 50px;
    }
    input, button, textarea, select{
        font-size: 120%;
        margin: 10px;
        max-width: 400px;
        box-sizing: border-box;
    }
    button img{
        display: none;
    }
}
