/* 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 -- -- FONT SIZING */
.p-u {font-size: 1.1em;}
.p-html {font-sizd:1em;}
.p-l {font-size:.8em;}

/* 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 -- -- INPUT TEXT, TEXTAREA, SELECT */
textarea.autoExpand {
	resize:none;
	overflow: 'hidden';
	box-sizing:'border-box';
}

/* 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 -- --  INPUT BUTTON and BUTTON css */

/*-------- .edit */
input[type="submit"].edit, input[type="reset"].edit, input[type="button"].edit,
 button.edit, button[type="button"].edit, .button.edit {
	background-color: rgba(133,135,5,1); /*pantone 582 dark green*/
	/*transform:translateY(.5em);*/
	color: rgba(255,255,255,1.0);
	border-radius: 3px;
	border: 0;
	cursor: pointer;
	display: inline-block;
	margin: 0px 0px 10px 0px;
	font-size: 0.7em;
	font-weight: 400;
	width: 8em;
	height: 2.3em;
	/*line-height: 2em;*/
	letter-spacing: 2px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	white-space: nowrap;
}
input[type="submit"].edit:disabled, input[type="reset"].edit:disabled, input[type="button"].edit:disabled,
 button.edit:disabled, button[type="button"].edit:disabled, .button.edit:disabled {
	 cursor:default;
 }
button.edit:hover {
	background-color: rgba(133,135,5,.85); /*pantone 582 dark green*/
}
input[type="submit"].edit:disabled:hover, input[type="reset"].edit:disabled:hover, input[type="button"].edit:disabled:hover,
 button.edit:disabled:hover, button[type="button"].edit:disabled:hover, .button.edit:disabled:hover {
	 cursor:default;
	 background-color: rgba(133,135,5,1);
 }
/*-------- .delete */
input[type="submit"].delete:hover, input[type="reset"].delete:hover, input[type="button"].delete:hover,
button.delete:hover, button[type="button"].delete:hover, .button.delete:hover {
	background-color: rgba(212,46,18,1); /*pantone 485 red */;
	color: rgba(255,255,255,1.0);
}
/*-------- .transparent */
input[type="submit"].transparent, input[type="reset"].transparent, input[type="button"].transparent,
 button.transparent, button[type="button"].transparent, .button.transparent {
	background-color: transparent;
	color: rgba(0,0,0,1);
	width:auto;
}
input[type="submit"].transparent:hover, input[type="reset"].transparent:hover, input[type="button"].transparent:hover,
 button.transparent:hover, button[type="button"].transparent:hover .button.transparent:hover {
	cursor:pointer;
	background-color: transparent;
 	color: rgba(135,133,5,1);
}
input[type="submit"].transparent:disabled:hover, input[type="reset"].transparent:disabled:hover, input[type="button"].transparent:disabled:hover,
 button.transparent:disabled:hover, button[type="button"].transparent:disabled:hover .button.transparent:disabled:hover {
	cursor:default;
	background-color: transparent;
 	color: rgba(0,0,0,1);
}
/* .transparent.del */
input[type="submit"].transparent.del:hover, input[type="reset"].transparent.del:hover, input[type="button"].transparent.del:hover,
 button.transparent.del:hover, button[type="button"].transparent.del:hover, .button.transparent.del:hover {
	cursor:pointer;
	color: rgba(212,46,18,1);
}
/*-------- .transpin */
input[type="submit"].transpin, input[type="reset"].transpin, input[type="button"].transpin,
 button.transpin, button[type="button"].transpin, .button.transpin {
	width:6em;
	background-color: transparent;
	color: rgba(43,43,40,1.0); /*pantone 426 black */
	font-size:.5em;
	transform: translateY(-0.45em);
}
input[type="submit"].transpin:hover, input[type="reset"].transpin:hover, input[type="button"].transpin:hover,
 button.transpin:hover, button[type="button"].transpin:hover, .button.transpin:hover {
	cursor:pointer;
	background-color: transparent;
 	color: rgba(43,43,40,1.0); /*pantone 426 black */
	text-decoration: underline;
} 
/*-------- .big */
input[type="submit"].big, input[type="reset"].big, input[type="button"].big, 
 button.big, button[type="button"].big .button.big {

}
input[type="submit"].big:hover, input[type="reset"].big:hover, input[type="button"].big:hover, 
 button.big:hover, button[type="button"].big:hover .button.big:hover {
	
}
/*-------- .small */
input[type="submit"].small, input[type="reset"].small, input[type="button"].small,
 button.small, button[type="button"].big .button.small {
	font-size: 0.5em;
}
/*-------- .svg */
input[type="submit"].svg, input[type="reset"].svg, input[type="button"].svg,
 button.svg, button[type="button"].svg, .button.svg {
	margin:.1em;padding:0;background-color:unset;width:3em;height:3em;
}
input[type="submit"].svg:hover, input[type="reset"].svg:hover, input[type="button"].svg:hover,
 button.svg:hover, button[type="button"].svg:hover, .button.svg:hover {
	cursor:pointer;
 	background-color:unset;
	border:none;
}
input[type="submit"]:disabled.svg:hover, input[type="reset"]:disabled.svg:hover, input[type="button"]:disabled.svg:hover,
 button:disabled.svg:hover, button[type="button"]:disabled.svg:hover, .button:disabled.svg:hover {
	cursor:default;
 	background-color:unset;
}
input[type="submit"].svg svg, input[type="reset"].svg svg, input[type="button"].svg svg,
 button[type="button"].svg svg, .button.svg svg {
	width:3em;height:3em;
	stroke:rgba(0,0,0,1);
}
input[type="submit"].svg:hover svg, input[type="reset"].svg:hover svg, input[type="button"].svg:hover svg,
 button[type="button"].svg:hover svg, .button.svg:hover svg {
	cursor:pointer;
	fill:rgba(135,133,5,1);
	stroke:rgba(135,133,5,1);
}
input[type="submit"].svg.delete:hover svg, input[type="reset"].svg.delete:hover svg, input[type="button"].svg.delete:hover svg,
 button[type="button"].svg.delete:hover svg, .button.svg.delete:hover svg {
	fill:rgba(212,46,18,1);
	stroke:rgba(212,46,18,1);
}
input[type="submit"]:disabled.svg:hover svg, input[type="reset"]:disabled.svg:hover svg, input[type="button"]:disabled.svg:hover svg,
 button[type="button"]:disabled.svg:hover svg, .button:disabled.svg:hover svg {
	cursor:default;
	fill:unset;
}
input[type="submit"]:disabled.svg.delete:hover svg, input[type="reset"]:disabled.svg.delete:hover svg, input[type="button"]:disabled.svg.delete:hover svg,
 button[type="button"]:disabled.svg.delete:hover svg, .button:disabled.svg.delete:hover svg {
	fill:unset;
	stroke:unset;
}
/*-------- .svgbutton */
input[type="submit"].svgbutton, input[type="reset"].svgbutton, input[type="button"].svgbutton,
 button.svgbutton, button[type="button"].svgbutton, .button.svgbutton {
	margin:.1em;padding:0;background-color:unset;width:auto;height:3em;color:rgba(0,0,0,1);
}
input[type="submit"].svgbutton:hover, input[type="reset"].svgbutton:hover, input[type="button"].svgbutton:hover,
 button.svgbutton:hover, button[type="button"].svgbutton:hover, .button.svgbutton:hover {
	cursor:pointer;
 	background-color:unset;
	font-weight: unset;
	border:none;
	color:rgba(135,133,5,1);
}
input[type="submit"]:disabled.svgbutton:hover, input[type="reset"]:disabled.svgbutton:hover, input[type="button"]:disabled.svgbutton:hover,
 button:disabled.svgbutton:hover, button[type="button"]:disabled.svgbutton:hover, .button:disabled.svgbutton:hover {
	cursor:default;
	background-color:unset;
	color:unset;
}
input[type="submit"].svgbutton svg, input[type="reset"].svgbutton svg, input[type="button"].svgbutton svg,
 button[type="button"].svgbutton svg, .button.svgbutton svg {
	width:3em;height:3em;
}
input[type="submit"].svgbutton:hover svg, input[type="reset"].svgbutton:hover svg, input[type="button"].svgbutton:hover svg,
 button[type="button"].svgbutton:hover svg, .button.svgbutton:hover svg {
	cursor:pointer;
	fill:rgba(135,133,5,1);
}
input[type="submit"]:disabled.svgbutton:hover svg, input[type="reset"]:disabled.svgbutton:hover svg, input[type="button"]:disabled.svgbutton:hover svg,
 button[type="button"]:disabled.svgbutton:hover svg, .button:disabled.svgbutton:hover svg {
	cursor:default;
	fill:unset;
	color:rgba(0,0,0,1);
}
/*-------- .svgbutton.delete */
input[type="submit"].svgbutton.delete:hover, input[type="reset"].svgbutton.delete:hover, input[type="button"].svgbutton.delete:hover,
 button.svgbutton.delet:hover, button[type="button"].svgbutton.delete:hover, .button.svgbutton.delete:hover {
	 color:red;
	 background-color:unset;
 }
/* .hide-button */
.hide-button {
	display:inline;
	cursor:pointer;
	margin-left:1em;
	padding:3px;
	text-decoration:underline;
	font-size:.65em;
	font-weight:400;
}
.hide-button:hover{
	font-weight:600;
}
/*-------- .square */
input[type="submit"].square, input[type="reset"].square, input[type="button"].square,
button.square, button[type="button"].square, .button.square {
	width:3em;
	height:3em;
	margin-left:1em;
}
/*-------- .smallsq */
input[type="submit"].smallsq, input[type="reset"].smallsq, input[type="button"].smallsq,
button.smallsq, button[type="button"].smallsq, .button.smallsq {
	width: 1.8em;
	height: 1.8em;
	margin-left:.5em;
	font-size:.8em;
	background-color:transparent;
	color:black;
}
/*-------- .smallsqblack */
input[type="submit"].smallsqblack, input[type="reset"].smallsqblack, input[type="button"].smallsqblack,
button.smallsqblack, button[type="button"].smallsqblack, .button.smallsqblack {
	background-color: rgba(43,43,40,1);  /*pantone 426 black */
	border: solid 1px rgba(43,43,40,1); 
	color: rgba(255,255,255,1);
	border-radius: 5px;
	margin-left:1em;
	padding: 1px 0px 0px 2px;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.2em;
	font-size:.7em;
}
input[type="submit"].smallsqblack:hover, input[type="reset"].smallsqblack:hover, input[type="button"].smallsqblack:hover,
button.smallsqblack:hover, button[type="button"].smallsqblack:hover, .button.smallsqblack:hover {
	background-color: transparent;
	color: rgba(43,43,40,1);  /*pantone 426 black */
}

/* 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 -- -- WRAPPER class */

.wrapper {
	margin-top: 3em;
	font-size:1em;
	min-height:80vh;
}
.pd-wrap {margin: 0 0 0 3.6em;}
.open-wrap {}

/*@media ******************************************************/
@media screen and (max-width: 980px) {
	.wrapper {margin-top:3.1em;font-size:.95em;}
	.pd-wrap {margin: 0 0 0 3em;}
}
@media screen and (max-width: 736px) {
	.wrapper {margin-top:3.3em;font-size:.9em;}
	.pd-wrap {margin: 0 0 0 3em;}
}
@media screen and (max-width: 480px) {
	.wrapper {margin-top:3.6em;font-size:.85em;}
	.pd-wrap {margin: 0 0 0 2.5em;}
}

/* 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 -- -- MENU css **/

/*************************************************************** menu-wrapper class */
.menu-wrapper {
	top: 0px;
	height: 3em;
	width: 100%;
	z-index: 1;
	position: fixed;
}
img.logo-menu {
	width: 200px;
}
.grid-menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	font-size: .8em;
}
.grid-menu .left {
	padding-top: .5em;
	padding-left: .5em;
}
.grid-menu .right {
	text-align:right;
}
.grid-menu ul li {
	display: inline-block;
	margin-top: 20px;
	margin-left: 30px;
	vertical-align: middle; 
}
.three-bar {
	display:none;
	text-align: right;
	padding-right: 30px;
}
.three-bar span {
	font-size: 2em;
	transform: translateY(30%);
}
/*@media ******************************************************/
@media screen and (max-width: 736px) {
	#grid-menu-right {display: none;}
	.three-bar {display: block;}
}
@media screen and (max-width: 480px) {
	.three-bar span {font-size: 1.5em; line-height: 1.3em;}
}

/*************************************************************** side panel class */
.side-panel {
	position: fixed;
	display: none;
	right: 0;
	top: 3em;
	width: 300px;
	padding: 30px 10px 30px 20px;
	height: calc(100% - 3em);
	height:-moz-calc(100% - 3em);
	height:-webkit-calc(100% - 3em);
	background-color: rgba(255,255,255,1);
	border: .5px solid rgba(153,143,36,.5); /* pantone 619  green*/;
	overflow-y: auto;
	transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
	z-index: 20;
}

/*************************************************************** admin-menu class */
.admin-menu {
	background-color:rgba(255,255,255,1);
	position: fixed;
	top: 3.5em;left:0em;
	border-radius:5px;
	z-index: 1;
}

.admin-menu > div > div {
	background-color:rgba(255,255,255,1);
	border: 1px solid rgba(153,143,36,1.0); /*pantone 619  green*/
	border-radius: 5px;
	width:2em;
	height:2em;
	margin: 1em .5em;
	text-align:center;
}
.admin-menu > div > div:hover {
	cursor:pointer;
	border: 1px solid rgba(153,143,36,1.0);
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.19); 
}
.admin-menu > div:first-child > div {background-color:transparent;}
.admin-menu > div > div p {padding:.1em;position:relative;}
.admin-menu > div > div p img { width: 100%;}

.admin-menu > div.adm-pri > div:hover { box-shadow: 3px 3px 0 rgba(153,143,36,1.0);}

.admin-menu > div.adm-sec { display:none; border-top:1px solid rgba(219,219,219,1);}
.admin-menu > div.adm-sec > div > button[type="button"] {
	margin:0;margin-top:.25em;
	width:2em;height:2em;
	border:unset;
	background-color:transparent;
	padding:unset;
}
.admin-menu > div.adm-sec > div > button[type="button"]:disabled:hover {cursor:default;border:unset; background-color:transparent;color:unset;}
.admin-menu > div.adm-sec > div > button[type="button"]:hover {cursor:default;border:unset; background-color:transparent;color:unset;}
.admin-menu > div.adm-sec > div > button[type="button"] > svg {width:auto;height:auto;}

/*@media *****************************************************/
@media screen and (max-width: 980px) {
	.admin-menu {top: 3.6em;}
	.admin-menu > div > div {width:1.8em;height:1.8em;margin:.9em .5em;}
}
@media screen and (max-width: 736px) {
	.admin-menu {top: 3.8em;}
	.admin-menu > div > div  {width:1.6em;height:1.6em;margin:.75em .5em;}
}
@media screen and (max-width: 480px) {
	.admin-menu {top: 4em;}
	.admin-menu > div > div  {width:1.4em;height:1.4em;margin:.5em .5em;}
}

/*************************************************************** mini-menu class */
.mini-menu {
	position: sticky;
	top:0;
	max-width:100%;height:100%;
	padding-left:1em;
	z-index:1;
	background-color:rgba(255,255,255,1);
}
.mini-menu-screen {
	display: none;
	position: fixed;
	top: 0px;
	margin-left:3.55em;
	width: 100%;
	height:100%;
	z-index:4;
	text-align:center;
}
.show-mini-menu-screen {
	display: block;
}
.mini-menu-screen > div.mms {
	position:fixed;
	top: 3em;;
	right:3.5em;
	background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(219,219,219,1));
	padding:.5em;
}

/* @media ***********************************************/
@media screen and (max-width: 980px) {
	.mini-menu-screen {margin-left:3.9em;}
}
@media screen and (max-width: 736px) {
	.mini-menu {font-size:.9em;}
	.mini-menu-screen {margin-left:3.6em;}
}
@media screen and (max-width: 480px) {
	.mini-menu {font-size:.8em;}
	.mini-menu-screen {margin-left:3em;}
}

/* 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 -- -- SCREEN , JUMP css */
#screen {
	display: none;
	position: fixed;
	top: 3em;
	left: 0px;
	opacity: 0.7;
	background-color: gray;;
	width: 100%;
	height: 100%;
	z-index: 10;
	text-align: center;
}

#savinggif {
	top: 40vh;
	left: 40vw;
	position:absolute;
	z-index: 11;
}
#jump {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	opacity: 0.7;
	background-color: #fff;
	z-index: 11;
	text-align: center;
}
#jump-image {
	top: 40vh;
	left: 45vw;
	position:absolute;
	z-index: 12;
}

/* 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 -- -- POP UP css */

/*************************************************************** dialogue css */
#dialogoverlay {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(255,255,255,.8);
	width: 100%;
	z-index: 10;
}
#dialogbox {
	display: none;
	position: fixed;
	background: rgba(255,255,255,1);
	border-radius:5px; 
	width:550px;
	z-index: 30000;
}
#dialogbox > div { background:rgba(222,217,179,.1); margin:8px; /* pantone 804 orange */ }
#dialogbox > div > #dialogboxhead { background: rgba(162,178,200,1); font-size:30px; padding:10px; text-align:center; color:rgba(0,0,0,1); }
#dialogbox > div > #dialogboxbody { background:rgba(187,199,214,1); padding:20px; text-align:center; color:rgba(0,0,0,1); }
#dialogbox > div > #dialogboxfoot { background: rgba(162,178,200,1); padding:10px; height: 2rem;}
#dialogbox > div > #dialogboxfoot > #footL { background: rgba(222,217,179,1); float:left;}
#dialogbox > div > #dialogboxfoot > #footR { background: rgba(222,217,179,1); float:right;}

button.dialogue-btn {
	background-color: rgba(142,159,188,.85);
	margin: 0px;
	box-shadow: inset 0 0 0 1px rgba(187,199,214,.85);
	color: rgba(255,255,255,1);
	border-radius: 0px;
	border: 0;
	cursor: pointer;
	display: inline;
	font-size: 0.7em;
	font-weight: 400;
	width: 4rem;
	height: 2rem;
	line-height: 1.5em;
	letter-spacing: 2px;
	text-align: center;
	vertical-align: center;
	text-decoration: none;
	text-transform: none;
	white-space: nowrap;
}
button.dialogue-btn:hover {
	background-color: rgba(142,159,188,.65);
	color: rgba(0,0,0,1);
}

/*************************************************************** alert css */
.alert-modal {
	position: fixed;
	left:0;top:0;
	width: 100%;height: 100%;
	background-color: rgba(0,0,0,0.4);
	overflow: auto;
	z-index: 1;
}
.alert-content {
	background-color: #fefefe;
	top:0;
	width: 60%;
	margin: 5% auto;
	padding: .5em;
	border: 1px solid #888;
	border-radius:5px;
}
.alert-content > div {margin-bottom:1em;}
.alert-content > div:first-child {text-align:right;}
.alert-content > div:nth-child(2) {text-align:center;}
.alert-content > div:nth-child(2) p {font-size:1.1em;}
.alert-close {
	display:inline-block;
	color: #aaa;
	font-size: 1.2em;
	font-weight: bold;
	padding-right:.5em;
}
.alert-close:hover,.alert-close:focus { color: black;text-decoration: none;cursor: pointer;}

/*@media *****************************************************/
@media screen and (max-width: 980px) { .alert-content {width: 70%;}}
@media screen and (max-width: 736px) { .alert-content {width: 80%;}}
@media screen and (max-width: 480px) { .alert-content {width: 90%;}}

/*************************************************************** modal css */
.modal {
	display: none;
	position: fixed;
	left:0;top: 0;
	width:100%;height:100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	z-index: 1;
}

.modal textarea, .modal input, .modal select, .modal p { margin-top: 1em;}

.modal-content {
  background-color: #fefefe;
  top:0;
  margin: 5% auto;
  padding: .5em;
  border: 1px solid #888;
  width: 60%;
}

.close, .modal-close {
  color: #aaa;
  text-align:right;
  font-size: 1.2em;
  font-weight: bold;
  padding-right:.5em;
}
.close:hover,.modal-close:hover,
.close:focus,.modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/*@media *****************************************************/
@media screen and (max-width: 980px) {
	.modal-content {width: 70%;}
}
@media screen and (max-width: 736px) {
	.modal-content {width: 80%;}
}
@media screen and (max-width: 480px) {
	.modal-content {width: 90%;}
}

/*************************************************************** Help popup css */
/* Popup container - can be anything you want */
.help-pop {
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/*<div class="help-pop">
	<i class="fa fa-question"></i>
	<span class="popuptext">help text</span>
</div>*/
/* The actual popup */
.help-pop i {
	font-size:.7em;
}
.help-pop .popuptext {
	position: absolute;
	visibility: hidden;
	background-color: #555;
	border:3px solid rgba(135,133,5,1);
	border-radius: 6px;
	min-width: 15em;
	margin-left: 0x;
	padding: .4em;
	color: #fff;
	z-index: 1;
	top: 90%;
	right:-50%;
	font-size:.7em;
	text-align:left;
}
.help-pop:hover .popuptext {
	visibility: visible;
}
/* Popup arrow */
/*	.popup .popuptext::after {
	  content: "";
	  position: absolute;
	  top: 100%;
	  left: 5%;
	  margin-left: -5px;
	  border-width: 5px;
	  border-style: solid;
	  border-color: red transparent transparent transparent;
	}*/

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

/* 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 -- -- FOOTER css **/

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 100px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
/*    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);*/
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}
.footer-main {
	padding: 0 0 .1rem;
	color: rgba(0,0,0,.7);
}
.footer-main a {
	letter-spacing: 2px;
}
.grid-footer-main {
	display: grid;
	padding: 0;
	grid-template-columns: 2fr 1fr;
	grid-gap: 2.5em;
}
.grid-footer-main .left {
	border-top: 8px solid rgba(43,43,40,1.0); /*pantone 426 black */
	padding-left: 2em;
	padding-top: 2em;
}
.grid-footer-main div:nth-child(3) {
	padding-left: 3em;
}
.footer-bottom {
	padding: .1em 0 0 1em;
	margin: 1em 0 0 0;
}
.footer-bottom > p {
	display: inline-block;
	font-size:0.6em;
	padding: 0 3em .5em 0;
	letter-spacing: 1px;
}
.footer-bottom p:last-child {
	float:right;
	font-size:0.65em;
	padding-top: .65em;
}
.footer-social {
	margin: 1.5em 0 .5em;
	padding-left: 3em;
}
.footer-social > p {
	display: inline-block;
	padding-right: 1em;
}
/*@media ******************************************************/
@media screen and (max-width: 980px) {
	.footer-main {font-size: 17px;}
	.footer-social {font-size:0.9em;}
}
@media screen and (max-width: 736px) {
	.footer-main {font-size: 16px;}
	.footer-main {padding: 0;}
	.footer-main a {letter-spacing:1px;}
	.grid-footer-main {grid-gap:.5em;}
	.footer-bottom > p {padding: 0 2em 0 0;}
}
@media screen and (max-width: 500px) {
	.footer-social {margin:0 .5em;}
}
@media screen and (max-width: 600px) {
	.footer-main {font-size: 14px;}
	.grid-footer-main {grid-template-columns:1fr;grid-gap:1em;padding:0;}
	.grid-footer-main div:nth-child(3) {padding-left:0em;}
	.grid-footer-main .left {padding-left:0;padding-top:0;}
	.footer-bottom > p {padding: 0 1.2em 0 0;}
	.footer-social {margin: 0 0 .5em;padding-left:2em;}
}
@media screen and (max-width: 480px) {
	.footer-bottom > p {display:block;padding: .5em 1.2em 0;}
}

/* 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 -- --  SPECIFIC CSS

/*************************************************************** tinymce's content manager css */
.tox-statusbar__branding {display:none;}

div.tinymanager {margin: 2em 0;font-family: "Raleway", Helvetica, sans-serif;font-size:16px;}

div.tinymanager h1 {font-size:1.5em;font-weight:bold;margin-bottom:.7em;margin-top:1em;}
div.tinymanager h2 {font-size:1.4em;font-weight:bold;margin-bottom:.8em;margin-top:1em;}
div.tinymanager h3 {font-size:1.2em;font-weight:bold;margin-bottom:.9em;margin-top:1em;}
div.tinymanager h4 {font-size:1.0em;font-weight:bold;margin-bottom:1.0em;margin-top:1em;}
div.tinymanager h5 {font-size:.85em;font-weight:bold;margin-bottom:1.3em;margin-top:1.3em;}
div.tinymanager h6 {font-size:.65em;font-weight:bold;margin-bottom:1.5em;margin-top:1.5em;}

div.tinymanager p, .tinymanager div {font-size:1em;margin-bottom:1em;}
div.tinymanager ul,
div.tinymanager ol {font-size:0.9em; padding-left:1.5em;margin-bottom:1em;}

div.tinymanager blockquote {font-style:italic;font-size:.0.75em;margin:1em 1em;padding-left:1em;border-left:1.5px solid rgba(170,170,170,.7);}

div.tinymanager pre {font-size:0.65em;display:block;font-family:monospace;white-space:pre;margin:1em 0;}

/*@media *****************************************************/
@media screen and (max-width: 480px) {div.tinymanager blockquote {margin:.2em;padding-left:.2em;}}

/*************************************************************** Image Accreditattion css **/
.photoby {
	text-align:right;
	font-size:.7em;
	font-family:"Courier New", Courier, monospace;
}
/*@media *****************************************************/
@media screen and (max-width: 980px) {.photoby {font-size:.65em;}}
@media screen and (max-width: 680px) {.photoby {font-size:.6em;}}
@media screen and (max-width: 480px) {.photoby {font-size:.45em;}}

/*************************************************************** animating css */
.with_animate {
	opacity: 0;
	transform: translateY(4em);/* rotateZ(20deg);*/
	transition: transform 4s .25s cubic-bezier(0,1,.3,1),opacity .3s .25s ease-out;
	will-change: transform, opacity;
}
.with_animate.is-visible {
  opacity: 1;
  transform: rotateZ(0deg);
}
/*************************************************************** publish-item css */
