/*  

All colour values in this file are default values. Change them to your liking in the colors.css file.

*/

* {
	margin: 0;
	padding: 0;
}

#container {
	margin: 62px auto 0 auto;
	width: 100%;
	max-width: 1220px;
	display: block;
}

/* MENU BAR */

#topbar {
	width: 94%; max-width: 1900px;
	margin: 37px auto;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

#topbar h1 {
	padding: 5px;
	color: #202629;
	font-size: 24px; font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	position: relative;
}

#topbar h1::before {
	content: '';
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: 17px;
	background-color: #879b56;
	display: block;
	z-index: -1;
}

nav {
	padding: 20px 30px;
	background-color: #ffffff;
	color: #060606;
	font-size: 11px; font-weight: 400;
	text-transform: uppercase;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #cacbcc;
	box-shadow: 2px 2px 5px #e5e6e6;
	-webkit-box-shadow: 2px 2px 5px #e5e6e6;	
}

#show-menu { text-align: left; cursor: pointer; display: none; }
#show-menu i { margin:0 2vw 0 0; color: #d21d1f; }
#rmenu { width: 100%; display: block; }
.active { display: block; }

nav ul.menu { margin: 0; padding: 0; }
nav ul.menu::before {
	content: '\f0c9';
	margin: 0 30px 0 0;
	color: #d21d1f;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: inline-block;
}

nav ul.menu li {
	margin: 0 2vw;
	display: inline-block;
	list-style-type: none;
	position: relative;
}

nav ul.menu li:first-child { margin: 0 2vw 0 0; }
nav ul.menu li:last-of-type { margin: 0 0 0 2vw; }

nav ul.menu li a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

nav ul.menu li a:hover, nav ul.menu li .sub-menu a:hover { color: #d21d1f; }

nav ul.menu li.menu-item-has-children a:not(:only-child)::after {
	content: '';
	margin: 0 0 2px 10px;
	padding: 2px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #494f52;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

nav ul.menu li .sub-menu {
	display: none;
	width: 200px;
	position: absolute;
	top: 100%; left: 0;
	margin: 0; padding: 15px;
	background-color: #ffffff;
	list-style-type: none;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: #cacbcc;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
	z-index: 50;
}

nav ul.menu > .menu-item-has-children:hover > .sub-menu, nav .menu-item-has-children .sub-menu > .menu-item-has-children:hover .sub-menu {
	display: block;
}

nav ul.menu li .sub-menu li {
	margin: 6px 0;
	padding: 6px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #cacbcc;
	display: block;
}

nav ul.menu li .sub-menu li::before {
	content: '';
	margin: 0 12px 1px 0;
	width: 6px; height: 6px;
	background-color: #cacbcc;
	border-radius: 100%;
	display: inline-block;
	position: relative;
}

nav ul.menu li .sub-menu a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
}

nav ul.menu .sub-menu li .sub-menu {
	top: 0;	left: 100%;
}

/* HEADER */

header {
	width: 100%;
	height: 400px;
	background-image: url("../images/header.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 0 auto;
	position: relative;
}

/* COPPERMINE MENU */

#smenu {
	width: 100%;
	max-width: 1220px;
	background-color: transparent;
	color: #494f52;
	font-family: 'Roboto Slab', serif;
	font-size: 9px; font-weight: 400;
	margin: 37px auto;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	position: relative;
	display: block;
}

#smenu ul, .breadstat {
	margin: 0 auto;
	padding: 12px;
	display: table;
	position: relative;
}

#smenu ul::before, .breadstat::before {
	content: '';
	position: absolute;
	left: -2px; bottom: -2px;
	margin: auto;
	width: 100%; height: 100%;
	display: table-cell;
	border-width: 1px;
	border-style: solid;
	border-color: #202629;
	box-sizing: border-box;
	z-index: -1;
}

#smenu ul::after, .breadstat::after {
	content: '';
	position: absolute;
	top: -2px; right: -2px;
	margin: auto;
	width: 100%; height: 100%;
	display: table-cell;
	border-width: 1px;
	border-style: solid;
	border-color: #202629;
	box-sizing: border-box;
	z-index: -1;
}

#smenu li {
	list-style: none;
	width: auto;
	margin: 0; padding: 0;
	display: inline-block;
	border: none;
}

#smenu li::after {
	content: '-';
	margin: 0 0.5vw;
	display: inline-block;
	position: relative;
}

#smenu li:last-child::after { display: none; }
#smenu li a, .breadstat a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

#smenu li a:hover, .breadstat a:hover {
	color: #d21d1f;
}

.admin_menu_wrapper {
	background-color: transparent;
	width: 100%;
	margin: 37px auto;
	padding: 0;
	text-align: center;
}

.admin_menu {
	font-size: 10px;
	font-weight: 300;
	text-align: center;
	text-transform: lowercase;
}

.admin_menu a {
	margin: 2px 4px; padding: 0px;
	color: #8f9294;
	display: inline-block;
	text-decoration: underline;
	letter-spacing: 0.15em;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

.admin_menu a:hover {
	color: #202629;
	text-decoration: underline;
}

#container h1, #container h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px; font-weight: 700;
    color: #202629;
	letter-spacing: -0.05em;
    text-decoration: none;
    line-height : 120%;
    margin: 2px;
}

h3 {
    font-weight: normal;
    font-family: 'Helvetica', sans-serif;
    font-size: 12px;
    margin: 2px;
}

p {
    line-height: 21px;
}

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: disc;
}

.textinput {
	padding: 10px;
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
    border: 1px solid #cacbcc;
    box-sizing: border-box;
}

.textinput:focus { outline: none; box-shadow: none; border-color: #879b56; }

.listbox {
	padding: 5px;
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
    border: 1px solid #cacbcc;
    box-sizing: border-box;
    vertical-align : middle;
}

select {
	padding: 5px;
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
    border: 1px solid #cacbcc;
    box-sizing: border-box;
}

.buttonlist ul { padding: 0 10px; margin: 0; }
.buttonlist ul li { margin: 0 0 3px 0; float: none; display: inline-block; }

.button, .buttonlist ul li a {
    background-color: #202629;
    color: #ffffff;
    font-family: 'Josefin Sans', sans-serif;
	font-size: 10px; font-weight: 400;
	line-height: 100%;
	margin: 12px 0;
    padding: 9px 7px 7px 7px;
    text-transform: uppercase;
    text-decoration: none;
	letter-spacing: 0.1em;
    display: inline-block;
	border: none;	
	cursor: pointer;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

.button:hover, .buttonlist ul li a:hover {
	background-color: #d21d1f;
	color: #ffffff;
	text-decoration: none;
}

.radio {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    vertical-align : middle;
}

input[type=radio] { margin: 0 10px 0 0; }

.checkbox {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    vertical-align : middle;
}

.display_media .image { max-width: 75%; height: auto; margin-right: 0; margin-left: 0;}
#film { width: 71vw !important; }
#film table { margin: 0 auto; }
#film td { border: none; display: table-cell; }
.filmstrip_background { background-color: transparent; }
.prev_strip { text-align: left; }
.next_strip { text-align: right; }
.filmstrip_background td { padding: 0 1% !important; }
img.strip_image { padding: 0.25vw; }

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.bblink a {
    color: #4489ab;
    text-decoration: none;
}

.bblink a:hover {
    color: #4489ab;
    text-decoration: underline;
}

article {
	width: 100%;
	margin: 25px auto 0 auto;
	padding: 0;
}

.breadh1 {
	background-color: transparent;
	margin: auto; padding: 0; 
	text-align: center;
	letter-spacing: 0.15em;
	display: table;
	border: none;
	border-spacing: 0;
}

.breadstat { 
	padding: 15px;
	font-size: 10px;
	font-weight: 400;
	line-height: 100%;
}

.etable {
	background-color: transparent;
    padding: 5px 0;
} 

.album_stat {
	line-height: 24px;
	padding: 0 10px;
}

.tableb_alternate p { padding: 0 10px; }

.thumbnails {
	background-color: transparent;
	padding: 3vh 1vw;
	vertical-align: top;
	border: none;
}

.thumbnails table {
	border: none;
	border-collapse: collapse;
}

.thumbnails table td {
	padding: 0;
	border: none;
}

.thumb_filename {
    font-size: 80%;
    display: block;
}

.thumb_title {
	display: block;
	margin: 0 auto;
	padding: 0;
	text-transform: none;
	position: relative;
}

.thumb_title_title::after {
	content: '';
	background-color: #cacbcc;
	height: 1px;
	margin: 12px auto;
	display: block;
	position: relative;
}

.thumb_title_views, .thumb_caption, .thumb_resolution {
	background-color: #e5e6e6;
	color: #202629;
	margin: 7px auto;
    padding: 9px 7px 7px 7px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 10px; font-weight: 300;
	line-height: 100%;
	border: none;
	border-radius: 0 10px;
	box-sizing: border-box;
	text-transform: uppercase;
	display: block;
	position: relative;
	z-index: 25;
}

.thumb_resolution { background-color: #cacbcc; font-weight: 600; }
.thumb_caption { background-color: #d1ae32; font-weight: 600; }

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

.thumb_num_comments {
    font-weight: normal;
    font-size: 85%;
    padding: 2px;
    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: #000000;
}

.user_thumb_infobox a:hover {
    color: #000000;
    text-decoration: underline;
}

.sortorder_cell {
    background: transparent ;
	font-size: 9px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0px;
}

.sortorder_cell span { padding: 0; border: none; }

.sortorder_cell span::before, .tableh1 span.statlink::before, .tableh1 span.statlink1::before, span#album_listbox_wrapper::before, span#upload_method_selector::before { display: none; }

.sortorder_options {
	font-family: 'Roboto Slab', serif !important;
	font-size: 9px !important;
    background : transparent ;
    margin: 0px;
    font-weight: 300;
    white-space: nowrap;
    letter-spacing: 0.15em;
}

.navmenu {
	background-color: transparent;
	font-family: 'Josefin Sans', sans-serif;	
	font-size: 9px; font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding: 10px 3px;
	border-style: none;
}

.navmenu img {
    margin-top: 1px;
    margin-right: 0px;
    margin-bottom: 1px;
    margin-left: 0px;
}

.navmenu1 {
	background-color: transparent;
	color: #8f9294;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 9px; font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding: 10px 3px;
	border-style: none;
}

.navmenu2 {
    color: #202629;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding: 0 5px;
	border-style: none;
}

.tableh1 a {
	background: transparent;
	margin: 0px;
	display: inline-block;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

.tableh1 a:hover {
	text-decoration: none;
}

.navmenu a {
	background: transparent;
	margin: 0px 3px;
	padding: 0px;
	font-weight: 700;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

.navmenu a:hover {
	color: #d21d1f;
	text-decoration: none;
	text-shadow: none;
}

.admin_float {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 1px;
    margin-bottom: 6px;
    max-height:1.5em;
    display: inline-block;
    position: relative;
    white-space:nowrap;
    /*width:100px;*/
}

#admin_menu_anim {
    background-image : url(images/button_bg_anim.gif);
}

.icon {
    vertical-align:middle;
    margin-right:1px;
}

.comment_date{
    color : #5F5F5F;
    font-size: 90%;
    vertical-align : middle;
}

.image {
    border: none;
    margin: 4px 8px;
}

/* pseudo-classes for image links */
a:link .image, a:visited .image {
	background-color: transparent;
	background-image: url("../images/img-bg.jpg");
	background-position: center center;
	background-repeat: repeat;
	padding: 3px; margin: 3px;
	border: none;
	border-radius: 0 10px;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

a:focus .image, a:hover .image, a:active .image {
	background-position: left center;
}

/* pseudo-classes for middlethumb links */
a:link .middlethumb,a:visited .middlethumb,a:focus .middlethumb,a:hover .middlethumb,a:active .middlethumb{
    border: 4px solid #CBD7DE;
}

.imageborder {
    border: none;
    background-color: #FFFFFF;
    margin-top: 3px;
    margin-bottom: 3px;
}

.display_media {
    background: transparent;
    padding: 10px;
}

.stath1 {
	background-color: transparent;
	font-size: 10px;
	padding: 15px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

.statlink, .statlink1 {
    background: transparent;
	color: inherit;
	font-size: 18px;
}

.statlink1 { font-size: 9px; }
.statlink1 h2 { text-transform: none; }
.statlink2 {
    background: transparent;
    color: #8f9294;
	padding: 0 !important;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	box-shadow: inset 0 -6px 0 #e5e6e6;
	position: relative;
	z-index: 10;
}

.statlink2 strong { color: #202629; font-weight: 600; }

.alblink {
    background-color: transparent;
	padding: 0 0 12px 0;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px; font-weight: 400;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #cacbcc;
	display: block;
	position: relative;
	z-index: 20;
}

.alblink::before {
	content: '';
	margin: 0 12px 1px 0;
	background-color: #d21d1f;
	width: 6px; height: 6px;
	border-radius: 100%;
	display: inline-block;
	position: relative;
}

.alblink a  {
	color: #202629;
	margin: 0; padding: 0;
	text-transform: none;
    text-decoration: none;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

.alblink a:hover {
	color: #d21d1f;
	text-decoration: underline;
}

.catrow_noalb, .catrow {
	background-color: transparent;
    padding: 15px 0;
	letter-spacing: 0.025em;
	border-bottom: 1px solid #cacbcc;
}

.catlink {
	padding: 0 0 0 36px;
	background-color: transparent;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px; font-weight: 600;
	line-height: 100%;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0;
    margin-bottom: 12px;
	position: relative;
    display: table;
}

.catlink .icon {
	position: absolute;
	top: 0; left: 0; bottom: 0;
	width: 24px; height: 24px;
	line-height: 22px;
	text-align: center;
	margin: auto;
}

.catlink i {
	margin: 0 0 0 1px;
	font-size: 7px;
	font-weight: 900;
	color: #202629;
	display: inline-block;
	position: relative;
	z-index: 10;
}

.catlink .icon::before {
	content: '';
	position: absolute;
	bottom: -2px; right: -2px;
	background-color: #879b56;
	width: 100%; height: 100%;
	border-radius: 100%;
	display: table-cell;
	opacity: 0.88;
	z-index: 5;
}

.catlink .icon::after {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	border: 2px solid #202629;
	border-radius: 100%;
	box-sizing: border-box;
	display: table-cell;
	z-index: 10;
}

.catlink a {
	color: #202629;
	text-decoration: none;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

.catlink a:hover { color: #d21d1f; }

.img_caption_table {
    border: none;
    background-color: #FFFFFF;
    width : 100%;
    margin : 0px;
}

.img_caption_table th {
    background: #D1D7DC ;
    font-size : 100%;
    color : #000000;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-top : 1px solid #FFFFFF;
}

.img_caption_table td {
    background: #F2F5F7 ;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-top : 1px solid #FFFFFF;
    white-space: normal;
}

.debug_text {
    border: #BDBEBD;
    background-color: #EFEFEF;
    width : 100%;    margin : 0px;
}

.clickable_option {
    cursor : default;

}

span#album_listbox_wrapper::after { display: none; }
.listbox_lang {
    color: #000666;
    background-color: #F2F5F7;
    border: 1px solid #D1D7DC;
    font-size: 80%;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align : middle;
}

.pic_title {
    color: #000666;
    font-size: 100%;
    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: #000666;
    font-size: 100%;
    font-weight:normal;
    text-align : center;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
    line-height:1.0em;
    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;
}

.toolwrap {
	background-color: #f8f8f8;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 5px;
}

#cpgMessage {
	margin: 12px auto;
	text-align: center;
	max-width: 100%;
}

#cpgChooseLanguageWrapper {
    float:left;
}

#cpgChooseThemeWrapper {
    float:left;
}

/** 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: #8AA5B5;
    color: #FFF;
    font-weight: bold;
}

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 #B50000;
    background-color: #FFEBEB;
}

/* Current */
.green {
    border: solid 1px #DDF0DD;
    background-color: #EBFFEB;
}

/* Complete */
.blue {
    border: solid 1px #CEE2F2;
    background-color: #F0F5FF;
}

.progressName {
    font-size: 8pt;
    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-size: 7pt;
    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;
}

#sort .tableb { border-color: #f9f9f9; }

/**styles for photo manager*/
table#pic_sort tr td {
    padding: 4px;
    border-bottom: 1px solid #cacbcc;
}

/** styles for album manager and photo album*/
table#album_sort tr td {
    padding: 5px 0;
    border-bottom: 1px solid #cacbcc;
}

table#album_sort tr td span.editAlbum {
    margin-left: 100px;
    font-size: 10px;
    line-height: 100%;
    text-decoration: underline;
    display: none;
    color: #FF0000;
}

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 2%;
	text-align: center;
    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');
}

.cpg_summary {
    font-size:0.9em;
	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 {
    background-color: #F2F5F7;
    border: 5px solid #CCD7E0;
}

.external {
    background: transparent url('../../images/link.gif') 100% 50% no-repeat;
    padding-right: 10px;
}

.detail_head_collapsed, .detail_head_expanded, .detail_collapse_all, .detail_expand_all, .detail_toggle_all {
	font-size: inherit;
	text-shadow: none;
}

/* FOOTER */

footer {
	background-color: #ffffff;
	margin: 12vh auto 0 auto;
	padding: 25px 0;
	width: 100%;
	letter-spacing: 0.025em;
	border-top: 1px solid #cacbcc;
	box-shadow: 2px -2px 5px #e5e6e6;
	-webkit-box-shadow: 2px -2px 5px #e5e6e6;
	box-sizing: border-box;
	display: block;
}

footer #inner {
	margin: 0 auto;
	max-width: 1220px;
}

footer #inner #flinks {	
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 10px; font-weight: 300;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

footer #inner #flinks ul#cred {
	line-height: 150%;
	color: #8f9294;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: block;
}

footer #inner #flinks ul#cred li {
	margin: 0 2vw 0 0;
	list-style-type: none;
	display: inline-block;
}

footer #inner #flinks ul#cred li::before {
	content: '';
	margin: 0 12px 1px 0;
	background-color: #8f9294;
	width: 6px; height: 6px;
	border-radius: 100%;
	display: inline-block;
	position: relative;
}

footer #inner #flinks ul#cred li:first-child::before {
	background-color: #d21d1f;
}

footer #inner #flinks ul#cred li a {
	font-weight: 600;
	color: #202629;
	text-decoration: none;
	position: relative;
	z-index: 10;
}

footer #inner #flinks ul#cred li a::before {
	content: '';
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: 6px;
	background-color: #cacbcc;
	display: block;
	z-index: -1;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

footer #inner #flinks ul#cred li a:hover::before {
	background-color: #d1ae32;
}

footer #inner #flinks #social a {
	margin: 0 0 0 5px;
	width: 22px; height: 22px;
	line-height: 24px;
	text-align: center;
	display: inline-block;
	position: relative;
}

footer #inner #flinks #social a::before {
	content: '';
	position: absolute;
	bottom: -2px; right: -2px;
	background-color: #1da1f2;
	width: 100%; height: 100%;
	border-radius: 100%;
	display: table-cell;
	opacity: 0.88;
	z-index: 5;
}

footer #inner #flinks #social a.mail::before { background-color: #879b56; }
footer #inner #flinks #social a.facebook::before { background-color: #1877f2; }
footer #inner #flinks #social a.tumblr::before { background-color: #35465d; }
footer #inner #flinks #social a.instagram::before {
	background: rgb(129,52,175);
	background: -moz-linear-gradient(45deg, rgba(129,52,175,1) 0%, rgba(221,42,123,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(129,52,175,1) 0%, rgba(221,42,123,1) 100%);
	background: linear-gradient(45deg, rgba(129,52,175,1) 0%, rgba(221,42,123,1) 100%);
}
footer #inner #flinks #social a.youtube::before { background-color: #ff0000; }
footer #inner #flinks #social a::after {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	border: 2px solid #202629;
	border-radius: 100%;
	box-sizing: border-box;
	display: table-cell;
	z-index: 10;
}

footer #inner #flinks #social i {
	font-size: 8.5px;
	color: #ffffff;
	position: relative;
	z-index: 10;
}

footer #inner #disc {
	margin: 12px auto 0 auto;
	padding: 15px 0 0 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #cacbcc;
}