/*This is specially for STYLE SHEETS of PHOTOMASTER.hu site w/ dark BG */
/* This is for BODY of PhotoMaster.hu webpage, w/ DARK background, similar to 'GLobePhoto.hu' and also for ARts-Culture-Photography.net/XYZ pages */
body {
	max-width: 2400px;
	background-color: #1A1E27;
	background-image: url('../bground/2022/theBG.jpg');  
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
/* ch-16-12-2023 - it was #bbbbbb */
	color: #dddddd;
/* End ch-16-12-2023 - it was #bbbbbb */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
}

a {
	color: #dddddd;
	text-decoration: none;
}
a:visited {
	color: #DDDDDD;
}
a:active {
	color: #ec0f2d;
}

/* i-03-04-2021 for PhotoMaster ID above Single HQP on the left */
.higher_resol-SHQP-left {
	border-top: 0;
	border-left: 1px dashed #bbbbbb;
	border-bottom: 1px dashed #bbbbbb;
	border-right: 0;
	border-top-left-radius: 13px;
	border-bottom-right-radius: 13px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.higher_resol-SHQP-left:hover {
	background-color: #1a1e27;
	border: 1px solid #2dec0F;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-transform: scale(1, 1.27); /* Safari */
	transform: scale(1, 1.27);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
/* End - i-03-04-2021 for PhotoMaster ID above Single HQP on the left */

/* i-25-03-2021 for PhotoMaster ID above Single HQP */
.higher_resol-SHQP {
	border-top: 0;
	border-right: 1px dashed #bbbbbb;
	border-bottom: 1px dashed #bbbbbb;
	border-left: 0;
	border-top-left-radius: 13px;
	border-bottom-right-radius: 13px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.higher_resol-SHQP:hover {
	background-color: #1a1e27;
	border: 1px solid #2dec0F;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-transform: scale(1, 1.27); /* Safari */
	transform: scale(1, 1.27);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
/* End - i-25-03-2021 for PhotoMaster ID above Single HQP */

/* i-24-03-2021 -taken fm GLownPic.css */
.higher_resol {
	font-size: 8pt;
	color: #dddddd;
	letter-spacing: 1px;
	font-style: italic;
	border-top: 0;
	border-right: 1px dashed #bbbbbb;
	border-bottom: 1px dashed #bbbbbb;
	border-left: 0;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.higher_resol:hover {
	color: #ffffff;
	font-style: normal;
	background-color: #1a1e27;
	border: 1px solid #2dec0F;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-transform: scale(1.382, 1.618); /* Safari */
	transform: scale(1.382, 1.618);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
/* End i-24-03-2021 */

.grow_globephoto_armour_232-inv_Bp-Hun_net2 {
	color: #bbbbbb;
	text-align: center;
	vertical-align: middle;
	padding-left: 11px;
	padding-right: 11px;
	border: none;	
	padding: 0px;
	border-top-right-radius: 3px;
	border-top-left-radius: 93px;
	border-bottom-right-radius: 93px;
	border-bottom-left-radius: 3px;
	-webkit-transform: rotate(-9deg); /* Safari */
	transform: rotate(-9deg);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
.grow_globephoto_armour_232-inv_Bp-Hun_net2:hover {
	color: #ffffff;
	border-radius: 5px;
	border: 1px solid #dddddd;
	background-color: #1A1E27;
	-webkit-transform: scale(1.382, 1.618) translate(-27px,0px); /* Safari */
	transform: scale(1.382, 1.618) translate(-27px,0px);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
/* i-25-01-2024 */
.grow_globephoto_armour_232-inv_GL-Ph_net {
	color: #bbbbbb;
	text-align: center;
	vertical-align: middle;
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #444444;
	border-top: 0px;
	border-left: 0px;	
	padding: 0px;
	border-top-right-radius: 3px;
	border-top-left-radius: 93px;
	border-bottom-right-radius: 93px;
	border-bottom-left-radius: 3px;
	-webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
.grow_globephoto_armour_232-inv_GL-Ph_net:hover {
	color: #ffffff;
	border-radius: 5px;
	border: 1px solid #dddddd;
	background-color: #1A1E27;
	-webkit-transform: scale(1.05, 1.05); /* Safari */
	transform: scale(1.05, 1.05);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
/* End - i-25-01-2024 */
.grow_globephoto_armour_232-inv_Bp-Hun_net {
	color: #bbbbbb;
	text-align: center;
	vertical-align: middle;
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #444444;
	border-top: 0px;
	border-left: 0px;	
	padding: 0px;
	border-top-right-radius: 3px;
	border-top-left-radius: 93px;
	border-bottom-right-radius: 93px;
	border-bottom-left-radius: 3px;
	-webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
.grow_globephoto_armour_232-inv_Bp-Hun_net:hover {
	color: #ffffff;
	border-radius: 5px;
	border: 1px solid #dddddd;
	background-color: #1A1E27;
/* ch-10-02-2024 - it was 1.382 */
	-webkit-transform: scale(1.146, 1.38) translate(-27px, 0px); /* Safari */
	transform: scale(1.146, 1.38) translate(-27px, 0px);
/* End - ch-10-02-2024 - it was 1.382 */
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}

/* i-22-03-2022 w/o border */
.grow_globephoto_armour_232-wob {
	color: #bbbbbb;
	text-align: center;
	vertical-align: middle;
	border: none;

	margin-left: 1px;
	margin-right: 1px;
	border-top-right-radius: 3px;
	border-top-left-radius: 93px;
	border-bottom-right-radius: 93px;
	border-bottom-left-radius: 3px;
	-webkit-transform: rotate(9deg); /* Safari */
	transform: rotate(9deg);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
.grow_globephoto_armour_232-wob:hover {
	color: #ffffff;
	border: 1px solid #ffffff;
	border-bottom: 0px;
	border-right: 0px;
	border-radius: 5px;
	background-color: #1A1E27;
	-webkit-transform: scale(1.382, 1.618) translate(31px,0px); /* Safari */
	transform: scale(1.382, 1.618) translate(31px,0px);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
/* End - i-22-03-2022 w/o border */

.grow_globephoto_armour_232 {
	color: #bbbbbb;
	text-align: center;
	vertical-align: middle;
/* ch-15-11-2022 it was #bbbbbb */
	border: 1px solid #666666;
/* End - ch-15-11-2022 it was #bbbbbb */
	border-bottom: 0px;
	border-right: 0px;
	margin-left: 1px;
	margin-right: 1px;
	border-top-right-radius: 3px;
	border-top-left-radius: 93px;
	border-bottom-right-radius: 93px;
	border-bottom-left-radius: 3px;
	-webkit-transform: rotate(9deg); /* Safari */
	transform: rotate(9deg);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
.grow_globephoto_armour_232:hover {
	color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 5px;
	background-color: #1A1E27;
	-webkit-transform: scale(1.15, 1.5) translate(31px,0px); /* Safari */
	transform: scale(1.15, 1.5) translate(31px,0px);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}

.grow_globephoto_armour_232-inv {
	color: #bbbbbb;
	text-align: center;
	vertical-align: middle;
	padding-left: 11px;
	padding-right: 11px;
/* ch-15-11-2022 it was #bbbbbb */
	border: 1px solid #666666;
/* End - ch-15-11-2022 it was #bbbbbb */
	border-top: 0px;
	border-left: 0px;
	padding: 0px;
	border-top-right-radius: 3px;
	border-top-left-radius: 93px;
	border-bottom-right-radius: 93px;
	border-bottom-left-radius: 3px;
	-webkit-transform: rotate(-9deg); /* Safari */
	transform: rotate(-9deg);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
.grow_globephoto_armour_232-inv:hover {
	color: #ffffff;
	border-radius: 5px;
	border: 1px solid #dddddd;
	background-color: #1A1E27;
/* ch-02-01-2023 it was (-27px,0px) */	
	-webkit-transform: scale(1.15, 1.5) translate(-41px,0px); /* Safari */
	transform: scale(1.15, 1.5) translate(-41px,0px);
/* End - ch-02-01-2023 it was -27px,0px */
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}

.grow_globephoto_armour_S_T_5 {
	width: 270px;
	text-align: center;
	vertical-align: middle;
	border: 1px outset #6d6d6d;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	border-bottom-left-radius: 190px;
	-webkit-transform:  rotate3D(1,1,1,-195deg) translate(-71px,-71px); /* Safari */
    transform: rotate3D(1,1,1,-195deg) translate(-71px,-71px);
  	-webkit-transition: all cubic-bezier(1,-0.1,0.4,1) 3.5s;
  	transition: all cubic-bezier(1,-0.1,0.4,1) 3.5s;
}
.grow_globephoto_armour_S_T_5:hover {
	color: #FFFFFF;
	border: 1px solid #bbbbbb;
	border-top-right-radius: 11px;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	border-bottom-left-radius: 11px;
	-webkit-transform: scale(3,3) translate(21px,0px); /* Safari */
    transform: scale(3,3) translate(21px,0px);
}
.grow_globephoto_armour_R_2 {
	width: 270px;
	vertical-align: middle;
	border: 1px outset #6d6d6d;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	border-top-right-radius: 190px;
	-webkit-transform: rotate3D(1,1,1,-181deg); /* Safari */
	transform: rotate3D(1,1,1,-181deg);
  	-webkit-transition: all cubic-bezier(1,-0.3,0.6,1) 7s;
  	transition: all cubic-bezier(1,-0.3,0.6,1) 7s;
}
.grow_globephoto_armour_R_2:hover {
	color: #FFFFFF;
	border: 1px solid #bbbbbb;
	border-radius: 11px;
	-webkit-transform:  rotate3D(1,1,1,0deg) scale(1.6,1.6); /* Safari */
    transform: rotate3D(1,1,1,0deg) scale(1.6,1.6);
}
/* i-14-08-2022 for 'culture-photography.budapest-hungary.net' */
a.grow_globephoto_armour_labels {
	color: #bbbbbb;
	text-align: center;
	font-style: italic;
	letter-spacing: 1px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
a.grow_globephoto_armour_labels:hover {
	color: #2dec0f;
	font-style:normal;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
/* End - i-14-08-2022 for 'culture-photography.budapest-hungary.net' */

a.grow_globephoto_armour {
	color: #bbbbbb;
	text-align: center;
	font-style: italic;
	background-color: #1A1E27;
	letter-spacing: 1px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
a.grow_globephoto_armour:hover {
	color: #2dec0f;
	font-style:normal;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
span.OWLS {
	text-align: center;
	font-family: Verdana;
	font-size: 10pt;
	letter-spacing: 1px;
}
span.OWLS1 {
	text-align: center;
	font-family: Verdana;
	font-size: 9pt;
	letter-spacing: 1px;
}
span.OWLS2 {
	color: #dddddd;
	text-align: center;
	font-family: Verdana;
	font-size: 7pt;
	letter-spacing: 1px;
}
span.inBig2Black {
	color: #000000;
	font-size: 16pt;
	background-color: #dddddd;
	letter-spacing: 2px;
}
span.inBigBlack {
	color: #000000;
	font-size: 12pt;
	background-color: #dddddd;
	letter-spacing: 2px;
}
span.inBlack {
	color: #000000;
	font-size: 10pt;
	background-color: #dddddd;
	letter-spacing: 2px;
}
span.inBigWhite {
	font-size: 12pt;
	color: #ffffff;
	letter-spacing: 2px;
}
span.inBig2White {
	font-size: 16pt;
	color: #ffffff;
	letter-spacing: 2px;
}
span.inBig3White {
	font-size: 21pt;
	color: #ffffff;
	letter-spacing: 2px;
}
span.inBig4White {
	font-size: 27pt;
	color: #ffffff;
	letter-spacing: 2px;
}
span.inWhite {
	color: #ffffff; 
}
span.inBig3Green {
	font-size: 21pt;
	color: #2DEC0F;
	letter-spacing: 2px;
}
span.inBig2Green {
	font-size: 16pt;
	color: #2DEC0F;
	letter-spacing: 2px;
}
span.inBigGreen {
	font-size: 12pt;
	color: #2DEC0F;
	letter-spacing: 2px;
}
span.inGreen {
	color: #2DEC0F; 
}
span.inSmallGreen {
	font-size: 6pt;
	color: #2DEC0F; 
}
span.inSmallRed {
	color: #ec0f2d; 
	font-size: 8pt;
	letter-spacing: 1px;
}
span.inRed0 {
	color: #ec0f2d; 
	letter-spacing: 1px;
}
span.inRed {
	color: #ec0f2d; 
	font-size: 10pt;
	letter-spacing: 1px;
}
span.inBigRed {
	font-size: 12pt;
	color: #ec0f2d;
	letter-spacing: 2px;
}
span.inBigRed_NoLetterSpace {
	font-size: 12pt;
	color: #ec0f2d;
	letter-spacing: 1px;
}
span.inBig2Red {
	font-size: 16pt;
	color: #ec0f2d;
	letter-spacing: 2px;
}
span.inBig2Red_NoLetterSpace {
	font-size: 16pt;
	color: #ec0f2d;
	letter-spacing: 1px;
}
span.inBig3Red {
	font-size: 21pt;
	color: #ec0f2d;
	letter-spacing: 2px;
}
span.inBig3Red_NoLetterSpace {
	font-size: 21pt;
	color: #ec0f2d;
	letter-spacing: 1px;
}
span.inBig4Red {
	font-size: 31pt;
	color: #ec0f2d;
	letter-spacing: 2px;
}
span.inBig4Red_NoLetterSpace {
	font-size: 31pt;
	color: #ec0f2d;
	letter-spacing: 1px;
}
span.inBig5Red {
	font-size: 39pt;
	color: #ec0f2d;
	letter-spacing: 2px;
}
span.inBig6Red {
	font-size: 49pt;
	color: #ec0f2d;
	letter-spacing: 2px;
}
span.inBig4Blue {
	font-size: 27pt;
	color: #0f9cec;
	letter-spacing: 2px;
}
span.inBig3Blue {
	font-size: 21pt;
	color: #0f9cec;
	letter-spacing: 2px;
}
span.inBig2Blue {
	font-size: 16pt;
	color: #0f9cec;
	letter-spacing: 2px;
}
span.inBigBlue {
	font-size: 12pt;
	color: #0f9cec;
	letter-spacing: 2px;
}
span.inBlue {
	font-size: 10pt;
	color: #0f9cec;
	letter-spacing: 2px;
}
span.inSmallBlue {
	font-size: 9pt;
	color: #0f9cec;
	letter-spacing: 2px;
}
span.inSmall2Blue {
	font-size: 8pt;
	color: #0f9cec;
	letter-spacing: 1px;
}
span.inOrange {
	color: #FF9F1E; 
	font-size: 10pt;
}
span.OWLS_for_GL1 {
	text-align: center;
	font-family: Verdana;
	font-size: 10pt;
}
span.OWLS_for_GL2 {
	text-align: center;
	font-family: Verdana;
	font-size: 5pt;
}

/* Ch.N. 22-04-2019 used for left Armour (Vigadó) in GlobePhoto.net */
.grow_globephoto_armour_S_T_5 {
	width: 270px;
	text-align: center;
	vertical-align: middle;
	border: 1px outset #6d6d6d;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	border-bottom-left-radius: 190px;
	-webkit-transform:  rotate3D(1,1,1,-195deg) translate(-111px,-71px); /* Safari */
    transform: rotate3D(1,1,1,-195deg) translate(-111px,-71px);
  	-webkit-transition: all cubic-bezier(1,-0.1,0.4,1) 3.5s;
  	transition: all cubic-bezier(1,-0.1,0.4,1) 3.5s;
}
.grow_globephoto_armour_S_T_5:hover {
	border: 1px solid #bbbbbb;
	border-top-right-radius: 11px;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	border-bottom-left-radius: 11px;
	-webkit-transform: scale(3,3) translate(-31px,0px); /* Safari */
    transform: scale(3,3) translate(-31px,0px);
}
/* End Ch.N. 29-10-2018 used for left Armour (for Parliament-4G) in GlobePhoto.net */

/* i-30-01-2022 - for HEAD of GlobePhoto.net */
.grow_globephoto_armour_R_S_T_0_GL {
	width: 293px;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
	border: 1px inset #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-bottom-left-radius: 105px;
/* i-09-03-2022 - it was 55px */
	border-bottom-right-radius: 17px;
/* End - i-09-03-2022 - it was 55px */
	border-top-left-radius: 135px;
	border-top-right-radius: 33px;
	-webkit-transform:  rotate3D(1,1,1,73deg) skew(11deg,11deg); /* Safari */
    transform: rotate3D(1,1,1,73deg) skew(11deg,11deg);
	-webkit-transition: all cubic-bezier(1,-4.1,0.7,1) 9s;
  	transition: all cubic-bezier(1,-4.1,0.7,1) 9s;
	position: relative;
	z-index: 4;
}
.grow_globephoto_armour_R_S_T_0_GL:hover {
	border: 1px solid #ffffff;
	border-radius: 11px;
/* ch-10-03-2022 - it was 0px */
	-webkit-transform: scale(2.8,2.8) translate(21px,33px); /* Safari */
    transform: scale(2.8,2.8) translate(21px,33px);
/* End - ch-10-03-2022 - it was 0px */
}
/* End - i-30-01-2022 - for HEAD of GlobePhoto.net */

/* i-21-03-2021 - for GL.hu and several other sites */
a.show_WG2-largerfont {
	font-size: 10pt;
	color: #bbbbbb;
	letter-spacing: 1px;
	text-decoration: none;
	border: 0px solid #2dec0f;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 9px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
a.show_WG2-largerfont:hover {
	color: #ffffff;
	background-color: #31343C;
	border: 2px solid #ec0f2d;
	border-radius: 9px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}

a.show_WG2 {
	font-size: 11pt;
	color: #dddddd;
	letter-spacing: 1px;
	text-decoration: none;
	border: 1px solid #2dec0f;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
a.show_WG2:hover {
	color: #ffffff;
	background-color: #31343C;
	border: 2px solid #ec0f2d;
	border-radius: 9px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}

/* Ch.N. 16-03-2019 - This is for DiArmour-X iframe in GLobePhoto.net and similar */
.DiArmour-X {
	width:100%;
/* ch-13-08-2022 - it was 759px */
	height:769px;
/* End - ch-13-08-2022 - it was 759px */
	text-align: center;
	padding:0; border:0;
	border-spacing:0px;
	frameborder:0px;
	scrolling:no;
}

/* Ch.N. 07-11-2019 - This is for rotating 'big signs' in GLobePhoto.net and other sites - bigger vert.scale */
.grow_globephoto_armour_23-2 {
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #888888;
	border-top: 0px;
	border-left: 0px;
	margin-left: 1px;
	margin-right: 1px;
	border-top-right-radius: 3px;
	border-top-left-radius: 93px;
	border-bottom-right-radius: 93px;
	border-bottom-left-radius: 3px;
	-webkit-transform: rotate(9deg); /* Safari */
	transform: rotate(9deg);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
.grow_globephoto_armour_23-2:hover {
	border-radius: 5px;
	border: 1px solid #bbbbbb;
	background-color: #1A1E27;
	-webkit-transform: scale(1.382, 1.97); /* Safari */
	transform: scale(1.382, 1.97);
	-webkit-transition: 3s; /* Safari */
    transition: 3s;
}
/* CHN: 16-02-2018, style for link in Addinfo iframe */
a.ArCmenu {
	font-size: 8pt;
	color: #dddddd;
	text-decoration: none;
	letter-spacing: 1px;
	border: 2px dotted #bbbbbb;
	border-top-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 9px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s, transform 2s;
}
a.ArCmenu:hover {
	background-color: #1A1E27;
	border: 2px solid #0f9cec;
	-webkit-transition: 2s; /* Safari */
    transition: 2s, transform 2s;
}
a.ArCmenu:active {
	color: #ec0f2d;
}

/* for Hungary_ifr-thp2 - larger thns w/o caption - 18-02-2022 */
.iHungary_ifr-thp2 {
	width: 100%;
	height: 523px; 
	text-align: center; 
	padding: 0; border: 0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
}

/* for Hungary_ifr-thp-descr - larger thns - 24-03-2021 */
.iHungary_ifr-thp2-descr {
	width: 100%;
	height: 669px;
	text-align: center; 
	padding: 0; border: 0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
}

/* for Hungary_ifr-thp-descr - 24-03-2021 */
.iHungary_ifr-thp-descr {
	width: 100%;
	height: 397px; 
	text-align: center; 
	padding: 0; border: 0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
}

/* for Hungary_ifr-thp - 20-01-2022 */
.iHungary_ifr-thp {
	width: 100%;
	height: 211px; 
	text-align: center; 
	padding: 0; border: 0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
}

/* i-11-12-2022 - for NEW Thumbnail site */
.iHungary_ifr-thp31 {
	width: 100%;
	height: 148px; 
	text-align: center; 
	padding: 0; border: 0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
}
/* i-11-12-2022 */
.iHungary_ifr-thp32 {
	width: 100%;
	height: 302px; 
	text-align: center; 
	padding: 0; border: 0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
}
/* End - i-11-12-2022 - for NEW Thumbnail site */

.iBudapest-Hungary_ifr-3D {
/* i-30-03-2021 - for CENTERING IFRAME w/ flying pictures - this solved the hor.scrolling problem in GLobePhoto.net w/ iPad */
	margin: auto;
	display: block;
	width: 1234px;
/* End - i-30-03-2021 - for CENTERING IFRAME w/ flying pictures */	
	height: 871px; 
	text-align: center; 
	padding: 0; border: 0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
}

/* i-11-08-2024 - for Bp-Hun-Cr-Cult-Ph.net iframe */
.iAnimiX {
	width: 100%;
	height: 951px;
	margin: auto;
	display: block;
	text-align: center; 
	padding: 0; border: 0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
}

/* i-30-01-2024 - for GLobePhoto.net - Mobius */
.iMobius {
	width: 100%;
	height: 1001px;
	margin: auto;
	display: block;
	text-align: center; 
	padding: 0; border: 0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
}

/* i-03-05-2021 - for flying iframe w/ 'HQP.js' */
.iBudapest-Hungary_ifr-3D-HQP {
	width: 100%;
/* ch-15-07-2023 - it was 963px */
	height: 1011px;
/* End - ch-15-07-2023 - it was 963px */
	margin: auto;
	display: block;
	text-align: center; 
	padding: 0; border: 0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
}

/* for GLobePhoto.net */
table.MainT-Dia {
 	padding:0;
	border-spacing: 0px;
 	text-align: center; 
	border: 1px outset #bbbbbb;
	border-top-left-radius: 171px;
	border-bottom-right-radius: 171px;
	border-top-right-radius: 7px;
	border-bottom-left-radius: 7px;
 	margin: auto;
}
table.asFrame {
	width: 100%;
	min-width: 100%;
	text-align: center;
	padding: 0px; 
	border: 0px;
/* ch-26-05-2023 - it was 0px */
	border-spacing: 1px;
/* End - ch-26-05-2023 - it was 0px */
	border-collapse: separate;
	margin: auto;
}
/* i- 20-05-2022 for top of GLobePhoto.net  */
table.asFrame_GLPhnet {
	width: 100%;
	min-width: 100%;
	text-align: center;
	font-size: 9pt;
	font-style: italic;
	padding: 0px; 
	border: 0px;
	border-spacing: 0px;
	margin: auto;
}
table.asFrame_GLPhnet:hover {
	color: #2DEC0F;
	font-style: normal;
}
/* End - i- 20-05-2022 */

/* !!!!!!!!!!!!!!!!!!!! - End - i-26-02-2021 - Add.styles forGLobePhoto.net w/ GLownPic-4.css */


/* Ch.N. 31-01-2020 - for mobile */
div, p, a, li, td { 
	-webkit-text-size-adjust: 100%; 
}
/* End - Ch.N. 31-01-2020 - for mobile */

/* Add div style for the entire BODY! - 25-11-2020 - taken fm GLownPic-2.css */
div.The_WHOLE {
	max-width: 100%; 
/*	overflow: hidden; */
	border: none; 
	padding: 0; 
	margin: 0 auto; 
	display: block;
}
/* End - Add div style */

/* i-14-03-2022 - for Columned Title-Text block  */
div.PicTitle_AfterTitle-col {
/* ch-28-11-2023 - it was 99%  */
	max-width: 100%;
/* End ch-28-11-2023 - it was 99%  */
	vertical-align: middle;
	border: none; 
/* ch-21-11-2023 - it was '5px 11px 9px 7px' */
	padding: 5px 15px 9px 0px;
/* End ch-21-11-2023 - it was '5px 11px 9px 7px' */
	column-count: 2;
	column-gap: 24px;
	column-rule-style: solid;
	column-rule-width: 1px;
	column-rule-color: #888888;
	margin: auto; 
	display: block;
}
/* End - i-14-03-2022 - for Columned Title-Text block  */

/* for Title-Text blocks - 25-11-2020 */
div.PicTitle_AfterTitle {
	max-width: 100%; 
/* ch. 'overflow: hidden' ignored - 01-09-2021 */
/*	overflow: hidden; */
/* End - ch. 'overflow: hidden' ignored - 01-09-2021 */
	border: none; 
	padding: 0;
	vertical-align: middle;
/* Ch.N. 01-20-2022 - it was 'padding-right: 11px' */
	padding-left: 7px;
	padding-right: 7px;
/* End - Ch.N. 01-20-2022 */
	margin: 0 auto; 
	display: block;
}
/* End - for Title-Text blocks - 25-11-2020 -taken fm GLownPic-2.css */

/* 11-12-2019 for small green dot used in 'rand_mySelBest4ArC2400x.js' and in 'rand_mySelBest4ArC2400x_PhotoSight.js' */
span.inSmallGreen {
	font-size: 6pt;
	color: #2DEC0F; 
}
/* End - 11-12-2019 for small green dot used in 'rand_mySelBest4ArC2400x.js' and in 'rand_mySelBest4ArC2400x_PhotoSight.js' */

table.MainT-GLPh-white {
/* Why is width so high? */
 	width:1250px; 
/* End - Why is width so high? */
 	padding:0; 
 	text-align:center; 
	border: 2px outset #bbbbbb;
	background-color: #ffffff;
	border-top-left-radius: 171px;
	border-bottom-right-radius: 171px;
	border-top-right-radius: 71px;
	border-bottom-left-radius: 31px;
 	margin: auto;
}
/* End Ch.N. 13-10-2018 for main table of Arts-Culture-Events.GLobePhoto.hu */

/* Ch.N. 01-11-2019 for main table of 'PhotoMaster.hu' w/ dark BG */
table.MainT-GLPh-white-GLobePhoto-hu {
 	width:1216px; 
 	padding:0; 
 	text-align:center; 
	border:1px solid #444444;
	background-color: #1A1E27;
	border-top-left-radius: 211px;
	border-bottom-right-radius: 181px;
	border-top-right-radius: 71px;
	border-bottom-left-radius: 71px;
 	margin: auto;
}
/* Ch.N. 01-11-2019 for main table of 'PhotoMaster.hu' w/ dark BG */

/* 13-03-2022 - these 2 below are mostly recommended for general use in HTMLs */
/* taken fm GLownPic-2 - 17-12-2020 */
table.MainT-BestGLobe {
	width: 100%;
	text-align: center;
 	padding: 0; 
	border-spacing: 0px;
	border: 1px solid #bbbbbb;
	border-radius: 211px 49px 153px 68px;
 	margin: auto;
}
/* End - taken fm GLownPic-2 - 17-12-2020 */

/* ch-12-11-2022 for Tables of general use mostly used in DiAlbums - alternate use with that one below */
table.MainT-hrplus {
 	padding:0; 
 	text-align: center; 
	border: 1px solid #444444;
	background-color: #31343c;
 	background-image: url('../bground/2017/myOWLS-bg-2017-22.jpg');
	border-radius: 93px 15px 56px 25px;
 	margin: auto;
}
table.MainT-hrplus:hover { 
	border: 1px solid #888888;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}

table.MainT-hrplus-2 {
	width: 100%;
 	padding:0; 
 	text-align:center; 
	border: 1px solid #444444;
	border-radius: 56px 25px 93px 15px;
 	margin: auto;
}
table.MainT-hrplus-2:hover {
	border: 1px solid #888888;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
/* End - ch-12-11-2022 for Tables of general use */

/* i-21-08-2024 for 'DekPic' webpages */
table.MainT-PhotoMaster-hu-PiiF {
	width: 100%;
	text-align: center;
	border-spacing: 3px;
	border-collapse: separate;
	border: 3px double #444444;
	border-radius: 93px 15px 56px 25px;
 	margin: auto;
}
table.MainT-PhotoMaster-hu-PiiF:hover {
	border: none;
	padding: 3px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
/* End - i-21-08-2024 for 'DekPic' webpages */

table.MainT-PhotoMaster-hu-0 {
	width: 100%;
	text-align: center;
 	padding: 0;
	border-collapse: separate;
	border-spacing: 3px;
	border: none;
 	margin: auto;
}

/* i-07-12-2024 for 'Creative-Animation-Photography.GlobePhoto.net' */
table.MainT-PhotoMaster-hu-00 {
	width: 100%;
	text-align: center;
 	padding: 0;
	border-spacing: 0px;
	border: none;
 	margin: auto;
}

/* i-15-01-2024 - for x.Budapest-Hungary.net Creative sites */
table.MainT-PhotoMaster-hu-Creative {
	width: 100%;
	text-align: center;
	border-spacing: 3px;
	border-collapse: separate;
	border: 3px double #444444;
	border-radius: 93px 15px 56px 25px;
 	margin: auto;
}
table.MainT-PhotoMaster-hu-Creative:hover {
	border: none;
	padding: 3px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
/* End - i-15-01-2024 - for x.Budapest-Hungary.net Creative sites */

/* ch.12-11-2022 for tables of 'GLobePhoto.net' and similar sites w/ dark BG w/Viewport - alternate use with that one below- practically the same as above (MainT-BestGLobe) except border-spacing!, and MainT-hrplus as well */
table.MainT-PhotoMaster-hu {
	width: 100%;
	text-align: center;
/* ch-28-11-2023 - remove padding! table padding is indifferent! - it was 0 
 	padding: 0; */
/* NOTE: very sensitive to hor.scrolling !!! */
	border-spacing: 3px;
	border-collapse: separate;
/* ch.31-10-2023 - it was 1px */
	border: 3px double #444444;
/* End - ch.31-10-2023 - it was 1px */
	border-radius: 93px 15px 56px 25px;
 	margin: auto;
}
table.MainT-PhotoMaster-hu:hover {
	border: 3px double #dddddd;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}

table.MainT-PhotoMaster-hu-2 {
	width: 100%;
	text-align: center;
/* ch-28-11-2023 - remove padding! table padding is indifferent! - it was 0 
 	padding: 0; */
/* NOTE: very sensitive to hor.scrolling !!! */
	border-spacing: 3px;
	border-collapse: separate;
/* ch.22-11-2023 - it was 1px */
	border: 3px double #444444;
/*End -  ch.322-11-2023 - it was 1px */
	border-radius: 56px 25px 93px 15px;
 	margin: auto;
}
table.MainT-PhotoMaster-hu-2:hover {
	border: 3px double #dddddd;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
/* End - ch.12-11-2022 for tables of 'GLobePhoto.net' and similar sites w/ dark BG w/Viewport - alternate use with that one below- practically the same as above (MainT-BestGLobe) except border-spacing!, and MainT-hrplus as well */

/* Ch.N. for webkit 27-07-2019 for table of 'Photo-sight.Arts-Culture-Phtography.net' w/ dark BG */
.fourArC-title-GLobePhoto-hu-PhotoSight {
	text-align: center;
	color: #1A1E27;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	text-decoration: none;
/* Ch.N. - 27-01-2020 */
	font-size: 7pt;	
	line-height: 150%;
/* End - Ch.N. - 27-01-2020 */
	cursor:pointer;
	padding-left: 11px;
	padding-right: 5px;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #1A1E27;
	border-radius: 5px;
	-webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg); /* Safari */
	-webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari */
    transition: width 2s, height 2s, transform 2s; 
}
.fourArC-title-GLobePhoto-hu-PhotoSight:hover {
	font-style: normal;
	border-top: 1px solid #1A1E27;
	border-left: 1px solid #1A1E27;
	border-top-left-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
    -webkit-transform: scale(1.02, 1.6); /* Safari */
    transform: scale(1.02, 1.6);	
}
/* End - Ch.N. for webkit 27-07-2019 for table of 'Photo-sight.Arts-Culture-Phtography.net' w/ dark BG */

/* Ch.N.20-07-2020 for bottom title of HR pages */
.fourArC-title-BestGLobePhoto-HR {
	text-align:justify;
	color: #bbbbbb;
	background-color: #31383C;
	font-size: 10pt;	
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 145%;
	text-decoration: none;
	padding-top: 9px;
	padding-left: 5px;
	padding-right: 13px;
	padding-bottom: 11px;
	border-bottom: 3px double #6F767B;
	border-radius: 11px;
/* Ch.N.20-08-2020 double transition is needed for smooth animation  */	
	-webkit-transition: 2s; /* Safari */
 	transition: 2s; 
}
.fourArC-title-BestGLobePhoto-HR:hover {
	color: #dddddd;
	border-bottom: 3px double #2dec0f;
	background-color: #1A1E27;
/* i-04-04-2021 */
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
/* End - i-04-04-2021 */
/* Ch.N.24-03-2021 - it was -13px */	
	-webkit-transform: scale(1, 1.05) translate(0px,-21px); /* Safari */
    transform: scale(1, 1.05) translate(0px,-27px);
/* End - Ch.N.24-03-2021 - it was -13px */	
	-webkit-transition: 2s; /* Safari */
 	transition: 2s; 
}
/* End - Ch.N.20-07-2020 for bottom title of HR pages */

/* i-22-01-2022 for for'FraXq-HQP-X_ifr.htm' files w/ GLownpic-4 CSS */
.fourArC-title-BestGLobePhoto-FraXq {
	color: #bbbbbb;
	font-weight: normal;
	font-style: italic;
	text-align: justify;
	letter-spacing: 1px;
	font-size: 7pt;
	line-height: 155%;
	text-decoration: none;
	padding: 2px;
	padding-right: 5px;
	border: none;
	border-radius: 15px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-transform: rotate(-2deg); /* Safari */
    transform: rotate(-2deg);
	-webkit-transition: 3s;  
	transition: 3s
}
.fourArC-title-BestGLobePhoto-FraXq:hover {
	color: #ffffff;
	background-color: #1A1E27;
	font-style: normal;
	padding-right: 2px;
	border-right: 3px double #2dec0f;
	border-top: 0px;
	border-radius: 15px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-transform: translate(0px, 29px);
	transform: translate(0px, 29px);
	-webkit-transition: 3s;  
	transition: 3s
}
/* End - i-22-01-2022 for for'FraXq-HQP-X_ifr.htm' files w/ GLownpic-4 CSS */

/* i-30-01-2022 for Photography.GLobePhoto.hu */
.fourArC-title-BestGLobePhoto-Ph-Gl-hu {
	text-align:justify;
	color: #444444;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
	font-size: 7pt;
	line-height: 155%;
	text-decoration: none;
	padding: 7px 0px 5px 0px;
	border-bottom: 3px double #444444;
	border-left: 0px;
	border-radius: 15px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-transform: rotate(-9deg); /* Safari */
    transform: rotate(-9deg);
	-webkit-transition: 3s;  
	transition: 3s
}
.fourArC-title-BestGLobePhoto-Ph-Gl-hu:hover {
	color: #ffffff;
	background-color: #1A1E27;
	font-style: normal;
	border-bottom: 3px double #2dec0f;
	border-right: 3px double #2dec0f;
	padding-left: 3px;
	border-top: 0px;
	-webkit-transform: translate(0px, 29px);
	transform: translate(0px, 29px);
	-webkit-transition: 3s;  
	transition: 3s
}
/* End - i-30-01-2022 for Photography.GLobePhoto.hu */

/* i-08-03-2022 for title of 'Budapest-Hungary.net' */
.fourArC-title-BestGLobePhoto_Bp-Hun_net {
	display: block;
	text-align: justify;
	font-size: 4pt;
	letter-spacing: 0px;
	line-height: 125%;
	color: #888888;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	padding: 9px 0px 13px 7px;
	border: none;
	border-radius: 15px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-transform: rotate(-2deg); /* Safari */
    transform: rotate(-2deg);
	-webkit-transition: 3s;  
	transition: 3s
}
.fourArC-title-BestGLobePhoto_Bp-Hun_net:hover {
	color: #ffffff;
	font-size: 6pt;
	background-color: #1A1E27;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 155%;
	border-top: 3px double #2dec0f;
/* ch-10-05-2023 - it was border-left */
	border-right: 3px double #2dec0f;
/* End - ch-10-05-2023 - it was border-left */
	padding-right: 3px;
	border-bottom: 0px;
	-webkit-transform: translate(0px, 29px);
	transform: translate(0px, 29px);
	-webkit-transition: 3s;  
	transition: 3s
}
/* End - i-08-03-2022 for title of 'Budapest-Hungary.net' */

/* i-16-03-2022 for starting from smaller font */
.fourArC-title-BestGLobePhoto_smaller-font {
	display: block;
	text-align: justify;
	font-size: 4pt;
	letter-spacing: 0px;
	line-height: 125%;
	color: #888888;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	padding: 6px 0px 9px 6px;
	border: none;
	border-radius: 15px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-transform: rotate(-2deg); /* Safari */
    transform: rotate(-2deg);
	-webkit-transition: 3s;  
	transition: 3s
}
.fourArC-title-BestGLobePhoto_smaller-font:hover {
	color: #ffffff;
	font-size: 6pt;
	background-color: #1A1E27;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 155%;
	padding-left: 3px;
	border-top: 3px double #2dec0f;
	border-right: 3px double #2dec0f;
	border-bottom: 0px;
	-webkit-transform: translate(0px, 29px);
	transform: translate(0px, 29px);
	-webkit-transition: 3s;  
	transition: 3s
}
/* End - i-16-03-2022 for starting from smaller font */

/* i-30-11-2019 for title of 'Best.GLobePhoto.net', and for webpages of fixed 2400x pictures - w/ dark BG */
.fourArC-title-BestGLobePhoto {
/* i-02-03-2022 */
	display: block;
/* End - i-02-03-2022 */
	text-align: justify;
	color: #444444;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
	font-size: 6pt;
	line-height: 145%;
	text-decoration: none;
/* ch-02-03-2022 - it was '7px 0px 5px 0px' */
	padding: 9px 0px 9px 0px;
/* End - ch-02-03-2022 - it was '7px 0px 5px 0px' */
	border-top: 3px double #888888;
	border-left: 0px;
	border-radius: 15px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-transform: rotate(-2deg); /* Safari */
    transform: rotate(-2deg);
	-webkit-transition: 3s;  
	transition: 3s
}
.fourArC-title-BestGLobePhoto:hover {
	color: #ffffff;
	background-color: #1A1E27;
	font-style: normal;
	border-top: 3px double #2dec0f;
	border-right: 3px double #2dec0f;
	padding-left: 3px;
	border-bottom: 0px;
/* ch-12-12-2021 - it was 25px */
	-webkit-transform: translate(0px, 29px);
	transform: translate(0px, 29px);
/* End - ch-12-12-2021 - it was 25px */
	-webkit-transition: 3s;  
	transition: 3s
}
/* End -i-30-11-2019 for title of 'Best.GLobePhoto.net', 'my-Best...GLobePhoto.hu' and for webpages of fixed 2400x pictures - w/ dark BG */

/* i-08-02-2022 for 'Photography.Budapest-Hungary.hu' w/ image on the left */
.fourArC-title-BestGLobePhoto-HunCult2-fh {
	text-align:justify;
	color: #dddddd;
	font-size: 8pt;
	letter-spacing: 1px;
	line-height: 160%;
	text-decoration: none;
	padding: 11px 22px 11px 0px;
	border: 1px solid #bbbbbb;
	border-left: none;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom: none;
	border-radius: 11px;
	-webkit-transition: 2s; /* Safari */
 	transition: 2s; 
}
.fourArC-title-BestGLobePhoto-HunCult2-fh:hover {
	color: #ffffff;
/* i-28-06-2022 */
	border-top: none;
	border-top-right-radius: 0px;
/* End - i-28-06-2022 */
	border-left: none;
	border-bottom: 3px double #dddddd;
	background-color: #1A1E27;
	-webkit-transform: scale(1, 1.05); /* Safari */
    transform: scale(1, 1.05);
	-webkit-transition: 2s; /* Safari */
 	transition: 2s; 
}

/* i-19-02-2022 for deceasing paddng-right */
.fourArC-title-BestGLobePhoto-HunCult22-fh {
	text-align:justify;
	color: #dddddd;
	font-size: 8pt;	
	letter-spacing: 1px;
	line-height: 160%;
	text-decoration: none;
	padding: 11px 1px 11px 1px;
	border: 1px solid #bbbbbb;
	border-left: none;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom: none;
	border-radius: 11px;
	-webkit-transition: 2s; /* Safari */
 	transition: 2s; 
}
.fourArC-title-BestGLobePhoto-HunCult22-fh:hover {
	color: #ffffff;
/* ch-29-06-2023 - it was #2dec0f */
	border-bottom: 3px double #dddddd;
/* End - ch-29-06-2023 - it was #2dec0f */
	border-left: 1px solid #bbbbbb;
	background-color: #1A1E27;
	-webkit-transform: scale(1, 1.05); /* Safari */
    transform: scale(1, 1.05);
	-webkit-transition: 2s; /* Safari */
 	transition: 2s; 
}

/* i-18-02-2022 for 'photomaster.hu/dia-owl-hu/Hungary_ifr-X-thp/Hungary_ifr-thp2.htm' on the left w/o caption */
.fourArC-title-BestGLobePhoto-HunCult22 {
	text-align:justify;
	color: #dddddd;
	font-size: 8pt;	
	letter-spacing: 1px;
	line-height: 160%;
	text-decoration: none;
	padding: 11px 3px 11px 0px;
	border: 1px solid #bbbbbb;
	border-right: none;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom: none;
	border-radius: 11px;
	-webkit-transition: 2s; /* Safari */
 	transition: 2s; 
}
.fourArC-title-BestGLobePhoto-HunCult22:hover {
	color: #ffffff;
	border-bottom: 3px double #dddddd;
	background-color: #1A1E27;
	border-right: 1px solid #bbbbbb;
	-webkit-transform: scale(1, 1.05); /* Safari */
    transform: scale(1, 1.05);
	-webkit-transition: 2s; /* Safari */
 	transition: 2s; 
}

.fourArC-title-BestGLobePhoto-HunCult2 {
	text-align:justify;
	color: #dddddd;
	font-size: 8pt;	
	letter-spacing: 1px;
	line-height: 160%;
	text-decoration: none;
	padding: 11px 2px 11px 23px;
	border: 1px solid #bbbbbb;
	border-right: none;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom: none;
	border-radius: 11px;
	-webkit-transition: 2s; /* Safari */
 	transition: 2s; 
}
.fourArC-title-BestGLobePhoto-HunCult2:hover {
	color: #ffffff;
/* i-28-06-2022 */
	border-top: none;
	border-top-left-radius: 0px;
/* End - i-28-06-2022 */
	border-bottom: 3px double #dddddd;
	border-right: none;
	background-color: #1A1E27;
	-webkit-transform: scale(1, 1.05); /* Safari */
    transform: scale(1, 1.05);
	-webkit-transition: 2s; /* Safari */
 	transition: 2s; 
}
/* End - i-08-02-2022 for 'Photography.Budapest-Hungary.hu' w/ image on the left */

/* i-21-01-2022 for 'Hungary-culture-photography.GLobePhoto.hu' w/ image on the left */
.fourArC-title-BestGLobePhoto-HunCult-fh {
	text-align:justify;
	color: #dddddd;
	background-color: #31383C;
	font-size: 7pt;	
	letter-spacing: 1px;
	line-height: 160%;
	text-decoration: none;
	padding: 11px 31px 7px 9px;
	border-bottom: 3px double #6F767B;
	border-radius: 11px;
	-webkit-transition: 2s; /* Safari */
 	transition: 2s; 
}
.fourArC-title-BestGLobePhoto-HunCult-fh:hover {
	color: #ffffff;
	border-bottom: 3px double #dddddd;
/* i-28-06-2022 */
	border-top: none;
/* End - i-28-06-2022 */
	background-color: #1A1E27;
	-webkit-transform: scale(1, 1.05); /* Safari */
    transform: scale(1, 1.05);
	-webkit-transition: 2s; /* Safari */
 	transition: 2s; 
}
/* End - in-21-01-2022 for 'Hungary-culture-photography.GLobePhoto.hu' w/ image on the left */

/* ins-22-08-2020 for 'Hungary-culture-photography.GLobePhoto.hu' */
.fourArC-title-BestGLobePhoto-HunCult {
	text-align:justify;
	color: #dddddd;
	background-color: #31383C;
	font-size: 7pt;	
	letter-spacing: 1px;
	line-height: 160%;
	text-decoration: none;
	padding: 11px 11px 7px 35px;
	border-bottom: 3px double #6F767B;
	border-radius: 11px;
	-webkit-transition: 2s; /* Safari */
 	transition: 2s; 
}
.fourArC-title-BestGLobePhoto-HunCult:hover {
	color: #ffffff;
	border-bottom: 3px double #dddddd;
	border-top: none;
	background-color: #1A1E27;
	-webkit-transform: scale(1, 1.05); /* Safari */
    transform: scale(1, 1.05);
	-webkit-transition: 2s; /* Safari */
 	transition: 2s; 
}
/* End - ins-22-08-2020 for 'Hungary-culture-photography.GLobePhoto.hu' */

/* Ch.N. for webkit 27-07-2019 for main table of 'Best.GLobePhoto.net' and 'PhotoMaster.hu' w/ dark BG */
.fourArC-title-GLobePhoto-hu {
	text-align: center;
/* Ch.N. 14-10-2019, it was #888888 */
	color: #dddddd;
/* End - Ch.N. 14-10-2019, it was #888888 */
/* Ch.N. 09-10-2019, it was 9pt */
	font-size: 13pt;	
/* Ch.N. 09-10-2019, it was 9pt */
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 170%;
	text-decoration: none;
	cursor:pointer;
	padding-left: 11px;
	padding-right: 5px;
	border-top: 1px solid #bbbbbb;
	border-left: 0px solid #1A1E27;
	border-radius: 5px;
	-webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg); /* Safari */
	-webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari */
    transition: width 2s, height 2s, transform 2s; 
}
.fourArC-title-GLobePhoto-hu:hover {
/* Ch.N. 18-11-2019, it was #bbbbbb */
	color: #ffffff;
/* End - Ch.N. 09-10-2019, it was #bbbbbb */
/* Ch.N. 18-11-2019, BG added */
	background-color: #1A1E27;
/* ENd - Ch.N. 18-11-2019, BG added */
	font-style: normal;
	font-weight: bold;
	border-radius: 5px;
	-ms-transform: scale(1.02, 1.6); /* IE 9 */
    -webkit-transform: scale(1.02, 1.6); /* Safari */
    transform: scale(1.02, 1.6);	
}
/* End - Ch.N. for webkit 27-07-2019 for main table of 'GLobePhoto.hu' w/ dark BG */

.fourArC-title-GLobePhoto-hu-nowk-3 {
	text-align: center;
	color: #dddddd;
	font-size: 7pt;	
	background-color: #31343C;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 170%;
	text-decoration: none;
	cursor:pointer;
	padding-left: 11px;
	padding-right: 5px;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-radius: 5px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.fourArC-title-GLobePhoto-hu-nowk-3:hover {
	color: #ffffff;
	background-color: #1A1E27; 
	font-style: normal;
	border-top: 1px solid #31343C;
	border-left: 1px solid #31343C;
	border-bottom: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-top-left-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 5px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
/* End - Ch.N. 18-11-2019 */
}

/* Ch.N. for w/o webkit 20-07-2019 for main table of 'PhotoMaster.hu'(GLobePhoto.hu) w/ dark BG */
.fourArC-title-GLobePhoto-hu-nowk {
	text-align: center;
	color: #dddddd;
	font-size: 6pt;
	background-color: #31343C;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 170%;
	text-decoration: none;
	cursor:pointer;
	padding-left: 11px;
	padding-right: 5px;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-radius: 5px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.fourArC-title-GLobePhoto-hu-nowk:hover {
	color: #ffffff;
	background-color: #1A1E27; 
	font-style: normal;
	border-top: 0px solid #31343C;
	border-left: 0px solid #31343C;
	border-bottom: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-top-left-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 5px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
/* End - Ch.N. 18-11-2019 */
}
/* End - Ch.N. for webkit 20-07-2019 for main table of 'GLobePhoto.hu' w/ white BG */

/* Ch.N. for w/o webkit 10-10-2019 for 'TAKE a NEW ...' of 'PhotoMaster.hu'(GLobePhoto.hu) w/ dark BG */
.fourArC-title-GLobePhoto-hu-nowk-2 {
	text-align: center;
	color: #dddddd;
	font-size: 10pt;	
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 150%;
	text-decoration: none;
	cursor:pointer;
	padding-left: 11px;
	padding-right: 5px;
	border-top: 1px solid #1A1E27;
	border-left: 1px solid #1A1E27;
	border-radius: 5px;
}
.fourArC-title-GLobePhoto-hu-nowk-2:hover {
	font-size: 12pt;	
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	border-top: 1px solid #1A1E27;
	border-left: 1px solid #1A1E27;
	border-top-left-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/* End - Ch.N. for webkit 10-10-2019 for 'TAKE a NEW ...' of 'GLobePhoto.hu' w/ dark BG */

td.fourArC-image-GLobePhoto-hu {
	cursor:pointer;
/* Ch.N. 09-10-2019 */
	border-left: 1px dotted #1A1E27;
	border-top: 1px dotted #1A1E27;
/* End - Ch.N. 09-10-2019 */
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-radius: 5px;
}
td.fourArC-image-GLobePhoto-hu:hover {
	cursor:pointer;
/* Ch.N. 09-10-2019 */
	border: 1px solid #bbbbbb;
/* End - Ch.N. 09-10-2019 */
}

/* taken fm GLownPic.css */
.grow_rotate_5_Armour {
	text-align: center;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px inset #888888;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 5px;
	-webkit-transform: rotate(0deg) skew(27deg,0deg); /* Safari */
	transform: rotate(0deg) skew(27deg,0deg); 
	-webkit-transition: 2s;
    transition: 2s; 
}
.grow_rotate_5_Armour:hover {
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	border: none;
    -webkit-transform: scale(1.382, 1.618) skew(-17deg,0deg); /* Safari */
    transform: scale(1.382, 1.618) skew(-17deg,0deg);
}
/* End - taken fm GLownPic.css */

/* i-06-01-2025 - for GLobePhoto.net -2 */
img.grow_GLobePhoto_logo_2 {
	text-align: center;
	vertical-align: middle;
	height: 31px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 13px;
	border: none;
	border-bottom: 2px dashed #ffffff;
	border-right: 2px dashed #ffffff;
	border-radius: 5px;
/* ch-16-03-2024 - it was -15deg */
	-webkit-transform: rotate(-16deg) skew(19deg, 19deg); /* Safari */
	transform: rotate(-16deg) skew(19deg, 19deg); /* 
/* End - ch-16-03-2024 - it was -15deg */
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
img.grow_GLobePhoto_logo_2:hover {
	border: none;
    -webkit-transform: scale(2.25, 2.4) translate(93px, 19px); /* Safari */
    transform: scale(2.25, 2.4) translate(93px, 19px);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
/* End - i-06-01-2025 - for GLobePhoto.net -2 */

/* i-21-05-2023 - for GLobePhoto.net */
img.grow_GLobePhoto_logo {
	text-align: center;
	vertical-align: middle;
	height: 31px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 13px;
	border: none;
	border-bottom: 2px dashed #0f9cec;
	border-right: 2px dashed #0f9cec;
	border-radius: 5px;
/* ch-16-03-2024 - it was -15deg */
	-webkit-transform: rotate(-16deg) skew(19deg, 19deg); /* Safari */
	transform: rotate(-16deg) skew(19deg, 19deg); /* 
/* End - ch-16-03-2024 - it was -15deg */
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
img.grow_GLobePhoto_logo:hover {
	border: none;
    -webkit-transform: scale(2.25, 2.4) translate(93px, 19px); /* Safari */
    transform: scale(2.25, 2.4) translate(93px, 19px);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
/* End - i-21-05-2023 - for GLobePhoto.net */

/* ch-10-01-2022 - for rotating ACPh logo at top of HQPages */
img.grow_ACPh_logo {
	text-align: center;
	vertical-align: middle;
/* ch-03-06-2023 - it was 35px */
	height: 37px;
/* End - ch-03-06-2023 - it was 35px */
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 13px;
	border: none;
	border-bottom: 2px dashed #0f9cec;
	border-right: 2px dashed #0f9cec;
	border-radius: 5px;
	-webkit-transform: rotate(-15deg) skew(19deg, 19deg); /* Safari */
	transform: rotate(-15deg) skew(19deg, 19deg); /*  */
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
img.grow_ACPh_logo:hover {
	border: none;
/* ch-20-01-2025 - it was '5px, 11px' */
    -webkit-transform: scale(2.25, 2.3) translate(5px, 5px); /* Safari */
    transform: scale(2.25, 2.3) translate(5px, 5px);
/* End - ch-03-06-2023 - it was 11px */
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
/* End - ch-10-01-2022 - for rotating ACPh logo at top of HQPages */

.grow_rotate_5_Bp-Hun_net {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #444444;
	border-top: 0px;
	border-left: 0px;
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
	-webkit-transform: skew(25deg, -2deg); /* Safari */
	transform: skew(25deg, -2deg); 
	-webkit-transition: 2s;
    transition: 2s; 
}
.grow_rotate_5_Bp-Hun_net:hover {
	text-align: center;
	border: 0px;
	padding-bottom: 1px;
    -webkit-transform: scale(1.1, 1.31); /* Safari */
    transform: scale(1.1, 1.31);
	-webkit-transition: 2s;
    transition: 2s; 
}
/* for GLobePhoto.net logo */
.grow_rotate_5 {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #444444;
	border-top: 0px;
	border-left: 0px;
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
/* ch-19-01-2025 - it was '15deg, -2deg' */
	-webkit-transform: skew(35deg, -2deg); /* Safari */
	transform: skew(35deg, -2deg); 
	-webkit-transition: 2s;
    transition: 2s; 
}
.grow_rotate_5:hover {
	text-align: center;
	border: 0px;
	padding-bottom: 1px;
    -webkit-transform: scale(1.45, 1.45); /* Safari */
    transform: scale(1.45, 1.45);
	-webkit-transition: 2s;
    transition: 2s; 
}
/* End - for rotating Pic in WyLike iframe */

.grow_rotate_52_2 {
 	width: 42px; 
	text-align: center;
	vertical-align: middle;
	border: 1px outset #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 21px;
	-webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg); /*  */
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.grow_rotate_52_2:hover {
	border-radius: 7px;
	border: 1px solid #bbbbbb;
    -webkit-transform: scale(6.1,6.1); /* Safari */
    transform: scale(6.1,6.1);
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
.grow_rotate_52 {
 	width: 49px; 
	text-align: center;
	vertical-align: middle;
	border: 1px outset #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 50px;
	-webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg); /*  */
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.grow_rotate_52:hover {
	border-radius: 7px;
	border: 1px solid #bbbbbb;
    -webkit-transform: scale(5.1,5.1); /* Safari */
    transform: scale(5.1,5.1);
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
/* Ch.N. 29-07-2019 - Insert 03-05-2018 - for 4ArC.hu */
.grow_rotate_6 {
	text-align: center;
	vertical-align: middle;
	width:29px;
	-webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg); /*  */
	-webkit-transition: width 2s, height 3s, -webkit-transform 3s; /* Safari */
    transition: width 2s, height 3s, transform 3s; 
}
.grow_rotate_6:hover {
	-ms-transform: scale(1.77, 1.77); /* IE 9 */
    -webkit-transform: scale(1.77, 1.77); /* Safari */
    transform: scale(1.77, 1.77);
}
/* End -Insert 03-05-2018 - for 4ArC.hu */

/* Create-02-10-2019 - new style for every second picture  for 'Hungary-Sightseeing-Photography.Arts-Culture-Photography.net'*/
.grow_pic_ACPnet-2 {
	width: 270px;
	text-align: center;
	vertical-align: middle;
	border: 1px outset #31343C;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 17px;
	border-top-right-radius: 210px;
	border-bottom-left-radius: 29px;
	-webkit-transform:  rotate3D(1,1,1,-13deg) translate(-31px,27px); /* Safari */
     transform: rotate3D(1,1,1,-13deg) translate(-31px,27px);
  	-webkit-transition: all cubic-bezier(1,-4.1,0.7,1) 9s;
	transition: all cubic-bezier(1,-4.1,0.7,1) 9s;
}
.grow_pic_ACPnet-2:hover {
	color: #FFFFFF;
	border: 1px solid #bbbbbb;
	border-radius: 11px;
    -webkit-transform:  rotate3D(1,1,1,360deg) scale(1.24,1.24) translate(4px,7px); /* Safari */
	transform: rotate3D(1,1,1,360deg) scale(1.24,1.24) translate(4px,7px);
}
/* End - Create-02-10-2019 - new style for every second picture  for 'Hungary-Sightseeing-Photography.Arts-Culture-Photography.net'*/

/* Ch.N. 25-08-2019 - Transform style for 'Hungary-Sightseeing-Photography.Arts-Culture-Photography.net'*/
.grow_pic_ACPnet {
	width: 270px;
	text-align: center;
	vertical-align: middle;
	border: 1px outset #31343C;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 17px;
	border-top-right-radius: 29px;
	border-bottom-left-radius: 210px;
    -webkit-transform:  rotate3D(1,1,1,-13deg) translate(-31px,27px); /* Safari */
	transform: rotate3D(1,1,1,-13deg) translate(-31px,27px);
  	-webkit-transition: all cubic-bezier(1,-4.1,0.7,1) 9s;
	transition: all cubic-bezier(1,-4.1,0.7,1) 9s;
}
.grow_pic_ACPnet:hover {
	color: #FFFFFF;
	border: 1px solid #bbbbbb;
	border-radius: 11px;
    -webkit-transform:  rotate3D(1,1,1,360deg) scale(1.24,1.24) translate(4px,7px); /* Safari */
	transform: rotate3D(1,1,1,360deg) scale(1.24,1.24) translate(4px,7px);
}
/* Ch.N. 25-08-2019 - Transform style for 'Hungary-Sightseeing-Photography.Arts-Culture-Photography.net'*/

/*  Ch.N. 10-08-2019 - for PiX of Budapest-must-see.owl.hu - cr.12-04-2019 */
.grow_pic_DiA {
	width: 270px;
	text-align: center;
	vertical-align: middle;
	border: 1px inset #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 51px;
/*  Ch.N. 10-08-2019 */
 	-webkit-transform: rotate3D(1,1,1,-7deg); /* Safari */
	transform: rotate3D(1,1,1,-7deg);
  	-webkit-transition: all cubic-bezier(1,-2.2,0.4,1) 3.9s;
	transition: all cubic-bezier(1,-2.2,0.4,1) 3.9s;
/*  End - Ch.N. 10-08-2019 */
}
.grow_pic_DiA:hover {
	border: 1px solid #444444;
	border-radius: 37px;
    -webkit-transform: scale(1.24,1.24) translate(-10px,0px); /* Safari */
	transform: scale(1.24,1.24) translate(-10px,0px);
}
/*  End - Ch.N. 10-08-2019 - for PiX of Budapest-must-see.owl.hu - cr.12-04-2019 */

/* for pages other than 'GLobePhoto.hu' - inserted 25-06-2018 - This is for DiArmour-2-X iframe in GLobePhoto.owl.hu */
.DiArmour-2-X {
	width:100%;
	height:759px;
	text-align:center;
	padding:0; border:0;
	border-spacing:0px;
	frameborder:0px;
	scrolling:no;
}

/* for DUPLICATE - COPIED here fm 'GLowbPic.css' Budapest-Hungary_ifr-X - 22-07-2019  */
.iHungaryPhoto_ifr {
	width:100%;
	height:697px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing:0px; 
	frameborder:0px;
	scrolling:no;
}
/* End - DUPLICATE - COPIED here fm 'GLowbPic.css' for 'Budapest-Hungary_ifr-X' iframe - 22-07-2019 */

/* DUPLICATE - COPIED here fm 'GLowbPic.css' for 'Budapest-Hungary_ifr-X-2' iframe - images reduced to half!- 15-07-2019 */
.iBudapest-Hungary_ifr_2 {
	width:100%;
/* ChN. 03-09-2019 */
	height:317px; 
/* End - ChN. 03-09-2019 */
	text-align:center; 
	padding:0; border:0; 
	border-spacing:0px; 
	frameborder:0px;
	scrolling:no;
	allowTransparency:true;
}
/* for Budapest-Hungary_ifr - 09-03-2019 */
.iBudapest-Hungary_ifr {
	width:100%;
	height:730px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing:0px; 
	frameborder:0px;
	scrolling:no;
}
/* End - DUPLICATE - COPIED here fm 'GLowbPic.css' for 'Budapest-Hungary_ifr-2' iframe - images reduced to half!- 15-07-2019 */

/* ch-25-05-2023 for 'PicMask-HQP-aSVGX-x_ifr.htm' (x=1,2,3) and for Animated pages */
.fourArC-title-BestGLobePhoto_afterPic_PoliHQP-22 {
/*	display: block; */
/* ch-02-12-2023 - it was 6pt */	
	font-size: 7pt;	
/* End ch-02-12-2023 - it was 6pt */	
	width: 100%;
	color: #dddddd; 
	text-align: justify;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 170%;
	text-decoration: none;
	padding: 11px;
	padding-right: 27px;
	border: none;
	border-radius: 7px;
	margin-left: 19px;
	vertical-align: middle;
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
.fourArC-title-BestGLobePhoto_afterPic_PoliHQP-22:hover {
	color: #ffffff;	
	background-color: #1A1E27;
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
/* End - ch-25-05-2023 for 'PicMask-HQP-aSVGX-x_ifr.htm' (x=1,2,3) and for Animated pages */

/* i-14-01-2022 for 'Polygon' files at bottom */
.fourArC-title-BestGLobePhoto_afterPic_PoliHQP-2 {
/*	display: block; */
	font-size: 6pt;	
	width: 100%;
	color: #dddddd; 
	text-align: justify;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 165%;
	text-decoration: none;
	padding: 11px;
	border: 1px solid #888888;
	border-top: none;
	border-right: none;
	border-radius: 7px;
	margin-left: 19px;
	vertical-align: middle;
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
.fourArC-title-BestGLobePhoto_afterPic_PoliHQP-2:hover {
	color: #ffffff;	
	border: 1px solid #dddddd;
	border-top: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background-color: #1A1E27;
	-webkit-transform: translate(0px,-5px); /* Safari */
	transform: translate(0px,-5px);
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
/* End - i-14-01-2022 for 'Polygon' files at bottom */

/* i-21-05-2021 for 'Polygon' files*/
.fourArC-title-BestGLobePhoto_afterPic_PoliHQP {
/*	display: block; */
	font-size: 6pt;	
	width: 100%;
	color: #888888;
	text-align: justify;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 165%;
	text-decoration: none;
/* ch-24-03-2024 - it was '11px 41px 11px 21px' */
	padding: 9px 17px 7px 11px;
/* End - ch-24-03-2024 */
	border-top: 1px solid #dddddd;
	border-radius: 7px;
/* i-25-03-2024 */
	border-bottom-right-radius: 0px;
/* End - i-25-03-2024 */
	margin-left: 19px;
	vertical-align: middle;
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
.fourArC-title-BestGLobePhoto_afterPic_PoliHQP:hover {
	color: #ffffff;	
	border-top: 1px solid #2dec0f;
	background-color: #1A1E27;
	-webkit-transform: translate(0px,11px) scale(1, 1.1); /* Safari */
	transform: translate(0px,11px) scale(1, 1.1);
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
/* End -  i-21-05-2021 for 'Polygon' files*/

/* i-18-08-2021 for 'Hungary-Colour-Sights-Views.PhotoMaster.hu' */
.fourArC-title-BestGLobePhoto_afterPic_Hbsv-2 {
/*	display: block; */
	font-size: 6pt;	
	width: 100%;
	color: #bbbbbb;
	text-align: justify;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 165%;
	text-decoration: none;
	padding: 7px;
	padding-left: 13px;
	padding-top: 13px;
	border-right: 1px solid #dddddd;
	border-radius: 5px;
	vertical-align: top;
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
.fourArC-title-BestGLobePhoto_afterPic_Hbsv-2:hover {
	color: #ffffff;	
	background-color: #1A1E27;
	border-right: 1px solid #2dec0f;
	-webkit-transform: translate(0px,-11px) scale(1, 1.1); /* Safari */
	transform: translate(0px,-11px) scale(1, 1.1);
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
/* End - i-19-08-2021 for 'Hungary-Colour-Sights-Views.PhotoMaster.hu' */

/* i-09-04-2021 for 'Hungary-best-sights-views.globephoto.net' */
.fourArC-title-BestGLobePhoto_afterPic_Hbsv {
/*	display: block; */
	font-size: 6pt;	
	width: 100%;
	color: #bbbbbb;
	text-align: justify;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 165%;
	text-decoration: none;
	padding: 7px;
	padding-left: 13px;
	padding-top: 13px;
	border-right: 1px solid #dddddd;
	border-radius: 5px;
	vertical-align: top;
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
.fourArC-title-BestGLobePhoto_afterPic_Hbsv:hover {
	color: #ffffff;	
	background-color: #1A1E27;
	border-right: 1px solid #2dec0f;
	-webkit-transform: translate(0px,-11px) scale(1, 1.1); /* Safari */
	transform: translate(0px,-11px) scale(1, 1.1);
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
/* End - i-09-04-2021 for 'Hungary-best-sights-views.globephoto.net' */

/* for 'arts-culture-photography.net/GLownPic2006Q1/Gpage-pPic/2006-01-01Lp.html' w/o display:block and webbkit.scale */
.fourArC-title-BestGLobePhoto_afterPic-woBlock {
	width: 100%;
	color: #dddddd;
	text-align: justify;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 11pt;	
	line-height: 145%;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	border: 4px double #444444;
	border-top: 0px double #444444;
	border-left: 0px double #444444;
	border-radius: 9px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	vertical-align: middle;
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}

.fourArC-title-BestGLobePhoto_afterPic-woBlock:hover {
	color: #ffffff;	
	background-color: #1A1E27;
	border: 0px;
	border-right: 4px double #2dec0f;
	-webkit-transform: translate(0px,-23px); /* Safari */
	transform: translate(0px,-23px);
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
/* End - for 'arts-culture-photography.net/GLownPic2006Q1/Gpage-pPic/2006-01-01Lp.html' w/o display:block and webbkit.scale */

/* i-15-03-2022 - dedicated to 'A-C-Pho-net/Full-size' pages */
.fourArC-title-A-C-Pho-net_afterPic {
/* i-25-09-2022 to set fixed width; 'display: block' is needed! */
/* width: 99%; */
	display: block;
	margin: auto;
/* ch-21-11-2023 - it was 1200px */
	width: 1150px;
/* End ch-21-11-2023 - it was 1200px */
	font-size: 11pt;
	background-color: #1A1E27;
	color: #dddddd;
/* End - i-25-09-2022 to set fixed width; 'display: block' is needed! */
	text-align: justify;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 165%;
	text-decoration: none;
	padding: 9px;
	padding-left: 13px;
	padding-right: 11px;
	border: none;
	border-bottom: 4px double #888888;
	border-right: 4px double #888888;
	border-radius: 9px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	vertical-align: middle;
	column-count: 2;
	column-gap: 24px;
	column-rule-style: solid;
	column-rule-width: 1px;
	column-rule-color: #888888;
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}
.fourArC-title-A-C-Pho-net_afterPic:hover {
	color: #ffffff;	
	background-color: #1A1E27;
	border-bottom: 4px double #2dec0f;
	border-right: 4px double #2dec0f;
/* scale is very sensitive */
	-webkit-transform: translate(0px,-13px); /* Safari */
	transform: translate(0px,-13px);
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}
/* End - i-15-03-2022 - dedicated to 'A-C-Pho-net/Full-size' pages -  w/ columns */

/* for Afterpic w/o Search Fields */
.fourArC-title-BestGLobePhoto_afterPic-wosf {
	font-size: 9pt;
/* ch-21-11-2023 
	display: block;
 End ch-21-11-2023 */
	width: 100%;
	color: #bbbbbb;
	text-align: justify;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 165%;
	text-decoration: none;
/* ch-21-11-2023 - it was '9px 0px 9px 9px' */
	padding: 9px 0px 9px 5px;
/* End - ch-21-11-2023 - it was '9px 0px 9px 9px' */
	border: 4px double #444444;
	border-top: 0px double #444444;
	border-left: 0px double #444444;
	border-radius: 9px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	vertical-align: middle;
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
.fourArC-title-BestGLobePhoto_afterPic-wosf:hover {
	color: #ffffff;	
	background-color: #1A1E27;
	border: 0px;
	border-right: 4px double #2dec0f;
/* ch-28-06-2021 - it was -31px */
	-webkit-transform: translate(0px,-11px) scale(1, 1.05); /* Safari */
	transform: translate(0px,-11px) scale(1, 1.05);
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
/* End - for Afterpic w/o Search Fields */

/* Table cell style */
.fourArC-title-BestGLobePhoto_afterPic {
/* ch-21-11-2023 
	display: block;
End ch-21-11-2023 */
	width: 100%;
	color: #bbbbbb;
	text-align: justify;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 9pt;
	line-height: 165%;
	text-decoration: none;
	padding: 9px 0px 9px 5px;
	border: 4px double #444444;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 9px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	vertical-align: middle;
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
/* Table cell style */
.fourArC-title-BestGLobePhoto_afterPic:hover {
	color: #ffffff;	
	background-color: #1A1E27;
	border-right: 4px double #2dec0f;
	border-bottom: 4px double #dddddd;
/* ch-06-03-2022 - it was -21px */
	-webkit-transform: translate(0px,-25px) scale(1, 1.1); /* Safari */
	transform: translate(0px,-25px) scale(1, 1.1);
/* ch-06-03-2022 - it was -21px */
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}

.fourArC-title-BestGLobePhoto_afterPic-2 {
	width: 100%;
	color: #bbbbbb;
	font-size: 8pt;
	line-height: 155%;
	letter-spacing: 1px;
	padding: 0px;
	border: 4px double #444444;
	border-top: none;
	border-left: none;
	border-right: 4px double #444444;
	border-radius: 13px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
.fourArC-title-BestGLobePhoto_afterPic-2:hover {
	background-color: #1A1E27;
	color: #ffffff;
	cursor: pointer;
	border-right: 4px double #2dec0f;
	border-bottom: 4px double #2dec0f;
/* ch-21-12-2021 - it was -25px */
	-webkit-transform: translate(0px, 0px) scale(1, 1.35); /* Safari */
	transform: translate(0px, 0px) scale(1, 1.35);
/* End - ch-21-12-2021 - it was -25px */
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}

.fourArC-title-BestGLobePhoto_afterPic-2_down {
	width: 100%;
	color: #dddddd;
	font-size: 9pt;	
	letter-spacing: 1px;
	padding: 0px;
	border: 0px;
	border-top: 4px double #444444;
	border-radius: 13px;
	border-bottom-right-radius: 0px;
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
.fourArC-title-BestGLobePhoto_afterPic-2_down:hover {
	background-color: #1A1E27;
	color: #ffffff;
	cursor: pointer;
	border-top: 4px double #dddddd;
	-webkit-transform: translate(0px, 25px) scale(1, 1.65); /* Safari */
	transform: translate(0px, 25px) scale(1, 1.65);
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
/* End - for 'CLICK/TAP HERE ...' in 'High-Quality ...' site' */



/* Created, 11-08-2019, for 'Budapest-Hungary_ifr-X-3' iframe for 'Arts-Culture-Photography.net' - resized full images */
.iArCPh {
	width:100%;
	text-align:center; 
	padding:0; border:0; 
	border-spacing:0px; 
	frameborder:0px;
	scrolling:no;
	allowTransparency:true;
}

.ArCPh-title {
	text-align: left;
	color: #1A1E27;
	font-size: 7pt;	
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 170%;
	text-decoration: none;
	cursor:pointer;
	padding-left: 11px;
	padding-right: 5px;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-radius: 5px;
	-webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg); /* Safari */
	-webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari */
    transition: width 2s, height 2s, transform 2s; 
}
.ArCPh-title:hover {
	font-style: normal;
	color: #000000;
	border-top: 1px solid #1A1E27;
	border-left: 1px solid #ffffff;
	border-top-left-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
    -webkit-transform: scale(1.02, 1.3); /* Safari */
    transform: scale(1.02, 1.3);	
}
/* End - Created, 11-08-2019, for 'Budapest-Hungary_ifr-X-3' iframe for 'Arts-Culture-Photography.net' - resized full images */

/* i-22-07-2023 */
	td.Dia-GL0 {
	border: 3px double #444444;
	padding:0px 0px 0px 0px;
	border-radius:  11px;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
td.Dia-GL0:hover {
	border: none;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}

td.Dia-GL {
	border: 3px double #444444;
	padding:0px 0px 0px 0px;
	border-radius:  11px;
	text-align: center;
	vertical-align: bottom;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
td.Dia-GL:hover {
	border: 3px double #dddddd;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}

/* i-25-03-2021 - style for Picture in Single HQP at Arts-Culture-Photography.net/... */
.BestGLobePhoto2400-SHQP {
	max-width: 100%;
	height: auto;	
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	border: 1px solid #444444;
	border-radius: 41px;
/* curve set according to 'https://www.programmersought.com/article/51341290118/'' */
	webkit-transform: rotate(0deg);
    transform: rotate(0deg);
	-webkit-transition: all cubic-bezier(0.35,-4.1,0.5,1) 5s;
  	transition: all cubic-bezier(0.35,-4.1,0.5,1) 5s;
}
.BestGLobePhoto2400-SHQP:hover {
	border: 1px solid #dddddd;
	border-radius: 5px;
	-webkit-transform: translate(0px, -7px); 
    transform: translate(0px, -7px); 	
	-webkit-transition: all cubic-bezier(0.5,-3.1,0.5,1) 5s;
  	transition: all cubic-bezier(0.5,-3.1,0.5,1) 5s;
	
}
/* End - i-25-03-2021 - style for Picture in Single HQP at Arts-Culture-Photography.net/... */

/* i-11-06-2020 - style for thumbnail pictures  */
.BestGLobePhoto2400-net-th {
	height:auto;	
	text-align: center;
	vertical-align: middle;
	padding:7px 7px 7px 7px;
	margin: 5px 5px 5px 5px;
	border: 1px solid #444444;
	border-radius: 11px;
}
.BestGLobePhoto2400-net-th:hover {
	border: 1px solid #ffffff;
	border-radius: 11px;
}
/* End - i-11-06-2020 - style for thumbnail  pictures  */

/* i-11-06-2020 - limited use (e.h.GLobePhoto.net) for fixed selection of HQP (rather than random sel) - needed at all???!!!! */
.BestGLobePhoto2400-net2 {
	max-width:100%; 
	height:auto;	
	text-align: center;
	vertical-align: middle;
	 margin: auto;
	border: 1px solid #bbbbbb;
	padding: 1px;
	border-radius: 13px;
	-webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
/* End - i-28-07-2022 */
	-webkit-transition: all cubic-bezier(0.35,-4.1,0.5,1) 5s;
  	transition: all cubic-bezier(0.35,-4.1,0.5,1) 5s;	
}
.BestGLobePhoto2400-net2:hover {
	border: 1px solid #ffffff;
	border-radius: 5px;
	-webkit-transform: translate(0px, -17px); 
    transform: translate(0px, -17px);
	-webkit-transition: all cubic-bezier(0.5,-3.1,0.5,1) 5s;
  	transition: all cubic-bezier(0.5,-3.1,0.5,1) 5s;
}

/* i-25-12-2024 for 'Budapest-Hungary-Creative-Culture-Photography.net' & other Xrezaive sites */
.BestGLobePhoto2400-net-wborderr {
	max-width: 100%;
/* i-26-06-2024
	min-width: 100%;
/* End - i-26-06-2024 */
	height: auto;	
	text-align: center;
	vertical-align: middle;
	border: 3px double #ec0f2d; 
	border-bottom: none; 
	border-radius: 8px 42px 14px 30px; 
/* !!! sensitive to hor.scrolling */
	padding: 2px;
/* End - !!! sensitive to hor.scrolling */
  	margin: auto;
	-webkit-transition: all cubic-bezier(0.35,-4.1,0.5,1) 5s;
  	transition: all cubic-bezier(0.35,-4.1,0.5,1) 5s;
}
.BestGLobePhoto2400-net-wborderr:hover {
/* i-31-01-2024 */
	border: 3px double #dddddd;
/* End - i-31-01-2024 */
	border-radius: 7px;
	-webkit-transform: translate(0px, -7px); 
    transform: translate(0px, -7px);
	-webkit-transition: all cubic-bezier(0.5,-3.1,0.5,1) 5s;
  	transition: all cubic-bezier(0.5,-3.1,0.5,1) 5s;
}



/* THE BASIC STYLE! for 2400/1900x pictures or Armours in Armour.PhotoMaster.hu - this is USED at the moment */
/* ch-31-01-2024 */
.BestGLobePhoto2400-net {
	max-width: 100%;
/* i-26-06-2024
	min-width: 100%;
/* End - i-26-06-2024 */
	height: auto;	
	text-align: center;
	vertical-align: middle;
/* i-31-01-2024 */
	border: 1px solid #666666;
/* End - i-31-01-2024 */
/* !!! sensitive to hor.scrolling */
	padding: 1px;
/* End - !!! sensitive to hor.scrolling */
  	margin: auto;
	border-radius: 15px;
	-webkit-transition: all cubic-bezier(0.35,-4.1,0.5,1) 5s;
  	transition: all cubic-bezier(0.35,-4.1,0.5,1) 5s;
}
.BestGLobePhoto2400-net:hover {
/* i-31-01-2024 */
	border: 1px solid #dddddd;
/* End - i-31-01-2024 */
	border-radius: 7px;
	-webkit-transform: translate(0px, -7px); 
    transform: translate(0px, -7px);
	-webkit-transition: all cubic-bezier(0.5,-3.1,0.5,1) 5s;
  	transition: all cubic-bezier(0.5,-3.1,0.5,1) 5s;
}
/* End - ch-31-01-2024 */
/* End - Ch.N.24-02-2020 - style for 2400/1900x pictures or Armours in Armour.PhotoMaster.hu - this is USED at the moment */

/* ch-20-03-2023 - TAKEN for 'Photo-sight.Arts.Culture-Photography.net'  - fm GLownPic-2.css  */
.grow_globephoto_PhotoSight {
/* Ch.N. 12-08-2019 */
	width: 190px;
	text-align: center;
	vertical-align: middle;
	border: 0px solid #31343C;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 37px;
	border-bottom-left-radius: 137px;
	border-bottom-right-radius:1px;
    -webkit-transform:  rotate3D(1,1,1,-169deg) translate(-31px,31px); /* Safari */
	transform: rotate3D(1,1,1,-169deg) translate(-31px,31px);
	-webkit-transition: all cubic-bezier(1,-4.1,0.7,1) 9s;
	transition: all cubic-bezier(1,-4.1,0.7,1) 9s;
}
.grow_globephoto_PhotoSight:hover {
	color: #FFFFFF;
	border-radius: 3px;
    -webkit-transform:  rotate3D(1,1,1,360deg) scale(4,4) translate(-11px,27px); /* Safari */
	transform: rotate3D(1,1,1,360deg) scale(4,4) translate(-11px,27px);
}
/* End - ch-20-03-2023 - TAKEN for 'Photo-sight.Arts.Culture-Photography.net' and 'Creative-css-filters-masks.Arts-culture-photography.net' - fm GLownPic-2.css  */

/* ch.n.24-04-2021 -TAKEN for X.GLobePhoto.hu - fm GLownPic.css */
.iPiXLide_ifr {
	width: 100%;
/* ch.n.09-02-2022 - it was 653px */
	height: 741px; 
/* End - ch.n.09-02-2022 - it was 653px */
	text-align: center; 
	padding:0; border:0; 
	border-spacing:0px; 
	frameborder:0px;
	scrolling:no;
}

.iPiXLide2x_ifr {
	width:100%;
	height:959px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing:0px; 
	frameborder:0px;
	scrolling:no;
}
/* End - TAKEN for X.GLobePhoto.hu - fm GLownPic.css *

/* 27-07-2019 for setting LINE-HEIGHT */
p.Set-Line-Height {
	line-height:105%;
	font-size: 8pt;
	letter-spacing: 1px;
}
/* End -  27-07-2019 for setting LINE-HEIGHT */

/* Insert for Topics.GLobePhoto.hu - 29-07-2019 */
a.attention {
	color: #444444;
	text-decoration: none;
	border-bottom: 1px solid #bbbbbb;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
a.attention:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #ec0f2d;
	border-radius: 9px;
}
a.attention:active {
	color: #ec0f2d;
	text-decoration: none;
	background-color: #000000;
	border: 2px solid #ec0f2d;
	border-radius: 9px;
}
/* End - Insert for Topics.GLobePhoto.hu - 29-07-2019 */

/* Created 11-08-2019 - specially for 'Arts.Culture-Photography.net' w/ resized and xformed full images */
.grow_ArCPh {
/* Ch.N. 29-07-2019 */
	width: 160px;
/* End - Ch.N. 29-07-2019 */
	text-align: center;
	vertical-align: middle;
	border: 1px solid #31343C;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 37px;
	border-bottom-left-radius: 137px;
	border-bottom-right-radius:1px;
/* End - Ch.N. 30-07-2019 - ot was 269deg */
    -webkit-transform:  rotate3D(1,1,1,-169deg) translate(-31px,31px); /* Safari */
	transform: rotate3D(1,1,1,-169deg) translate(-31px,31px);
	-webkit-transition: all cubic-bezier(1,-4.1,0.7,1) 9s;
	transition: all cubic-bezier(1,-4.1,0.7,1) 9s;
}
.grow_ArCPh:hover {
	color: #FFFFFF;
	border: 1px solid #bbbbbb;
	border-radius: 3px;
    -webkit-transform:  rotate3D(1,1,1,360deg) scale(5,5) translate(-11px,41px); /* Safari */
	transform: rotate3D(1,1,1,360deg) scale(5,5) translate(-11px,41px);
}

.fourArC-title-ArCPh {
	text-align: center;
	color: #1A1E27;
	font-size: 7pt;	
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 170%;
	text-decoration: none;
	cursor:pointer;
	padding-left: 11px;
	padding-right: 5px;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-radius: 5px;
	-webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg); /* Safari */
	-webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari */
    transition: width 2s, height 2s, transform 2s; 
}
.fourArC-title-ArCPh:hover {
	font-style: normal;
	font-weight: bold;
	border-top: 1px solid #1A1E27;
	border-left: 1px solid #ffffff;
	border-top-left-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-ms-transform: scale(1.02, 1.6); /* IE 9 */
    -webkit-transform: scale(1.02, 1.6); /* Safari */
    transform: scale(1.02, 1.6);	
}

/* End - Created 11-08-2019 - specially for 'Arts.Culture-Photography.net' w/ resized and xformed full images */

/* Create.05-09-2019 - TRY NEW EFFECTS! */
img.mod-filter {
  -webkit-filter: opacity(70%); /* Safari 6.0 - 9.0 */
  filter: opacity(70%);
}

img.mod-filter:hover {
  -webkit-filter: opacity(100%); /* Safari 6.0 - 9.0 */
  filter: opacity(100%);
}

/* End - Create.05-09-2019 - TRY NEW EFFECTS! */

/* ChN. 14-10-2019 for inserting 'Addinfo-myOWLS_ifr.htm' in PhotoMaster.hu */
.iAuxPiXLideSel {
	width:100%; 
	height:125px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing:0px; 
	frameborder:0px;
	scrolling:no;
}
/* End - ChN. 14-10-2019 for inserting 'Addinfo-myOWLS_ifr.htm' in PhotoMaster.hu */

/* i-14-12-2019 - This is for 'button to fit to Page' in SHQP files */
.fit-page-button {
	font-size: 7pt;
	color: #dddddd;
	text-align: center;
	letter-spacing: 1px;
	background-color: transparent; 
	vertical-align: bottom;
	padding: 5px 5px;
	border: 1px solid #444444;
	border-top: none;
	border-radius: 13px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	width: 100%;
/* ch-07-05-2020 - 'cursor: pointer' line deleted */
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.fit-page-button:hover {
	color: #ffffff;
	background-color: #1A1E27; 
	border: 1px solid #ffffff;
	border-top: none;
    -webkit-transform: scale(1, 1.05); /* Safari */
    transform: scale(1, 1.05);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
/* End - 14-12-2019 This is for 'button to fit to Page' in Gpage-pPic/.htm files */

/* i-16-03-2023  */
.grow_rotate_DiA_symbol-rot3 {
	text-align: center;
	border: 0px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	-webkit-transform: rotate(180deg); /* Safari */
	transform: rotate(180deg); 
	-webkit-transition: 2s;
    transition: 2s; 
}
.grow_rotate_DiA_symbol-rot3:hover {
    -webkit-transform: scale(1.21, 1.21); /* Safari */
    transform: scale(1.21, 1.21);
	-webkit-transition: 2s;
    transition: 2s; 
}
/* End i-16-03-2023 */

/* i-02-10-2022  */
.grow_rotate_DiA_symbol-rot2 {
	text-align: center;
	border: 0px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	-webkit-transform: rotate(-21deg); /* Safari */
	transform: rotate(-21deg); 
	-webkit-transition: 2s;
    transition: 2s; 
}
.grow_rotate_DiA_symbol-rot2:hover {
    -webkit-transform: scale(1.21, 1.21); /* Safari */
    transform: scale(1.21, 1.21);
	-webkit-transition: 2s;
    transition: 2s; 
}
/* End i-02-10-2022 */

/* i-06-04-2022  */
.grow_rotate_DiA_symbol-rot {
	text-align: center;
	border: 0px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	-webkit-transform: rotate(-21deg); /* Safari */
	transform: rotate(-21deg); 
	-webkit-transition: 2s;
    transition: 2s; 
}
.grow_rotate_DiA_symbol-rot:hover {
    -webkit-transform: scale(1.21, 1.21); /* Safari */
    transform: scale(1.21, 1.21);
	-webkit-transition: 2s;
    transition: 2s; 
}
/* End -i-06-04-2022 */

/* i-12-07-2019  */
.grow_rotate_DiA_symbol {
	text-align: center;
	border: 0px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	-webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg); 
	-webkit-transition: 2s;
    transition: 2s; 
}
.grow_rotate_DiA_symbol:hover {
    -webkit-transform: scale(1.21, 1.21); /* Safari */
    transform: scale(1.21, 1.21);
	-webkit-transition: 2s;
    transition: 2s; 
}
/* End -Insert 12-07-2019 */

/* for label in Head of Best.GLobePhoto.net and similar sites ... */
.grow_Best-label {
	font-size: 7pt;	
	text-align: center;
	-webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg); /* Safari */
	-webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari */
    transition: width 2s, height 2s, transform 2s; 
}
.grow_Best-label:hover {
	-ms-transform: scale(1.4, 1.6); /* IE 9 */
    -webkit-transform: scale(1.4, 1.6); /* Safari */
    transform: scale(1.4, 1.6);
}
/* End - for label in Head of Best.GLobePhoto.net and similar ... */

/* i-13-02-2020 - Taken from GLownPic.css for HR pages */
/* This is for table of big Pic  */
table.PicT {
	padding:0px; 
	border:0px; 
	border-spacing:0px; 
	text-align:center;
	margin: auto;
}	

/* This is for big Pic's */
td.GLPic {
	border: 1px solid #bbbbbb;
	padding: 11px 11px 11px 11px;
	background-color: #1A1E27;
	background-image: url('../bground/OWLS-bg-2016.jpg');
	text-align: center;
	vertical-align: middle;
	border-top-left-radius: 121px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 121px;
}
/* End - i-13-02-2020 - Taken from GLownPic.css for HR pages */

/* i-04-06-2020 - for rotating 'in/out' Portrait 175x285 aux.Pix for HR photos - Not used at the moment */
.grow_aux_Pix_P {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #2dec0f;
	border-radius: 9px;
	margin-left: 1px;
	margin-right: 1px;
	width: 71px;
    -webkit-transform: rotate3D(1,1,1,-161deg) translate(-101px, -115px); /* Safari */
	transform: rotate3D(1,1,1,-161deg) translate(-101px, -115px);
  	-webkit-transition: all cubic-bezier(1,-0.4,0.7,1) 4.5s;
	transition: all cubic-bezier(1,-0.4,0.7,1) 4.5s;
}
.grow_aux_Pix_P:hover {
	border: 1px solid #ffffff;
	border-radius: 3px;
/* Ch.N. - 04-06-2020 - 'Y' scale compensation!!! */
    -webkit-transform: scale(2.45, 2.05) translate(-55px, 119px); /* Safari */
	transform: scale(2.45, 2.05) translate(-55px, 119px);
/* End - Ch.N. - 04-06-2020 - 'Y' scale compensation */
}
/* End - i-04-06-2020 - for sliding in/out aux.Pix for HR photos - Not used at the moment */

/* i-08-06-2020 - for rotating 'in/out' Landscape 285x175 aux.Pix for HR photos */
.grow_aux_Pix_L {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #31343C;
	border-radius: 9px;
	margin-left: 1px;
	margin-right: 1px;
	width: 121px;
    -webkit-transform: rotate3D(1,1,1,-160deg) translate(-159px, -173px); /* Safari */
	transform: rotate3D(1,1,1,-160deg) translate(-159px, -173px);
	-webkit-transition: all cubic-bezier(1,-0.5,0.7,1) 4.5s; /* Safari */
  	transition: all cubic-bezier(1,-0.5,0.7,1) 4.5s;
}
.grow_aux_Pix_L:hover {
	border: 1px solid #ffffff;
	border-radius: 5px;
    -webkit-transform: scale(2.35, 1.95) translate(-35px, 125px); /* Safari */
	transform: scale(2.35, 1.95) translate(-35px, 125px);
/* ch.n.28-09-2020 */
	-webkit-transition: all cubic-bezier(1,-0.5,0.7,1) 4.5s; /* Safari */
  	transition: all cubic-bezier(1,-0.5,0.7,1) 4.5s;	
}
/* End - i-08-06-2020 - for sliding in/out aux.Pix for HR photos */

/* for GL+4G+.png _hr piXLides - Ch.N.23-04-2020 - taken fm Glownpic.css */
.grow_rotate_GL {
	text-align: center;
	vertical-align: middle;
	border: 1px outset #bbbbbb;
	border-radius: 11px;
	margin-left: 1px;
	margin-right: 1px;
	width: 57px;
	-webkit-transform: rotate(201deg); /* Safari */
    transform: rotate(201deg);
  	-webkit-transition: all cubic-bezier(1,-1.3,0.7,1) 5s;
  	transition: all cubic-bezier(1,-1.3,0.7,1) 5s;
 
}
.grow_rotate_GL:hover {
	vertical-align: middle;
	border: 0;
	border-radius: 21px;
    -webkit-transform: scale(1.9, 1.9) translate(27px, 0px); /* Safari */
   	transform: scale(1.9, 1.9) translate(27px, 0px);
}
/* End - for GL+4G+.png _hr piXLides - Ch.N.23-04-2020 */

/* i- 12-05-2020 - for Pic fields in Gpage-pPic -htm files at 'ArCPh.net' */
.pic_fields{
	text-align: center;
	color: #444444;
	font-size: 5pt;
}
/* End - i- 12-05-2020 - for Pic fields in Gpage-pPic -htm files at 'ArCPh.net' */

/* i-13-05-2020 TABLE STYLE for title above specific HR pages - dark BG */
.fourArC-title-BestGLobePhoto-HR2 {
	width:100%;
	font-size: 10pt;
	font-weight:normal;
	text-align: center;
	color: #888888;
	font-style: italic;
	letter-spacing: 1px;
   	-webkit-transform: rotate(2deg); /* Safari */
	transform: rotate(2deg); /*  */
 	-webkit-transition: 3s; 
	transition: 3s; 
}
.fourArC-title-BestGLobePhoto-HR2:hover {
	font-style: normal;
	color: #ffffff;
    -webkit-transform: scale(1, 1.19); /* Safari */
	transform: scale(1, 1.19);
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
/* End - i-13-05-2020 TABLE STYLE for title above specific HR pages - dark BG */

/* Ch.N. 06-06-2020 for MusicNote.png - taken fm GLownPic-2 */
.grow_rotate_53 {
	text-align: center;
	vertical-align: middle;
	border: 0px solid #888888;
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 9px;
	-webkit-transform: rotate(0deg); /* Safari */
    transform: rotate(0deg);
    -webkit-transition: 2s; /* Safari */
	transition: 2s; 
}
.grow_rotate_53:hover {
	text-align: center;
    -webkit-transform: rotate(-2deg) scale(1.5, 1.5); /* Safari */
    transform: rotate(-2deg) scale(1.5, 1.5);
	-webkit-transition: 2s; /* Safari */
	transition: 2s; 
}
/* End - Ch.N. 06-06-2020 for MusicNote.png - taken fm GLownPic-2 */

/* i-21-11-2021 - specially for Green Dots in HQPages */
.grow_green_dot_2 {
/* ch-23-12-2021 */
	height: 21px;
/* End - ch-23-12-2021 */
	-webkit-transform: rotate(88deg); /* Safari */
	transform: rotate(88deg); 	
/* End - Ch.N. - 31-08-2020 */	
	-webkit-transition: 4s; /* Safari */
	transition: 4s;
}
.grow_green_dot_2:hover {
    -webkit-transform: scale(0.62, 0.62) rotate(147deg) translate(0px, 0px); /* Safari */
    transform: scale(0.62, 0.62) rotate(147deg) translate(0px, 0px);
	-webkit-transition: 4s; /* Safari */
	transition: 4s;
}
/* End - i-21-11-2021 - specially for Green Dots in HQPages */

/* i-10-03-2022 - for '_Bp-Hun_net' files - upper-right and lower-left dot of Caption */
.grow_green_dot_Bp-Hun_net {
	margin: 5px 9px 5px 3px;
	-webkit-transform: rotate(-88deg); /* Safari */
	transform: rotate(-88deg); 	
	-webkit-transition: 4s; /* Safari */
	transition: 4s;
}
.grow_green_dot_Bp-Hun_net:hover {
/* ch-04-09-2022 - it was '1.62, 1.62' */
    -webkit-transform: scale(0.62, 0.62) rotate(-147deg) translate(0px, 0px); /* Safari */
    transform: scale(0.62, 0.62) rotate(-147deg) translate(0px, 0px);
/* End - ch-04-09-2022 - it was '1.62, 1.62' */
	-webkit-transition: 4s; /* Safari */
	transition: 4s;
}
.grow_rotate_dot_hole_Bp-Hun_net {
	margin: 5px 0px 5px 9px;
	-webkit-transform: rotate(135deg); /* Safari */
	transform: rotate(135deg); /*  */
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
.grow_rotate_dot_hole_Bp-Hun_net:hover {
	-webkit-transform: scale(0.62, 0.62) rotate(33deg) translate(-37px, -61px); /* Safari */
    transform: scale(0.62, 0.62) rotate(33deg) translate(-37px, -61px);
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
/* End - i-10-03-2022 - for '_Bp-Hun_net' files - upper-right and lower-left dot of Caption */

/* ch.n.15-03-2022 - mormally used for 'upper-leftTitle' */
.grow_green_dot {
	padding: 1px;
	margin: 5px;
	margin-left: 3px;
	width: 29px;
	-webkit-transform: rotate(88deg); /* Safari */
	transform: rotate(88deg); 	
	-webkit-transition: 4s; /* Safari */
	transition: 4s;
}
.grow_green_dot:hover {
    -webkit-transform: scale(0.62, 0.62) rotate(147deg) translate(0px, 0px); /* Safari */
    transform: scale(0.62, 0.62) rotate(147deg) translate(0px, 0px);
	-webkit-transition: 4s; /* Safari */
	transition: 4s;
}
/* ch.n.15-03-2022 - mormally used for 'lower-leftTitle' */
.grow_rotate_dot_hole {
	padding: 1px;
	margin: 5px;
/* ch-23-11-2023 - it was 7px */
	margin-left: 4px;
/* End ch-23-11-2023 - it was 7px */
	width: 29px;
	-webkit-transform: rotate(135deg); /* Safari */
	transform: rotate(135deg); /*  */
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
.grow_rotate_dot_hole:hover {
	-webkit-transform: scale(0.71, 0.71) rotate(33deg) translate(-37px, -61px); /* Safari */
    transform: scale(0.71, 0.71) rotate(33deg) translate(-37px, -61px);
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
/* End - ch.n.15-03-2022 - both 'upperTitle' and 'lowerTitle' */

/* i-01-02-2022 for rotating green dot in 'SelAnimX' files */
.grow_rotate_dot_hole_AnimX {
	margin-left: 7px;
	margin-right: 1px;
	-webkit-transform: rotate(135deg); /* Safari */
	transform: rotate(135deg); /*  */
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
.grow_rotate_dot_hole_AnimX:hover {
	-webkit-transform: scale(1.15, 1.15) rotate(0deg); /* Safari */
    transform: scale(1.15, 1.15) rotate(0deg);
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
/* End - /* i-01-02-2022 for rotating green dot in 'SelAnimX' files */

/* i-21-01-2022 for rotating green dot on the right with a hole for HunCultPhoto site */
.grow_rotate_dot_hole_HunCult-fh {
	margin-left: 7px;
	margin-right: 1px;
	-webkit-transform: rotate(135deg); /* Safari */
	transform: rotate(135deg); /*  */
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
.grow_rotate_dot_hole_HunCult-fh:hover {
/* ch-04-09-2022 - i twas 1.39, 1.39 */
	-webkit-transform: scale(0.62, 0.62) rotate(-33deg) translate(61px, -51px); /* Safari */
    transform: scale(0.62, 0.62) rotate(-33deg) translate(61px, -51px);
/* End - ch-04-09-2022 - i twas 1.39, 1.39 */
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
/* End - i-21-01-2022 for rotating green dot on the right with a hole for HunCultPhoto site */

/* i-09-09-2021 for rotating green dot with a hole for HunCultPhoto site */
.grow_rotate_dot_hole_HunCult {
	margin-left: 1px;
	margin-right: 7px;
	-webkit-transform: rotate(-135deg); /* Safari */
	transform: rotate(-135deg); /*  */
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
.grow_rotate_dot_hole_HunCult:hover {
/* ch-04-09-2022 - i twas 1.39, 1.39 */
	-webkit-transform: scale(0.62, 0.62) rotate(-33deg) translate(11px, -51px); /* Safari */
    transform: scale(0.62, 0.62) rotate(-33deg) translate(11px, -51px);
/* End - ch-04-09-2022 - i twas 1.39, 1.39 */
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
/* End - i-09-09-2021 for rotating green dot with a hole for HunCultPhoto site */

/* i-26-018-2022 for rotating green dot with a hole in 'Polygon-HQP-X_ifr.htm' files */
.grow_rotate_dot_hole-2 {
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	margin-bottom: 3px;
	width: 29px;
	-webkit-transform: rotate(135deg); /* Safari */
	transform: rotate(135deg); /*  */
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
.grow_rotate_dot_hole-2:hover {
	-webkit-transform: scale(0.71, 0.71) rotate(33deg) translate(-37px, -61px); /* Safari */
    transform: scale(0.71, 0.71) rotate(33deg) translate(-37px, -61px);
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
/* End - i-26-018-2022 for rotating green dot with a hole in 'Polygon-HQP-X_ifr.htm' files */

/* Ch.N.12-12-2020 for rotating green dot in Arts-Culture-Photography */
.flying_green_dot_hole {
	vertical-align: middle;
	-webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg); /*  */	
	-webkit-transition: 4s; /* Safari */
   	transition: 4s; 
}
.flying_green_dot_hole:hover {
	vertical-align: top;
	-webkit-transform: rotate(360deg); /* Safari */
	transform: rotate(360deg); 	
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
/* End - Ch.N.12-12-2020 for rotating green dot in Arts-Culture-Photography */

/* i-19-02-2022 for 'Hungary-Culture-Photography.GLobePhoto.net' */
.search-field-2-below-42 {
	font-size: 7pt;
	text-align: center;
	color: #bbbbbb;
	padding: 1px;
	border-radius: 11px;
	border: none;
	border-bottom: 1px solid #888888;
	border-top-right-radius: 1px;
	-webkit-transition: 2s; /* Safari */
	transition: 2s;
}
.search-field-2-below-42:hover {
	color: #ffffff;
	padding: 0px;
	border-bottom: 3px double #2dec0f;
	border-right: 1px solid #2dec0f;
	-webkit-transform: scale(1, 1.15); /* Safari */
	transform: scale(1, 1.15);
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}
/* End -  i-19-02-2022 for 'Hungary-Culture-Photography.GLobePhoto.net' */

/* i-09-02-2022 for Domicards.hu */
.search-field-2-below-4_forDC {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: #bbbbbb;
	padding: 1px;
	border-radius: 11px;
	border: none;
	border-bottom: 1px solid #bbbbbb;
	border-top-right-radius: 1px;
	-webkit-transition: 2s; /* Safari */
	transition: 2s;
}
.search-field-2-below-4_forDC:hover {
	color: #ffffff;
	padding: 0px;
	border-bottom: 3px double #2dec0f;
	border-right: 1px solid #2dec0f;
	-webkit-transform: scale(1, 1.4) translate(0px,-9px); /* Safari */
	transform: scale(1, 1.4) translate(0px,-9px);
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}

/* i-09-02-2022 for Photography.Budapest-Hungary-hu */
.search-field-2-below-4 {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: #bbbbbb;
	padding: 1px;
	border-radius: 11px;
	border: none;
	border-bottom: 1px solid #888888;
	border-top-right-radius: 1px;
	-webkit-transition: 2s; /* Safari */
	transition: 2s;
}
.search-field-2-below-4:hover {
	color: #ffffff;
	padding: 0px;
	border-bottom: 3px double #2dec0f;
	border-right: 1px solid #2dec0f;
	-webkit-transform: scale(1, 1.15); /* Safari */
	transform: scale(1, 1.15);
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}

.search-field-2-below-32 {
	font-size: 7pt;
	text-align: center;
	color: #bbbbbb;
	padding: 1px;
	padding-right: 15px;
	border: none;
	border-bottom: 1px solid #888888;
	border-radius: 11px;
	border-top-left-radius: 1px;
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}
.search-field-2-below-32:hover {
	color: #ffffff;
	padding: 0;
	padding-right: 7px;
	border-bottom: 3px double #2dec0f;
	border-left: 1px solid #2dec0f;
	-webkit-transform: scale(1, 1.15); /* Safari */
	transform: scale(1, 1.15);
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}
/* i-05-01-2023 special for DC */
.search-field-2-below-3_forDC {
	color: #ffffff;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	padding: 1px;
	padding-right: 15px;
	border: none;
	border-bottom: 1px solid #bbbbbb;
	border-radius: 11px;
	border-top-left-radius: 1px;
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}
.search-field-2-below-3_forDC:hover {
	padding: none;
	padding-right: 7px;
	border-bottom: 3px double #2dec0f;
	border-left: 1px solid #2dec0f;
	-webkit-transform: scale(1, 1.4) translate(0px,-9px); /* Safari */
	transform: scale(1, 1.4) translate(0px,-9px);
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}
/* End -i-05-01-2023 special for DC */


.search-field-2-below-3 {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: #bbbbbb;
	padding: 1px;
	padding-right: 15px;
	border: none;
	border-bottom: 1px solid #888888;
	border-radius: 11px;
	border-top-left-radius: 1px;
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}
.search-field-2-below-3:hover {
	color: #ffffff;
	padding: none;
	padding-right: 7px;
	border-bottom: 3px double #2dec0f;
	border-left: 1px solid #2dec0f;
	-webkit-transform: scale(1, 1.15); /* Safari */
	transform: scale(1, 1.15);
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}
/* End - i-09-02-2022 for Photography.Budapest-Hungary-hu */

/* i-12-12-2021 for style of Contact */
.search-field-2-below-2 {
/* ch-21-11-2023 - it was 5pt */	
	font-size: 6pt;
/* End ch-21-11-2023 - it was 5pt */	
	text-align: center;
	color: #bbbbbb;
	padding: 1px;
	border: 0px;
	-webkit-transition: 2s; /* Safari */
	transition: 2s;
}
.search-field-2-below-2:hover {
	color: #ffffff;
/* ch-21-11-2023 - it was 0px */	
	padding-left: 3px;
	letter-spacing: 1px;
/* End ch-21-11-2023 - it was 5pt */	
	border-bottom: 1px solid #2dec0f;
	border-right: 1px solid #2dec0f;
	border-radius: 11px;
	border-top-right-radius: 1px;
	-webkit-transform: scale(1, 1.15); /* Safari */
	transform: scale(1, 1.15);
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}

.search-field-2-below {
	font-size: 5pt;
	font-weight: bold;
	text-align: center;
	color: #bbbbbb;
	padding: 1px;
	padding-right: 15px;
	border: 0px;
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}
.search-field-2-below:hover {
	color: #ffffff;
	padding: 0px;
	padding-right: 7px;
	border-bottom: 1px solid #2dec0f;
	border-left: 1px solid #2dec0f;
	border-radius: 11px;
	border-top-left-radius: 1px;
	-webkit-transform: scale(1, 1.15); /* Safari */
	transform: scale(1, 1.15);
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}
/* i-12-12-2021 for style of Contact */

.search-field-2-2 {
	font-size: 6pt;
	font-weight: bold;
	text-align: center;
	color: #bbbbbb;
	padding: 1px;
	border: 0px;
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}
.search-field-2-2:hover {
	color: #ffffff;
	padding: 0px;
	border-top: 1px solid #2dec0f;
	border-left: 1px solid #2dec0f;
	border-radius: 5px;
	border-bottom-right-radius: 1px;
	-webkit-transform: scale(1, 1.15); /* Safari */
	transform: scale(1, 1.15);
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}

.search-field-2_Bp-Hun_net {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: #bbbbbb;
	padding: 1px;
	border: 0px;
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}
.search-field-2_Bp-Hun_net:hover {
	color: #ffffff;
	padding: 0px;
	border-top: 1px solid #2dec0f;
	border-right: 1px solid #2dec0f;
	border-radius: 5px;
	border-bottom-right-radius: 1px;
	-webkit-transform: scale(1, 1.15); /* Safari */
	transform: scale(1, 1.15);
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}

.search-field-2 {
	font-size: 7pt;
	text-align: center;
	color: #bbbbbb;
	padding: 1px;
	border: 0px;
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}
.search-field-2:hover {
	color: #ffffff;
	font-weight: bold;
	padding: 0px;
	border-top: 1px solid #2dec0f;
	border-right: 1px solid #2dec0f;
	border-radius: 5px;
	border-bottom-right-radius: 1px;
	-webkit-transform: scale(1, 1.15); /* Safari */
	transform: scale(1, 1.15);
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}

.search-field {
	font-size: 5pt;
	text-align: center;
	letter-spacing: 1px;
	color: #bbbbbb;
	vertical-align: top;
/* ch-20-07-2022 - it was 0px */
	padding: 1px;
/* End - ch-20-07-2022 - it was 0px */
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}
.search-field:hover {
	color: #ffffff;
	font-size: 6pt;
	-webkit-transform: scale(1, 1.4); /* Safari */
	transform: scale(1, 1.4);
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}
/* Ends Ch.N.12-10-2020 for 'SEARCH FIELDS' in BestGLobePhoto.hu */

/* iNS.17-10-2020 - 'dummy style' for 'rand_sel_4ArC_Bp_Hu_Head_bgX.js' */
.BestGLobePhoto_Head_bgX {
	max-width:100%;
	height:auto;	
}
/* End - iNS.17-10-2020 - 'dummy style' for 'rand_sel_4ArC_Bp_Hu_Head_bgX.js' */

/* This is for DIV of FB Share & Like */
div.offer_FB {
	display: block;
	text-align: center;
	border-left: none;
	border-top: none;
	border-bottom: 1px double #0f9cec;
	border-right: 1px double #0f9cec;
	border-bottom-right-radius: 11px;
	margin: auto; 
}
/* END DIV stlye for FB Share & Like */

/* taken fm GLownPic-2 - 17-12-2020 */
.grow_rotate_5_wob {
	text-align: center;
	vertical-align: middle;
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 9px;
	-webkit-transform: rotate(0deg); /* Safari */
    transform: rotate(0deg);
    -webkit-transition: 2s; /* Safari */
	transition: 2s; 
}
.grow_rotate_5_wob:hover {
	text-align: center;
    -webkit-transform: rotate(-2deg) scale(1.5, 1.5); /* Safari */
    transform: rotate(-2deg) scale(1.5, 1.5);
}
/* End - taken fm GLownPic-2 - 17-12-2020 */

/* i-15-02-2022 - for 'td' style e.g. in 'Photograpghy.GLobePhoto.hu' */
.polygon-HQP-1-xform-0 {
	-webkit-clip-path: polygon(100% 7%, 32% 68%, 29% 49%, 9% 28%, 100% 1%, 1% 20%, 37% 96%, 44% 64%, 95% 100%, 2% 54%, 47% 1%, 1% 98%, 60% 0, 55% 15%, 79% 100%, 100% 52%, 87% 0, 58% 51%, 71% 17%, 49% 53%, 36% 32%, 34% 20%, 52% 31%, 45% 94%, 40% 83%, 100% 51%, 67% 97%, 63% 21%, 77% 0, 85% 60%, 9% 4%, 4% 40%, 8% 73%, 18% 93%, 3% 31%, 2% 7%, 56% 61%, 25% 85%, 19% 68%, 7% 41%, 63% 100%, 26% 90%, 100% 13%, 99% 41%, 99% 70%, 98% 95%, 51% 47%);
	clip-path: polygon(100% 7%, 32% 68%, 29% 49%, 9% 28%, 100% 1%, 1% 20%, 37% 96%, 44% 64%, 95% 100%, 2% 54%, 47% 1%, 1% 98%, 60% 0, 55% 15%, 79% 100%, 100% 52%, 87% 0, 58% 51%, 71% 17%, 49% 53%, 36% 32%, 34% 20%, 52% 31%, 45% 94%, 40% 83%, 100% 51%, 67% 97%, 63% 21%, 77% 0, 85% 60%, 9% 4%, 4% 40%, 8% 73%, 18% 93%, 3% 31%, 2% 7%, 56% 61%, 25% 85%, 19% 68%, 7% 41%, 63% 100%, 26% 90%, 100% 13%, 99% 41%, 99% 70%, 98% 95%, 51% 47%);
	overflow:hidden;
	margin: auto;
}
.polygon-HQP-1-xform-0:hover {
/* square' */
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	overflow:hidden;
	margin: auto;
}
/* End - i-15-02-2022 - for 'td' style e.g. in 'Photograpghy.GLobePhoto.hu' */

/* i-09-04-2021 - Polygon styles for 'Clipping HQP' */
/* i-22-05-2021 - This style here below has another version in GLonwpic.css and in GLownpic-4F.css for other use than 'Clipping-HQP-' iframe */
div.polygon-HQP-1-xform {
/* image dimensiona for 'Clipping HPQ' */
/* image dimensiona put in div style so that this style can be used also for other htm's */
/* End - image dimensiona for 'Clipping HPQ' */
/* ch-21-05-2021 - replace 'circle-like' style */
	-webkit-clip-path: polygon(100% 7%, 32% 68%, 29% 49%, 9% 28%, 100% 1%, 1% 20%, 37% 96%, 44% 64%, 95% 100%, 2% 54%, 47% 1%, 1% 98%, 60% 0, 55% 15%, 79% 100%, 100% 52%, 87% 0, 58% 51%, 71% 17%, 49% 53%, 36% 32%, 34% 20%, 52% 31%, 45% 94%, 40% 83%, 100% 51%, 67% 97%, 63% 21%, 77% 0, 85% 60%, 9% 4%, 4% 40%, 8% 73%, 18% 93%, 3% 31%, 2% 7%, 56% 61%, 25% 85%, 19% 68%, 7% 41%, 63% 100%, 26% 90%, 100% 13%, 99% 41%, 99% 70%, 98% 95%, 51% 47%);
	clip-path: polygon(100% 7%, 32% 68%, 29% 49%, 9% 28%, 100% 1%, 1% 20%, 37% 96%, 44% 64%, 95% 100%, 2% 54%, 47% 1%, 1% 98%, 60% 0, 55% 15%, 79% 100%, 100% 52%, 87% 0, 58% 51%, 71% 17%, 49% 53%, 36% 32%, 34% 20%, 52% 31%, 45% 94%, 40% 83%, 100% 51%, 67% 97%, 63% 21%, 77% 0, 85% 60%, 9% 4%, 4% 40%, 8% 73%, 18% 93%, 3% 31%, 2% 7%, 56% 61%, 25% 85%, 19% 68%, 7% 41%, 63% 100%, 26% 90%, 100% 13%, 99% 41%, 99% 70%, 98% 95%, 51% 47%);
/* End - ch-21-05-2021 - replace 'circle-like' style */
	overflow:hidden;
	margin: auto;
}
div.polygon-HQP-1-xform:hover {
/* square' */
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	overflow:hidden;
	margin: auto;
}

div.polygon-HQP-2-xform {
	-webkit-clip-path: polygon(24% 90%, 55% 5%, 54% 8%, 50% 8%, 99% 40%, 3% 6%, 100% 76%, 2% 47%, 88% 98%, 20% 34%, 34% 1%, 92% 1%, 1% 88%, 92% 44%, 94% 10%, 34% 75%, 80% 59%, 1% 38%, 100% 95%, 3% 64%, 22% 95%, 14% 27%, 24% 3%, 5% 32%, 99% 65%, 98% 47%, 27% 88%, 61% 11%, 52% 91%, 21% 26%, 51% 85%, 68% 9%, 24% 13%, 46% 100%, 67% 96%, 20% 34%, 26% 59%, 45% 10%);
	clip-path: polygon(24% 90%, 55% 5%, 54% 8%, 50% 8%, 99% 40%, 3% 6%, 100% 76%, 2% 47%, 88% 98%, 20% 34%, 34% 1%, 92% 1%, 1% 88%, 92% 44%, 94% 10%, 34% 75%, 80% 59%, 1% 38%, 100% 95%, 3% 64%, 22% 95%, 14% 27%, 24% 3%, 5% 32%, 99% 65%, 98% 47%, 27% 88%, 61% 11%, 52% 91%, 21% 26%, 51% 85%, 68% 9%, 24% 13%, 46% 100%, 67% 96%, 20% 34%, 26% 59%, 45% 10%);
	overflow:hidden;
	margin: auto; 
}
div.polygon-HQP-2-xform:hover {
/* square' */
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	overflow:hidden;
	margin: auto;
}

div.polygon-HQP-3-xform {
	-webkit-clip-path: polygon(49% 54%, 0% 2%, 48% 54%, 100% 1%, 0% 9%, 100% 9%, 0% 16%, 100% 15%, 0% 23%, 100% 21%, 0% 30%, 100% 28%, 0% 36%, 100% 38%, 0% 40%, 100% 50%, 0% 45%, 100% 70%, 0% 51%, 100% 77%, 0% 78%, 100% 43%, 0% 63%, 0% 68%, 100% 60%, 0% 86%, 100% 84%, 0% 91%, 100% 91%, 0% 98%, 100% 99%, 100% 32%);
	clip-path: polygon(49% 54%, 0% 2%, 48% 54%, 100% 1%, 0% 9%, 100% 9%, 0% 16%, 100% 15%, 0% 23%, 100% 21%, 0% 30%, 100% 28%, 0% 36%, 100% 38%, 0% 40%, 100% 50%, 0% 45%, 100% 70%, 0% 51%, 100% 77%, 0% 78%, 100% 43%, 0% 63%, 0% 68%, 100% 60%, 0% 86%, 100% 84%, 0% 91%, 100% 91%, 0% 98%, 100% 99%, 100% 32%);
	overflow:hidden;
	margin: auto; 
}
div.polygon-HQP-3-xform:hover {
/* square' */
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	overflow:hidden;
	margin: auto; 
}

div.polygon-HQP-4-xform {
	-webkit-clip-path: polygon(46% 55%, 1% 8%, 1% 6%, 1% 6%, 100% 2%, 98% 99%, 94% 0%, 95% 100%, 89% 1%, 88% 100%, 80% 1%, 92% 100%, 84% 1%, 74% 100%, 61% 0%, 90% 99%, 76% 0%, 80% 99%, 72% 1%, 69% 100%, 69% 1%, 63% 99%, 91% 1%, 84% 99%, 65% 1%, 60% 100%, 58% 2%, 43% 99%, 37% 1%, 59% 99%, 54% 0%, 50% 98%, 48% 1%, 40% 98%, 44% 1%, 47% 99%, 40% 2%, 35% 99%, 33% 0%, 31% 100%, 31% 1%, 29% 100%, 28% 1%, 26% 100%, 15% 1%, 38% 98%, 25% 0%, 21% 100%, 21% 1%, 17% 98%, 18% 2%, 4% 99%, 9% 0%, 55% 100%, 12% 0%, 14% 100%, 7% 2%, 0% 97%, 23% 0%, 9% 100%, 42% 1%, 33% 99%, 57% 100%, 0% 28%, 100% 66%, 1% 0%, 98% 0%, 0% 19%);
	clip-path: polygon(46% 55%, 1% 8%, 1% 6%, 1% 6%, 100% 2%, 98% 99%, 94% 0%, 95% 100%, 89% 1%, 88% 100%, 80% 1%, 92% 100%, 84% 1%, 74% 100%, 61% 0%, 90% 99%, 76% 0%, 80% 99%, 72% 1%, 69% 100%, 69% 1%, 63% 99%, 91% 1%, 84% 99%, 65% 1%, 60% 100%, 58% 2%, 43% 99%, 37% 1%, 59% 99%, 54% 0%, 50% 98%, 48% 1%, 40% 98%, 44% 1%, 47% 99%, 40% 2%, 35% 99%, 33% 0%, 31% 100%, 31% 1%, 29% 100%, 28% 1%, 26% 100%, 15% 1%, 38% 98%, 25% 0%, 21% 100%, 21% 1%, 17% 98%, 18% 2%, 4% 99%, 9% 0%, 55% 100%, 12% 0%, 14% 100%, 7% 2%, 0% 97%, 23% 0%, 9% 100%, 42% 1%, 33% 99%, 57% 100%, 0% 28%, 100% 66%, 1% 0%, 98% 0%, 0% 19%);
	overflow:hidden;
	margin: auto; 
}
div.polygon-HQP-4-xform:hover {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	overflow:hidden;
	margin: auto; 
}

div.polygon-HQP-5-xform {
	-webkit-clip-path: polygon(53% 53%, 54% 19%, 54% 17%, 37% 34%, 1% 96%, 47% 13%, 44% 71%, 7% 28%, 16% 94%, 28% 35%, 20% 26%, 32% 6%, 31% 23%, 35% 50%, 28% 84%, 21% 93%, 26% 97%, 26% 68%, 1% 1%, 21% 10%, 40% 84%, 47% 93%, 41% 46%, 82% 40%, 1% 81%, 1% 73%, 1% 57%, 0% 69%, 8% 92%, 19% 25%, 1% 47%, 98% 5%, 49% 35%, 37% 14%, 16% 61%, 36% 96%, 30% 97%, 39% 53%, 60% 74%, 67% 87%, 59% 93%, 72% 62%, 52% 82%, 94% 15%, 59% 34%, 82% 80%, 98% 58%, 73% 84%, 96% 83%, 89% 42%, 71% 76%, 88% 90%, 93% 55%, 81% 47%, 78% 92%, 93% 92%, 94% 36%, 71% 95%, 89% 99%, 98% 70%, 78% 49%, 52% 92%, 88% 34%, 89% 4%, 98% 93%, 78% 57%, 80% 3%, 66% 3%, 64% 44%, 83% 10%, 69% 92%, 61% 7%, 86% 4%, 98% 24%);
	clip-path: polygon(53% 53%, 54% 19%, 54% 17%, 37% 34%, 1% 96%, 47% 13%, 44% 71%, 7% 28%, 16% 94%, 28% 35%, 20% 26%, 32% 6%, 31% 23%, 35% 50%, 28% 84%, 21% 93%, 26% 97%, 26% 68%, 1% 1%, 21% 10%, 40% 84%, 47% 93%, 41% 46%, 82% 40%, 1% 81%, 1% 73%, 1% 57%, 0% 69%, 8% 92%, 19% 25%, 1% 47%, 98% 5%, 49% 35%, 37% 14%, 16% 61%, 36% 96%, 30% 97%, 39% 53%, 60% 74%, 67% 87%, 59% 93%, 72% 62%, 52% 82%, 94% 15%, 59% 34%, 82% 80%, 98% 58%, 73% 84%, 96% 83%, 89% 42%, 71% 76%, 88% 90%, 93% 55%, 81% 47%, 78% 92%, 93% 92%, 94% 36%, 71% 95%, 89% 99%, 98% 70%, 78% 49%, 52% 92%, 88% 34%, 89% 4%, 98% 93%, 78% 57%, 80% 3%, 66% 3%, 64% 44%, 83% 10%, 69% 92%, 61% 7%, 86% 4%, 98% 24%);	
	overflow:hidden;
	margin: auto; 
}
div.polygon-HQP-5-xform:hover {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	overflow:hidden;
	margin: auto; 
}

div.polygon-HQP-6-xform {
	-webkit-clip-path: polygon(90% 94%, 68% 20%, 57% 52%, 0 0, 100% 39%, 0 100%, 99% 12%, 23% 99%, 56% 100%, 41% 3%, 40% 89%, 14% 92%, 100% 53%, 39% 99%, 18% 0, 0 26%, 3% 47%, 46% 26%, 67% 99%, 10% 56%, 100% 76%, 97% 21%, 100% 100%, 73% 8%, 82% 1%, 0 12%, 34% 2%, 33% 53%, 21% 49%, 9% 28%, 39% 45%, 91% 14%, 38% 62%, 67% 6%, 12% 85%, 56% 3%, 91% 0, 44% 49%, 100% 0, 1% 62%, 100% 29%, 18% 32%, 0 74%);
	clip-path: polygon(90% 94%, 68% 20%, 57% 52%, 0 0, 100% 39%, 0 100%, 99% 12%, 23% 99%, 56% 100%, 41% 3%, 40% 89%, 14% 92%, 100% 53%, 39% 99%, 18% 0, 0 26%, 3% 47%, 46% 26%, 67% 99%, 10% 56%, 100% 76%, 97% 21%, 100% 100%, 73% 8%, 82% 1%, 0 12%, 34% 2%, 33% 53%, 21% 49%, 9% 28%, 39% 45%, 91% 14%, 38% 62%, 67% 6%, 12% 85%, 56% 3%, 91% 0, 44% 49%, 100% 0, 1% 62%, 100% 29%, 18% 32%, 0 74%);
	overflow:hidden;
	margin: auto; 
}
div.polygon-HQP-6-xform:hover {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	overflow:hidden;
	margin: auto; 
}

div.polygon-HQP-7-xform {
	-webkit-clip-path: polygon(50% 51%, 0% 0%, 40% 19%, 99% 5%, 0% 18%, 100% 13%, 0% 25%, 100% 20%, 0% 31%, 53% 34%, 66% 0%, 0% 39%, 100% 32%, 0% 46%, 100% 26%, 0% 10%, 100% 39%, 0% 52%, 100% 45%, 0% 59%, 100% 49%, 0% 34%, 100% 55%, 0% 65%, 100% 60%, 0% 71%, 100% 66%, 1% 77%, 100% 93%, 0% 82%, 99% 77%, 0% 90%, 100% 86%, 0% 99%, 100% 99%);
	clip-path: polygon(50% 51%, 0% 0%, 40% 19%, 99% 5%, 0% 18%, 100% 13%, 0% 25%, 100% 20%, 0% 31%, 53% 34%, 66% 0%, 0% 39%, 100% 32%, 0% 46%, 100% 26%, 0% 10%, 100% 39%, 0% 52%, 100% 45%, 0% 59%, 100% 49%, 0% 34%, 100% 55%, 0% 65%, 100% 60%, 0% 71%, 100% 66%, 1% 77%, 100% 93%, 0% 82%, 99% 77%, 0% 90%, 100% 86%, 0% 99%, 100% 99%);
	overflow:hidden;
	margin: auto; 
}
div.polygon-HQP-7-xform:hover {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	overflow:hidden;
	margin: auto; 
}

div.polygon-HQP-8-xform {
	-webkit-clip-path: polygon(45% 50%, 0% 3%, 97% 2%, 45% 15%, 45% 1%, 1% 100%, 3% 0%, 4% 100%, 5% 0%, 6% 100%, 8% 0%, 8% 100%, 10% 0%, 11% 100%, 12% 0%, 13% 100%, 14% 0%, 15% 100%, 100% 6%, 17% 100%, 16% 1%, 1% 24%, 100% 28%, 0% 36%, 100% 13%, 0% 30%, 89% 10%, 0% 44%, 100% 37%, 0% 53%, 100% 45%, 1% 59%, 100% 52%, 0% 64%, 100% 59%, 0% 70%, 100% 66%, 23% 0%, 0% 77%, 100% 72%, 0% 84%, 100% 20%, 100% 77%, 0% 91%, 100% 84%, 0% 97%, 100% 92%, 24% 10%, 83% 1%, 26% 100%, 1% 50%);
	clip-path: polygon(45% 50%, 0% 3%, 97% 2%, 45% 15%, 45% 1%, 1% 100%, 3% 0%, 4% 100%, 5% 0%, 6% 100%, 8% 0%, 8% 100%, 10% 0%, 11% 100%, 12% 0%, 13% 100%, 14% 0%, 15% 100%, 100% 6%, 17% 100%, 16% 1%, 1% 24%, 100% 28%, 0% 36%, 100% 13%, 0% 30%, 89% 10%, 0% 44%, 100% 37%, 0% 53%, 100% 45%, 1% 59%, 100% 52%, 0% 64%, 100% 59%, 0% 70%, 100% 66%, 23% 0%, 0% 77%, 100% 72%, 0% 84%, 100% 20%, 100% 77%, 0% 91%, 100% 84%, 0% 97%, 100% 92%, 24% 10%, 83% 1%, 26% 100%, 1% 50%);
	overflow:hidden;
	margin: auto; 
}
div.polygon-HQP-8-xform:hover {
	-webkit-clip-path: polygon(0 0, 100% 1%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 1%, 100% 100%, 0% 100%);
	overflow:hidden;
	margin: auto; 
}
/* End -  i-09-04-2021 - Polygon styles for 'Clipping HQP' */

/* i-22-05-2021 - for TEST */
div.polygon-HQP-PLUS-xform {
	-webkit-clip-path: path('M 0 200 L 0,75 A 5,5 0,0,1 150,75 L 200 200 z');
	clip-path: path('M 0 200 L 0,75 A 5,5 0,0,1 150,75 L 200 200 z');
	overflow:hidden;
	margin: auto; 
}
div.polygon-HQP-PLUS-xform:hover {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	overflow:hidden;
	margin: auto; 
}

div.polygon-HQP-PLUS-2-xform {
	-webkit-clip-path: path('M22.766,0.001C10.194,0.001,0,10.193,0,22.766s10.193,22.765,22.766,22.765c12.574,0,22.766-10.192,22.766-22.765 S35.34,0.001,22.766,0.001z M22.766,6.808c4.16,0,7.531,3.372,7.531,7.53c0,4.159-3.371,7.53-7.531,7.53 c-4.158,0-7.529-3.371-7.529-7.53C15.237,10.18,18.608,6.808,22.766,6.808z M22.761,39.579c-4.149,0-7.949-1.511-10.88-4.012 c-0.714-0.609-1.126-1.502-1.126-2.439c0-4.217,3.413-7.592,7.631-7.592h8.762c4.219,0,7.619,3.375,7.619,7.592 c0,0.938-0.41,1.829-1.125,2.438C30.712,38.068,26.911,39.579,22.761,39.579z');
	clip-path: path('M22.766,0.001C10.194,0.001,0,10.193,0,22.766s10.193,22.765,22.766,22.765c12.574,0,22.766-10.192,22.766-22.765 S35.34,0.001,22.766,0.001z M22.766,6.808c4.16,0,7.531,3.372,7.531,7.53c0,4.159-3.371,7.53-7.531,7.53 c-4.158,0-7.529-3.371-7.529-7.53C15.237,10.18,18.608,6.808,22.766,6.808z M22.761,39.579c-4.149,0-7.949-1.511-10.88-4.012 c-0.714-0.609-1.126-1.502-1.126-2.439c0-4.217,3.413-7.592,7.631-7.592h8.762c4.219,0,7.619,3.375,7.619,7.592 c0,0.938-0.41,1.829-1.125,2.438C30.712,38.068,26.911,39.579,22.761,39.579z');
	overflow:hidden;
	margin: auto; 
}
div.polygon-HQP-PLUS-2-xform:hover {
	-webkit-clip-path: polygon(0 0, 100% 1%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 1%, 100% 100%, 0% 100%);
	overflow:hidden;
	margin: auto; 
}
/* End - i-22-05-2021 - for test */

/* i-12-03-2022 taken from GLownpic.css for '-3D-HQP' */
td.fourArC_title-3D {
	text-align: center;
	color: #888888;
	font-size: 7pt;	
	letter-spacing: 1px;
	line-height: 145%;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 5px;
	border: 0px;
	border-top: 3px double #888888;
	border-radius: 2px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
td.fourArC_title-3D:hover {
	color: #ffffff;
	background-color: #1A1E27;
	border-top: 3px double #2DEC0F;
	border-radius: 11px 11px 0px 0px;	
    -webkit-transform: scale(1, 1.05); /* Safari */
    transform: scale(1, 1.05);	
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
/* End - i-12-03-2022 taken from GLownpic.css for '-3D-HQP' */

/* i-10-04-2021 - taken fm GLownPic.css */
td.fourArC_title {
	color: #dddddd;
	font-size: 9pt;	
	letter-spacing: 1px;
	text-align: justify;
	line-height: 135%;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 5px;
	border: 0px;
	border-top: 0px double #888888;
	border-radius: 2px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
td.fourArC_title:hover {
	color: #ffffff;
	background-color: #1A1E27;
	border-top: 3px double #2DEC0F;
	border-top-left-radius: 11px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;	
    -webkit-transform: scale(1, 1.05); /* Safari */
    transform: scale(1, 1.05);	
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}

.grow_4ArC-Head-pic {
	text-align: left;
	vertical-align: top;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
  	-webkit-transform:  rotate3D(1,1,1,0deg) translate(30px,-60px); /* Safari */
	transform: rotate3D(1,1,1,0deg) translate(30px,-60px);
	-webkit-transition: all cubic-bezier(1,-5.2,0.7,1) 8.9s;
	transition: all cubic-bezier(1,-5.2,0.7,1) 8.9s;
}
.grow_4ArC-Head-pic:hover {
	vertical-align: middle;
    -webkit-transform: rotate3D(1,1,1,-21deg) scale(1.38, 1.38) translate(79px,49px); /* Safari */
	transform: rotate3D(1,1,1,-21deg) scale(1.38, 1.38)  translate(79px,49px);
}

/*  for "Bp-Hu" */
.grow_4ArC-Head-pic-2 {
	text-align: left;
	vertical-align: middle;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	-webkit-transform:  rotate3D(1,1,1,0deg) translate(-110px,-13px); /* Safari */
    transform: rotate3D(1,1,1,0deg) translate(-110px,-13px);
   	-webkit-transition: all cubic-bezier(1,-5.2,0.7,1) 9.9s;
 	transition: all cubic-bezier(1,-5.2,0.7,1) 9.9s;

}
.grow_4ArC-Head-pic-2:hover {
	vertical-align: middle;
    -webkit-transform: rotate3D(1,1,1,-21deg) translate(279px,70px); /* Safari */
    transform: rotate3D(1,1,1,-21deg) translate(279px,70px);
	-webkit-transition: all cubic-bezier(1,-5.2,0.7,1) 9.9s;
 	transition: all cubic-bezier(1,-5.2,0.7,1) 9.9s;
}
/*  for "4ArC.hu" */
.grow_4ArC-Head-pic-3 {
	text-align: center;
	vertical-align: middle;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
 	-webkit-transform:  rotate3D(1,1,1,0deg) translate(43px,42px); /* Safari */
    transform: rotate3D(1,1,1,0deg) translate(43px,42px);
  	-webkit-transition: all cubic-bezier(1,-5.2,0.7,1) 9.9s;
  	transition: all cubic-bezier(1,-5.2,0.7,1) 9.9s;
}
.grow_4ArC-Head-pic-3:hover {
	vertical-align: middle;
    -webkit-transform: rotate3D(1,1,1,-21deg) translate(40px,149px); /* Safari */
    transform: rotate3D(1,1,1,-21deg) translate(40px,149px);
	-webkit-transition: all cubic-bezier(1,-5.2,0.7,1) 9.9s;
  	transition: all cubic-bezier(1,-5.2,0.7,1) 9.9s;
}

/*  for "... dedicated to 4G" */
.grow_4ArC-Head-pic-4 {
	text-align: right;
	vertical-align: middle;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	-webkit-transform:  rotate3D(1,1,1,0deg) translate(206px,-67px); /* Safari */
    transform: rotate3D(1,1,1,0deg) translate(206px,-67px);
  	-webkit-transition: all cubic-bezier(1,-5.2,0.7,1) 9.9s;
  	transition: all cubic-bezier(1,-5.2,0.7,1) 9.9s;
}
.grow_4ArC-Head-pic-4:hover {
    -webkit-transform: rotate3D(1,1,1,-21deg) translate(279px,149px); /* Safari */
    transform: rotate3D(1,1,1,-21deg) translate(279px,149px);
	 -webkit-transition: all cubic-bezier(1,-5.2,0.7,1) 9.9s;
  	transition: all cubic-bezier(1,-5.2,0.7,1) 9.9s;
}

/*  for "Jukebox" icon */
.grow_4ArC-Head-pic-5 {
	text-align: right;
	vertical-align: middle;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	-webkit-transform:  rotate3D(1,1,1,0deg) translate(160px,-30px); /* Safari */
    transform: rotate3D(1,1,1,0deg) translate(160px,-30px);
  	-webkit-transition: all cubic-bezier(1,-5.2,0.7,1) 8.9s;
  	transition: all cubic-bezier(1,-5.2,0.7,1) 8.9s;
}
.grow_4ArC-Head-pic-5:hover {
	vertical-align: middle;
    -webkit-transform: rotate3D(1,1,1,-21deg) translate(279px,149px); /* Safari */
    transform: rotate3D(1,1,1,-21deg) translate(279px,149px);
	-webkit-transition: all cubic-bezier(1,-5.2,0.7,1) 8.9s;
  	transition: all cubic-bezier(1,-5.2,0.7,1) 8.9s;
}
.search-id-field {
	font-size: 9pt;
	text-align: center;
	color: #dddddd;
	padding: 1px;
	border: 0px;
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}
.search-id-field:hover {
	color: #ffffff;
	padding: 0px;
	border-top: 1px solid #2dec0f;
	border-right: 1px solid #2dec0f;
	border-radius: 5px;
	-webkit-transform: scale(1, 1.3); /* Safari */
	transform: scale(1, 1.3);
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}
/* End - i-10-04-2021 - taken fm GLownPic.css */

/* i-21-07-2022 - for 'Coloured-' sites */
.grow_globephoto_net_lg_rot {
	text-align: center;
	vertical-align: middle;
	border-radius: 11px; 
	border: none;
	border-top: 0px;
	border-left: 0px;
	padding: 5px;
	-webkit-transform: rotate(-186deg); /* Safari */
	transform: rotate(-186deg);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.grow_globephoto_net_lg_rot:hover {
	color: #FFFFFF;
	vertical-align: middle;
	border: 0px;	
	padding: 6px;
    -webkit-transform: scale(1.62, 1.62); /* Safari */
    transform: scale(1.62, 1.62);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}

.grow_globephoto_net_lg {
	text-align: center;
	vertical-align: middle;
	border-radius: 11px; 
	border: none;
	border-top: 0px;
	border-left: 0px;
	padding: 5px;
	-webkit-transform: rotate(-186deg); /* Safari */
	transform: rotate(-186deg);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.grow_globephoto_net_lg:hover {
	color: #FFFFFF;
	vertical-align: middle;
	border: 0px;	
	padding: 6px;
    -webkit-transform: scale(1.62, 1.62); /* Safari */
    transform: scale(1.62, 1.62);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}

/* taken fm GLobePic.css  */
a.grow_Slideshow {
	font-family: Courier New, Verdana;
	color: #dddddd;
	font-size: 20pt;
	letter-spacing: 2px;
	background-color: #31343c;
	text-align: center;
	line-height: 170%;
	padding: 5px;
	text-decoration: underline;
  	text-decoration-color: #2dec0f;
	text-decoration-thickness: 4px;
/* i- 02-05-2021  */
	border: 1px solid #1a1e27;
	border-bottom: 3px double #bbbbbb;
	border-radius: 13px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
/* End - i- 02-05-2021  */
	display: inline-block;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
a.grow_Slideshow:hover {
	color: #2dec0f;
	text-decoration: none;
	background-color: #1a1e27;
  	text-decoration-color: #1a1e27;
	border-bottom: 3px double #1a1e27;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
/* End - taken fm GLobePic.css  */


/* i-18-05-2021 - taken fm GLownPic,css for Sights-Views-Effects.'ACPh'.net */
.change-bg-bw2 {
 	background-image: url(https://globephoto.hu/images/myHistory/2021-17-835Lp_cut.jpg);
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
.change-bg-bw2:hover {
	background-image: url(../myHistory/2021-17-835Lp_cut-bw.jpg);
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
/* i-17-05-2021 - taken fm GLownPic,css for Sights-Views-Effects.'ACPh'.net */
.change-bg-bw {
 	background-image: url(../myHistory/Borsos-medal_KFKI-prize_cut-2.png);
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
.change-bg-bw:hover {
 	background-image: url(https://globephoto.hu/images/myHistory/Borsos-medal_KFKI-prize_cut_bw-2.png);
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}

/* i-18-03-2021 */
.change-bw {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}

.change-bw:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(0%);
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
/* End - i-17-05-2021 - taken fm GLownPic,css */

/* i-30-09-2021 - taken fm GLownPic,css */
.fourArC-title-BestGLobePhoto-HR {
	text-align:justify;
	color: #dddddd;
	background-color: #31383C;
	font-size: 10pt;	
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 145%;
	text-decoration: none;
	padding-top: 9px;
	padding-left: 5px;
	padding-right: 13px;
	padding-bottom: 11px;
	border-bottom: 3px double #6F767B;
	border-radius: 11px;
/* Ch.N.20-08-2020 double transition is needed for smooth animation  */	
	-webkit-transition: 2s; /* Safari */
 	transition: 2s; 
}

/* i-20-05-2021 - just to enlarge cell contents */
.scale-test {
	text-align: center;
	-webkit-transition: 2s; /* Safari */
 	transition: 2s; 
}
.scale-test:hover {
	-webkit-transform: scale(1, 1.21); /* Safari */
    transform: scale(1, 1.21);
	-webkit-transition: 2s; /* Safari */
 	transition: 2s; 
}
/* End - i-20-05-2021 - just to enlarge cell contents */

/* i-08-09-2021 - for the top text in HQPages */
.resize-text {
	width: 66%;
	text-align: right; 
	vertical-align: middle; 
	font-size: 6pt; 
	color: #dddddd;
	letter-spacing: 1px;
	-webkit-transition: 2s; /* Safari */
 	transition: 2s; 
}
.resize-text:hover {
	color: #ffffff; 
	-webkit-transform: scale(1, 1.21); /* Safari */
    transform: scale(1, 1.21);
	-webkit-transition: 2s; /* Safari */
 	transition: 2s; 
}
/* End - i-08-09-2021 - for the top text in HQPages */

/* i-09-07-2022 - This is for 'SVGX-Picture...' iframes  */
.PicMask-SVGX-Pic {
	width: 100%;
	height: 1251px;
	text-align: center;
	padding:0; border:0;
	border-spacing:0px;
	frameborder:0px;
	scrolling:no;
}

/* i-02-08-2023 - This is w/o border! */
.rand_sel_aSVGX-X2 {
	width: 100%;
	height: 1501px;
	text-align: center;	
	border: none;
	scrolling: no;
	-webkit-transition: 2s; /* Safari */
 	transition: 2s; 
}
.rand_sel_aSVGX-X2:hover {
	-webkit-transition: 2s; /* Safari */
 	transition: 2s; 
}

/* i-18-07-2022 - This is for 'photos-with-svg-css-animation.photomaster.hu' and similar sites - random sel.of iframes */
.rand_sel_aSVGX-X {
	width: 100%;
	height: 1491px;
	text-align: center;
	border: 3px double #bbbbbb;
	border-radius: 7px;
	border-spacing: 0px;
	scrolling: no;
	-webkit-transition: 2s; /* Safari */
 	transition: 2s; 
}
.rand_sel_aSVGX-X:hover {
	border: 3px double #2dec0f;
	-webkit-transition: 2s; /* Safari */
 	transition: 2s; 
}

/* i-27-10-2024 - This is for 'creative-animation-photography.globephoto.net' - random sel.of iframes */
.rand_sel_REiMG-X {
	width: 100%;
/* ViN!!! - ch-11-12-2024 - it was height: 100vh and 100dvh - may not be working on mobile if >100vh or w/ 'dvh' !!! - according to 'golden-ratio' */
	height: 138vh;
	text-align: center;
	vertical-align: top;
	border: none; 
	border-radius: 7px;
	border-spacing: 0px;
	scrolling: yes;
	-webkit-transition: 2s; /* Safari */
 	transition: 2s; 
}

/* i-11-05-2023 - spec.for 'Subspace-Elast-HQP-0_ifr.htm' */
.Subspace-Elast-HQP- {
	width: 100%;
	height: 1331px;
	padding: 0; 
	border: none;
	border-spacing: 3px;
	border-collapse: separate;
	frameborder: 0px;
}
/* i-24-10-2022 - spec.for 'PiXhatter-HQP-0_ifr.htm' */
.PiXhatter-HQP- {
	width: 100%;
	height: 1177px;
	padding: 0; 
	border: none;
	border-spacing: 0px;
	frameborder: 0px;
}
/* i-30-09-2022 - This is for 'Shatter-Photography.globephoto.net' etc.  */
.PiXhatter-HQP {
	width: 100%;
	height: 1701px;
	padding: 0; 
	border: none;
	border-spacing: 0px;
	frameborder: 0px;
}

/* i-03-07-2022 - This is for 'Swinging-girl-photography.globephoto.net' etc. (animated SVG)  */
.PicMask-aSVGX {
	width: 100%;
	height: 1377px;
	text-align: center;
	padding:0; border:0;
	border-spacing:0px;
	frameborder:0px;
	scrolling:no;
}

/* i-08-11-2022 - This is for embedding 'PicMask-HQP-SilhArt-X'_ifr.htm' e.g. in Budapest-Hungary. GLobePhoto.hu  */
.PicMask-HQP-SilhArt-X {
	width: 100%;
	height: 1263px;
	text-align: center;
	padding:0; border:0;
	border-spacing:0px;
	frameborder:0px;
	scrolling:no;
}

/* i-23-06-2022 - This is for embedding 'PicMask-HQP-'x'_ifr.htm' e.g. in HungaryPhoto.net  */
.PicMask-HQP-X {
	width: 100%;
/* ch-01-05-2023 - it was 1163px  */
	height: 1183px;
/* End - ch-01-05-2023 - it was 1163px  */
	text-align: center;
	padding:0; border:0;
	border-spacing:0px;
	frameborder:0px;
	scrolling:no;
}

/* i-10-04-2021 - This is for embedding 'Polygon-HQP-'x'_ifr.htm' e.g. in HungaryPhoto.net - taken fm GLownPic.css */
.phOtoWaLking-HQP-X {
	width:100%;
/* ch-24-06-2022 - it was 899px */
	height: 949px;
	text-align: center;
	padding:0; border:0;
	border-spacing: 0px;
	frameborder: 0px;
	scrolling: no;
}

/* 24-03-2018 - This is for phOtoWaLking iframes for phOtoWaLking.hu and HungaryPhoto.net  */
.phOtoWaLking-X {
	width:100%;
	height:505px;
	text-align:center;
	padding:0; border:0;
	border-spacing:0px;
	frameborder:0px;
	scrolling:no;
}
/* End - 24-03-2018 - This is for phOtoWaLking iframes for phOtoWaLking.hu */

/* 24-03-2018 - for phOtoWaLking.owl.hu iframe */
table.phOtoWaLking {
 	width: 100%;
 	padding: 3; 
 	border-spacing: 8px; 	
 	margin: auto;
}

/* This is for MAIN TABLE in pages of big Pix */
table.MainT {
 	padding:0; 
 	text-align:center; 
	border: 1px outset #bbbbbb;
	background-color: #111111;
 	background-image: url('../bground/2017/myOWLS-bg-2017-22.jpg');
	border-top-left-radius: 171px;
	border-bottom-right-radius: 171px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
 	margin: auto;
}

/* i-10-11-2021  */
a.attention_1px_bgmusic {
	color: #bbbbbb;
	border: 0px;
	padding: 1px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
a.attention_1px_bgmusic:hover {
	color: #ffffff;
	font-style: normal;
	border: 1px solid #bbbbbb;
	border-left: 0px;
	border-right: 0px;
	border-radius: 0px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}

/* This is for Table in all Header iFrames, incl. PiXLides */

table.HeaderT {
	width: 100%; 
	padding:0; 
	border:0; 
	border-spacing:0px; 
	text-align:center; 
	margin: auto;
}

/* i-06-01-2025  - for GLobePhoto.net -2 */
.for_bestview-0_2 {
	color: #dddddd;
	font-size: 8pt;
	border-bottom: 0px dashed #ffffff;
	border-right: 0px dashed #ffffff;
	letter-spacing: 1px;
	padding: 5px;
	border-radius: 3px;
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}
.for_bestview-0_2:hover {
	color: #ffffff;
	border: none;
	background-color: #1A1E27;
     -webkit-transform: scale(1, 1.3); /* Safari */
    transform: scale(1, 1.3);
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}


/* i-22-05-2024  - for GLobePhoto.net */
.for_bestview-0 {
	color: #dddddd;
	font-size: 8pt;
	border-bottom: 2px dashed #0f9cec;
	border-right: 2px dashed #0f9cec;
	letter-spacing: 1px;
	padding: 5px;
	border-radius: 3px;
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}
.for_bestview-0:hover {
	color: #ffffff;
	border: none;
	background-color: #1A1E27;
     -webkit-transform: scale(1, 1.3); /* Safari */
    transform: scale(1, 1.3);
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}

/* i-29-03-2023  - w/ bigger font */
span.for_bestview-2 {
	color: #ffffff;
	font-size: 12pt;
	letter-spacing: 1px;
	background-color: #31343c;
	padding: 1px;
	border-radius: 3px;
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}
span.for_bestview-2:hover {
	color: #2dec0f;
	background-color: #1A1E27;
    -webkit-transform: scale(1, 1.3); /* Safari */
    transform: scale(1, 1.3);
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}

/* i-23-12-2022  - spec.for GLobePhoto.net */
span.for_bestview {
	color: #dddddd;
	font-size: 9pt;
	letter-spacing: 1px;
	background-color: #1A1E27;
	padding: 1px;
	border-radius: 3px;
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}
span.for_bestview:hover {
	color: #ffffff;
    -webkit-transform: scale(1, 1.3); /* Safari */
    transform: scale(1, 1.3);
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}

/* i-13-03-2021  - for cells of Addinfo on top */
.grow_rotate_Addinfo_title-top {
	text-align: center;
	vertical-align: middle;
	padding: 1px;
	border: 0px dotted #31343c;
	border-radius: 11px;
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}
.grow_rotate_Addinfo_title-top:hover {
	border: 1px solid #bbbbbb;
	border-bottom: 1px dotted #1A1E27;
	padding: 0px;
	background-color: #31343c;
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
    -webkit-transform: scale(1, 1.3); /* Safari */
    transform: scale(1, 1.3);
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}

/* i-17-12-2021 for HQ-GLPhoto.net */
span.Addinfo_title-2 {
	color: #dddddd;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 155%;
	background-color: #31343c;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	border-bottom: 1px dotted #1A1E27;
	border-right: 1px dotted #1A1E27;
	border-radius: 3px;
}
span.Addinfo_title-2:hover {
	color: #ffffff;
	background-color: #1A1E27;
	border: 1px solid #31343c;
}
/* End - i-17-12-2021 for HQ-GLPhoto.net */

/* for DC - i-29-12-2022 */
span.Addinfo_title_forDC {
	font-size: 8pt;
	color: #bbbbbb;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 155%;
	background-color: #31343c;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	border-bottom: 1px solid #2dec0f;
	border-right: 1px dotted #1A1E27;
	border-radius: 3px;
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}
span.Addinfo_title_forDC:hover {
	color: #ffffff;
	background-color: #1A1E27;
	border: 1px solid #31343c;
	-webkit-transform: scale(1.1, 1.4); /* Safari */
	transform: scale(1.1, 1.4);
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}
/* End - for DC - i-29-12-2022 */

/* for gen.use - i-21-02-2022 */
span.Addinfo_title_smaller {
	font-size: 7pt;
	color: #bbbbbb;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 155%;
	background-color: #31343c;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	border-bottom: 1px solid #2dec0f;
	border-right: 1px dotted #1A1E27;
	border-radius: 3px;
}
span.Addinfo_title_smaller:hover {
	color: #ffffff;
	background-color: #1A1E27;
	border: 1px solid #31343c;
}
/* End - for gen.use - i-21-02-2022 */

/* for gen.use - i-20-02-2022 */
span.Addinfo_title_bigger {
	font-size: 9pt;
	color: #bbbbbb;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 155%;
	background-color: #31343c;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	border-bottom: 1px solid #2dec0f;
	border-right: 1px dotted #1A1E27;
	border-radius: 3px;
}
span.Addinfo_title_bigger:hover {
	color: #ffffff;
	background-color: #1A1E27;
	border: 1px solid #31343c;
}
/* End - for gen.use - i-20-02-2022 */

/* for gen.use - ch.08-02-2020 */
span.Addinfo_title {
	color: #bbbbbb;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 165%;
	background-color: #31343c;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	border-bottom: 1px dotted #1A1E27;
	border-right: 1px dotted #1A1E27;
	border-radius: 3px;
/* i-03-03-2023 */
	-webkit-transition: 2s; /* Safari */
    transition: 2s
/* End - i-03-03-2023 */
}
span.Addinfo_title:hover {
	color: #ffffff;
	background-color: #1A1E27;
	border: 1px solid #31343c;
	/* i-03-03-2023 */
	-webkit-transition: 2s; /* Safari */
    transition: 2s
	/* End - i-03-03-2023 */
}
/* End - for gen.use - ch.08-02-2020 */

/* i-02-11-2021 - taken fm GlownPic-4F - NOT USED??? */
.brokenPic {
    -webkit-transform: rotate3D(1,1,1,-11deg); /* Safari */
	transform: rotate3D(1,1,1,-11deg);
	-webkit-transition: 3s; /* Safari */
    transition: 3s
}
.brokenPic:hover {
   -webkit-transform: scale(3.6, 3.6); /* Safari */
    transform: scale(3.6, 3.6);
	-webkit-transition: 3s; /* Safari */
    transition: 3s
}
/* End - i-02-11-2021 - taken fm GlownPic-4F */

/* ch-05-01-2021 - style for updated HQPages */
img.grow_myLogOWL-2 {
	width: 173px;
	color: #dddddd;
	text-align: center;
	vertical-align: middle;
	border: 1px inset #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 53px;
/* End - ch-19-10-2022 - it was 11px */
	border-top-left-radius: 71px;
	border-bottom-right-radius: 101px;
	-webkit-transform: rotate3D(1,1,1,-191deg) translate(57px, 157px); /* Safari */
	transform: rotate3D(1,1,1,-191deg) translate(57px, 157px);
    -webkit-transition: 3s; /* Safari */
	transition: 3s; 
}
img.grow_myLogOWL-2:hover {
	color: #FFFFFF;
	border: 1px solid #ffffff;
	border-radius: 7px;
/* ch-15-01-2023 - */
     -webkit-transform: scale(2.61, 2.61) translate(0px, 17px); /* Safari */
    transform: scale(2.61, 2.61) translate(0px, 17px);
/* End - ch-15-01-2023 - */
	-webkit-transition: 3s; /* Safari */
	transition: 3s;
}
/* End - ch-05-01-2021 - style for updated HQPages */

img.grow_myLogOWL {
	width: 173px;
	color: #dddddd;
	text-align: center;
	vertical-align: middle;
	border: 1px inset #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
/* ch-19-10-2022 - it was 11px */
	border-radius: 53px;
/* End - ch-19-10-2022 - it was 11px */
	border-top-left-radius: 71px;
	border-bottom-right-radius: 101px;
	-webkit-transform: rotate3D(1,1,1,-191deg) translate(57px, 157px); /* Safari */
	transform: rotate3D(1,1,1,-191deg) translate(57px, 157px);
    -webkit-transition: 3s; /* Safari */
	transition: 3s; 
}
img.grow_myLogOWL:hover {
	color: #FFFFFF;
	border: 1px solid #ffffff;
	border-radius: 7px;
    -webkit-transform: scale(2.61, 2.61) translate(0px, 0px); /* Safari */
    transform: scale(2.61, 2.61) translate(0px, 0px);
	-webkit-transition: 3s; /* Safari */
	transition: 3s;
}

td.brokenPic-xform {
	-webkit-clip-path: polygon(100% 7%, 32% 68%, 29% 49%, 9% 28%, 100% 1%, 1% 20%, 37% 96%, 44% 64%, 95% 100%, 2% 54%, 47% 1%, 1% 98%, 60% 0, 55% 15%, 79% 100%, 100% 52%, 87% 0, 58% 51%, 71% 17%, 49% 53%, 36% 32%, 34% 20%, 52% 31%, 45% 94%, 40% 83%, 100% 51%, 67% 97%, 63% 21%, 77% 0, 85% 60%, 9% 4%, 4% 40%, 8% 73%, 18% 93%, 3% 31%, 2% 7%, 56% 61%, 25% 85%, 19% 68%, 7% 41%, 63% 100%, 26% 90%, 100% 13%, 99% 41%, 99% 70%, 98% 95%, 51% 47%);
	clip-path: polygon(100% 7%, 32% 68%, 29% 49%, 9% 28%, 100% 1%, 1% 20%, 37% 96%, 44% 64%, 95% 100%, 2% 54%, 47% 1%, 1% 98%, 60% 0, 55% 15%, 79% 100%, 100% 52%, 87% 0, 58% 51%, 71% 17%, 49% 53%, 36% 32%, 34% 20%, 52% 31%, 45% 94%, 40% 83%, 100% 51%, 67% 97%, 63% 21%, 77% 0, 85% 60%, 9% 4%, 4% 40%, 8% 73%, 18% 93%, 3% 31%, 2% 7%, 56% 61%, 25% 85%, 19% 68%, 7% 41%, 63% 100%, 26% 90%, 100% 13%, 99% 41%, 99% 70%, 98% 95%, 51% 47%);
 	text-align: center; 
	vertical-align: middle; 
	height: 291px; 	
	overflow: hidden;
	margin: auto;
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}
td.brokenPic-xform:hover {
/* square' */
	-webkit-clip-path: polygon(0 0, 100% 1%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 1%, 100% 100%, 0% 100%);
	overflow: hidden;
	margin: auto;
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}
/* End - i-04-11-2021 - for row of myLogOWL for HQPages */

/* i-29-09-2023 - for GLobePhoto.net */
.grow_rotate_small_icons_GL-hu2 {
	text-align: center;
	vertical-align: middle;	
	border: none;
	border-radius: 15px;
	margin-left: 47px;
	-webkit-filter: hue-rotate(180deg) saturate(3) contrast(2);
	filter: hue-rotate(180deg) saturate(3) contrast(2);
	-webkit-transform: rotate(-207deg) skew(21deg, 53deg); /* Safari */
	transform: rotate(-207deg) skew(21deg, 53deg);
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
.grow_rotate_small_icons_GL-hu2:hover {
	border-radius: 20px;
	-webkit-filter: hue-rotate(0deg) saturate(1) contrast(1);
	filter: hue-rotate(0deg) saturate(1) contrast(1);
	-webkit-transform: rotate(-3deg) translate(61px, 11px); /* Safari */
    transform: rotate(-3deg) translate(61px, 11px);
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}

/* taken fm GLownPic */
.grow_rotate_small_icons_GL-hu {
	text-align: center;
	vertical-align: middle;	
	border: none;
	border-radius: 15px;
	margin-left: 47px;
	-webkit-filter: hue-rotate(180deg) saturate(3) contrast(2);
	filter: hue-rotate(180deg) saturate(3) contrast(2);
	-webkit-transform: rotate(-207deg) skew(21deg, 53deg); /* Safari */
	transform: rotate(-207deg) skew(21deg, 53deg);
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
.grow_rotate_small_icons_GL-hu:hover {
	border-radius: 20px;
	-webkit-filter: hue-rotate(0deg) saturate(1) contrast(1);
	filter: hue-rotate(0deg) saturate(1) contrast(1);
	-webkit-transform: rotate(-3deg) translate(61px, 11px); /* Safari */
    transform: rotate(-3deg) translate(61px, 11px);
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
/* End - taken fm GLownPic */

/*  for "phOtoWaLking-hu" label - taken fm GLownpic.css */
.grow_phOtoWaLking {
	text-align: left;
	vertical-align: middle;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	-webkit-transform:  rotate3D(1,1,1,0deg) translate(-100px,-45px); /* Safari */
    transform: rotate3D(1,1,1,0deg) translate(-100px,-45px);
  	-webkit-transition: all cubic-bezier(1,-5.2,0.7,1) 8.9s;
  	transition: all cubic-bezier(1,-5.2,0.7,1) 8.9s;
}
.grow_phOtoWaLking:hover {
	vertical-align: middle;
    -webkit-transform: rotate3D(1,1,1,-21deg) translate(279px,70px); /* Safari */
    transform: rotate3D(1,1,1,-21deg) translate(279px,70px);
  	-webkit-transition: all cubic-bezier(1,-5.2,0.7,1) 8.9s;
  	transition: all cubic-bezier(1,-5.2,0.7,1) 8.9s;
}
/* End CHN: 24-03-2018 - style for title in iframe of phOtoWaLking */


/* i-22-01-2022 for'FraXq-HQP-X_ifr.htm' files w/ GLownpic-4 CSS */
div.FraXq-HQP-1 {
	width: 545px;
	height: 395px;
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(50% 50%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 50% 50%, 0% 70%, 0% 35%, 20% 10%);
	clip-path:polygon(50% 50%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 50% 50%, 0% 70%, 0% 35%, 20% 10%);
	overflow:hidden;
	margin: auto; 
}
div.FraXq-HQP-1:hover {
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	overflow:hidden;
	margin: auto; 
}

div.FraXq-HQP-2 {
	width: 545px;
	height: 395px;
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(50% 0%, 80% 10%, 50% 50%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 50% 50%, 0% 35%, 20% 10%);
	clip-path:polygon(50% 0%, 80% 10%, 50% 50%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 50% 50%, 0% 35%, 20% 10%);
	overflow:hidden;
	margin: auto; 
}
div.FraXq-HQP-2:hover {
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	overflow:hidden;
	margin: auto; 
}

div.FraXq-HQP-3 {
	width: 545px;
	height: 395px;
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(50% 0%, 80% 10%, 35% 70%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
	clip-path:polygon(50% 0%, 80% 10%, 35% 70%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
	overflow:hidden;
	margin: auto; 
}
div.FraXq-HQP-3:hover {
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	overflow:hidden;
	margin: auto; 
}

div.FraXq-HQP-4 {
	width: 545px;
	height: 395px;
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(50% 0%, 80% 10%, 100% 35%, 75% 57%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 54% 50%, 20% 10%);
	clip-path:polygon(50% 0%, 80% 10%, 100% 35%, 75% 57%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 54% 50%, 20% 10%);
	overflow:hidden;
	margin: auto; 
}
div.FraXq-HQP-4:hover {
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	overflow:hidden;
	margin: auto; 
}

div.FraXq-HQP-5 {
	width: 545px;
	height: 395px;
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 100%, 50% 38%, 23% 99%, 0 69%, 0 31%, 50% 38%);
	clip-path:polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 100%, 50% 38%, 23% 99%, 0 69%, 0 31%, 50% 38%);
	overflow:hidden;
	margin: auto; 
}
div.FraXq-HQP-5:hover {
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	overflow:hidden;
	margin: auto; 
}

div.FraXq-HQP-6 {
	width: 545px;
	height: 395px;
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 61% 32%, 0 77%, 0 23%, 36% 31%);
	clip-path:polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 61% 32%, 0 77%, 0 23%, 36% 31%);
	overflow:hidden;
	margin: auto; 
}
div.FraXq-HQP-6:hover {
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	overflow:hidden;
	margin: auto; 
}

div.FraXq-HQP-21 {
	width: 545px;
	height: 395px;
	text-align: left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(50% 0%, 80% 10%, 100% 35%, 55% 51%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 23% 43%, 20% 10%);
	clip-path:polygon(50% 0%, 80% 10%, 100% 35%, 55% 51%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 23% 43%, 20% 10%);
	overflow:hidden;
	margin: auto; 
}
div.FraXq-HQP-21:hover {
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	overflow:hidden;
	margin: auto; 
}

div.FraXq-HQP-22 {
	width: 545px;
	height: 395px;
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(50% 0%, 80% 10%, 65% 65%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 36% 36%, 0% 35%, 20% 10%);
	clip-path:polygon(50% 0%, 80% 10%, 65% 65%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 36% 36%, 0% 35%, 20% 10%);
	overflow:hidden;
	margin: auto; 
}
div.FraXq-HQP-22:hover {
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	overflow:hidden;
	margin: auto; 
}

div.FraXq-HQP-23 {
	width: 545px;
	height: 395px;
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 100% 70%, 20% 10%);
	clip-path:polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 100% 70%, 20% 10%);
	overflow:hidden;
	margin: auto; 
}
div.FraXq-HQP-23:hover {
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	overflow:hidden;
	margin: auto; 
}

div.FraXq-HQP-24 {
	width: 545px;
	height: 395px;
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(80% 44%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 43% 23%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
	clip-path:polygon(80% 44%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 43% 23%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
	overflow:hidden;
	margin: auto; 
}
div.FraXq-HQP-24:hover {
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	overflow:hidden;
	margin: auto; 
}

/* i-21-01-2022 */
.iHungaryPhoto-HQP_ifr {
	width:100%;
	height:899px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing:0px; 
	frameborder:0px;
	scrolling:no;
}
/* End - i-22-01-2022 for 'FraXq-HQP-X_ifr.htm' files w/ GLownpic-4 CSS */

/* i-14-05-2022 - w/ bigger font */
span.Addinfo_title-top_plus {
	font-size: 8pt;
	color: #bbbbbb;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 155%;
	background-color: #31343c;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	border-bottom: 1px dotted #1A1E27;
	border-right: 1px dotted #1A1E27;
	border-radius: 3px;
}
span.Addinfo_title-top_plus:hover {
	color: #ffffff;
	background-color: #1A1E27;
	border: 1px solid #31343c;
}
/* End - i-14-05-2022 - w/ bigger font */

/* i-30-01-2022 - for span at top of pages - taken fm GLownpic.css */
span.Addinfo_title-top {
	font-size: 6pt;
	color: #bbbbbb;
/* ch-26-12-2022 */
/*	text-align: center; */
/* End - ch-26-12-2022 */
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 155%;
	background-color: #31343c;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	border-bottom: 1px dotted #1A1E27;
	border-right: 1px dotted #1A1E27;
	border-radius: 3px;
}
span.Addinfo_title-top:hover {
	color: #ffffff;
	background-color: #1A1E27;
	border: 1px solid #31343c;
}
/* End - i-30-01-2022 - for span at top of pages - taken fm GLownpic.css */

/* i-03-02-2022 - for BG in Anim-X files */
div.Anim-bg  { 
	width: 100%;
	padding: 0px;
	border: 1px solid #2dec0f; 
	border-radius: 9px;
	margin: auto;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
div.Anim-bg:hover  { 
	border: none;
	padding: 1px;	
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
/* End -  i-03-02-2022 - for BG in 6 Anim-X files */

/* i-19-02-2022 - taken fm Glownpic.css */
.grow_globephoto_armour_R_S_T_0_2 {
	width: 190px;
	height: 190px;
	text-align: center;
	vertical-align: middle;
	border: 1px outset #31343C;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 95px;
	-webkit-transform:  rotate3D(1,1,1,13deg) translate(0px,27px); /* Safari */
    transform: rotate3D(1,1,1,13deg) translate(0px,27px);
  	-webkit-transition: all cubic-bezier(1,-4.1,0.7,1) 9s;
  	transition: all cubic-bezier(1,-4.1,0.7,1) 9s;
}
.grow_globephoto_armour_R_S_T_0_2:hover {
	color: #FFFFFF;
	border: 1px solid #bbbbbb;
	border-radius: 11px;
	-webkit-transform:  rotate3D(1,1,1,360deg) scale(6.2,4.5); /* Safari */
    transform: rotate3D(1,1,1,360deg) scale(6.2,4.5);
}
/* End - i-19-02-2022 - taken fm Glownpic.css */


/* i-19-05-2022  */
.iHR-ipiXLide {
	width: 100%; 
	height: 207px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
	margin: auto
}

/* i-25-06-2024 */
.iHiReScreen-Recommended {
	width: 100%; 
	height: 83px; 
	text-align: center; 
	vertical-align: middle;
	padding:0; border:0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
	margin: auto
}
.iClick-forOrig {
	width: 100%; 
	height: 201px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
	margin: auto
}

/* i-26-08-2024 for 'PiiF-forMP4_ifr.htm' not used!? */	
.iAnim-JS-PiiF-forMP4 {
    width: 100%;
	min-width: 100%;
	height: auto;
    border: none;
	margin: auto;
/* ch-23-09-2024
	border-radius: 7px 51px 17px 33px;
*/
}

/* i-08-10-2024 for 'AntFarm' - not used!? */	
.iAnim-JS-PiiF-AntFarm {
    width: 100%;
	min-width: 100%;
	height: 100%;
    border: none;
	margin: auto;
}

/* i-26-03-2025 for 'PiiF' and also 'PAiF' webpages - for development! */	
.iAnim-JS-PiiF-2 {
    width: 100%;
	min-width: 100%;
/* i-26-03-2025 - it was 100vh */	
	height: 109vh;
    border: none;
	margin: auto;
/* i-27-12-2024 - 'position: absolute' halves tha page!
	position: absolute;  */	
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0; 
/* End i-26-03-2025 */	
}

/* i-21-08-2024 for 'PiiF' and also 'PAiF' webpages */	
.iAnim-JS-PiiF {
    width: 100%;
	min-width: 100%;
	height: 100vh;
    border: none;
	margin: auto;
/* i-27-12-2024 - 'position: absolute' halves tha page!
	position: absolute;  */	
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0; 
/* End i-27-12-2024 */	
/* ch-23-09-2024
	border-radius: 7px 51px 17px 33px;
 */
}

/* ch-19-08-2024 - not used!? */	
.iAnim-JS-X {
    width: 100%;
	min-width: 1200px;
	height: 100%;
	min-height: 950px;
    border: none;
	margin: auto;
	border-radius: 7px 51px 17px 33px;
}

.iAnim-JS-MiV {
/* ch-15-07-2024 - to make overflow in both width and height - needed for ipad and mobile */
/* ch-28-07-2024 - it was '130%' and '1600px' */
	width: 120%; 
	height: 1600px;
/* End - ch-28-07-2024 - it was '130%' and '1600px' */
	min-width: 100%; 
	text-align: center; 
	border-spacing: 0px; 
	frameborder: 0px;
/* i-27-12-2024 	
	position: absolute; 
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0; */
/* End i-27-12-2024 */
	scrolling: no;
	margin: auto;
	border: none;
	border-radius: 7px 51px 17px 33px;
}
/* only in GiGalacziXtorm! */
.iAnim-JS {
	width: 100%;
/* i-07-08-2024 */
	min-width: 100%; 
/* End - i-07-08-2024 */
    height: 1013px;
	text-align: center; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
	margin: auto;
	border: none;
	border-radius: 7px 51px 17px 33px;
}
	
/* i-25-01-2024 - taken fm GLownPic.css for Best.GLobePhoto.net and other sites */
.inoMobile-iPad {
	width: 100%; 
	height: 177px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
	margin: auto
}
.iHover-Tap-2 {
	width: 100%; 
	height: 225px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
	margin: auto
}
.iHover-Tap {
	width: 100%; 
	height: 215px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
	margin: auto
}
.iShatter-REiMAGINE {
	width: 100%; 
	height: 223px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
	margin: auto;
}
.iREiMAGINE {
	width: 100%; 
	height: 73px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
	margin: auto
}
.iFooter-ipiXLide {
	width: 100%; 
	height: 669px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
	margin: auto
}
.iFooter2-ipiXLide {
	width: 100%; 
	height: 659px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
	margin: auto
}

.grow_rotate_DiA_symbol-DiA {
	text-align: center;
	border: 0px; 
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	-webkit-transform: rotate(-171deg); /* Safari */
	transform: rotate(-171deg); 
	-webkit-transition: 2s;
    transition: 2s; 
}
.grow_rotate_DiA_symbol-DiA:hover {
    -webkit-transform: scale(1.3, 1.3); /* Safari */
    transform: scale(1.3, 1.3);
	-webkit-transition: 2s;
    transition: 2s; 
}
/* End - i-27-04-2022 - taken fm GLownPic.css for Best.GLobePhoto.net */

/* i-19-06-2022 -This is for 'Zoom-onHover' */
.zoom-image-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.zoom-image {
  position: relative;
}

.zoom-image img {
  cursor: none;
  border-radius: 5px;
  box-shadow: 0 18px 5px -15px rgba( 0, 0, 0, .5 );
}

.hover-image {
  position: fixed;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  transform: translate( -50%, -20% );
  pointer-events: none;
  box-shadow: 0 0 10px rgba( 0, 0, 0, .5 );
}
/* End - i-19-06-2022 - This is for 'Zoom-onHover' */

/* i-23-06-2022 - These below are for Geom, & Picture Masking - for 'PicMask-HQP-X_ifr/...' */
div.PicMask-HQP-1-xform {
	-webkit-mask-image: radial-gradient(circle, black 62%, rgba(0, 0, 0, 0.5) 50%);
  	mask-image: radial-gradient(circle, black 62%, rgba(0, 0, 0, 0.5) 50%);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-position: center;
	mask-position: center;
  	-webkit-mask-repeat: no-repeat; 
  	mask-repeat: no-repeat; 
	overflow: hidden;
	margin: auto;
}
div.PicMask-HQP-1-xform:hover {
	-webkit-mask-image: none;
  	mask-image: none;
	overflow: hidden;
	margin: auto;
}

div.PicMask-HQP-2-xform {
	-webkit-mask-image: linear-gradient(black, transparent);
    mask-image: linear-gradient(black, transparent);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-position: center;
	mask-position: center;
  	-webkit-mask-repeat: no-repeat; 
  	mask-repeat: no-repeat;
	overflow: hidden;
	margin: auto;
}
div.PicMask-HQP-2-xform:hover {
	-webkit-mask-image: none;
  	mask-image: none;
	overflow: hidden;
	margin: auto;
}

/* i-23-06-2022 - 'PicMask-HQP-3-xform'  style has been moved to native site! 
div.PicMask-HQP-3-xform {
	-webkit-mask-image: url('../../1101822/circles-mask-whole.svg');
  	mask-image: url('../../1101822/circles-mask-whole.svg');
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-position: center;
	mask-position: center;
  	-webkit-mask-repeat: no-repeat; 
  	mask-repeat: no-repeat; 
	overflow: hidden;
	margin: auto;
}
div.PicMask-HQP-3-xform:hover {
	-webkit-mask-image: none;
  	mask-image: none;
	overflow: hidden;
	margin: auto;
}
*/

div.PicMask-HQP-4-xform {
	-webkit-mask-image: linear-gradient(transparent, black);
    mask-image: linear-gradient(transparent, black);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-position: center;
	mask-position: center;
  	-webkit-mask-repeat: no-repeat; 
  	mask-repeat: no-repeat; 
	overflow: hidden;
	margin: auto;
}
div.PicMask-HQP-4-xform:hover {
	-webkit-mask-image: none;
  	mask-image: none;
	overflow: hidden;
	margin: auto;
}

/*  i- 15-07-2022 - pract.taken fm GLownPic */
.grow_globephoto_net_lg_foot {
	text-align: center;
	vertical-align: middle;
	border-radius: 11px; 
	border: none;
	border-top: 0px;
	border-left: 0px;
	padding: 5px;
	-webkit-transform: rotate(-186deg); /* Safari */
	transform: rotate(-186deg);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.grow_globephoto_net_lg_foot:hover {
	color: #FFFFFF;
	vertical-align: middle;
	border: 0px;	
	padding: 6px;
    -webkit-transform: scale(1.62, 1.62); /* Safari */
    transform: scale(1.62, 1.62);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}

/* i-27-11-2022 - for Table  on top of 'Heal-the-Shattered. ...' sites */
.Heal_the_Shattered {
	width: 100%;
	text-align: center;
	padding: 0px; 
	border: 0px;
	border-spacing: 0px;
	background-color: transparent; 
	margin: auto;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.Heal_the_Shattered:hover {
	color: #ffffff;
	background-color: #1A1E27;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}

/* i-25-01-2023 - taken fm GLownPic-2 for'A-C-Ph-net' w/ dark BG */
.fourArC-title-BestGLobePhoto-2 {
	width: 100%;
	color: #888888;
	font-size: 7pt;	
	font-style: italic;
	font-weight: bold;
	text-align: justify;
	letter-spacing: 1px;
	line-height: 155%;
	padding: 9px 7px 7px 7px;
	border: none;
	border-radius: 9px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	vertical-align:top;
	-webkit-transform: rotate(-2deg); /* Safari */
    transform: rotate(-2deg);
	 -webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
.fourArC-title-BestGLobePhoto-2:hover {
	color: #ffffff;
	font-style: normal;	
	background-color: #1A1E27;
	border-right: 3px double #2dec0f;
	border-top: 3px double #2dec0f;
	padding-left: 3px;
	border-left: 0px double #000000;
	border-bottom: 0px double #000000;
    -webkit-transform: translate(0px, 21px); /* Safari */
	transform: translate(0px, 21px);
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
/* End - i-25-01-2023 - taken fm GLownPic-2 for'A-C-Ph-net' w/ dark BG */

/* i-25-01-2023 - taken fm GLownPic-2 for'A-C-Ph-net' w/ dark BG - NEEDED AT ALL? */
.fourArC-title-BestGLobePhoto-ACPh {
	display: block;
	width: 100%;
	color: #444444;
	font-size: 7pt;	
	font-style: italic;
	font-weight: bold;
	text-align: justify;
	letter-spacing: 1px;
	line-height: 145%;
	padding: 7px 7px 5px 0px;
	border: none;
	border-radius: 15px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	vertical-align:top;
	-webkit-transform: rotate(-2deg); /* Safari */
    transform: rotate(-2deg);
	 -webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
.fourArC-title-BestGLobePhoto-ACPh:hover {
	color: #000000;
	font-style: normal;	
	background-color: #ffffff;
	border-right: 3px double #2dec0f;
	border-top: 3px double #2dec0f;
	border-left: 0px;
	padding-left: 3px;
	border-bottom: 0px;
    -webkit-transform: translate(0px, 29px); /* Safari */
	transform: translate(0px, 29px);
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
/* End - i-25-01-2023 - taken fm GLownPic-2 for'A-C-Ph-net' w/ dark BG */


/* i-11-01-2024 - w/ white*/
.hover-underline-animation-22 {
  display: inline-block;
  position: relative;
}
.hover-underline-animation-22::after {
  color: #ffffff;
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transform-origin: bottom right;
  transition: transform 2s ease-out;
}
.hover-underline-animation-22:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
/* i-21-08-2023 */
.hover-underline-animation-2 {
  display: inline-block;
  position: relative;
}
.hover-underline-animation-2::after {
  color: #ffffff;
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #2dec0f;
  transform-origin: bottom right;
  transition: transform 2s ease-out;
}
.hover-underline-animation-2:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* i-16-09-2023 - w/ smaller height */
.iPiXLide_ifr2 {
	width: 100%;
	height: 611px; 
	text-align: center; 
	padding:0; border: 0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
}

.ScreenShot {
	margin-bottom: 3px; 
	border: 3px double #ec0f2d; 
	border-bottom: none; 
	border-radius: 4px 21px 7px 15px; 
	padding: 5px;
	-webkit-transition: 1s; /* Safari */
    transition: 1s;
}
.ScreenShot:hover {
	border: 2px solid #ec0f2d;
	border-bottom: none; 
	padding: 6px;
	border-radius: 7px;
	-webkit-transition: 1s; /* Safari */
    transition: 1s;
}

/* i-15-01-2025 */
.enlarge-Coin {
	border: none;
	-webkit-transition: 2s; /* Safari */
    transition: 2s
}
.enlarge-Coin:hover {
   -webkit-transform: scale(1.6, 1.6); /* Safari */
    transform: scale(1.6, 1.6);
	-webkit-transition: 2s; /* Safari */
    transition: 2s
}