/*This is for STYLE SHEETS of OWL's Photo Gallery */
/* This is for BODY */
body {
/* i-04-05-2022 */
	max-width: 2400px;
/* End - i-04-05-2022 */
	background-color: #1A1E27;
	background-image: url('../../../images/bground/2022/theBG.jpg');
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
/* ch-25-05-2021 - it was #dddddd */
	color: #bbbbbb;
/* End - ch-25-05-2021 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* i-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 GLgrow_myLogOWLownPic-2.css */
div.The_WHOLE {
	max-width: 100%; 
	overflow: hidden; 
	border: none; 
	padding: 0; 
	margin: 0 auto; 
	display: block;
}
/* End - Add div style */

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;
/* Ch.N. 01-09-2021 */
	padding-left: 5px;
	padding-right: 11px;
/* End - Ch.N. 01-09-2021 */
	margin: 0 auto; 
	display: block;
}

a {
	color: #dddddd;
	text-decoration: none;
}
a:visited {
	color: #DDDDDD;
}
a:active {
	color: #ec0f2d;
}
/* a:hover {
	color: #072109;
	text-decoration: underline;
	background-color: #FFFFFF;
}
 */

/* i-17-05-2021 for GL.hu  */
.myCoin {
	-webkit-transform: rotate3D(1,1,1,-170deg); /* Safari */
    transform: rotate3D(1,1,1,-170deg);
	-webkit-transition: 4s; /* Safari */
    transition: 4s
}
.myCoin:hover {
   -webkit-transform: scale(2.3, 2.3) translate(-143px, -7px); /* Safari */
    transform: scale(2.3, 2.3) translate(-143px, -7px);
	-webkit-transition: 4s; /* Safari */
    transition: 4s
}

/* ch- 11-09-2023 - for SlideSHow links */
a.grow_Slideshow {
	font-family: Courier New, Verdana;
	color: #dddddd;
	font-size: 20pt;
	font-weight: bold;
	background-color: #31343c;
	text-align: center;
	padding: 5px;
	padding-left: 11px;
	padding-right: 11px;
	text-decoration: underline;
  	text-decoration-color: #2dec0f;
	text-decoration-thickness: 4px;
	border: 1px solid #888888;
	border-radius: 9px;
	display: inline-block;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
a.grow_Slideshow:hover {
	color: #2dec0f;
/* ch-28-10-2023 -  it was dotted */
	text-decoration: none;
/* End - ch-28-10-2023 -  it was dotted */
	background-color: transparent;
	border: 0px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
/* End - ins.17-12-2020 for 'SLIDESHOW' link  */

/* style for ATTENTION-MUSIC link in Header iframe  */
a.attention_music {
	color: #bbbbbb;
	text-decoration: none;
	border-bottom: 1px solid #888888;
	border-right: 1px solid #1A1E27;
	border-radius: 7px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
a.attention_music:hover {
	color: #ffffff;
	border: 1px solid #1A1E27;
	border-top: 1px solid #2DEC0F;
	border-left: 1px solid #2DEC0F;
	border-top-left-radius: 7px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 7px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
/* for ATTENTION-MUSIC link in Header iframe */

/* ChN. 09-06-2018 style for ATTENTION-in Arts-Culture-Photography.net  */
a.attention-2 {
	font-size: 8pt;
	color: #dddddd;
	text-decoration: none;
	background-color: #31343c;
	border: 1px solid #888888;
	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.attention-2:hover {
	text-decoration: none;
	border: 1px solid #2DEC0F;
	border-radius: 9px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
/* End - ChN. 09-06-2018 style for ATTENTION-in Arts-Culture-Photography.net  */

/* i-12-06-2021  */
a.attention_1px_bgmusic {
	color: #bbbbbb;
	font-style: italic;
	background-color: #31343c;
	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;
}

/* i-25-02-2021  */
a.attention_1px {
	color: #dddddd;
	font-style: italic;
	background-color: #31343c;
	border: 0px;
	padding: 1px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
a.attention_1px:hover {
	color: #ffffff;
	font-style: normal;
	border: 1px solid #bbbbbb;
	border-radius: 9px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}

a.attention {
	color: #dddddd;
	text-decoration: none;
	background-color: #31343c;
	border: 2px solid #bbbbbb;
	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.attention:hover {
	border: 2px solid #2DEC0F;
	border-radius: 9px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
/* CHN: 08-10-2016, style for link in text for full view, e.g. Picture Title under the photo */
a.pic_title_full {
	font-size: 10pt;
	color: #dddddd;
	text-decoration: none;
	background-color: #31343c;
	border-top: 1px dashed #2DEC0F;
	border-bottom: 0px dashed #2DEC0F;
	border-left: 1px dashed #2DEC0F;
	border-right: 0px dashed #2DEC0F;
	border-top-left-radius: 5px;
}
a.pic_title_full:hover {
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	border-top: 1px solid #2DEC0F;
	border-bottom: 1px solid #2DEC0F;
	border-left: 1px solid #2DEC0F;
	border-right: 1px solid #2DEC0F;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
a.pic_title_full:active {
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	border-top: 1px solid #ec0f2d;
	border-bottom: 1px solid #ec0f2d;
	border-left: 1px solid #ec0f2d;
	border-right: 1px solid #ec0f2d;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
/* CHN: 08-10-2016 */

/* CHN: 03-04-2016, style for link in text, e.g. Picture Title under the photo */
a.pic_title {
	color: #dddddd;
	text-decoration: none;
	background-color: #31343c;
	background-image: url('../../../images/bground/2017/myOWLS-bg-2017-2.jpg');
	border-top: 1px dashed #2DEC0F;
	border-bottom: 1px dashed #2DEC0F ;
	border-radius: 2px;
}
a.pic_title:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #31343c;
	border: 1px solid #2DEC0F;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
a.pic_title:active {
	color: #ec0f2d;
	background-color: #31343c;
	border: 1px solid #2DEC0F;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
/* CHN: 03-04-2016 */

/* CHN: 10-11-2016, style for link on Dia webpage and Addinfo iframe */
a.Dia_title {
	color: #bbbbbb;
	font-size: 10pt;
	letter-spacing: 1px;
	line-height: 170%;
	text-decoration: none;
	border-top: 1px dotted #1A1E27;
	border-bottom: 1px dotted #2DEC0F;
	border-left: 1px dotted #2DEC0F;
	border-right: 1px dotted #2DEC0F;
	border-radius: 4px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
a.Dia_title:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #1A1E27;
	border: 1px dotted #1A1E27;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
a.Dia_title:active {
	color: #ec0f2d;
}

/* ins.21-12-2020 - for cell - related to style here below - Ch.N.08-02-2021 */
td.Dia_title_bigger_cell {
	color: #dddddd;
	vertical-align: middle;
/* i-15-04-2021 */
	padding: 5px;
	padding-left: 11px;
	padding-right: 11px;
/* End i-15-04-2021 */
/* curve set according to 'https://www.programmersought.com/article/51341290118/'' */
	-webkit-transform: rotate(0deg);
    transform: rotate(0deg);
	-webkit-transition: all cubic-bezier(0.5,-2.1,0.5,1) 5s;
  	transition: all cubic-bezier(0.5,-2.1,0.5,1) 5s;	
/* End - Ch.N.08-02-2021 */	
}
td.Dia_title_bigger_cell:hover {
	color: #ffffff;
/* Ch.N.08-02-2021 */
	-webkit-transform: translate(0px, -7px); 
    transform: translate(0px, -7px);
	-webkit-transition: all cubic-bezier(0.5,-2.1,0.5,1) 5s;
  	transition: all cubic-bezier(0.5,-2.1,0.5,1) 5s;
/* Ch.N.08-02-2021 */
}
/* End - ins.21-12-2020 - for cell - related to style here below */

/* i-09-05-2023 for updated slideshows */
span.Dia_title_bigger-w-link {
	color: #dddddd;
	background-color: #31343c;
	font-size: 8pt;
	text-decoration: underline;
  	text-decoration-color: #2dec0f;
	text-decoration-thickness: 2px;
	letter-spacing: 1px;
	line-height: 195%;
}
span.Dia_title_bigger-w-link:hover {
	color: #2dec0f;
/* ch.28-10-2023 - it was dotted */
	text-decoration: none;
/* End - ch.28-10-2023 */
	background-color: #1A1E27;
}

/* ch-05-11-2023 for Addinfo text w/o Link*/
span.Dia_title_bigger-wo-link {
	color: #dddddd;
	background-color: #31343c;
	font-size: 8pt;
	letter-spacing: 1px;
	line-height: 195%;
	text-decoration: none;
}
span.Dia_title_bigger-wo-link:hover {
	color: #ffffff;
	background-color: #1A1E27;
}

/* for bigger font 03-08-2019 */
a.Dia_title_bigger {
	color: #dddddd;
	background-color: #31343c;
	font-size: 10pt;
	letter-spacing: 1px;
	line-height: 145%;
	text-decoration: none;
}
a.Dia_title_bigger:hover {
	color: #ffffff;
	background-color: #1A1E27;
}
/* End.CHN: 03-08-2019, style for link in Addinfo iframe */

/* for even bigger font 22-03-2020 */
a.Dia_title_bigger2 {
	color: #dddddd;
	font-size: 13pt;
	letter-spacing: 1px;
	line-height: 170%;
	text-decoration: none;
	background-color: #31343c;
	border-bottom: 2px dotted #888888;
	border-left: 1px dotted #888888;
	border-right: 1px dotted #888888;
	border-radius: 4px;
}
a.Dia_title_bigger2:hover {
	color: #ffffff;
	background-color: #1E222D;
	border-bottom: 2px solid #2DEC0F;
	border-left: 1px solid #2DEC0F;
	border-right: 1px solid #2DEC0F;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
a.Dia_title_bigger2:active {
	color: #ec0f2d;
	letter-spacing: 1px;
	text-decoration: none;
}
/* End - for even bigger font 22-03-2020 */

/* CHN: 10-01-2018, style for Blogspot.owl.hu */
a.Dia_title_2 {
	color: #dddddd;
	font-size: 15pt;
	letter-spacing: 1px;
	line-height: 170%;
	text-decoration: none;
	background-color: #272727;
	border-top: 2px dotted #000000;
	border-bottom: 1px solid #2DEC0F;
	border-left: 2px dotted #2DEC0F;
	border-right: 2px dotted #2DEC0F;
	border-radius: 4px;
}
a.Dia_title_2:hover {
	color: #FFFFFF;
	letter-spacing: 1px;
	background-color: #1A1E27;
	border: 2px solid #2DEC0F;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
a.Dia_title_2:active {
	color: #ec0f2d;
	letter-spacing: 1px;
	text-decoration: none;
}
/* End - CHN: 10-01-2018, style for Blogspot.owl.hu */

/* CHN: 29-01-2017, style for link in Jukebox Header iframe */
a.JB_Header_title {
	color: #ec0f2d;
	font-size: 7pt;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: #272727;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #2DEC0F;
	border-left: 1px dashed #2DEC0F;
	border-right: 1px dashed #2DEC0F;
	border-radius: 4px;
}
a.JB_Header_title:hover {
	color: #FFFFFF;
	font-size: 7pt;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: #000000;
	border-top: 1px solid #2DEC0F;
	border-bottom: 1px solid #2DEC0F;
	border-left: 1px solid #2DEC0F;
	border-right: 1px solid #2DEC0F;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
a.JB_Header_title:active {
	color: #ec0f2d;
	font-size: 7pt;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: #000000;
	border-top: 1px solid #ec0f2d;
	border-bottom: 1px solid #ec0f2d;
	border-left: 1px solid #ec0f2d;
	border-right: 1px solid #ec0f2d;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
/* End CHN: 29-01-2017, style for link in Jukebox Header iframe */

/* ChN - 02-18-2017  */
a.MusiChoice {
	color: #dddddd;
	letter-spacing: 1px;
	text-decoration: none;
}
a.MusiChoice:hover {
	color: #2DEC0F;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: #000000;
}
a.MusiChoice:active {
	color: #ec0f2d;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: #000000;
}
/* ChN - 02-18-2017  */

/* ChN - 10-11-2016  */
a.OWLS_contact {
	color: #dddddd;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: #31343c;
	border-top: 1px dashed #ec0f2d ;
	border-bottom: 1px dashed #ec0f2d;
	border-radius: 4px;
}
a.OWLS_contact:hover {
	color: #FFFFFF;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: #1A1E27;
	border-top: 1px solid #2DEC0F;
	border-bottom: 1px solid #2DEC0F;
	border-left: 1px solid #2DEC0F;
	border-right: 1px solid #2DEC0F;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
a.OWLS_contact:active {
	color: #ec0f2d;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: #1A1E27;
	border-top: 1px solid #2DEC0F;
	border-bottom: 1px solid #2DEC0F;
	border-left: 1px solid #2DEC0F;
	border-right: 1px solid #2DEC0F;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
/* ChN - 10-11-2016  */

/* ChN - 19-11-2017 */
a.higher_resol {
	color: #dddddd;
	letter-spacing: 1px;
	font-style: italic;
	padding: 3px;
	border-top: 1px dashed #1a1e27;
	border-right: 1px dashed #bbbbbb;
	border-bottom: 1px dashed #bbbbbb;
	border-left: 1px dashed #1a1e27;
	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.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-transition: 2s; /* Safari */
    transition: 2s; 
}

/* ChN - 19-11-2017 */

/* ChN - 30-01-2017 */
a.higher_resol_Header {
	color: #dddddd;
	letter-spacing: 1px;
	border: 2px solid #bbbbbb;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
a.higher_resol_Header:hover {
	background-color: #1A1E27;
	border: 2px solid #2DEC0F;
	border-radius: 7px;
}

a.higher_resol_left_Header {
	color: #FFFFFF;
	letter-spacing: 1px;
	text-decoration: none;
	border: 2px solid #bbbbbb;
	border-top-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 9px;
}
a.higher_resol_left_Header:hover {
	background-color: #1A1E27;
	border: 2px solid #2DEC0F;
	border-radius: 7px;
}
/* ChN - 30-01-2017 */


/* CHN: 13-03-2021, changed border color to darker blue */
a.show_WG {
	font-size: 10pt;
	color: #bbbbbb;
	letter-spacing: 1px;
	text-decoration: none;
	border: 2px dotted #31343c;
	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_WG:hover {
	color: #0f9cec;
	border: 2px solid #0f9cec;
	border-radius: 9px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
a.show_WG:active {
	color: #FFFFFF ;
}

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

a.show_WG2plus {
	font-size: 14pt;
	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;
}
a.show_WG2plus:hover {
	color: #ffffff;
	background-color: #31343C;
	border: 2px solid #ec0f2d;
	border-radius: 9px;
}
/* End - CHN: 28-11-2016, style for Web Galleries link in "Addinfo" iframe  */

/* CHN: 28-07-2020, new style for 'Addinfo-myOWLS_ifr.htm' iframe */
a.show_WG3 {
	font-size: 8pt;
	color: #dddddd;
	letter-spacing: 1px;
	text-decoration: none;
	border: 1px solid #dddddd;
	padding: 2px;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
a.show_WG3:hover {
	color: #ffffff;
	background-color: #31343C;
	border: 2px solid #2dec0f;
	padding: 1px;
	border-radius: 9px;
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
/* End - CHN: 28-07-2020, new style for 'Addinfo-myOWLS_ifr.htm' iframe */

/* CHN: 11-05-2018, style for Addinfo-myOWLS */
a.Aux_Addinfo {
	font-size: 9pt;
	color: #dddddd;
	letter-spacing: 1px;
	text-decoration: none;
	border: 2px solid #bbbbbb;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
a.Aux_Addinfo:hover {
	color: #ffffff;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: #31343C;
	border: 2px solid #ffffff;
	border-radius: 9px;
}
a.Aux_Addinfo:active {
	color: #ffffff;
	letter-spacing: 1px;
	background-color: #31343C;
	text-decoration: none;
	border: 2px solid #ec0f2d;
	border-radius: 9px;
}
/* CHN: 11-05-2018, style for Addinfo-myOWLS */


/* CHN: 10-11-2016, style for link in "Addinfo" iframes for Sequence */
a.seq_control {
	color: #dddddd;
	text-decoration: none;
	border: 2px solid #bbbbbb;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 9px;
}
a.seq_control:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	border: 2px solid #2DEC0F;
	border-radius: 9px;
}
a.seq_control:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	border: 2px solid #ec0f2d;
	border-radius: 9px;
}
/* End CHN: 10-11-2016, style for link in "Addinfo" iframes for Sequence */

/* CHN: 20-10-2019, style for ipiXLide selection for BP.owl.hu, 4G.owl.hu and ArchiSculp.owl.hu in "Addinfo" iframes */
td.seq_pixlide_selection {
	font-size: 8pt;
	color: #dddddd;
	text-decoration: none;
	cursor:pointer;
	border-left: 2px solid #31343c;
	border-top: 2px solid #31343c;
	border-right: 2px solid #31343c;
	border-bottom: 3px double #bbbbbb;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 9px;
	-webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
td.seq_pixlide_selection:hover {
	color: #ffffff;
	border-left: 2px solid #2DEC0F;
	border-top: 2px solid #31343c;
	border-right: 2px solid #2DEC0F;
	border-bottom: 2px solid #2DEC0F;
    -webkit-transform: scale(1,1.1); /* Safari */
    transform: scale(1,1.1);
}
/* End -CHN: 20-10-2019, style for ipiXLide selection for BP.owl.hu, 4G.owl.hu and ArchiSculp.owl.hu in "Addinfo" iframes */

/* ins.14-12-2020 - taken fm GLownPic-4 */
.fourArC-title-BestGLobePhoto_afterPic-2 {
	width: 100%;
	color: #bbbbbb;
	font-size: 11pt;	
	letter-spacing: 1px;
	padding: 0px;
	padding-top: 5px;	
	border: 0px;
	border-bottom: 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;
	font-size: 13pt;	
	color: #ffffff;
	cursor: pointer;
	border-bottom: 4px double #dddddd;
	-webkit-transform: translate(0px, -25px) scale(1, 1.05); /* Safari */
	transform: translate(0px, -25px) scale(1, 1.05);
	-webkit-transition: 3s;  /* Safari */
	transition: 3s;
}
/* End - ins.14-12-2020 */

/* i-10-03-2021 - for Addinfo-top */
td.seq_control_chronol_left-top {
	color: #bbbbbb;
	text-decoration: none;
	cursor: pointer;
	border: none;
	border-top: 3px dotted #31343c;
	border-left: 3px dotted #31343c;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 9px;
	border-top-left-radius: 9px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
td.seq_control_chronol_left-top:hover {
	color: #FFFFFF;
	border-left: 3px double #2dec0f;
	border-top: 3px double #2dec0f;
	-webkit-transition: 2s; /* Safari */
    transition: 2s,; 
}

/* CHN: 20-12-2017, style for "Addinfo" iframes for Chronological Sequence */
td.seq_control_chronol_left {
	color: #bbbbbb;
	text-decoration: none;
	cursor:pointer;
	border-left: 3px double #bbbbbb;
	border-bottom: 3px dotted #31343c;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
td.seq_control_chronol_left:hover {
	color: #FFFFFF;
	border-left: 3px double #2dec0f;
	border-bottom: 3px double #2dec0f;
	-webkit-transition: 2s; /* Safari */
    transition: 2s,; 
}

/* i-10-03-2021 - for Addinfo-top */
td.seq_control_chronol-top {
	color: #bbbbbb;
	text-decoration: none;
	cursor:pointer;
	border: none;
	border-top: 3px dotted #31343c;
	border-right: 3px dotted #31343c;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 9px;
	border-top-left-radius: 9px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}

td.seq_control_chronol-top:hover {
	color: #FFFFFF;
	border-right: 3px double #2dec0f;
	border-top: 3px double #2dec0f;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
/* End - CHN: 20-12-2017, style for "Addinfo" iframes for Chronological Sequence */

td.seq_control_chronol {
	color: #bbbbbb;
	text-decoration: none;
	cursor:pointer;
	border-right: 3px double #bbbbbb;
	border-bottom: 3px dotted #31343c;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
td.seq_control_chronol:hover {
	color: #FFFFFF;
	border-right: 3px double #2dec0f;
	border-bottom: 3px double #2dec0f;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
/* End - CHN: 20-12-2017, style for "Addinfo" iframes for Chronological Sequence */

/* CHN: 18-08-2016, style for link in "Music" iframes */
a.Music {
	color: #bbbbbb;
	text-decoration: none;
	border-top: 2px solid #5b5b5b;
	border-left: 2px solid #5b5b5b;
	border-right: 2px solid #5b5b5b;
	border-bottom: 0px solid #000000;
	border-radius: 3px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
a.Music:hover {
	color: #FFFFFF;
	border-top: 2px solid #ec0f2d;
	border-left: 2px solid #ec0f2d;
	border-right: 2px solid #ec0f2d;
	border-bottom: 0px solid #ec0f2d;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
a.Music:active {
	color: #FFFFFF;
	border-top: 2px solid #ec0f2d;
	border-left: 2px solid #ec0f2d;
	border-right: 2px solid #ec0f2d;
	border-bottom: 0px solid #ec0f2d;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/* End CHN: 18-08-2016, style for link in "Music" iframes */

/* CHN: 13-05-2017 not used at the moment */
img.EarPhone {
	color: #dddddd;
	text-decoration: none;
	border-top: 2px ridge #000000;
	border-left: 2px ridge #000000;
	border-right: 2px ridge #000000;
	border-bottom: 0px dotted #000000;
	border-radius: 5px;
}
img.EarPhone:hover {
	color: #FFFFFF;
	border-top: 2px solid #ec0f2d;
	border-left: 2px solid #ec0f2d;
	border-right: 2px solid #ec0f2d;
	border-bottom: 0px solid #ec0f2d;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
img.EarPhone:active {
	color: #FFFFFF;
	border-top: 2px solid #ec0f2d;
	border-left: 2px solid #ec0f2d;
	border-right: 2px solid #ec0f2d;
	border-bottom: 0px solid #ec0f2d;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/* CHN: 13-05-2017 not used at the moment */

/* CHN: 22-05-2018, style for link in Addinfo iframe */
a.Addinfo_GN {
	color: #dddddd;
	text-decoration: none;
	letter-spacing: 1px;
	border-left: 2px dotted #BF1522;
	border-top: 2px dotted #BF1522;
	border-right: 2px dotted #000000;
	border-bottom: 2px dotted #000000;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
a.Addinfo_GN:hover {
	color: #ffffff;
	background-color: #1A1E27;
	border: 2px solid #ffffff;
}
a.Addinfo_GN:active {
	color: #ec0f2d;
}

a.Addinfo_GN_sel {
	color: #bbbbbb;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #1A1E27;
	border-right: 2px solid #BF1522;
	border-bottom: 2px solid #BF1522;
	border-left: 2px solid #000000;
	border-top: 2px solid #000000;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
a.Addinfo_GN_sel:hover {
	color: #ffffff;
	text-decoration: none;
}
a.Addinfo_sel:active {
	color: #ec0f2d;
	text-decoration: none;
	border: 2px solid #ec0f2d;
}
/* End - CHN: 22-05-2018, style for link in Addinfo iframe */


/* i-26-04-2023 - for iPiXLides menu */
a.Addinfo_green {
	color: #2dec0f;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 4px;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #1a1e27;
	border-bottom: 1px solid #1a1e27;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
a.Addinfo_green:hover {
	color: #ffffff;
	background-color: #1a1e27;
	padding-top: 0px;
	border-left: 2px dotted #1a1e27;
	border-top: 2px dotted #1a1e27;
	border-right: 2px solid #2dec0f;
	border-bottom: 2px solid #2dec0f;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
a.Addinfo_green:active {
	color: #ec0f2d;
}
/* End - i-26-04-2023 - for iPiXLides menu */

/* i-26-04-2023 - for iPiXLides menu */
a.Addinfo_blue {
	color: #0f9cec;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 13px;
	border: none;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
a.Addinfo_blue:hover {
	color: #ffffff;
	background-color: #1a1e27;
	padding-top: 0px;
	border-left: 2px solid #2dec0f;
	border-top: 2px dotted #1a1e27;
	border-right: 2px solid #2dec0f;
	border-bottom: 2px solid #2dec0f;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
a.Addinfo_blue:active {
	color: #ec0f2d;
}
/* End - i-26-04-2023 - for iPiXLides menu */

/* CHN: 18-06-2019, style for link in Addinfo iframe */
a.Addinfo {
	color: #dddddd;
	text-decoration: none;
	letter-spacing: 1px;
/* ch-12-06-2022 - it was 1px */
	padding: 4px;
/* End - ch-12-06-2022 - it was 1px */
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #1a1e27;
	border-bottom: 1px solid #1a1e27;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
a.Addinfo:hover {
	color: #ffffff;
	background-color: #1a1e27;
	padding-top: 0px;
	border-left: 2px dotted #1a1e27;
	border-top: 2px dotted #1a1e27;
	border-right: 2px solid #2dec0f;
	border-bottom: 2px solid #2dec0f;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
a.Addinfo:active {
	color: #ec0f2d;
}
/* CHN: 04-08-2016, style for link in Selected Addinfo iframe */

a.Addinfo_sel {
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #1A1E27;
	border-right: 2px solid #2DEC0F;
	border-bottom: 2px solid #2DEC0F;
	border-left: 2px solid #000000;
	border-top: 2px solid #000000;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
a.Addinfo_sel:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.Addinfo_sel:active {
	color: #ec0f2d;
	text-decoration: none;
	border: 2px solid #ec0f2d;
}
/* CHN: 04-08-2016, style for link in Addinfo iframe */

/* 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: #000000;
	border: 2px solid #2DEC0F;
	-webkit-transition: 2s; /* Safari */
    transition: 2s, transform 2s;
}
a.ArCmenu:active {
	color: #ec0f2d;
}

a.ArCmenu_sel {
	font-size: 9pt;
	color: #dddddd;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #000000;
	border: 2px solid #ffffff;
	border-top-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 9px;
}
a.ArCmenu_sel:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
a.ArCmenu_sel:active {
	color: #ec0f2d;
	text-decoration: none;
	border: 2px solid #ec0f2d;
}
/* End - CHN: 16-02-2018, style for link in Addinfo iframe */

/* CHN: 13-08-2018, style for link in Addinfo iframe */
a.ArCmenu_small {
	font-size: 7pt;
	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_small:hover {
	background-color: #000000;
	border: 2px solid #2DEC0F;
	-webkit-transition: 2s; /* Safari */
    transition: 2s, transform 2s;
}
a.ArCmenu_small:active {
	color: #ec0f2d;
}
/* End - CHN: 13-08-2018, style for link in Addinfo iframe */

/* style inside .htm contents */
a.a0 {
	color: #dddddd;
	text-decoration: none;
	background-color: #2C2C2C;
} 
a.a0:visited {
	color: #888888;
}
a.a0:active {
	color: #ec0f2d;
}
a.a0:hover {
	color: #072109;
	text-decoration: underline;
	background-color: #FFFFFF;
}
/* style inside .htm contents */

a.a12 {
	color: #dddddd;
	font-size: 7pt;
	text-align: center;
	text-decoration: none;
}
a.a12:visited {
	color: #888888;
}
a.a12:active {
	color: #ec0f2d;
}
a.a12:hover {
	color: #072109;
	text-decoration: underline;
	background-color: #FFFFFF;
}

a.a2 {
	color: #2DEC0F;
	text-align: center;
	text-decoration: none;
}
a.a2:visited {
	color: #2DEC0F;
}
a.a2:active {
	color: #ec0f2d;
}
a.a2:hover {
	color: #072109;
	text-decoration: underline;
}

/* This is for LinX iframe */
a.a2i {
	font-size: 7pt;
	color: #2DEC0F;
	text-align: center;
	text-decoration: none;
}
a.a2i:hover {
	color: #ffffff;
	text-decoration: underline;
}
a.a2i:active {
	color: #ec0f2d;
}

/* This is for LinX iframe */
a.a2i2 {
	font-size: 8pt;
	color: #2DEC0F;
	text-align: center;
	text-decoration: none;
}
a.a2i2:hover {
	color: #ffffff;
	text-decoration: underline;
}
a.a2i2:active {
	color: #ec0f2d;
}

a.a22i {
	font-size: 7pt;
	color: #0f9cec;
	text-align: center;
	text-decoration: none;
}
a.a22i:active {
	color: #ec0f2d;
}
a.a22i:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.ai {
	font-size: 7pt;
	text-align: center;
	text-decoration: none;
}
a.ai:active {
	color: #ec0f2d;
}
a.ai:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.ai_red {
	font-size: 7pt;
	color: #ec0f2d;
	text-align: center;
	text-decoration: none;
}
a.ai_red:active {
	color: #ec0f2d;
}
a.ai_red:hover {
	color: #072109;
	text-decoration: underline;
}

/* This is for Gpage again */
a.a22 {
	color: #2DEC0F;
	font-size: 7pt;
	text-align: center;
	text-decoration: none;
}
a.a22:active {
	color: #ec0f2d;
}
a.a22:hover {
	color: #072109;
	text-decoration: underline;
}
a.icon {
	text-decoration: none;
}
a.icon:hover {
	text-decoration: none;
	background-color: #3c3c3c;
}
a.icon:active {
	color: #ec0f2d;
}

a.wouldyoulike {
	color: #dddddd;
	text-decoration: none;
}
a.wouldyoulike:hover {
	text-decoration: underline;
	background-color: #000000;
}
a.wouldyoulike:active {
	color: #ec0f2d;
}

/* Styles for text in Addinfo iframe */

/* i-12-04-2022 - for span at bottom of recent PiXLides */
span.Addinfo_title-bottom {
	font-size: 9pt;
	color: #bbbbbb;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 215%;
	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-bottom:hover {
	color: #ffffff;
	background-color: #1A1E27;
	border: 1px solid #1A1E27;
}
/* End - i-12-04-2022 - for span at bottom of recent PiXLides */

/* i-27-08-2023 - w/smaller fonts */
span.Addinfo_title-top- {
	font-size: 7pt;
	color: #bbbbbb;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 175%;
	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 #1A1E27;
}
/* End - i-27-08-2023 - w/smaller fonts */

/* i-22-03-2025 - for span at top of theFooter w/ bigger font */
span.Addinfo_title-top-2 {
/* ch-27-08-2023 - it was 6pt */
	font-size: 9pt;
/* End - ch-27-08-2023 - it was 6pt */
	color: #bbbbbb;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 175%;
	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-2:hover {
	color: #ffffff;
	background-color: #1A1E27;
	border: 1px solid #1A1E27;
}
/* End - i-22-03-2025 - for span at top of theFooter w/ bigger font */

/* i-16-10-2021 - for span at top of recent PiXLides */
span.Addinfo_title-top {
/* ch-27-08-2023 - it was 6pt */
	font-size: 8pt;
/* End - ch-27-08-2023 - it was 6pt */
	color: #bbbbbb;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 175%;
	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 #1A1E27;
}
/* End - i-16-10-2021 - for span at top of PiXLides */

/* i-12-04-2023 */
span.Addinfo_title {
	font-size: 8pt;
	color: #dddddd;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 185%;
	background-color: #31343c;
}
span.Addinfo_title:hover {
	color: #ffffff;
	background-color: #1A1E27;
}

/* i-12-04-2023 */
span.Addinfo_title2 {
	font-size: 9pt;
	color: #dddddd;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 185%;
	background-color: #31343c;
}
span.Addinfo_title2:hover {
	color: #ffffff;
	background-color: #1A1E27;
}

/* for gen.use - i-01-06-2022 */
span.Addinfo_title_smaller_font2 {
	font-size: 6pt;
	color: #bbbbbb;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 155%;
	background-color: #31343c;
	border: 1px solid #888888;
	border-bottom: 0px;
	border-radius: 5px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s, transform 2s;
}
span.Addinfo_title_smaller_font2:hover {
	color: #ffffff;
	border: 1px solid #1a1e27;
	background-color: #1a1e27;
	-webkit-transition: 2s; /* Safari */
    transition: 2s, transform 2s;
}
/* for gen.use - ch.08-02-2020 */
span.Addinfo_title_smaller_font {
	font-size: 5pt;
	color: #bbbbbb;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 155%;
	background-color: #31343c;
	border: 1px solid #888888;
	border-top: 0px;
	border-radius: 5px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s, transform 2s;
}
span.Addinfo_title_smaller_font:hover {
	color: #ffffff;
	border: 1px solid #1a1e27;
	background-color: #1a1e27;
	-webkit-transition: 2s; /* Safari */
    transition: 2s, transform 2s;
}
/* End - for gen.use - ch.08-02-2020 */

/* w/bigger font - i.09-11-2019 */
span.Addinfo_title-2 {
	font-size: 11pt;
	color: #dddddd;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 155%;
	background-color: #31343c;
	border-top: 1px solid #1A1E27;
	border-left: 1px solid #8A8A8A;
	border-bottom: 1px solid #8A8A8A;
	border-right: 1px solid #8A8A8A;
	border-radius: 5px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s, transform 2s;
}
span.Addinfo_title-2:hover {
	color: #ffffff;
	background-color: #1A1E27;
	border: 1px solid #1A1E27;
	-webkit-transition: 2s; /* Safari */
    transition: 2s, transform 2s;
}
/* w/bigger font - i.09-11-2019 */

/* phOtoWaLking */
span.Addinfo_title_phOtoWaLking {
	color: #dddddd;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 155%;
	background-color: #31343C;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-radius: 5px;
}

/* 4F-Scissors */
span.Addinfo_title_Scissors {
	color: #dddddd;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 155%;
	background-color: #31343C;
	border-top: 1px solid #8A8A8A;
	border-left: 1px solid #8A8A8A;
	border-bottom: 1px solid #8A8A8A;
	border-right: 1px solid #8A8A8A;
	border-radius: 5px;
}

/* BP */
span.Addinfo_title_Orszaghaz-Kossuth-ter {
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 155%;
	background-color: #31343c;
	border-top: 1px solid #8A8A8A;
	border-left: 1px solid #8A8A8A;
	border-bottom: 1px solid #8A8A8A;
	border-right: 1px solid #8A8A8A;
	border-radius: 4px;
}

span.Addinfo_title_Rozsak_tere {
	color: #dddddd;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 155%;
	background-color: #31343c;
	border-top: 1px solid #8A8A8A;
	border-left: 1px solid #8A8A8A;
	border-bottom: 1px solid #8A8A8A;
	border-right: 1px solid #8A8A8A;
	border-radius: 4px;
}

span.Addinfo_title_Ujbuda {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 155%;
	background-color: #31343C;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #0f9cec;
	border-bottom: 1px solid #0f9cec;
	border-radius: 5px;
}
/* End BP */

/* 4G */
span.Addinfo_title_Domi {
	color: #dddddd;
	text-decoration: none;
	letter-spacing: 3px;
	line-height: 155%;
	background-color: #31343C;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #ec0f2d;
	border-bottom: 1px solid #ec0f2d;
	border-radius: 5px;
}

span.Addinfo_title_Bius {
	color: #dddddd;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 155%;
	background-color: #31343C;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #ce0fec ;
	border-right: 1px solid #ce0fec;
	border-radius: 5px;
}

span.Addinfo_title_Zorki {
	color: #dddddd;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 155%;
	background-color: #31343C;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #ec60ce;
	border-right: 1px solid #ec60ce;
	border-radius: 5px;
}

span.Addinfo_title_Miro {
	color: #dddddd;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 155%;
	background-color: #31343C;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #0f9cec ;
	border-right: 1px solid #0f9cec;
	border-radius: 5px;
}
/* End 4G */

/* 4F */
span.Addinfo_title_Artezi {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 155%;
	background-color: #31343C;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-radius: 5px;
}

span.Addinfo_title_LL {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 155%;
	background-color: #31343C;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #BF1522;
	border-right: 2px solid #BF1522;
	border-radius: 5px;
}

span.Addinfo_title_Festeszet_hete_2017 {
	color: #dddddd;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 155%;
	background-color: #31343C;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #BF1522;
	border-right: 2px solid #BF1522;
	border-radius: 5px;
}
/* End 4F */

/* MO */
span.Addinfo_title_Egerben_Domival {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 155%;
	background-color: #31343C;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #ec0f2d;
	border-bottom: 1px solid #ec0f2d;
	border-radius: 5px;
}

span.Addinfo_title_Arboretum {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 3px;
	line-height: 155%;
	background-color: #31343C;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #2dec0f;
	border-bottom: 1px solid #2dec0f;
	border-radius: 5px;
}
/* End MO */

span.Addinfo_title_grey {
	color: #9d9d9d;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 155%;
	background-color: #31343C;
	border-top: 2px solid #9d9d9d;
	border-bottom: 2px solid #9d9d9d;
	border-left: 2px solid #9d9d9d;
	border-right: 2px solid #9d9d9d;
	border-radius: 5px;
}

span.Addinfo_title_green {
	color: #dddddd;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 155%;
	background-color: #31343C;
	border-top: 2px solid #2DEC0F;
	border-bottom: 2px solid #2DEC0F;
	border-left: 2px solid #2DEC0F;
	border-right: 2px solid #2DEC0F;
	border-radius: 5px;
}

/* End style for text in Addinfo iframe */


/* This is for BODY TEXT PARAGRAPH DEFAULT STYLE */
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.inBigWhite3 {
	font-size: 17pt;
	color: #ffffff; 
}
span.inGreen {
	color: #2DEC0F; 
}
span.inBigGreen3 {
	font-size: 15pt;
	color: #2DEC0F; 
}
span.inBigGreen2 {
	font-size: 11pt;
	color: #2DEC0F; 
}
span.inBigGreen {
	font-size: 10pt;
	color: #2DEC0F; 
}
span.inSmallGreen {
	font-size: 6pt;
	color: #2DEC0F; 
}
span.inRed {
	color: #ec0f2d; 
	font-size: 10pt;
	letter-spacing: 1px;
}
span.inRed_big {
	color: #ec0f2d; 
	font-size: 15pt;
	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;
}
span.like_a_cursor {
	cursor:pointer
}

p {
	font-size : 8pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 155%;
	margin: 6px 0px 6px 0px 
}
/* END PARAGRAPH DEFAULT STYLE */

/* This is for DIVs of PICTURE TITLES */
div.pic-title-h {
	display: block;
	width: 950px;
	font-size : 10pt; 
	font-weight: bold;
	text-align: center;
	line-height: 135%;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 4px;
	border-left: none;
	border-top: none;
/* Ch.N. 06-09-2019 */
	border-bottom: 1px solid #31343c;
	border-right: 1px solid #31343c;
/* End - Ch.N. 06-09-2019 */
	border-bottom-right-radius: 4px;
	margin: auto; 
}
div.pic-title-h:hover {
	display: block;
	width: 950px;
	font-size : 10pt; 
	font-weight: bold;
	text-align: center;
	line-height: 135%;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 4px;
	background-color: #000000;
	background-image: url('../../../images/bground/2017/myOWLS-bg-2017-22.jpg');
	border-left: none;
	border-top: none;
	border-bottom: 1px solid #9D9D9D;
	border-right: 1px solid #9D9D9D;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	margin: auto; 
}

div.pic-title-e {
	display: block;
	width: 950px;
	font-size : 10pt; 
	font-weight: bold;
	text-align: center;
	line-height: 135%;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 4px;
	border-left: none;
	border-top: none;
/* Ch.N. 06-09-2019 */
	border-bottom: 1px solid #31343c;
	border-right: 1px solid #31343c;
/* End - Ch.N. 06-09-2019 */
	border-bottom-right-radius: 4px;
	margin: 7px auto; 
}
div.pic-title-e:hover {
	display: block;
	width: 950px;
	font-size : 10pt; 
	font-weight: bold;
	text-align: center;
	line-height: 135%;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 4px;
	background-color: #000000;
	background-image: url('../../../images/bground/2017/myOWLS-bg-2017-22.jpg');
	border-left: none;
	border-top: none;
	border-bottom: 1px solid #9D9D9D;
	border-right: 1px solid #9D9D9D;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	margin: 7px auto; 
}
/* End DIVs of PICTURE TITLES */

span.picture-subtitle {
	font-weight: normal;
	text-align: center;
	font-family: Verdana;
	font-size: 8pt;
}
p.picture-title {
	font-size : 10pt; 
	font-weight: bold;
	text-align: center;
	line-height: 135%;
	margin: 6px 0px 6px 0px 
}
p.picture-title-2 {
	font-size : 9pt; 
	font-weight: bold;
	text-align: center;
	line-height: 135%;
	margin: 6px 0px 6px 0px 
}
/* END PICTURE TITLE STYLE */

/* This is for DIV of FB */
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 */

/* Ch.N. 13-10-2018 for main table of Arts-Culture-Events.GLobePhoto.hu w/ WHITE BG */
table.MainT-GLPh-white {
 	width:1244px; 
 	padding:0; 
 	text-align:center; 
	border: 1px outset #bbbbbb;
	background-color: #ffffff;
	border-top-left-radius: 171px;
	border-bottom-right-radius: 171px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
 	margin: auto;
}
/* End Ch.N. 13-10-2018 for main table of Arts-Culture-Events.GLobePhoto.hu */

/* Ch.N. 24-06-2018 for main table of GlobePhoto.net and GlobePhoto.owl.hu */
table.MainT-GLPh {
/* Ch.N. 15-07-2019 */
 	width:1244px; 
/* End - Ch.N. 15-07-2019 */
 	padding:0; 
 	text-align:center; 
	border: 1px outset #bbbbbb;
	border-top-left-radius: 171px;
	border-bottom-right-radius: 171px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
 	margin: auto;
}
/* End Ch.N. 24-06-2018 for main table of GlobePhoto.net and GlobePhoto.owl.hu */

/* 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('../../../images/bground/2017/myOWLS-bg-2017-22.jpg');
	border-top-left-radius: 171px;
	border-bottom-right-radius: 171px;
	border-top-right-radius: 11px;
	border-bottom-left-radius: 11px;
 	margin: auto;
}

/* for Armour.owl.hu and for 4ArC and Bp-Hu and related pages */
table.MainT-Dia {
 	padding:0;
	border-spacing: 0px;
 	text-align: center; 
	border: 1px solid #bbbbbb;
	border-radius: 93px 18px 57px 29px;
 	margin: auto;
}

/* This is for main (biggest) TABLE for SzirtesTamas PiXLides - 24-06-2017 */
table.MainT-SzT {
 	padding:0; 
 	text-align:center; 
	border: 1px outset #bbbbbb;
	background-color: #111111;
 	background-image: url('../../../images/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;
}

/* This is for main (biggest) TABLE for GezaNemeth & Artezi PiXLides & BG & LL*/
table.MainT-GN-Artezi {
 	padding:0; 
 	text-align:center; 
/* Ch.N. 10-12-2016 */	 
	border: 1px outset #bbbbbb;
	background-color: #111111;
 	background-image: url('../../../images/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;
 /* End - Ch.N. 10-12-2016 */
 	margin: auto;
}

/* for Jukebox.owl.hu opening page */
table.MainT-JB {
 	padding:0; 
 	text-align:center; 
/* Ch.N. 15-12-2016 */	 
	border: 1px outset #bbbbbb;
	background-color: #111111;
 	background-image: url('../../../images/bground/2017/myOWLS-bg-2017-22.jpg');
	border-top-left-radius: 171px;
	border-bottom-right-radius: 171px;
	border-top-right-radius: 21px;
	border-bottom-left-radius: 21px;
/* End - Ch.N. 15-12-2016 */
 	margin: auto;
}

/* This is for main (biggest) TABLE for MP70 PiXLide */
table.MainT-MP70 {
 	padding:0; 
 	text-align:center; 
	border: 1px outset #bbbbbb;
	background-color: #111111;
 	background-image: url('../../../images/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;
}

/* This is for main (biggest) TABLE for GrosicsSuli */
table.MainT-GrosicsSuli {
 	padding:0; 
 	text-align:center; 
	border: 1px outset #2DEC0F;
	background-color: #111111;
 	background-image: url('../../../images/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;
}

/* This is for main (biggest) TABLE for "4G" PiXLides (if all of them appear) */
table.MainT-4G {
 	padding:0; 
 	text-align:center; 
/* Ch.N. 26-03-2017 */	 
	border-left: 1px solid #0f2dec;
	border-right: 1px solid #0f9cec;
	border-top: 1px solid #ce0fec;
	border-bottom: 1px solid #ec60ce;
	background-color: #111111;
 	background-image: url('../../../images/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;
 /* End - Ch.N. 10-12-2016 */
 	margin: auto;
}
/* This is for TABLE for "FAM" PiXLides */


table.phOtoWaLking {
 	width: 100%;
 	padding: 3px; 
 	border-spacing: 8px; 	
 	margin: auto;
}

/* This is for table of big Pic  */
table.PicT {
	padding:0; 
	border:0; 
	border-spacing:0px; 
	text-align:center;
	margin: auto;
}	

/* This is for big Pic's */
td.GLPic {
	border: 1px outset #4D4D4D;
	padding: 14px 14px 14px 14px;
	background-color: #111111;
	background-image: url('../../../images/bground/OWLS-bg-2016.jpg');
	text-align: center;
	vertical-align: middle;
	border-top-left-radius: 61px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 61px;
}

/* This is for cells in ArC/DiA(x).owl.hu and GLobePhoto.net */

/* This is for "container cells" in GLobePhoto.net */
td.Dia-GLPh0 {
	border: 1px inset #6d6d6d;
	padding:0px 0px 0px 0px;
	text-align: center;
	vertical-align: middle;
	border-radius: 47px;
}

td.Dia-GLPh {
	border: 1px inset #6d6d6d;
	padding:0px 0px 0px 0px;
	border-radius: 21px;
	text-align: center;
	vertical-align: middle;
}

td.Dia-GLPh1 {
	border: 1px inset #6d6d6d;
	padding:0px 0px 0px 0px;
	border-radius: 47px;
	text-align: center;
	vertical-align: middle;
}
/* End - This is for container cells in GLobePhoto.net */

td.Dia {
	border: 1px inset #bbbbbb;
	padding:0px 0px 0px 0px;
	border-radius: 11px;
	text-align: center;
	vertical-align: middle;
}

td.Dia-4G {
	border: 1px inset #bbbbbb;
	padding:0px 0px 0px 0px;
	border-radius: 11px;
	text-align: center;
	vertical-align: middle;
}

td.Dia-JB {
	border: 1px inset #bbbbbb;
	padding: 0px 0px 0px 0px;
	border-radius: 11px;
	text-align: center;
	vertical-align: middle;
}

/* This is for big PiX */
img.pic_border {
	border: 1px inset #4D4D4D;
	border-radius: 2px;
}
/* This is for random index 300x200px Pic */
img.pic_border_gpic {
	border: 1px outset #2DEC0F;
	border-radius: 11px;
}
.pic_border_FI {
	border: 1px outset #4D4D4D;
	border-radius: 13px;
}

/* This is for myOWLS'logo pic */
img.myowls_logo {
	text-align: center;
	border: 1px outset #2DEC0F;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
}
img.myowls_logo_bigger {
	text-align: center;
	border: 1px outset #2DEC0F;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 23px;
	border-bottom-right-radius: 23px;
}

/* for HungaryPhoto_ifr - 09-03-2019 */
.iHungaryPhoto_ifr {
	width:100%;
	height:697px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing:0px; 
	frameborder:0px;
	scrolling:no;
}

/* for 'Budapest-Hungary_ifr-2' iframe - for images reduced to half!- 23-06-2019 - DUPLICATE in '-2.css' */
.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;
}
/* End -for 'Budapest-Hungary_ifr-2' iframe - images reduced to half!- 23-06-2019 */

.iBudapest-Hungary_ifr-3D {
/* i-30-03-2021 - for CENTERING IFRAME - practically not needed in pages of fixed width */
	margin: auto;
	display: block;
/* End - i-30-03-2021 */
	width: 100%;
	height: 871px; 
	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 {
	margin: auto;
	display: block;
	width: 100%;
	height: 1011px; 
	text-align: center; 
	padding: 0; border: 0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
}

/* 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;
}


/* 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;
}

/* Ch.N. 26-09-2018 - This is for PiXLide_ifr-X iframe files */
.iPiXLide_ifr {
	width: 100%;
	height: 711px; 
	text-align: center; 
	padding:0; border: 0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
}

/* Ch.N. 26-09-2018 - for double (6x) modules, e.g. Scissors */
.iPiXLide2x_ifr {
	width:100%;
	height:959px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing:0px; 
	frameborder:0px;
	scrolling:no;
}
/* End - Ch.N. 24-02-2018 - This is for PiXLide_ifr-X iframe files */

/* This is for Header iFrame for Gpage/.htm (big Pic) files */
.iHeader {
	width:100%;
	height:81px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing:0px; 
	frameborder:0px;
	scrolling:no;
}
/* 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;
}

/* 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. 16-03-2019 - This is for DiArmour-2-X iframe in GLobePhoto.X w/ white bg */
.DiArmour-2-X {
	width:100%;
	height:749px;
	text-align:center;
	padding:0; border:0;
	border-spacing:0px;
	frameborder:0px;
	scrolling:no;
}

/* 21-01-2022 - This is for iframes w/ FraXq-HQP's */
.phOtoWaLking-HQP-X {
	width:100%;
	height:949px;
	text-align:center;
	padding:0; border:0;
	border-spacing:0px;
	frameborder:0px;
	scrolling:no;
}
/* 21-01-2022 - This is for iframes w/ FracXq-HQP's */

/* 24-03-2018 - This is for phOtoWaLking iframes for phOtoWaLking.hu and HungaryPhoto.net  */
.phOtoWaLking-X {
	width:100%;
	height:485px;
	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 */

td.DiArmour-title {
	color: #bbbbbb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	vertical-align: bottom;
	background-color: #31343c;
	border-right: 3px double #bbbbbb;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 0px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s, transform 2s;
}
td.DiArmour-title:hover {
	color: #ffffff;
	border-right: 3px solid #2DEC0F;
	border-radius: 0px;
	background-color: #1A1E27;
	-webkit-transition: 2s; /* Safari */
    transition: 2s, transform 2s;
}

/* 23-08-2019 changes for DiArmour-X iframe in GLobePhoto.net */
td.DiArmour-title-newone {
	color: #888888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	text-align: center;
	border-bottom: 3px double #6d6d6d;
	border-right: 3px double #6d6d6d;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 9px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s, transform 2s;
}
td.DiArmour-title-newone:hover {
	border-right: 3px solid #2DEC0F;
	border-bottom: 3px solid #2DEC0F;
	color: #ffffff;
	background-color: #31343c;
	-webkit-transition: 2s; /* Safari */
    transition: 2s, transform 2s;
}

/* Ch.N. 18-08-2019 for title cell of 'DiA-DiArmour-X' iframe */
.fourArC-title-DiArmour {
	color: #dddddd;
/* ch-21-04-2023 - it was 8pt */	
	font-size: 9pt;
/* En - ch-21-04-2023 - it was 8pt */	
	text-align: center;
	letter-spacing: 1px;
	line-height: 145%;
	padding-left: 7px;
	padding-right: 5px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s, transform 2s; 
}
.fourArC-title-DiArmour:hover {
 	color: #ffffff;
    -webkit-transform: scale(1, 1.25); /* Safari */
    transform: scale(1, 1.25);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
/* End - 16-03-2019 changes for DiArmour-X iframe in GLobePhoto.net */

/* This is for LinX iframe appearing in all Gpage/.htm files */
.iLinX {
/* changed from width:1220 pixel */	
	width:100%;
	height:199px;
	text-align:center;
	padding:0; border:0;
	border-spacing:0px;
	frameborder:0px;
	scrolling:no;
}
/* This is for TABLE in LinX iFrame - appearing in all Gpage/.htm files */
table.LinX {
	width: 100%; 
	padding:0; 
	border-spacing:0px; 
	text-align:center; 
	border: 1px outset #4D4D4D;
	background-color: #31343c;
	background-image: url('../../../images/bground/2017/myOWLS-bg-2017-22.jpg');
	border-top-left-radius: 22px;
	border-bottom-right-radius: 22px;
	margin: auto;
}
/* Ch.N. 24-10-2016 */

/* This is for TABLE in LinX iFrame - appearing in all Gpage/.htm files */
table.LinX-2 {
	width: 100%; 
	padding:0; 
	border-spacing:0px; 
	margin: auto;
}
/* End Ch.N. 24-10-2016 */
/* These above are for LinX iframe and table in all Gpage/.htm files */

/* This is for table in LinX201x */
table.LinX-201x {
	width: 100%; 
	padding:0; 
	border-spacing:0px; 
	text-align:center; 
	border: 1px outset #6d6d6d;
	border-top-left-radius: 22px;
	border-bottom-right-radius: 32px;
	margin: auto;
}
/* End - This is for table in LinX201x */

/* This is for very small Pic in LinX iFrame */
.pic_LinX {
	text-align: center;
	vertical-align: middle;
	border: 1px outset #4D4D4D;
	margin-left: 1px;
	margin-right: 1px;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pic_LinX:hover {
	text-align: center;
	vertical-align: middle;
	border: 1px inset #4D4D4D;
	margin-left: 1px;
	margin-right: 1px;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

/* Ch.N. 19-05-2018 for piXLogo of 4ArC ,odules*/
.pic_piXLogo_sel {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #2DEC0F;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 21px;
}

/* Ch.N. -10-05-2018 for piXLogo of 4ArC ,odules*/
.pic_piXLogo {
	text-align: center;
	vertical-align: middle;
	border: 1px outset #2DEC0F;
	margin-left: 1px;
	margin-right: 1px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pic_piXLogo:hover {
	text-align: center;
	vertical-align: middle;
	border: 1px inset #2DEC0F;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 21px;
}

/* Ch.N. -16-01-2017 */
.pic_LinX_sel {
	text-align: center;
	vertical-align: middle;
	border: 1px inset #4D4D4D;
	margin-left: 1px;
	margin-right: 1px;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.pic_LinX_sel:hover {
	text-align: center;
	vertical-align: middle;
	border: 1px outset #4D4D4D;
	margin-left: 1px;
	margin-right: 1px;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

/* Created.07-12-2017 - This is for bigger 4G pic for Xmas 2017 */
.pic_4G-Xmas2017 {
	text-align: center;
	vertical-align: text-top;
	border: 1px outset #2DEC0F;
	margin-left: 3px;
	margin-right: 3px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 21px;
	border-bottom-right-radius: 5px;
}
.pic_4G-Xmas2017:hover {
	border: 1px inset #2DEC0F;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	border-top-right-radius: 11px;
	border-bottom-left-radius: 11px;
}

/* This is for 80px x 80px portrait Pic in musicTitle .htm */
.pic_musicTitle {
	text-align: center;
	vertical-align: text-top;
	border: 1px outset #4D4D4D;
	margin-left: 3px;
	margin-right: 3px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 17px;
}
.pic_musicTitle:hover {
	border: 1px inset #4D4D4D;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	border-top-right-radius: 11px;
	border-bottom-left-radius: 11px;
}


/* This is for 'button to fit to Page' in all Gpage/.htm files */
input.fit-page-button {
	font-size: 10pt;
	color: #dddddd;
	text-align: center;
	letter-spacing: 1px;
/* Ch.N. 30.12.2019 */
	background-color: #888888; 
/* End - Ch.N. 30.12.2019 */
	background-image: url('../../../images/bground/OWLS-bg-2016.jpg');
	vertical-align: middle;
	padding: 5px 5px;
	border-left: none;
	border-top: none;
	border-bottom: 1px dashed #9D9D9D;
	border-right: 1px dotted #9D9D9D;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	width: 100%;
	height: 31px;
	cursor: pointer;
}
input.fit-page-button:hover {
	border-bottom: 1px solid #9D9D9D;
	border-right: 1px solid #9D9D9D;
}


/* !!! 14-11-2016 - These below are used for (individual) PIXLIDES !!! */
/* This is for common Table for pictures of 950x677 - containing piXLide iFrame, which contains "piXLide.html" generated by WOWSlider */
table.piXLide {
/* Ch.N. 28-06-2018 */
	width: 980px;
/* End Ch.N. 28-06-2018 - it might be 100% */
	padding:0; 
	border-spacing:0px;
	text-align:center; 
	margin: auto;
}
/* End - This is for common Table containing piXLide iFrame, which contains "piXLide.html" generated by WOWSlider */

/* Ch.N. 20-06-2018 - This is for common Table for pictures of 1200x1300(1200) - containing piXLide iFrame, which contains "piXLide.html" generated by WOWSlider */
table.piXLide-3 {
/* Ch.N. 09-03-2021 - it was 1218px */
	width: 100%;
/* End Ch.N. 09-03-2021 - it was 1218px */
	padding:0; 
	border-spacing:0px;
	text-align:center; 
	margin: auto;
}
/* End Ch.N. 20-06-2018 -This is for common Table for pictures of 1200x1300 - containing piXLide iFrame, which contains "piXLide.html" generated by WOWSlider */

/* 16-10-2018 - This below is for cell of common Table, which contains piXLide iFrame, with "piXLide.html" generated by WOWSlider */
td.piXLide0 {
	width: 100%;
	padding:5px; 
	border-spacing:5px;
	text-align:center; 
	border-top: 2px solid #bbbbbb;
	border-left: 2px solid #bbbbbb;
	border-right: 2px solid #4D4D4D;
	border-bottom: 2px solid #4D4D4D;
	border-top-left-radius: 150px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 150px;
}
/* End - 16-10-2018 */

/* This below is for cell of common Table above, which contains SzirtesTamas piXLide iFrame, with "piXLide.html" generated by WOWSlider */
td.piXLide_SzT {
	width: 100%;
	padding:5px; 
	border-spacing:5px;
	text-align:center; 
	border-top: 2px solid #bbbbbb;
	border-left: 2px solid #bbbbbb;
	border-right: 2px solid #4D4D4D;
	border-bottom: 2px solid #4D4D4D;
	border-top-left-radius: 150px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 150px;
}
/* End - This above is for cell of common Table above, which contains NG or ARTEZI piXLide iFrame, with "piXLide.html" generated by WOWSlider */

/* This below is for cell of common Table above, which contains NG or ARTEZI piXLide iFrame, with "piXLide.html" generated by WOWSlider */
td.piXLide_GN_Artezi {
	width: 100%;
	padding:5px; 
	border-spacing:5px;
	text-align:center; 
	border-top: 2px solid #bbbbbb;
	border-left: 2px solid #bbbbbb;
	border-right: 2px solid #4D4D4D;
	border-bottom: 2px solid #4D4D4D;
	border-top-left-radius: 150px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 150px;
}

td.piXLide_Festeszet_hete_2017 {
	width: 100%;
	padding:5px; 
	border-spacing:5px;
	text-align:center; 
	border-top: 2px solid #BF1522;
	border-left: 2px solid #BF1522;
	border-right: 2px solid #4D4D4D;
	border-bottom: 2px solid #4D4D4D;
	border-top-left-radius: 150px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 150px;
}

/* End - This above is for cell of common Table above, which contains NG or ARTEZI piXLide iFrame, with "piXLide.html" generated by WOWSlider */

/* These above are for cell of common Table for different piXLide iFrames which contain "piXLide.html" generated by WOWSlider */
/* This below is for cell of common Table above which contains MP70 piXLide iFrame, which contains "piXLide.html" generated by WOWSlider */
td.piXLide_MP70 {
	width: 100%;
	padding:5px; 
	border-spacing:5px;
	text-align:center; 
	border-top: 2px solid #bbbbbb;
	border-left: 2px solid #bbbbbb;
	border-right: 2px solid #4D4D4D;
	border-bottom: 2px solid #4D4D4D;
	border-top-left-radius: 171px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 171px;
}
/* This above is for cell containing MP70 piXLide iFrame, which contains "piXLide.html" generated by WOWSlider */
/* This below is for cell of common Table above which containsGroscisSuli piXLide iFrame, which contains "piXLide.html" generated by WOWSlider */
td.piXLide_GrosicsSuli {
	width: 100%;
	padding:5px; 
	border-spacing:5px;
	text-align:center; 
	border-top: 2px solid #2DEC0F;
	border-left: 2px solid #2DEC0F;
	border-right: 2px solid #4D4D4D;
	border-bottom: 2px solid #4D4D4D;
	border-top-left-radius: 171px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 171px;
}
/* This above is for cell containing GrosicsSuli piXLide iFrame, which contains "piXLide.html" generated by WOWSlider */
/* i- 04-02-2021 - This is a generel purpose style */
td.piXLide_WOWcell {
/* i-05-02-2021 */
	width: 100%;
	vertical-align: middle;
/* End - i-05-02-2021 */
	padding: 5px; 
	border-spacing: 5px;
	text-align:center; 
	border-top: 3px double #bbbbbb;
	border-left: 3px double #bbbbbb;
	border-right: 3px double #4d4d4d;
	border-bottom: 3px double #4d4d4d;
	border-top-left-radius: 171px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 171px;
}
/* End - i- 04-02-2021 - This is a generel purpose style */

/* This below is for cell of common Table above which contains BPYYYY piXLide iFrame containing "piXLide.html" generated by WOWSlider */
td.piXLide_BPYYYY {
	width: 100%;
	padding:5px; 
	border-spacing:5px;
	text-align:center;
	border-top: 2px solid #bbbbbb;
	border-left: 2px solid #bbbbbb;
	border-right: 2px solid #4D4D4D;
	border-bottom: 2px solid #4D4D4D;
	border-top-left-radius: 171px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 171px;
}
/* This above is for cell containing BPYYYY piXLide iFrame, which contains "piXLide.html" generated by WOWSlider */

/* This below is for cell of common Table above which contains 4GYYYY piXLide iFrame containing "piXLide.html" generated by WOWSlider */
td.piXLide_4GYYYY {
	width: 100%;
	padding:5px; 
	border-spacing:5px;
	text-align:center;
	border-top: 2px solid #bbbbbb;
	border-left: 2px solid #bbbbbb;
	border-right: 2px solid #4D4D4D;
	border-bottom: 2px solid #4D4D4D;
	border-top-left-radius: 171px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 171px;
}
/* End -This above is for cell containing 4GYYYY "piXLide.html" generated by WOWSlider */

/* ChN - 09-10-2017 - These below are for main tables of 'index-ABCDEF-ipiXLide.html */

/* 4G */
/* This below is for cell of common Table which contains Domi piXLide iFrame containing "piXLide.html" generated by WOWSlider - changed: 14-08-2017 */
td.piXLide_Domi {
	width: 100%;
	padding:5px; 
	border-spacing:5px;
	text-align:center; 
/* ChN - 15-05-2020 - it was 2px solid */
	border-top: 3px double #ec0f2d;
	border-left: 3px double #ec0f2d;
	border-right: 3px double #4D4D4D;
	border-bottom: 3px double #4D4D4D;
/* End - ChN - 15-05-2020 - it was 2px solid */
	border-top-left-radius: 171px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 171px;
}
/* End - This above is for cell of common Table which contains Domi piXLide iFrame containing "piXLide.html" generated by WOWSlider */

/* This below is for cell of common Table which contains Bius piXLide iFrame containing "piXLide.html" generated by WOWSlider */
td.piXLide_Bius {
	width: 100%;
	padding:5px; 
	border-spacing:5px;
	text-align:center; 
	border-top: 2px solid #bbbbbb;
	border-left: 2px solid #bbbbbb;
	border-right: 2px solid #4D4D4D;
	border-bottom: 2px solid #4D4D4D;
	border-top-left-radius: 171px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 171px;
}
/* End - This above is for cell of common Table which contains Bius piXLide iFrame containing "piXLide.html" generated by WOWSlider */
/* This below is for cell of common Table which contains Zorka piXLide iFrame containing "piXLide.html" generated by WOWSlider */
td.piXLide_Zorki {
	width: 100%;
	padding:5px; 
	border-spacing:5px;
	text-align:center; 
	border-top: 2px solid #bbbbbb;
	border-left: 2px solid #bbbbbb;
	border-right: 2px solid #4D4D4D;
	border-bottom: 2px solid #4D4D4D;
	border-top-left-radius: 171px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 171px;
}
/* End - This above is for cell of common Table which contains Zorka piXLide iFrame containing "piXLide.html" generated by WOWSlider */
/* This below is for cell of common Table which contains Miro piXLide iFrame containing "piXLide.html" generated by WOWSlider */
td.piXLide_Miro {
	width: 100%;
	padding:5px; 
	border-spacing:5px;
	text-align:center; 
	border-top: 2px solid #bbbbbb;
	border-left: 2px solid #bbbbbb;
	border-right: 2px solid #4D4D4D;
	border-bottom: 2px solid #4D4D4D;
	border-top-left-radius: 171px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 171px;
}
/* End - This below is for cell of common (big) Table which contains Miro piXLide iFrame containing "piXLide.html" generated by WOWSlider */
/* 4G */

/* This below is for cell of common Table which contains '-Ujbuda-ipiXLide' iFrame containing "-ipiXLide.html" generated by WOWSlider */
td.piXLide_Ujbuda {
	width: 100%;
	padding:5px; 
	border-spacing:5px;
	text-align:center; 
	border-top: 2px solid #0f9cec;
	border-left: 2px solid #0f9cec;
	border-right: 2px solid #4D4D4D;
	border-bottom: 2px solid #4D4D4D;
	border-top-left-radius: 171px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 171px;
}
/* End - This above is for cell of common Table which contains '-Ujbuda-ipiXLide' iFrame containing "-ipiXLide.html" generated by WOWSlider */

/* This below is for cell of common Table which contains '-Arboreum-ipiXLide' iFrame containing "-ipiXLide.html" generated by WOWSlider */
td.piXLide_Arboretum {
	width: 100%;
	padding:5px; 
	border-spacing:5px;
	text-align:center; 
	border-top: 2px solid #bbbbbb;
	border-left: 2px solid #bbbbbb;
	border-right: 2px solid #4D4D4D;
	border-bottom: 2px solid #4D4D4D;
	border-top-left-radius: 171px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 171px;
}
/* End - This above is for cell of common Table which contains '-Arboreum' iFrame containing "-ipiXLide.html" generated by WOWSlider */

/* End -ChN - 09-10-2017 - These above are for main tables of 'index-ABCDEF-ipiXLide.html */

/* This are for piXLide iFrame contained in Table above */
.ipiXLide {
	width:100%;
/* ChN for pictures of 950x677 in WOWSlider - 21-07-2016 */
	height:780px;
	text-align:center;
	padding:0; border:0;
	border-spacing:0px;
	frameborder:0px;
	border-radius: 9px;
	scrolling:no;
	margin: auto
}

/* ChN for pictures of 950x677 in WOWSlider with small pix on the right - 22-10-2016 */
.ipiXLide-2 {
	width:100%;
	height:640px;
	text-align:center;
	padding:0; border:0;
	border-spacing:0px;
	frameborder:0px;
	scrolling:no;
	margin: auto
}
/* End - These above are for (big main) piXLide iFrames containing "piXLide.html" generated by WOWSlider */

/* 29-12-2018 . ChN for pictures of 950x777 in WOWSlider with small pix on the right  */
.ipiXLide-22 {
	width:100%;
	height:740px;
	text-align:center;
	padding:0; border:0;
	border-spacing:0px;
	frameborder:0px;
	scrolling:no;
	margin: auto
}
/* 29-12-2018 - End -ChN for pictures of 950x777 in WOWSlider with small pix on the right */

/* i-16-03-2021 for 1200x1200 WOW w/ thp on the top */
.ipiXLide-333 {
	width:100%;
	height:1353px;
	text-align:center;
	padding: 0; 
	border:0;
	border-spacing:0px;
	frameborder:0px;
	scrolling:no;
}

/* i-15-03-2021 for 1200x1200 WOW w/ thp on the right */
.ipiXLide-33 {
	width:100%;
	height:1150px;
	text-align:center;
	padding: 0; 
	border:0;
	border-spacing:0px;
	frameborder:0px;
	scrolling:no;
	margin: auto;
/* i-26-04-2021 */
	vertical-align: middle
}

/* ChN 08-06-2018 for pictures of 1200x1300 in WOWSlider w/ thp on top */
.ipiXLide-3 {
	width:100%;
	height:1450px;
	text-align:center;
	padding: 0; 
	border:0;
	border-spacing:0px;
	frameborder:0px;
	scrolling:no;
}
/* End - ChN 08-06-2018 for pictures of 1200x1300 in WOWSlider with small pix at top */

/* This is for HeaderX iFrame for PiXLides ... */
.iHeaderX {
	width:100%; 
	height:22px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing:0px; 
	frameborder:0px;
	scrolling:no;
	margin: auto
}

/* This is for Addinfo iFrames, for PiXLides, appearing just below "ABC"-ipiXLide.html; ABC= Domi, Bius, ... */
.iAddinfoX {
	width:100%; 
	height:27px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing:0px; 
	frameborder:0px;
	scrolling:no;
}
/* i- 10-30-2021 - This is for Addinfo-top iFrame */
.iAddinfoX-1 {
	width:100%; 
	height: 87px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing:0px; 
	frameborder:0px;
	scrolling:no;
	margin: auto
}
/* This is for a higher Addinfo iFrame for PiXLides, if there is RNS/SEQ selector and Webgallery, appearing just below "ABC"-ipiXLide.html; ABC= BPYYYY, 4G, Artezi, GezaNemeth ... */
.iAddinfoX-2 {
	width:100%; 
	height:137px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing:0px; 
	frameborder:0px;
	scrolling:no;
	margin: auto
}
/* This is for a higher Addinfo iFrame for PiXLides, appearing just below "ABC"-ipiXLide.html; ABC= BPYYYY, 4G, Domi, ...  possibly replaced by Aux SlideShow Sselector */

/* Ch.N.21-03-2019 - This is for an even higher Addinfo iFrame for PiXLides, if there is RNS/SEQ selector and Webgallery, appearing just below "ABC"-ipiXLide.html; ABC= BPYYYY, 4G, Artezi, GezaNemeth ... */
.iAddinfoX-3 {
	width:100%; 
	height:193px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing:0px; 
	frameborder:0px;
	scrolling:no;
}
/* This is for am even higher Addinfo iFrame for PiXLides, appearing just below "ABC"-ipiXLide.html; ABC= BPYYYY, 4G, Domi, ...  possibly replaced by Aux SlideShow Sselector */

/* This is for an even higher+ Addinfo iFrame for PiXLides, if there is RNS/SEQ selector and Webgallery, appearing just below "ABC"-ipiXLide.html; ABC= BPYYYY, 4G, Artezi, GezaNemeth ... */
.iAddinfoX-4 {
	width:100%; 
	height:219px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing:0px; 
	frameborder:0px;
	scrolling:no;
	margin: auto
}
/* This is for am even higher+ Addinfo iFrame for PiXLides, appearing just below "ABC"-ipiXLide.html; ABC= BPYYYY, 4G, Domi, ...  possibly replaced by Aux SlideShow Sselector */

/* i-21-04-2019  This is for an even-even higher+ Addinfo iFrame for PiXLides, if there is RNS/SEQ selector and Webgallery, appearing just below "ABC"-ipiXLide.html; ABC= BPYYYY, 4G, Artezi, GezaNemeth ... */
.iAddinfoX-5 {
	width:100%; 
	height:287px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing:0px; 
	frameborder:0px;
	scrolling:no;
}
/* This is for am even higher+ Addinfo iFrame for PiXLides, appearing just below "ABC"-ipiXLide.html; ABC= BPYYYY, 4G, Domi, ...  possibly replaced by Aux SlideShow Sselector */

/* i-19-10-2019  This is for an even-even higher+ Addinfo iFrame for PiXLides, if there is RNS/SEQ selector and Webgallery, appearing just below "ABC"-ipiXLide.html; ABC= BPYYYY, 4G, Artezi, GezaNemeth ... */
.iAddinfoX-6 {
	width:100%; 
	height:327px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing:0px; 
	frameborder:0px;
	scrolling:no;
	margin: auto
}

/* i-26-02-2020  This is for an even-even higher+ Addinfo iFrame for PiXLides, if there is RNS/SEQ selector and Webgallery, appearing just below "ABC"-ipiXLide.html; ABC= BPYYYY, 4G, Artezi, GezaNemeth ... */
.iAddinfoX-7 {
	width:100%; 
	height:367px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing:0px; 
	frameborder:0px;
	scrolling:no;
	margin: auto
}
/* End - i-26-02-2020  This is for an even-even higher+ Addinfo iFrame for PiXLides, if there is RNS/SEQ selector and Webgallery, appearing just below "ABC"-ipiXLide.html; ABC= BPYYYY, 4G, Artezi, GezaNemeth ... */

/* i-18-04-2022 - These are for Footers of Slidehows */
.iFooter-SlideshowAlbums {
	width: 100%; 
	height: 311px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
	margin: auto
}
.iFooter-ipiXLide {
	width: 100%; 
	height: 679px; 
	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
}
/* End - i-18-04-2022 - These are for Footers of Slidehows */

/* ChN. 20-11-2017 This is for iframe of aux. Slideshow selectors practically the same as iAddinfoX */
.iAuxPiXLideSel {
	width:100%; 
	height:115px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing:0px; 
	frameborder:0px;
	scrolling:no;
	margin: auto
}
/* End - ChN. 20-11-2061 This is for iframe of aux. Slideshow selectors */


/* i-23-03-2022 for Addinfo table of hr_+ slideshows  */
table.AddinfoT-plus {
	width: 100%; 
	padding: 11px; 
	border-spacing: 0; 
	border: 3px double #444444; 
	border-radius: 31px;
	margin: auto;
	-webkit-transition: 3s; /* Safari */
    transition: 3s;
}
table.AddinfoT-plus:hover {
	border: 3px double #dddddd;
	border-radius: 11px;
	-webkit-transition: 3s; /* Safari */
    transition: 3s;
}
/* End - i-23-03-2022 for Addinfo table of hr_+ slideshows  */

/* This is for Table in Addinfo iFrame  */
table.AddinfoT {
	width: 100%;
/* ch.16-04-2022 - it was 'padding: 3px border-spacing: 5px' */
	padding: 0px;
	border-spacing: 0px; 
/* End - ch.16-04-2022 - it was 'padding: 3px border-spacing: 5px' */
	text-align: center;
	border: none;
	border-bottom: 3px double #888888;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
	margin: auto;
}

/* i- 29-04-2021 */
table.AddinfoT-head {
	width: 100%; 
	padding: 0;
	border-spacing: 0px; 
	text-align: center;
	border: 0;
	border-bottom: 3px double #bbbbbb;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 17px;
	border-bottom-right-radius: 17px;
	margin: auto;
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}
table.AddinfoT-head:hover {
	border-bottom: 3px double #31343c;
	-webkit-transition: 2s;  /* Safari */
	transition: 2s;
}

/* This is for Table in Addinfo iFrame for ABC-X collectives sites  */
table.AddinfoT-X {
	width: 100%; 
	padding:0; 
	border-spacing:0px; 
	text-align:center;
	border-top: 0px solid #bbbbbb;
	border-right: 2px solid #6d6d6d;
	border-left: 2px solid #6d6d6d;
	border-bottom: 3px double #bbbbbb;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 17px;
	border-bottom-right-radius: 17px;
	margin: auto;
}
/* ChN. 20-11-2016 -This is for Table in aux. Slideshow selectors (e.g. Addinfo-myOWLS) iFrame */
table.AuxPiXLideSel {
	width: 100%; 
	padding:0; 
	border-spacing:0px; 
	text-align:center;
	border-top: 0px solid #4D4D4D;
	border-right: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	border-left: 1px solid #4D4D4D;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 17px;
	border-bottom-right-radius: 4px;
	margin: auto;
}

/* This style is for Table in (Aux) Addinfo_myOWLS iframe */
table.AddinfoT-2 {
	width:100%; 
	padding:2px; 
	border-spacing:1px; 
	text-align:center; 
	border: 1px inset #bbbbbb;
	border-radius: 3px;
	border-bottom-right-radius: 21px;
	margin: auto;
}

/* ChN - 20-11-2016 for Table inside Adinfo iframe */
td.AddinfoTcellLeft {
	padding:0; 
	border-spacing:0px; 
/* del.06-02-2021 - it was ' background-color: #31343c ' */
	text-align:center;
	border: 0px solid #4d4d4d;
	border-radius: 2px;
	border-bottom-left-radius: 7px;
}
td.AddinfoTcell {
	padding:0; 
	border-spacing:0px; 
/* del.06-02-2021 - it was ' background-color: #31343c ' */
	text-align:center;
	border: 0px solid #4d4d4d;
	border-radius: 2px;
}
td.AddinfoTcellRight {
	padding:0; 
	border-spacing:0px; 
/* del.06-02-2021 - it was ' background-color: #31343c ' */
	text-align:center;
	border: 0px solid #4d4d4d;
	border-radius: 2px;
	border-bottom-right-radius: 13px;
}
/* End - ChN - 20-11-2016 for Table inside Adinfo iframe */

/* These above are for Addinfo iFrame, for PiXLides, appearing just below "ABC"-ipiXLide.html; ABC= Artezi, NemethGeza, Domi, ... */

/* These 4 below are for LinXX of PiXLides, with their own iFrames containing Music Modules */ 

/* This is for LinX iFrames of all PiXLides (myShotsYYYY, MP70, Artezi, etc. ...) */ 
.iLinXX {
	width:100%;
	height:829px;
	text-align:center;
	padding:0; border:0;
	border-radius: 5px;
	border-spacing:0px;
	frameborder:0px;
	scrolling:no;
	margin: auto
}
/* This is for main Table (also containing the personal Music modules) in LinX iFrame for PiXLides, also containing logos */
table.LinXX {
	width: 100%; 
/* Ch.N. 24-10-2017 */ 
	padding:0px; 
	border-spacing:0px; 
/* End - Ch.N. 24-10-2017 */ 
	background-image: url('../../../images/bground/2017/myOWLS-bg-2017-2.jpg');
	text-align:center; 
	border: 1px inset #4D4D4D;
	border-top-left-radius: 21px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin: auto;
}

/* This is for table in LinX iFrame of main Jukebox page. ...) */ 
table.LinXX-JB {
	width: 100%; 
	padding:0px; 
	border-spacing:0px; 
 	background-image: url('../../../images/bground/2017/myOWLS-bg-2017-2.jpg');
	text-align:center; 
	border: 1px inset #4D4D4D;
/* Ch.N. 20-02-2021 */ 
	border-radius: 11px;
/* End Ch.N. 20-02-2021 */ 
	margin: auto;
}

/* This is for main Table for Jukebox Total Choice pages (1) and (2) */
table.LinXX-forJukebox {
	width: 990px; 
	padding:0; 
	border-spacing:0px; 
 	background-image: url('../../../images/bground/2017/myOWLS-bg-2017-2.jpg');
	text-align:center; 
	border: 1px inset #4D4D4D;
	border-top-left-radius: 21px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 21px;
	margin: auto;
}

/* This is for SubLinXX iFrames (for personal Music Modules) in LinXX iframe  */
.iSub-LinXX {
	width:100%;
/* Ch.N. - 30-04-2017 */
	height:115px;
	text-align:center;
	padding:0; border:0;
	border-spacing:0px;
	frameborder:0px;
	scrolling:no;
}

/* This is for Add (Aux) SubLinXX iFrames (for personal Music Modules) in LinXX iframe. incl. BeingPlayed iframe */
.iSub-LinXX-2 {
	width:100%;
/* Ch.N. - 30-04-2017 */
	height:145px;
/* End - Ch.N. - 12-01-2017 */
	text-align:center;
	padding:0; border:0;
	border-spacing:0px;
	frameborder:0px;
	scrolling:no;
}

/* ChN. 13-05-2017 - This is for " Do not Download" irame */
.iSub-LinXX-Do-not-Download {
	width:100%;
/* Ch.N. - 30-04-2017 */
	height:31px;
	text-align:right;
	padding:0; border:0;
	border-spacing:0px;
	frameborder:0px;
	scrolling:no;
}
/* End ChN. 13-05-2017 - This is for " Do not Download" irame */


/* End - These 5 above are for LinXX of PiXLides, with their own iFrames containing Music Modules */ 

/* ChN. 19-12-2016 - These below are for Tables for Music */
/* This below is for MusicBox iFrame in LinXX iframe  */
.iSub-LinXX-M {
	width:100%;
	height:111px;
	text-align:center;
	padding:0; border:0;
	border-spacing:0px;
	frameborder:0px;
	scrolling:no;
}
/* This is for Table for xxMusic-y Modules */
table.Sub-LinXX {
	width: 100%; 
	padding:0; 
	border-spacing:0px; 
	text-align:center; 
/* Ch.N. 17-12-2016 */
	background-color: #31343c;
 	background-image: url('../../../images/bground/2017/myOWLS-bg-2017-22.jpg');
/* End - Ch.N. 17-12-2016 */
	border: 1px outset #4D4D4D;
	border-top-left-radius: 21px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: auto;
}

/* 29-07-2020 - This is for Table w/o BG for Personalized Music Modules */
table.Sub-LinXX-P2 {
	width: 100%; 
	padding:0; 
	border-spacing:0px; 
	text-align:center; 
	border-top: 1px solid #4D4D4D;
	border-left: 0px solid #4D4D4D;
	border-right: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	border-top-left-radius: 21px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: auto;
}
/* End - 29-07-2020 - This is for Table w/o BG for Personalized Music Modules */

/* 27-06-2017 - This is for Table for Personalized Music Modules */
table.Sub-LinXX-P {
	width: 100%; 
	padding:0; 
	border-spacing:0px; 
	text-align:center; 
	background-color: #31343c;
 	background-image: url('../../../images/bground/2017/myOWLS-bg-2017-22.jpg');
	border-top: 1px solid #4D4D4D;
	border-left: 0px solid #4D4D4D;
	border-right: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	border-top-left-radius: 21px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: auto;
}
/* End 27-06-2017 - This is for Table for Personalized Music Modules */

/* 04-08-2017 - This is for Personalized Music Module Cells */
td.Sub-LinXX-Pp {
	font-size: 7pt;
	vertical-align: top;
	padding:0; 
	border-spacing:0px; 
	text-align:center; 
	background-color: #31343c;
 	background-image: url('../../../images/bground/2017/myOWLS-bg-2017-22.jpg');
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	border-left: 1px solid #4d4d4d;
	border-top-left-radius: 21px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: auto;
}
/* 04-08-2017 - This is for Personalized Music Module Cells */

/* This is for Table for note in Header */
table.Sub-LinXX-for-note {
	width: 100%; 
	padding:0; 
	border-spacing:0px; 
	text-align:center; 
	background-color: #31343c;
	background-image: url('../../../images/bground/2017/myOWLS-bg-2017-22.jpg');
	border-top: 1px solid #4D4D4D;
	border-left: 0px solid #4D4D4D;
	border-right: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	border-top-left-radius: 13px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin: auto;
}

/* This is for Table for myClassical-y Modules */
table.Sub-LinXX-right {
	width: 100%; 
	padding:0; 
	border-spacing:0px; 
	text-align:center; 
/* Ch.N. 17-12-2016 */
	background-color: #31343c;
 	background-image: url('../../../images/bground/2017/myOWLS-bg-2017-22.jpg');
/* End - Ch.N. 17-12-2016 */
	border: 1px outset #4D4D4D;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 21px;
	margin: auto;
}
/* This is for Table for Selection of Music Modules */
table.Sub-AddLinXX {
	width: 100%;
	padding:0; 
	border-spacing:0px; 
	text-align:center;
/* Ch.N. 17-12-2016 */
	background-color: #31343c;
 	background-image: url('../../../images/bground/2017/myOWLS-bg-2017-2.jpg');
/* End - Ch.N. 17-12-2016 */
	border: 1px outset #4D4D4D;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: auto;
}
/* This is for Table for Selection of Classical Modules */
table.Sub-AddLinXX-right {
	width: 100%;
	padding:0; 
	border-spacing:0px; 
	text-align:center;
/* Ch.N. 17-12-2016 */
	background-color: #31343c;
 	background-image: url('../../../images/bground/2017/myOWLS-bg-2017-2.jpg');
/* End - Ch.N. 17-12-2016 */
	border: 1px outset #4D4D4D;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 21px;
	margin: auto;
}
/* End - ChN. 19-12-2016 - These above are for Tables for Music */

/* Ch.N. 07-06-2017 - This is for Table of "Slideshow-choice-ALL" iFrame at the bottom of LinX */
table.piXLide-Profile {
	width: 100%;
	padding:0; 
	border-spacing:0px; 
	text-align:center;
/* Ch.N. 08-01-2017 */  	
	border: 1px outset #4D4D4D;
/* Ch.N. 08-01-2017 */	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 21px;
	margin: auto;
}
/* End Ch.N. 07-06-2017 - This is for Table of "Slideshow-choice-ALL" iFrame at the bottom of LinX */

/* Ch.N. 16-11-2017 - This is for (DIV) and Table of MusicTitle iFrame, appearing at 2 places and also for MusicBox */
table.piXLide-MusicTitle {
	width: 100%;
	padding:0; 
	border-spacing:0px; 
	text-align:right;
	line-height: 135%;
	background-color: #31343c;
 	background-image: url('../../../images/bground/2017/myOWLS-bg-2017-22.jpg');
	border: 1px inset #bbbbbb;
	border-top-left-radius: 5px;
	border-top-right-radius: 59px;
	border-bottom-left-radius: 21px;
	border-bottom-right-radius: 5px;
	margin: auto;
}

/* Ch.N. 13-05-2017 - This is for "Do not Download" iframe */
table.piXLide-MusicTitle-DnD {
	width: 100%;
	padding:0; 
	border-spacing:0px; 
	text-align:right;
	line-height: 135%;
	border: 1px solid #4d4d4d;
	border-left: 0px solid #4d4d4d;
	border-right: 0px solid #4d4d4d;
	border-top-left-radius: 3px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 19px;
	border-bottom-right-radius: 3px;
	margin: auto;
}
/* End Ch.N. 13-05-2017 - This is for "Do not Download" iframe */

/* Ch.N. 08-05-2017 - This is for initial MusicBox and MusicInfo */
table.piXLide-MusicTitle-init {
	width: 100%;
	padding:0; 
	border-spacing:0px; 
	text-align:center;
	line-height: 135%;
	background-color: #31343c;
 	background-image: url('../../../images/bground/2017/myOWLS-bg-2017-22.jpg');
	border-top: 1px solid #2DEC0F;
	border-bottom: 1px solid #2DEC0F;;
	margin: auto;
}
/* End Ch.N. 08-05-2017 - This is for initial MusicBox and MusicInfo */

/* Ch.N. 01-07-2017 - This is for cells of All Choice of Slideshows and All Choice of Music */
td.piXLide-MusicTitle-AllChoice {
	width: 100%;
	padding:0; 
	border-spacing:0px; 
	text-align:center;
	line-height: 135%;
	border: 1px outset #4D4D4D;
	border-radius: 17px;
	margin: auto;
}

td.piXLide-MusicTitle-AllChoice:hover {
	width: 100%;
	padding:0; 
	border-spacing:0px; 
	text-align:center;
	line-height: 135%;
	border: 1px inset #4D4D4D;
	margin: auto;
}
/* End Ch.N. 01-07-2017 - This is for cells of All Choice of Slideshows and All Choice of Music */

/* This is for Would-You-Like iFrame in LinXX iframe  */
/* Ch.N. - 28-01-2017 - when 'wouldyoulike' (i)frame has also been defined for the place of Lyrics */
.iSub-LinXX-WYouL {
	width:100%;
	height: 279px;
	text-align: center;
	padding: 0; border: 0;
	border-spacing: 0px;
	frameborder: 0px;
	scrolling: no;
}

/* Ch.N. - 26-07-2020 - for Header of Jukebox */
.iSub-LinXX-Header-JB {
	width:100%;
	height:61px;
	text-align:center;
	padding:0; border:0;
	border-spacing:0px;
	frameborder:0px;
	scrolling:no;
}

/* This is for Table w/oBG in "wouldyoulike" iFrame */
table.Sub-LinXX-wylike2 {
	width: 100%; 
	padding:0; 
	border-spacing:0px; 
	text-align:center; 
	border-top-left-radius: 21px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 21px;
	margin: auto;
}

/* This is for Table in "wouldyoulike" iFrame */
table.Sub-LinXX-wylike {
	width: 100%; 
	padding:0; 
	border-spacing:0px; 
	text-align:center; 
	background-color: #31343c;
	background-image: url('../../../images/bground/2017/myOWLS-bg-2017-2.jpg');
	border-top-left-radius: 21px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 21px;
	margin: auto;
}

/* This is for Table in "Jukebox Header" iFrame */
table.Sub-LinXX-header {
	width: 100%; 
	padding:0; 
	border-spacing:0px; 
	text-align:center; 
	background-color: #31343c;
	background-image: url('../../../images/bground/2017/myOWLS-bg-2017-2.jpg');
	border-top-left-radius: 21px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 21px;
	margin: auto;
}

/* NOT USED at the moment */
/* This is for Footer iFrame - not used at the moment */
.iFooter {
	width:100%; 
	height:75px; 
	text-align:center;
	padding:0; border:0; 
	border-spacing:0px; 
	frameborder:0px;
	scrolling:no;
}
/* This is for Table in piXLide-Qx iFrame - not used at the moment */
table.ipiXLide-Qx {
	width: 90%; 
	padding:0; 
	border-spacing:0px; 
	text-align:center;
	border: 1px inset #4D4D4D; 
	background-color: #3A3A3A;
	margin: auto;
	border-radius: 7px
}

/* This is for piXLide-Qx iFrame - not used at the moment */
.ipiXLide-Qx {
	width:100%; 
	height:42px; 
	text-align:center; 
	padding:0; border:0; 
	border-spacing:0px; 
	frameborder:0px;
	scrolling:no;
}

/* Only for temporary use! */
table.piXLinX {
	width: 100%; 
	padding:0; 
	border-spacing:0px; 
	text-align:center; 
	border: 1px inset #4D4D4D;
	border-radius: 9px;
	margin: auto;
}
/* Only for temporary use!  */
.iSub-LinX {
	width:100%;
	height:204px;
	text-align:center;
	padding:0; border:0;
	border-spacing:0px;
	frameborder:0px;
	scrolling:no;
}
/* This is for Table in SubLinX iFrame, e.g. Music, Video, ... - for PiXLides */
/* Only for temporary use!  */
table.Sub-LinX {
	width: 100%; 
	padding:0; 
	border-spacing:1px; 
	text-align:center; 
	border: 1px solid #4D4D4D;
	border-radius: 7px;
	margin: auto;
}
/* This is for Table of Music Selection and customized MusicBoxes */
table.MusicBox {
	width: 100%; 
	padding:0; 
	border-spacing:2px; 
	text-align:center; 
	border: 1px solid #4D4D4D;
	background-image: url('../../../images/bground/2017/myOWLS-bluish-lights-2017-2.jpg');
	border-radius: 4px;
	margin: auto;
}
/* Ch.N. 07-02-2020 */
.grow_Addinfo-WG {
	color: #dddddd;
	text-align: center;
	vertical-align: middle;
	border: 0px;	
	-webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.grow_Addinfo-WG:hover {
	color: #FFFFFF;
	vertical-align: middle;
	-ms-transform: scale(1.35, 1.35); /* IE 9 */
    -webkit-transform: scale(1.35, 1.35); /* Safari */
    transform: scale(1.35, 1.35);
}
/* End - 14-03-2019 */

/* 24-12-2019 - CSS TRANFORM */
/*  - for linXmas 2019 */
.grow_linXmas {
	text-align: center;
	vertical-align: middle;
	border: 1px outset #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
    -webkit-transform: rotate(-5deg); /* Safari */
	transform: rotate(-5deg);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.grow_linXmas:hover {
	color: #FFFFFF;
	vertical-align: middle;
	border: 1px solid #bbbbbb;
	-ms-transform: scale(1.33, 1.33); /* IE 9 */
    -webkit-transform: scale(1.33, 1.33); /* Safari */
    transform: scale(1.33, 1.33);
}
/* End -24-12-2019 - CSS TRANFORM */

/* 21-12-2017 - CSS TRANFORM */
/*  - for Geza.Lorincze.hu */
.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; 
}

.grow_globephoto_net_lg0 {
	text-align: center;
	vertical-align: middle;
	border: 1px outset #bbbbbb;
	padding: 1px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	-webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.grow_globephoto_net_lg0:hover {
	color: #FFFFFF;
	vertical-align: middle;
	border: 0px solid #bbbbbb;
	padding: 2px;
    -webkit-transform: scale(1.35, 1.35); /* Safari */
    transform: scale(1.35, 1.35);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}

a.higher_resol_lg {
	color: #dddddd;
	text-decoration: italic;
	border: 1px inset #2DEC0F;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
a.higher_resol_lg:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	borde: 1px solid #2DEC0F;
	border-top-left-radius: 2px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 9px;
}

/* Ch.N. 30-06-2017 - for 3D */
.grow_stephen-king_for_lg {
	text-align: center;
	vertical-align: middle;
	border: 2px inset #6d6d6d;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
/* Ch.N. 06-07-2017 */	
	border-top-right-radius: 71px;
	border-bottom-left-radius: 101px;
/* End - Ch.N. 06-07-2017 */	
	-webkit-transform: rotate3D(1,1,1,267deg); /* Safari */
    transform:  rotate3D(1,1,1,267deg);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
.grow_stephen-king_for_lg:hover {
	color: #FFFFFF;
	border: 2px solid #bbbbbb;
	border-radius: 11px;
	-webkit-transform: scale(1.82, 1.82); /* Safari */
    transform: scale(1.82, 1.82);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
/* End - Ch.N. 30-06-2017 - for 3D */

.grow_myphoto_for_lg {
	color: #dddddd;
	text-align: center;
	vertical-align: middle;
	border: 2px inset #6d6d6d;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
/* Ch.N. 07-07-2020 */	
	border-top-left-radius: 101px;
	border-top-right-radius: 151px;
	border-bottom-left-radius: 201px;
	border-bottom-right-radius: 101px;
/* End - Ch.N. 07-07-2020 */
	-webkit-transform: rotate3D(1,1,1,59deg); /* Safari */
	transform: rotate3D(1,1,1,59deg);
    -webkit-transition: 5s; /* Safari */
	transition: 5s; 
}
.grow_myphoto_for_lg:hover {
	color: #FFFFFF;
	border: 2px solid #bbbbbb;
	border-radius: 11px;
	/* Ch.N. 07-07-2020 */
	-webkit-transform: scale(15.0, 3.1); /* Safari */
    transform: scale(15.0, 3.1);
/* End - Ch.N. 07-07-2020 */
 	-webkit-transition: 5s; /* Safari */
	transition: 5s; 
}

.grow_myphoto_for_lg_2 {
	color: #dddddd;
	text-align: center;
	vertical-align: middle;
	border: 2px inset #6d6d6d;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	border-top-left-radius: 71px;
	border-bottom-right-radius: 101px;
	-webkit-transform: rotate3D(1,1,1,-191deg); /* Safari */
	transform: rotate3D(1,1,1,-191deg);
    -webkit-transition: 3s; /* Safari */
	transition: 3s; 
}
.grow_myphoto_for_lg_2:hover {
	color: #FFFFFF;
	border: 2px solid #bbbbbb;
	border-radius: 11px;
/* Ch.N. 10-12-2020 */
    -webkit-transform: scale(2.2, 2.2) translate(9px,0px); /* Safari */
    transform: scale(2.2, 2.2) translate(9px,0px);
/* End - Ch.N. 10-12-2020 */
	-webkit-transition: 3s; /* Safari */
	transition: 3s;
}

/* i-15-01-2024 */
.grow_tpa_for_lg0 {
	text-align: center;
	vertical-align: middle;
	border: 2px inset #6d6d6d;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
.grow_tpa_for_lg0:hover {
	color: #FFFFFF;
	border: 2px solid #bbbbbb;
	-webkit-transform: scale(1.92, 1.92) translate(-20px,-10px); /* Safari */
    transform: scale(1.92, 1.92) translate(-20px,-10px);
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
/* End - i-15-01-2024 */
/* CH.N. 30-06-2020 */
.grow_tpa_for_lg {
	text-align: center;
	vertical-align: middle;
	border: 2px inset #6d6d6d;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
/* Ch.N. 13-08-2020 */	
	border-top-right-radius: 71px;
	border-bottom-left-radius: 101px;
/* End - Ch.N. 13-08-2020 */
	-webkit-transform: rotate3D(1,1,1,217deg); /* Safari */
	transform: rotate3D(1,1,1,217deg);
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
.grow_tpa_for_lg:hover {
	color: #FFFFFF;
	border: 2px solid #bbbbbb;
	border-radius: 11px;
	-webkit-transform: scale(1.52, 1.52) translate(0px,-30px); /* Safari */
    transform: scale(1.52, 1.52) translate(0px,-30px);
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
/* End - CH.N. 30-06-2020 */

/* i-18-03-2021 */
.change-bg-bw {
 	background-image: url(../../../images/myHistory/Borsos-medal_KFKI-prize_cut.png);
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
.change-bg-bw:hover {
 	background-image: url(../../../images/myHistory/Borsos-medal_KFKI-prize_cut_bw.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; 
}

/* i-18-03-2021 */
.grow_janossy_medal_for_lg-ch-bw {
	text-align: center;
	vertical-align: middle;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	border: 0;
	-webkit-transform: rotate3D(1,1,1,-197deg); /* Safari */
    transform: rotate3D(1,1,1,-197deg);
/* i-28-04-2021 */
	-webkit-filter: blur(0px) brightness(0.7) contrast(1.7) grayscale(0) hue-rotate(13deg) invert(0.3) opacity(1) saturate(2) sepia(1); /* Safari 6.0 - 9.0 */
  	filter: blur(0px) brightness(0.7) contrast(1.7) grayscale(0) hue-rotate(13deg) invert(0.3) opacity(1) saturate(2) sepia(1);
/* End - i-28-04-2021 */
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
.grow_janossy_medal_for_lg-ch-bw:hover {
	-webkit-transform: scale(3.31, 3.31) translate(0px,-63px); /* Safari */
    transform: scale(3.31, 3.31) translate(0px,-63px);
/* i-28-04-2021 */
	-webkit-filter: blur(0px) brightness(1) contrast(1) grayscale(0) hue-rotate(0deg) invert(0)  opacity(1) saturate(1) sepia(0); /* Safari 6.0 - 9.0 */
  	filter: blur(0px) brightness(1) contrast(1) grayscale(0) hue-rotate(0deg) invert(0) opacity(1) saturate(1) sepia(0);
/* End - i-28-04-2021 */
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}

.grow_janossy_medal_for_lg {
	text-align: center;
	vertical-align: middle;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	border: 4px double #2dec0f;
	-webkit-transform: rotate3D(1,1,1,-197deg); /* Safari */
    transform: rotate3D(1,1,1,-197deg);
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
.grow_janossy_medal_for_lg:hover {
	color: #FFFFFF;
	-webkit-transform: scale(3.31, 3.31) translate(0px,-83px); /* Safari */
    transform: scale(3.31, 3.31) translate(0px,-83px);
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}

/* Ch.N. 25-11-2017 - for OWLS 3D */
.grow_armour_for_lg {
	text-align: center;
	vertical-align: middle;
	border: 2px solid #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
/* Ch.N. 13-08-2020 */	
	border-top-right-radius: 71px;
	border-bottom-left-radius: 101px;
/* End - Ch.N. 13-08-2020 */
	-webkit-transform: rotate3D(1,1,1,-207deg); /* Safari */
    transform: rotate3D(1,1,1,-207deg);
	-webkit-transition: 5s; /* Safari */
    transition: 5s; 
}
.grow_armour_for_lg:hover {
	color: #FFFFFF;
	border-radius: 11px;
/* Ch.N. 25-11-2017 - for 3D */
    -webkit-transform:  rotate3D(1,1,1,-360deg); /* Safari */
    transform: rotate3D(1,1,1,-360deg);
	-webkit-transition: 5s; /* Safari */
    transition: 5s;
}

/* Ch.N. 19-09 - for 4G-3D's */
.grow_armour_for_lg_2 {
	text-align: center;
	vertical-align: middle;
	border: 2px solid #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 31px;
/* Ch.N. 13-08-2020 */	
	border-top-left-radius: 121px;
	border-bottom-right-radius: 121px;
/* End - Ch.N. 13-08-2020 */	
	-webkit-transform: rotate3D(1,1,1,227deg); /* Safari */
    transform: rotate3D(1,1,1,227deg);
	-webkit-transition: 5s; /* Safari */
    transition: 5s; 
}
.grow_armour_for_lg_2:hover {
	color: #FFFFFF;
	border-radius: 11px;
    -webkit-transform:  rotate3D(1,1,1,360deg); /* Safari */
    transform: rotate3D(1,1,1,360deg);
	-webkit-transition: 5s; /* Safari */
    transition: 5s; 
}

.grow_armour_for_lg_3 {
	text-align: center;
	vertical-align: middle;
	border: 2px solid #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
/* Ch.N. 13-08-2020 */	
	border-top-right-radius: 71px;
	border-bottom-left-radius: 101px;
/* End - Ch.N. 13-08-2020 */ 
	-webkit-transform: rotate3D(1,1,1,-217deg); /* Safari */
    transform: rotate3D(1,1,1,-217deg);
	-webkit-transition: 5s; /* Safari */
    transition: 5s; 
}
.grow_armour_for_lg_3:hover {
	color: #FFFFFF;
	border-radius: 11px;
    -webkit-transform:  rotate3D(1,1,1,-360deg); /* Safari */
    transform: rotate3D(1,1,1,-360deg);
	-webkit-transition: 5s; /* Safari */
    transition: 5s;}

/* Ch.N. 07-06-2018 - for Arts-Culture-Photography(.owl.hu) */
td.Dia-GL-4ArC {
	border-top: 2px dotted #888888;
	border-left: 2px dotted #888888;
	padding:0px 0px 0px 0px;
	border-top-left-radius:  11px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 11px;
	border-bottom-left-radius: 3px;
	text-align: center;
	vertical-align: middle;
}
td.Dia-GL-4ArC:hover {
	border-top: 2px solid #bbbbbb;
	border-left: 2px solid #bbbbbb;
}
/* End - Ch.N. 07-06-2018 - for Arts-Culture-Photography(.owl.hu) */

/* Ch.N. 08-04-2018 */
td.Dia-GL-DiA {
	border: none;
	border-radius:  11px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
td.Dia-GL-DiA:hover {
	border: 3px solid #ffffff;
	padding: 2px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
/* End - Ch.N. 08-04-2018 */

td.Dia-GL {
/* ch-02-06-2024 - it was #888888 */
	border: 3px double #444444;
/* End - ch-02-06-2024 - it was #888888 */
	padding:0px 0px 0px 0px;
	border-radius:  11px;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
td.Dia-GL:hover {
	border: 3px double #dddddd;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}

/* Ch.N. 07-06-2018 */
td.Dia-GL-left {
	border-top: 2px dotted #888888;
	border-left: 2px dotted #888888;
	padding:0px 0px 0px 0px;
	border-top-left-radius:  11px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 11px;
	border-bottom-left-radius: 3px;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
td.Dia-GL-left:hover {
	border-top: 2px solid #bbbbbb;
	border-left: 2px solid #bbbbbb;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
/* End - Ch.N. 07-06-2018 */

/* i- 05-01-2022 */
td.text-GL-2 {
	font-size: 8pt;
	color: #dddddd;
	text-align: justify;
	line-height: 180%;
	vertical-align: top;
	padding-top: 4px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 4px;
	background-color: #31343c;
	border: 1px solid #31343c;
	border-radius: 11px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
td.text-GL-2:hover {
	color: #ffffff;
	background-color: #1A1E27;
	border: 1px inset #bbbbbb;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
/* End -i- 05-01-2022 */

td.text-GL {
	font-size: 10pt;
	color: #dddddd;
	text-align: justify;
	line-height: 180%;
	vertical-align: top;
	padding-top: 4px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 4px;
	background-color: #31343c;
	border: 1px solid #31343c;
	border-radius: 11px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
td.text-GL:hover {
	color: #ffffff;
	background-color: #1A1E27;
	border: 1px inset #bbbbbb;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
/* End Ch.N. 07-11-2017 - for geza.lorincze.hu */

/* Ch.N. 06-05-2017 - This is for rotating small icon of 40x40px in LinX iframe with music modules - starting from zero position - this was earlier!  */
.grow_higher_resol {
	text-align: center;
	vertical-align: middle;
	border: 1px inset #4D4D4D;
	margin-left: 1px;
	margin-right: 1px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari */
    transition: width 2s, height 2s, transform 2s; 
}
.grow_higher_resol:hover {
	border: 1px outset #4D4D4D;
	border-radius: 11px;
	-webkit-transform: rotate(270deg); /* Safari */
    transform: rotate(270deg);
}
/* End Ch.N. 06-05-2017 - This is for rotating small icon of 40x40px in LinX iframe with music modules - starting from zero position - this was earlier!  */

/* Ch.N. 06-05-2017 - This is for rotating small icon of 40x40px in LinX iframe with music modules - starting from zero position  - this was earlier!  */
.grow_higher_resol_sel {
	text-align: center;
	vertical-align: middle;
	border: 1px inset #4D4D4D;
	margin-left: 1px;
	margin-right: 1px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari */
    transition: width 2s, height 2s, transform 2s; 
}
.grow_higher_resol_sel:hover {
	border: 1px outset #4D4D4D;
	border-radius: 11px;
	-ms-transform:  rotate(270deg); /* IE 9 */
	-webkit-transform: rotate(270deg); /* Safari */
    transform: rotate(270deg);
}
/* End Ch.N. 06-05-2017 - This is for rotating small icon of 40x40px in LinX iframe with music modules - starting from zero position  - this was earlier!  */


/* Ch.N. 06-05-2017 - This is for rotating small icon of 40x40px by 270de left (!) in LinX iframe with music modules  */
.grow_rotate_small_icons {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #4D4D4D;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 3px;
	-webkit-transform: rotate(-9deg); /* Safari */
	transform: rotate(-9deg); /* Safari */
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.grow_rotate_small_icons:hover {
	border: 1px solid #bbbbbb;
	border-radius: 20px;
	-ms-transform: scale(1.382, 1.482); /* IE 9 */
    -webkit-transform: scale(1.382, 1.482); /* Safari */
    transform: scale(1.382, 1.482)
}

/* Ch.N. 20-09-2017 - This is for rotating small "GL" icon of 40x40px by 270de left (!) in LinX iframe with music modules  */
.grow_rotate_small_icons_GL {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #4D4D4D;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 3px;
    -webkit-transform: rotate(31deg); /* Safari */
	transform: rotate(31deg);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.grow_rotate_small_icons_GL:hover {
	border: 1px solid #bbbbbb;
	border-radius: 20px;
/* Ch.N. 22-10-2017  */
	-ms-transform: scale(1.382, 1.518); /* IE 9 */
    -webkit-transform: scale(1.382, 1.518); /* Safari */
    transform: scale(1.382, 1.518);
}
/* Ch.N. 20-09-2017 - This is for rotating small "GL" icon of 40x40px by 270de left (!) in LinX iframe with music modules  */

/* Create.20-07-2020 */
.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(27deg, 47deg); /* Safari */
	transform: rotate(-207deg) skew(27deg, 47deg);
	-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);
/* ch-05-05-2022 - it was 111px */
	-webkit-transform: rotate(-3deg) translate(61px, -51px); /* Safari */
    transform: rotate(-3deg) translate(61px, -51px);
/* End - ch-05-05-2022 - it was 111px */
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
/* End - Create.20-07-2020 */

/* i-01-02-2021 */
.grow_rotate_music-note {
	text-align: center;
	vertical-align: middle;
	border: 0;
	padding: 1px;
	-webkit-transform: rotate(-161deg); /* Safari */
	transform: rotate(-161deg);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.grow_rotate_music-note:hover {
	-webkit-transform: scale(1.3, 1.3); /* Safari */
    transform: scale(1.3, 1.3);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
/* End - i-01-02-2021 */

/* i-23-02-2021 */
.grow_rotate_small_icons_GL-Music_222 {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #888888;
	padding: 2px;
	border-top-left-radius: 3px;
	border-top-right-radius: 23px;
	border-bottom-left-radius: 23px;
	border-bottom-right-radius: 3px;
	-webkit-transform: rotate(-15deg); /* Safari */
	transform: rotate(-19deg);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.grow_rotate_small_icons_GL-Music_222:hover {
	border: 1px inset #dddddd;
	border-radius: 9px;	
	-webkit-transform: scale(1.1, 1.1); /* Safari */
	transform: scale(1.1, 1.1);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}

/*  ch-21-10-2021 - used in WYL files */
.grow_rotate_small_icons_GL-Music_22 {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #888888;
	padding: 4px;
	border-top-left-radius: 3px;
	border-top-right-radius: 43px;
	border-bottom-left-radius: 43px;
	border-bottom-right-radius: 3px;
/*  ch-26-12-2021 - it was -29deg */
	-webkit-transform: rotate(-19deg); /* Safari */
	transform: rotate(-19deg);
/*  End - ch-26-12-2021 - it was -29deg */
    transition: 2s; 
}
.grow_rotate_small_icons_GL-Music_22:hover {
	border: 1px solid #dddddd;
	border-radius: 9px;	
	-webkit-transform: scale(3.6, 3.6) translate(-33px,21px); /* Safari */
    transform: scale(3.6, 3.6) translate(-33px,21px);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}

.grow_rotate_small_icons_GL-Music_2 {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #888888;
	padding: 4px;
	border-top-left-radius: 43px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 43px;
	-webkit-transform: rotate(-169deg); /* Safari */
	transform: rotate(-169deg);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.grow_rotate_small_icons_GL-Music_2:hover {
	border: 1px solid #dddddd;
	border-radius: 9px;
/* ch-26-01-2022 */
	-webkit-transform: scale(3.6, 3.6) translate(31px,21px); /* Safari */
    transform: scale(3.6, 3.6) translate(31px,21px);
/* End - ch-26-01-2022 */
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
/* End - ch-21-10-2021 - used in WYL files */

.grow_rotate_small_icons_GL-Music-2 {
	width: 30px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #444444;
	padding: 1px;
	border-radius: 23px;
	-webkit-transform: rotate(-161deg); /* Safari */
	transform: rotate(-161deg);
	-webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(50%);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.grow_rotate_small_icons_GL-Music-2:hover {
	border: 1px solid #888888;
	border-radius: 5px;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(0%);
	-webkit-transform: scale(2, 2.2); /* Safari */
    transform: scale(2, 2.2);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
/* End - i-05-03-2021 */

/* i-24-03-2022 */
.grow_rotate_small_icons_GL-Music-hrplus {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #888888;
	padding: 1px;
	border-radius: 17px;
	-webkit-transform: rotate(-161deg); /* Safari */
	transform: rotate(-161deg);
	-webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(50%);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.grow_rotate_small_icons_GL-Music-hrplus:hover {
	border: none;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(0%);
	-webkit-transform: scale(1.4, 1.43) translate(0px,-15px); /* Safari */
    transform: scale(1.4, 1.43) translate(0px,-15px);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}

.grow_rotate_small_icons_GL-Music {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #444444;
	padding: 1px;
	border-radius: 23px;
	-webkit-transform: rotate(-161deg); /* Safari */
	transform: rotate(-161deg);
/* i-02-03-2021 */
	-webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(50%);
/* End - i-02-03-2021 */
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.grow_rotate_small_icons_GL-Music:hover {
	border: 1px solid #dddddd;
	border-radius: 5px;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(0%);
	-webkit-transform: scale(1.2, 1.21); /* Safari */
    transform: scale(1.2, 1.21);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}

/* Ch.N. 11-07-2018 - This is for rotating small "GL+4G" icon of 65x65px  */
.grow_rotate_small_icons_GL-2 {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #4D4D4D;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 3px;
	-webkit-transform: rotate(-3deg); /* IE 9 */
    transform: rotate(-3deg);
	-webkit-transition: 2s; /* Safari */
    transition: width 2s; 
}
.grow_rotate_small_icons_GL-2:hover {
	border: 1px solid #bbbbbb;
	border-radius: 20px;
    -webkit-transform: scale(1.382, 1.518); /* Safari */
    transform: scale(1.382, 1.518);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
/* End -Ch.N. 11-07-2018 - This is for rotating small "GL+4G" icon of 65x65px  */

/* Ch.N. 06-05-2017 - This is for rotating small icon of 40x40px in LinX iframe with music modules  */
.grow_rotate_small_icons2 {
	text-align: center;
	border: 1px solid #4D4D4D;
	vertical-align: text-bottom;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 3px;
	-webkit-transform: rotate(9deg); /* Safari */
	transform: rotate(9deg); /* IE 9 */
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.grow_rotate_small_icons2:hover {
	border: 1px solid #bbbbbb;
	vertical-align: text-bottom;
	border-radius: 20px;
	-ms-transform: scale(1.31, 1.41); /* IE 9 */
    -webkit-transform: scale(1.31, 1.41); /* Safari */
    transform: scale(1.31, 1.41);
}

.grow_rotate_small_icons_2 {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #4D4D4D;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 3px;
	-webkit-transform: rotate(84deg); /* Safari */
    transform: rotate(84deg);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
.grow_rotate_small_icons_2:hover {
	border: 1px solid #bbbbbb;
	border-radius: 20px;
	-webkit-transform: rotate(354deg); /* Safari */
    transform: rotate(354deg);
}

.grow_rotate_small_icons_3 {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #4D4D4D;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 3px;
	-webkit-transform: rotate(186deg); /* Safari */
    transform: rotate(186deg);
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
.grow_rotate_small_icons_3:hover {
	border: 1px solid #bbbbbb;
	border-radius: 20px;
	-ms-transform: rotate(456deg); /* IE 9 */
	-webkit-transform: rotate(456deg); /* Safari */
    transform: rotate(456deg);
}
/* End Ch.N. 06-05-2017 - This is for rotating small icon of 40x40px in LinX iframe with music modules  */

/* i-04-02-2021 - for Musicnote at top  */
.grow_rotate_small_icons_4M {
	text-align: center;
	vertical-align: text-bottom;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 3px;
	-webkit-transform: rotate(21deg); /* Safari */
    transform: rotate(21deg);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.grow_rotate_small_icons_4M:hover {
    -webkit-transform: scale(1.31, 1.41); /* Safari */
    transform: scale(1.31, 1.41);
}
/* End - i-04-02-2021 - for Musicnote at top  */
/* 11-03-2021 - for Owl on top in PiXLides  */
.grow_rotate_Owl-top {
	-webkit-transform: rotate(21deg); /* Safari */
    transform: rotate(21deg);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.grow_rotate_Owl-top:hover {
    -webkit-transform: scale(1.31, 1.41); /* Safari */
    transform: scale(1.382, 1.412);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}

.grow_rotate_small_icons_4 {
	text-align: center;
	vertical-align: text-top;
	border: 1px solid #1a1e27;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 3px;
	-webkit-transform: rotate(21deg); /* Safari */
    transform: rotate(21deg);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.grow_rotate_small_icons_4:hover {
	border: 1px solid #bbbbbb;
	border-radius: 20px;
    -webkit-transform: scale(1.31, 1.41); /* Safari */
    transform: scale(1.31, 1.41);
}

/* Ch.N. 27-06-2017 - This is for rotating small icon of 40x40px in LinX iframe with music modules  */
.grow_rotate_small_icons_5 {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #4D4D4D;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 3px;
	-webkit-transform: rotate(-28deg); /* Safari */
    transform: rotate(-28deg);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.grow_rotate_small_icons_5:hover {
	border: 1px solid #bbbbbb;
	border-radius: 20px;
    -webkit-transform: scale(1.31, 1.41); /* Safari */
    transform: scale(1.31, 1.41);
}
/* End Ch.N. 27-06-2017 - This is for rotating small icon of 40x40px in LinX iframe with music modules  */

/* Ch.N. 31-05-2017 - This is for rotating small icon of 40x40px in upright position in LinX iframe with music modules  */
.grow_rotate_small_icons_0 {
	text-align: center;
	vertical-align: middle;
	border: 1px outset #4D4D4D;
	margin-left: 4px;
	margin-right: 4px;
	border-radius: 3px;
	-webkit-transform: rotate(0deg); /* Safari */
    transform: rotate(0deg);
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
.grow_rotate_small_icons_0:hover {
	border: 1px solid #bbbbbb;
	margin-left: 4px;
	margin-right: 4px;
	border-radius: 20px;
	-webkit-transform: rotate(270deg); /* Safari */
    transform: rotate(270deg);
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
/* End Ch.N. 31-05-2017 - This is for rotating small icon of 40x40px in LinX iframe with music modules  */

/* Ch.N. 06-12-2017 - This is for inserting GLobePhoto-net-pscreen into Geza.Lorincze.hu */
.grow_globephoto_armour_02 {
	text-align: center;
	vertical-align: middle;
	border: 1px inset #6d6d6d;
	margin-left: 1px;
	margin-right: 1px;
	border-top-left-radius: 121px;
	border-top-right-radius: 11px;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 121px;
	-webkit-transform:  rotate3D(1,1,1,-89deg); /* Safari */
    transform: rotate3D(1,1,1,-89deg);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
.grow_globephoto_armour_02:hover {
	color: #FFFFFF;
	border: 1px solid #bbbbbb;
	border-radius: 21px;
    -webkit-transform: scale(1.65, 1.65); /* Safari */
    transform: scale(1.65, 1.65);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
/* End -Ch.N. 06-12-2017 - This is for inserting GLobePhoto-net-pscreen into Geza.Lorincze.hu */

/*  Updated Transform styles */

/* Ch.N. 21-09-2017 - This is for rotating Pic with zero initial position  */
.grow_rotate_0 {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #4d4d4d;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	-webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg); 
	-webkit-transition: 2s; /* Safari */
    transition: width 2s; 
}
.grow_rotate_0:hover {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 149px;
	-webkit-transform: rotate(-270deg); /* Safari */
    transform: rotate(-270deg);
}
.grow_rotate_0:active {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 149px;
	-webkit-transform: rotate(-270deg); /* Safari */
    transform: rotate(-270deg);
}
/* End -Ch.N. 21-09-2017 - This is for rotating Pic with zero initial position  */

/* Ch.N. 23-09-2017 - This is for rotating Pic by 270deg left in WyLike-X iframe with initial rotated status  */
.grow_rotate_1 {
	text-align: center;
	vertical-align: middle;
	border: 1px outset #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	-webkit-transform: rotate(-13deg); /* Safari */
	transform: rotate(-13deg); /* Safari */
     -webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari */
    transition: width 2s, height 2s, transform 2s; 
}
.grow_rotate_1:hover {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #bbbbbb;
	border-radius: 149px;
	-webkit-transform: rotate(-360deg); /* Safari */
    transform: rotate(-360deg);
/* End Ch.N. 24-09-2017 rotate left */
}
.grow_rotate_1:active {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	-webkit-transform: rotate(-360deg); /* Safari */
    transform: rotate(-360deg);
}

.grow_rotate_2 {
	text-align: center;
	vertical-align: middle;
	border: 1px outset #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	-webkit-transform: rotate(80deg); /* Safari */
	transform: rotate(80deg); 
	-webkit-transition: 4s, -webkit-transform 4s; /* Safari */
    transition: 4s, transform 4s; 
}
.grow_rotate_2:hover {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #bbbbbb;
	border-radius: 249px;
/* Ch.N. 22-12-2017 - This is for B/W control  */
/* End - Ch.N. 22-12-2017 - This is for B/W control  */
	-webkit-transform: rotate(360deg); /* Safari */
    transform: rotate(360deg);
}
.grow_rotate_2:active {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	-webkit-transform: rotate(360deg); /* Safari */
    transform: rotate(360deg);
}
/* End grow_rotate_2 - This is for rotating medium size Pic in WyLike iframe with initial rotated status */

/* Ch.N. 05-05-2017 - This is for rotating Pic in WyLike iframe with initial rotated status  */
.grow_rotate_3 {
	text-align: center;
	vertical-align: middle;
	border: 1px outset #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	-webkit-transform: rotate(186deg); /* Safari */
	transform: rotate(186deg);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.grow_rotate_3:hover {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 149px;
	-webkit-transform: rotate(456deg); /* Safari */
    transform: rotate(456deg);
}
.grow_rotate_3:active {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 149px;
	-webkit-transform: rotate(456deg); /* Safari */
    transform: rotate(456deg);
}

/* Ch.N. 16-09-2017 */
.grow_rotate_4 {
	text-align: center;
	vertical-align: middle;
	border: 1px outset #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
/* Ch.N. 05-05-2017 */
	-webkit-transform: rotate(18deg); /* Safari */
	transform: rotate(18deg);
/* End Ch.N. 05-05-2017 */
	-webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari */
    transition: width 2s, height 2s, transform 2s; 
}
.grow_rotate_4:hover {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 149px;
	-webkit-transform: rotate(-252deg); /* Safari */
    transform: rotate(456deg);
}
.grow_rotate_4:active {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 149px;
	-webkit-transform: rotate(-252deg); /* Safari */
    transform: rotate(456deg);
}
/* End Ch.N. 16-09-2017 */

/* i-12-04-2021 - for pictures in 'Dia.owl.hu' on the right */
.grow_DiArmour_pic {
	border: 3px double #bbbbbb;
	text-align: center;
	vertical-align: top;
	padding: 1px;
	border-radius: 11px;
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}
.grow_DiArmour_pic:hover {
	border: 3px double #ffffff;
	padding: 3px;
    -webkit-transform: scale(1.15, 1.25); /* Safari */
    transform: scale(1.15, 1.25);
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}
/* End - i-12-04-2021 - for pictures in 'Dia.owl.hu' on the right */

/* i-25-07-2021 */
.grow_DiArmour_buttons_left {
	border: 3px double #2dec0f;
	border-left: none;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
	border-radius: 11px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}
.grow_DiArmour_buttons_left:hover {
	border: none; 
	padding: 4px;
    -webkit-transform: scale(1, 1.15); /* Safari */
    transform: scale(1, 1.15);
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}

.grow_DiArmour_buttons {
	border: 1px solid #2dec0f;
	background-color: #31343c;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border-radius: 5px 25px 9px 18px;
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}
.grow_DiArmour_buttons:hover {
	background-color: transparent;
	border: none;
	padding: 8px;
    -webkit-transform: scale(1, 1.15); /* Safari */
    transform: scale(1, 1.15);
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}
/* End -i-05-03-2021 */


/* i-22-10-2021  - for cells of Addinfo on top */
.grow_rotate_Addinfo_title-top-2 {
	border: 0px solid #1A1E27;
/* ch-26-11-2021 - it was solid */
	border-top: 1px dotted #888888;
/* End - ch-26-11-2021 - it was solid */
	text-align: center;
	vertical-align: middle;
	line-height: 175%;
	padding: 1;
	border-radius: 11px;
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}
.grow_rotate_Addinfo_title-top-2:hover {
/* ch-28-08-2023 */
	border: none;
	border-top: 1px solid #bbbbbb;
/* End - ch-28-08-2023 */
	padding: 0;
/* i-07-12-2021 - no BG 
	background-color: #31343c; */
    -webkit-transform: scale(1, 1.05); /* Safari */
    transform: scale(1, 1.05);
	-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: 1;
	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: 0;
/* i-07-12-2021 - no BG 
	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-10-07-2023 - for Slideshow help file */
.grow_rotate_Addinfo_title3 {
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #444444;
	border-top: none;
	background-color: #31343c;
	border-radius: 11px;
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}
.grow_rotate_Addinfo_title3:hover {
	border: 1px solid #dddddd;
	border-top: none;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	background-color: #1A1E27;
    -webkit-transform: scale(1, 1.1); /* Safari */
    transform: scale(1, 1.1);
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}
/* End i-10-07-2023 - for Slideshow help file */

/* i-14-04-2023 - for HELP info at bottom of piXLides */
.grow_rotate_Addinfo_title2 {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border: 1px dotted #888888;
	border-top: none;
	background-color: #31343c;
	border-radius: 11px;
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}
.grow_rotate_Addinfo_title2:hover {
	color: #ffffff;
	border: 1px solid #bbbbbb;
	border-top: none;
	background-color: #1A1E27;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
    -webkit-transform: scale(1, 1.1); /* Safari */
    transform: scale(1, 1.1);
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}
/* End - i-14-04-2023 - for HELP info at bottom of piXLides */

/* i-04-05-2023 - for recently updated piXLides - it was 1,1.1 */
.grow_rotate_Addinfo_title_2 {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border: 1px dotted #888888;
	border-top: none;
	border-bottom: none;
	border-radius: 11px;
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}
.grow_rotate_Addinfo_title_2:hover {
	color: #ffffff;
	border: none;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	border-radius: 0px;
	background-color: #1A1E27;
    -webkit-transform: scale(1.02, 1.1); /* Safari */
    transform: scale(1.02, 1.1);
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}

.grow_rotate_Addinfo_title {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border: 1px dotted #888888;
	border-top: none;
	border-radius: 11px;
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}
.grow_rotate_Addinfo_title:hover {
	color: #ffffff;
	border: 1px solid #bbbbbb;
	border-top: none;
	background-color: #1A1E27;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
    -webkit-transform: scale(1, 1.1); /* Safari */
    transform: scale(1, 1.1);
	-webkit-transition: 2s;/* Safari */
    transition: 2s; 
}
/* End - Ch.n.02-11-2020 - End - Create 22-06-2019 - for cells of Addinfo titles */

/* Insert 25-03-2022 - for slideshow pages */
.grow_rotate_DiA_symbol-DiA {
	text-align: center;
	border: 0px; 
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 5px;
	vertical-align: 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 - Insert 25-03-2022 - for slideshow pages */

/* Insert 26-03-2022 - for DiAlbums at the end */
.grow_rotate_DiA_symbol-2 {
	text-align: center;
	border: 0px; 
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	-webkit-transform: rotate(31deg); /* Safari */
	transform: rotate(31deg); 
	-webkit-transition: 2s;
    transition: 2s; 
}
.grow_rotate_DiA_symbol-2:hover {
    -webkit-transform: rotate(179deg) scale(1.3, 1.3); /* Safari */
    transform: rotate(179deg) scale(1.3, 1.3);
	-webkit-transition: 2s;
    transition: 2s; 
}
/* End -Insert 12-07-2019 - for DiA.owl.hu */

/* i-17-10-2023 - w/rotate - for DiA.owl.hu */
.grow_rotate_DiA_symbol_own {
	text-align: center;
	vertical-align: middle; 
	margin: 9px 2px 5px 2px; 
	border: 1px solid #dddddd; 
	border-radius: 5px; 
	-webkit-transition: 2s;
    transition: 2s; 
}
.grow_rotate_DiA_symbol_own:hover {
	border: 1px solid #2dec0f; 
    -webkit-transform: scale(1.05, 1.05); /* Safari */
    transform: scale(1.05, 1.05);
	-webkit-transition: 2s;
    transition: 2s; 
}

/* ch-03-11-2023 */
.grow_rotate_DiA_symbol_rot {
	text-align: center;
	vertical-align: middle; 
	margin: 9px 2px 5px 2px; 
/* ch-10-11-2023 - it was 1px */
	border: 1px solid #dddddd; 
/* End  ch-10-11-2023 - it was 1px */
	border-radius: 15px; 
	-webkit-transform: rotate(-207deg) skew(27deg, 47deg); /* Safari */
	transform: rotate(-207deg) skew(27deg, 47deg); 
	-webkit-transition: 2s;
    transition: 2s; 
}
.grow_rotate_DiA_symbol_rot:hover {
	border: 1px solid #2dec0f; 
	border-radius: 5px;
    -webkit-transform: rotate(0deg) scale(1.05, 1.05); /* Safari */
    transform: rotate(0deg) scale(1.05, 1.05);
	-webkit-transition: 2s;
    transition: 2s;
}
/* End - ch-03-11-2023 */

 
.grow_rotate_DiA_symbol_rot-2 {
	text-align: center;
	vertical-align: middle; 
	margin: 9px 2px 5px 2px; 
	border: 1px solid #ffffff; 
	border-radius: 5px 22px 9px 16px ;
	-webkit-transition: 2s;
    transition: 2s;
}
.grow_rotate_DiA_symbol_rot-2:hover {
	border: 2px solid #2dec0f; 
	border-left: none;
	border-right: none;
	border-radius: 7px;
	-webkit-transition: 2s;
    transition: 2s;
}
/* End -i-11-10-2023 - w/rotate - for DiA.owl.hu */

/* Insert 12-07-2019 - for DiA.owl.hu */
.grow_rotate_DiA_symbol {
	text-align: center;
	padding: 1px;
	border: 1px solid #dddddd; 
	border-radius: 5px;
	margin: 2px 2px 11px 2px;
	vertical-align: middle;
	-webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg); 
	-webkit-transition: 2s;
    transition: 2s; 
}
.grow_rotate_DiA_symbol:hover {
	border: 1px solid #2dec0f; 
	border-radius: 5px;
    -webkit-transform: scale(1.3, 1.2); /* Safari */
    transform: scale(1.3, 1.2);
	-webkit-transition: 2s;
    transition: 2s; 
}
/* End -Insert 12-07-2019 - for DiA.owl.hu */

/* Insert 03-05-2018 - for 4ArC.hu */
.grow_rotate_6 {
	text-align: center;
	vertical-align: middle;
	width:31px;
	-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 */

/* for GLobePhoto.net logo */
.grow_rotate_5 {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #888888;
	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: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_5GL {
	text-align: center;
	vertical-align: middle;
	border: 1px inset #bbbbbb;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-right: 1px;
	border-radius: 7px;
	-webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.grow_rotate_5GL:hover {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	border: 0px outset #1A1E27;
    -webkit-transform: scale(1.25, 1.25); /* Safari */
    transform: scale(1.25, 1.25);
}

/* for Topics dots and 4G pix on 4ArC.hu & 4G.owl.hu pages - offered mostly for main Html pages rather than iframes */
/*  Ch.N. 01-09-2018 - new style for 4ArC.hu -smaller initial 4G picture! */
.grow_4ArC-Head-4G-2 {
	text-align: left;
	vertical-align: middle;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	-webkit-transform:  rotate3D(1,1,1,11deg) translate(-166px,-81px); /* Safari */
	transform: rotate3D(1,1,1,11deg) translate(-166px,-81px);
  	-webkit-transition: all cubic-bezier(1,-5.2,0.7,1) 11.9s;
  	transition: all cubic-bezier(1,-5.2,0.7,1) 11.9s;
}
.grow_4ArC-Head-4G-2:hover {
	vertical-align: middle;
	border-radius: 31px;
    -webkit-transform: rotate3D(1,1,1,-11deg) scale(2.71, 2.71) translate(-180px,-200px); /* Safari */
    transform: rotate3D(1,1,1,-11deg) scale(2.71, 2.71) translate(-180px,-200px);
	 -webkit-transition: all cubic-bezier(1,-5.2,0.7,1) 11.9s;
  	transition: all cubic-bezier(1,-5.2,0.7,1) 11.9s;
}

/*  Ch.N. 05-03-2018 - new style for 4ArC-Head and pictures over table cell BG pic */
.grow_4ArC-Head-4G {
	text-align: left;
	vertical-align: middle;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	-webkit-transform:  rotate3D(1,1,1,11deg) translate(-116px,-100px); /* Safari */
    transform: rotate3D(1,1,1,11deg) translate(-116px,-100px);
  	-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-4G:hover {
	vertical-align: middle;
	border-radius: 31px;
    -webkit-transform: rotate3D(1,1,1,-11deg) scale(1.71, 1.71) translate(-210px,-200px); /* Safari */
    transform: rotate3D(1,1,1,-11deg) scale(1.71, 1.71) translate(-210px,-200px);
	-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;
}

/*  Ch.N. 12-04-2018 - style for OWLS under 4G */
.grow_4ArC-Head-OWLS {
	text-align: left;
	vertical-align: middle;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	-webkit-transform:  rotate3D(1,1,1,11deg) translate(69px,-123px); /* Safari */
    transform: rotate3D(1,1,1,11deg) translate(69px,-123px);
  	-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-OWLS:hover {
	vertical-align: middle;
	border-radius: 31px;
    -webkit-transform: rotate3D(1,1,1,-11deg) scale(1.71, 1.71) translate(-210px,-200px); /* Safari */
    transform: rotate3D(1,1,1,-11deg) scale(1.71, 1.71) translate(-210px,-200px);
	-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 - Ch.N. 12-04-2018 - style for OWLS inder 4G */


/*  ch.25-06-2020 - for "for Arts & Culture" */
.grow_4ArC-Head-pic {
	text-align: center;
	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) translate(79px,49px); /* Safari */
	transform: rotate3D(1,1,1,-21deg) translate(79px,49px);
	-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;
}

/*  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;
}

/* CHN: 25-07-2018, transforming style for 1222x509px Head-pic linking to further details - for future use!!!  */
td.fourArC_image_Xform {
	cursor:pointer;
	border-left: 1px dotted #2dec0f;
	border-top: 1px dotted #2dec0f;
	border-radius: 3px;
	-webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
  	-webkit-transition: all cubic-bezier(1,-4.4,0.7,1) 4.5s;
  	transition: all cubic-bezier(1,-4.4,0.7,1) 4.5s;
}
td.fourArC_image_Xform:hover {
	border-radius: 33px;
	border-right: 1px solid #2dec0f;
	border-bottom: 1px solid #2dec0f;
    -webkit-transform: scale(1.55, 1.55) translate(0px,-42px); /* Safari */
    transform: scale(1.55, 1.55) translate(0px,-42px);
	  -webkit-transition: all cubic-bezier(1,-4.4,0.7,1) 4.5s;
  	transition: all cubic-bezier(1,-4.4,0.7,1) 4.5s;
}
/* End -CHN: 25-07-2018, transforming style for 1222x509px Head-pic linking to further details  */

/* CHN: 26-07-2018, transforming style for 1222x509px Head-pic linking to further details - for future use!!!  */
td.fourArC_image_Xform2 {
	cursor:pointer;
	border: 1px dotted #2dec0f;
	border-radius: 3px;
	-webkit-transform: rotate(4deg); /* Safari */
    transform: rotate(4deg);
  	-webkit-transition: all cubic-bezier(1,-4.4,0.7,1) 4.5s;
  	transition: all cubic-bezier(1,-4.4,0.7,1) 4.5s;
}
td.fourArC_image_Xform2:hover {
	border-radius: 49px;
	border: 1px solid #2dec0f;
 	-webkit-transform: scale(1,1) translate(0px,0px); /* Safari */
  	transform: scale(1,1) translate(0px,0px);
	-webkit-transition: all cubic-bezier(1,-4.4,0.7,1) 4.5s;
  	transition: all cubic-bezier(1,-4.4,0.7,1) 4.5s;
}
/* End -CHN: 26-07-2018, transforming style for 1222x509px Head-pic linking to further details  */

/* CHN: 05-04-2018, style for Head-pic linking to further details  */
td.fourArC_image {
	cursor:pointer;
	padding: 2px;
	border-right: 3px double #888888;
	border-bottom: 3px double #888888;
	border-radius: 1px;
	/* Ch.N. 12-12-2020 */
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
/* End - Ch.N. 12-12-2020 */ 
}
td.fourArC_image:hover {
	border-right: 3px double #2dec0f;
	border-bottom: 3px double #2dec0f;
	border-bottom-right-radius: 11px;
	/* Ch.N. 12-12-2020 */
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
/* End - Ch.N. 12-12-2020 */ 
}

/* CHN: 12-07-2018, style for Head-pic linking to further details - for GLobePhoto.net containing wide pic.  */
td.fourArC_image-2 {
	cursor:pointer;
	border: 1px solid #bbbbbb;
	border-radius: 21px;
}
td.fourArC_image-2:hover {
	border: 1px solid #2DEC0F;
}
/* End - CHN: 12-07-2018, style for Head-pic linking to further details  */

td.fourArC_title {
	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;
/* CHN: 30-03-2021 - it was '3px double #888888' */
	border-top: 0px double #888888;
/* End - CHN: 30-03-2021 - it was '3px double #888888' */
	border-radius: 2px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
td.fourArC_title:hover {
	color: #ffffff;
	background-color: #1A1E27;
	border-top: 1px solid #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; 
}

/* CHN: 23-03-2018, styles for phOtoWaLking.hu */

/* Add: 10-03-2019 - Polygon styles  */
div.polygon-21 {
	width:290px;
	height:260px;
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(49% 65%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
	clip-path:polygon(49% 65%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
	overflow:hidden;
	margin: auto; 
}

/* create-20-06-2020 - Style w/ ch.to polygon-2 style by hovering */
div.polygon-21-xform {
	width:290px;
	height:260px;
	text-align: left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(49% 65%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
	clip-path:polygon(49% 65%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
	overflow:hidden;
	margin: auto; 
}
div.polygon-21-xform:hover {
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	overflow:hidden;
	margin: auto; 
}
/* End - create-20-06-2020 - Style w/ ch.to polygon-2 style by hovering */

div.polygon-22 {
	width:290px;
	height:260px;
	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%, 52% 53%, 20% 10%);
	clip-path:polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 52% 53%, 20% 10%);
	overflow:hidden;
	margin: auto; 
}

div.polygon-22-xform {
	width:290px;
	height:260px;
	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%, 52% 53%, 20% 10%);
	clip-path:polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 52% 53%, 20% 10%);
	overflow:hidden;
	margin: auto; 
}
div.polygon-22-xform:hover {
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	overflow:hidden;
	margin: auto; 
}

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

div.polygon-23-xform {
	width:290px;
	height:260px;
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(50% 0%, 80% 10%, 50% 51%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
	clip-path:polygon(50% 0%, 80% 10%, 50% 51%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
	overflow:hidden;
	margin: auto; 
}
div.polygon-23-xform:hover {
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	overflow:hidden;
	margin: auto; 
}
/* End Add: 10-03-2019 - Polygon styles  */

/* CHN: 26-03-2018 - Polygon styles  */
div.polygon-1 {
/* CHN: 18-06-2020 - Polygon styles  */
	width:290px;
	height:260px;
/* End - CHN: 18-06-2020 - Polygon styles  */
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(50% 0%, 88% 3%, 100% 33%, 84% 73%, 100% 100%, 50% 100%, 12% 89%, 0 44%, 15% 28%, 9% 7%);
	clip-path:polygon(50% 0%, 88% 3%, 100% 33%, 84% 73%, 100% 100%, 50% 100%, 12% 89%, 0 44%, 15% 28%, 9% 7%);
	overflow:hidden;
	margin: auto; 
}

/* create-20-06-2020 - Style w/ ch.to polygon-2 style by hovering */
div.polygon-1-xform {
	width:290px;
	height:260px;
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(50% 0%, 88% 3%, 100% 33%, 84% 73%, 100% 100%, 50% 100%, 12% 89%, 0 44%, 15% 28%, 9% 7%);
	clip-path:polygon(50% 0%, 88% 3%, 100% 33%, 84% 73%, 100% 100%, 50% 100%, 12% 89%, 0 44%, 15% 28%, 9% 7%);
	overflow:hidden;
	margin: auto; 
}
div.polygon-1-xform:hover {
/* Ch.N.11-11-2020 - Polygon-7  */
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
/* Ch.N.11-11-2020 - Polygon-7  */
	overflow:hidden;
	margin: auto; 
}
/* End - create-20-06-2020 - Style w/ ch.to polygon-2 style by hovering */


div.polygon-2 {
/* CHN: 18-06-2020 - Polygon styles  */
	width:290px;
	height:260px;
/* End - CHN: 18-06-2020 - Polygon styles  */
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(49% 4%, 94% 1%, 100% 35%, 96% 71%, 80% 99%, 45% 92%, 22% 99%, 0 71%, 20% 33%, 0 1%);
	clip-path:polygon(49% 4%, 94% 1%, 100% 35%, 96% 71%, 80% 99%, 45% 92%, 22% 99%, 0 71%, 20% 33%, 0 1%);
	overflow:hidden;
	margin: auto; 
}

/* create-20-06-2020 - Style w/ ch.to polygon-3 style by hovering */
div.polygon-2-xform {
	width:290px;
	height:260px;
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(49% 4%, 94% 1%, 100% 35%, 96% 71%, 80% 99%, 45% 92%, 22% 99%, 0 71%, 20% 33%, 0 1%);
	clip-path:polygon(49% 4%, 94% 1%, 100% 35%, 96% 71%, 80% 99%, 45% 92%, 22% 99%, 0 71%, 20% 33%, 0 1%);
	overflow:hidden;
	margin: auto; 
}
div.polygon-2-xform:hover {
/* Polygon-3  */
	-webkit-clip-path:polygon(52% 0, 100% 12%, 90% 45%, 99% 85%, 81% 100%, 52% 91%, 0 100%, 12% 69%, 13% 34%, 0 0);
	clip-path:polygon(52% 0, 100% 12%, 90% 45%, 99% 85%, 81% 100%, 52% 91%, 0 100%, 12% 69%, 13% 34%, 0 0);
/* Polygon-3  */
	overflow:hidden;
	margin: auto; 
}
/* End - create-20-06-2020 - Style w/ ch.to polygon-2 style by hovering */

div.polygon-3 {
/* CHN: 18-06-2020 - Polygon styles  */
	width:290px;
	height:260px;
/* End - CHN: 18-06-2020 - Polygon styles  */
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(52% 0, 100% 12%, 90% 45%, 99% 85%, 81% 100%, 52% 91%, 0 100%, 12% 69%, 13% 34%, 0 0);
	clip-path:polygon(52% 0, 100% 12%, 90% 45%, 99% 85%, 81% 100%, 52% 91%, 0 100%, 12% 69%, 13% 34%, 0 0);
	overflow:hidden;
	margin: auto; 
}

/* create-20-06-2020 - Style w/ ch.to polygon-1 style by hovering */
div.polygon-3-xform {
	width:290px;
	height:260px;
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(52% 0, 100% 12%, 90% 45%, 99% 85%, 81% 100%, 52% 91%, 0 100%, 12% 69%, 13% 34%, 0 0);
	clip-path:polygon(52% 0, 100% 12%, 90% 45%, 99% 85%, 81% 100%, 52% 91%, 0 100%, 12% 69%, 13% 34%, 0 0);
	overflow:hidden;
	margin: auto; 
}
div.polygon-3-xform:hover {
/* Polygon-1  */
	-webkit-clip-path:polygon(50% 0%, 88% 3%, 100% 33%, 84% 73%, 100% 100%, 50% 100%, 12% 89%, 0 44%, 15% 28%, 9% 7%);
	clip-path:polygon(50% 0%, 88% 3%, 100% 33%, 84% 73%, 100% 100%, 50% 100%, 12% 89%, 0 44%, 15% 28%, 9% 7%);
/* Polygon-1  */
	overflow:hidden;
	margin: auto; 
}
/* End - create-20-06-2020 - Style w/ ch.to polygon-2 style by hovering */

div.polygon-4 {
	width:290px;
	height:260px;
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(50% 0%, 88% 3%, 100% 33%, 84% 73%, 100% 100%, 50% 100%, 12% 89%, 0 44%, 15% 28%, 9% 7%);
	clip-path:polygon(50% 0%, 88% 3%, 100% 33%, 84% 73%, 100% 100%, 50% 100%, 12% 89%, 0 44%, 15% 28%, 9% 7%);
	overflow:hidden;
	margin: auto; 
}

/* i-02-04-2021 - Style w/ ch.style by hovering */
div.polygon-4-xform {
	width:290px;
	height:260px;
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(50% 0%, 88% 3%, 100% 33%, 84% 73%, 100% 100%, 50% 100%, 12% 89%, 0 44%, 15% 28%, 9% 7%);
	clip-path:polygon(50% 0%, 88% 3%, 100% 33%, 84% 73%, 100% 100%, 50% 100%, 12% 89%, 0 44%, 15% 28%, 9% 7%);
	overflow:hidden;
	margin: auto; 
}
div.polygon-4-xform:hover {
/* Polygon-7 - circle */
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
/* Polygon-7 - circle  */
	overflow:hidden;
	margin: auto; 
}
/* End - i-02-04-2021 - Style w/ ch.style by hovering */

div.polygon-5 {
	width:290px;
	height:260px;
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(63% 6%, 99% 0, 89% 31%, 100% 59%, 91% 100%, 31% 94%, 13% 100%, 0 75%, 8% 34%, 0 0);
	clip-path:polygon(63% 6%, 99% 0, 89% 31%, 100% 59%, 91% 100%, 31% 94%, 13% 100%, 0 75%, 8% 34%, 0 0);
	overflow:hidden;
	margin: auto; 
}

/* i-02-04-2021 - Style w/ ch.style by hovering */
div.polygon-5-xform {
	width:290px;
	height:260px;
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(52% 0, 100% 12%, 90% 45%, 99% 85%, 81% 100%, 52% 91%, 0 100%, 12% 69%, 13% 34%, 0 0);
	clip-path:polygon(52% 0, 100% 12%, 90% 45%, 99% 85%, 81% 100%, 52% 91%, 0 100%, 12% 69%, 13% 34%, 0 0);
	overflow:hidden;
	margin: auto; 
}
div.polygon-5-xform:hover {
/* Polygon-1  */
	-webkit-clip-path:polygon(50% 0%, 88% 3%, 100% 33%, 84% 73%, 100% 100%, 50% 100%, 12% 89%, 0 44%, 15% 28%, 9% 7%);
	clip-path:polygon(50% 0%, 88% 3%, 100% 33%, 84% 73%, 100% 100%, 50% 100%, 12% 89%, 0 44%, 15% 28%, 9% 7%);
/* Polygon-1  */
	overflow:hidden;
	margin: auto; 
}
/* End - i-02-04-2021 - Style w/ ch.style by hovering */

div.polygon-6 {
	width:290px;
	height:260px;
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(67% 13%, 99% 0, 100% 35%, 91% 76%, 100% 100%, 37% 87%, 0 99%, 14% 55%, 0 27%, 20% 0);
	clip-path:polygon(67% 13%, 99% 0, 100% 35%, 91% 76%, 100% 100%, 37% 87%, 0 99%, 14% 55%, 0 27%, 20% 0);
	overflow:hidden;
	margin: auto; 
}

/* i-02-04-2021 - Style w/ ch.style by hovering */
div.polygon-6-xform {
	width:290px;
	height:260px;
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path:polygon(67% 13%, 99% 0, 100% 35%, 91% 76%, 100% 100%, 37% 87%, 0 99%, 14% 55%, 0 27%, 20% 0);
	clip-path:polygon(67% 13%, 99% 0, 100% 35%, 91% 76%, 100% 100%, 37% 87%, 0 99%, 14% 55%, 0 27%, 20% 0);
	overflow:hidden;
	margin: auto; 
}
div.polygon-6-xform:hover {
/* Polygon-7 - circle */
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
/* Polygon-7 - circle  */
	overflow:hidden;
	margin: auto; 
}
/* End - i-02-04-2021 - Style w/ ch.style by hovering */

div.polygon-7 {
	width:290px;
	height:260px;
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	overflow:hidden;
	margin: auto; 
}
div.polygon-8 {
	width:290px;
	height:260px;
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	overflow:hidden;
	margin: auto; 
}

div.polygon-9 {
	width:290px;
	height:260px;
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	overflow:hidden;
	margin: auto; 
}

/* i-02-04-2021 - */
div.polygon-circle-to-square {
	width:290px;
	height:260px;
	text-align:left;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	overflow:hidden;
	margin: auto; 
}
div.polygon-circle-to-square: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-02-04-2021 - */


/* CHN: 05-04-2018 - style for clipped image and title in iframe of phOtoWaLking - this was replaced with 'GLownPic-Magic styles in certain files */
td.phOtoWaLking_image {
	border: 1px  dotted #31343C;
}
td.phOtoWaLking_image:hover {
	border-top: 1px solid #2dec0f;
	border-left: 1px solid #2dec0f;
	border-top-left-radius: 11px;	
}

td.phOtoWaLking_title {
	color: #bbbbbb;
	text-align: left;
	font-size: 7pt;	
	line-height: 145%;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 5px;
	border-right: 1px dotted #2DEC0F;
	border-bottom-right-radius: 11px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
td.phOtoWaLking_title:hover {
	color: #ffffff;
	border-bottom: 1px solid #2DEC0F;
	border-right: 1px solid #2DEC0F;
	background-color: #1B1E25;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}

/*  for "phOtoWaLking-hu" label */
.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 */


/*  Ch.N. 29-05-2018 - duration increased - for symbols in horizontal line */
.grow_rotate_dia_4ArC {
	text-align: right;
	vertical-align: middle;
	border: 0px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 5px;
	-webkit-transform:  rotate3D(1,1,1,-27deg) translate(4px,-14px); /* Safari */
    transform: rotate3D(1,1,1,-27deg) translate(4px,-14px);
  	-webkit-transition: all cubic-bezier(1,-4.1,0.7,1) 11.3s;
  	transition: all cubic-bezier(1,-4.1,0.7,1) 11.3s;
}
.grow_rotate_dia_4ArC:hover {
	border-radius: 15px;
    -webkit-transform: scale(1.59, 1.79) translate(-35px,-190px); /* Safari */
    transform: scale(1.59, 1.79) translate(-35px,-190px);
  	-webkit-transition: all cubic-bezier(1,-4.1,0.7,1) 11.3s;
  	transition: all cubic-bezier(1,-4.1,0.7,1) 11.3s;
}

.grow_rotate_dia_4ArC-2 {
	text-align: right;
	vertical-align: middle;
	border: 0px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 5px;
	-webkit-transform:  rotate3D(1,1,1,15deg) translate(4px,19px); /* Safari */
    transform: rotate3D(1,1,1,15deg) translate(4px,19px);
  	-webkit-transition: all cubic-bezier(1,-4.1,0.7,1) 10.7s;
  	transition: all cubic-bezier(1,-4.1,0.7,1) 10.7s;
}
.grow_rotate_dia_4ArC-2:hover {
	border-radius: 15px;
    -webkit-transform: scale(1.49, 1.89) translate(-55px,170px); /* Safari */
    transform: scale(1.49, 1.89) translate(-55px,170px);
  	-webkit-transition: all cubic-bezier(1,-4.1,0.7,1) 10.7s;
  	transition: all cubic-bezier(1,-4.1,0.7,1) 10.7s;
}

.grow_rotate_dia_4ArC-3 {
	text-align: right;
	vertical-align: middle;
	border: 0px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 5px;
	-webkit-transform:  rotate3D(1,1,1,-21deg) translate(0px,9px); /* Safari */
    transform: rotate3D(1,1,1,-21deg) translate(0px,9px);
  	-webkit-transition: all cubic-bezier(1,-4.1,0.7,1) 11.7s;
  	transition: all cubic-bezier(1,-4.1,0.7,1) 11.7s;
}
.grow_rotate_dia_4ArC-3:hover {
	border-radius: 15px;
    -webkit-transform: scale(1.89, 1.59) translate(45px,-220px); /* Safari */
    transform: scale(1.89, 1.59) translate(45px,-220px);
  	-webkit-transition: all cubic-bezier(1,-4.1,0.7,1) 11.7s;
  	transition: all cubic-bezier(1,-4.1,0.7,1) 11.7s;
}

.grow_rotate_dia_4ArC-4 {
	text-align: right;
	vertical-align: middle;
	border: 0px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 5px;
	-webkit-transform: rotate3D(1,1,1,-21deg) translate(5px,-27px); /* Safari */
    transform: rotate3D(1,1,1,-21deg) translate(5px,-27px);
  	-webkit-transition: all cubic-bezier(1,-4.1,0.7,1) 11.9s;
  	transition: all cubic-bezier(1,-4.1,0.7,1) 11.9s;
}
.grow_rotate_dia_4ArC-4:hover {
	border-radius: 15px;
    -webkit-transform: scale(1.89, 1.59) translate(65px,240px); /* Safari */
    transform: scale(1.89, 1.59) translate(65px,240px);
  	-webkit-transition: all cubic-bezier(1,-4.1,0.7,1) 11.9s;
  	transition: all cubic-bezier(1,-4.1,0.7,1) 11.9s;
}

.grow_rotate_dia_4ArC_sel {
	text-align: right;
	vertical-align: middle;
	border: 0px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 5px;
	-webkit-transform:  rotate3D(1,1,1,-21deg) translate(15px,-14px); /* Safari */
    transform: rotate3D(1,1,1,-21deg) translate(15px,-14px);
  	-webkit-transition: all cubic-bezier(1,-4.1,0.7,1) 9.8s;
  	transition: all cubic-bezier(1,-4.1,0.7,1) 9.8s;
}
.grow_rotate_dia_4ArC_sel:hover {
	border-radius: 15px;
    -webkit-transform: scale(1.89, 1.59) translate(21px,20px); /* Safari */
    transform: scale(1.89, 1.59) translate(21px,20px);
  	-webkit-transition: all cubic-bezier(1,-4.1,0.7,1) 9.8s;
  	transition: all cubic-bezier(1,-4.1,0.7,1) 9.8s;
}
/*  Ch.N. 29-05-2018 - duration increased - for symbols in horizontal line */

/*  i-24-05-2022 - for 2nd DiA logo */
.grow_pic_DiA-up {
	width: 170px;
	text-align: center;
	vertical-align: middle;
	border: 3px double #bbbbbb;
	padding: 1px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
/* i-18-04-2022 */	
	position: relative; 
	z-index: 4;
/* End - i-18-04-2022 */	
	-webkit-transform: rotate3D(1,1,1,-61deg); /* Safari */
  	transform: rotate3D(1,1,1,-61deg);
  	-webkit-transition: all cubic-bezier(1,-3.2,0.4,1) 4.9s;
  	transition: all cubic-bezier(1,-3.2,0.4,1) 4.9s;
}
.grow_pic_DiA-up:hover {
	border-radius: 7px;
	border: 3px double #ffffff;
    -webkit-transform: scale(1.97,1.97) translate(-35px,-33px); /* Safari */
	transform: scale(1.97,1.97) translate(-35px,-33px);
	 -webkit-transition: all cubic-bezier(1,-3.2,0.4,1) 4.9s;
  	transition: all cubic-bezier(1,-3.2,0.4,1) 4.9s;
}
/*  End i-24-05-2022 - for 2nd DiA logo */

/*  Ch.N.02-11-2019 - for PiX of DiA.owl.hu */
.grow_pic_DiA {
	width: 170px;
	text-align: center;
	vertical-align: middle;
	border: 3px double #bbbbbb;
	padding: 1px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
/* i-18-04-2022 */	
	position: relative; 
	z-index: 4;
/* End - i-18-04-2022 */	
	-webkit-transform: rotate3D(1,1,1,-61deg); /* Safari */
  	transform: rotate3D(1,1,1,-61deg);
  	-webkit-transition: all cubic-bezier(1,-3.2,0.4,1) 4.9s;
  	transition: all cubic-bezier(1,-3.2,0.4,1) 4.9s;
}
.grow_pic_DiA:hover {
	border-radius: 7px;
	border: 3px double #ffffff;
    -webkit-transform: scale(1.97,1.97) translate(-35px,33px); /* Safari */
	transform: scale(1.97,1.97) translate(-35px,33px);
	 -webkit-transition: all cubic-bezier(1,-3.2,0.4,1) 4.9s;
  	transition: all cubic-bezier(1,-3.2,0.4,1) 4.9s;
}
/*  End - Ch.N.02-11-2019 - for PiX of DiA.owl.hu */

/*  for LinX pic - Ch.N.03-11-2019 */
.grow_rotate_dia-WYLike {
	width: 70px;
	text-align: center;
	vertical-align: middle;
	border: 1px outset #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	-webkit-transform: rotate(-17deg); /* Safari */
    transform: rotate(-17deg);
  	-webkit-transition: all cubic-bezier(1,-4.2,0.7,1) 6.9s;
  	transition: all cubic-bezier(1,-4.2,0.7,1) 6.9s;
}
.grow_rotate_dia-WYLike:hover {
	vertical-align: middle;
	border: 1px solid #bbbbbb;
	border-radius: 35px;
    -webkit-transform: scale(1.63, 1.63) translate(-21px,-42px); /* Safari */
    transform: scale(1.63, 1.63) translate(-21px,-42px);
  	-webkit-transition: all cubic-bezier(1,-4.2,0.7,1) 6.9s;
  	transition: all cubic-bezier(1,-4.2,0.7,1) 6.9s;
}
/* End - for LinX pic - Ch.N.03-11-2019 */

/*  for LinX pic - Ch.N.03-11-2019 */
.grow_rotate_dia-WYLike-2 {
	width:70px;
	text-align: center;
	vertical-align: middle;
	border: 1px outset #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	-webkit-transform: rotate(80deg); /* Safari */
	transform: rotate(80deg); /* Safari */
	-webkit-transition: 4s; /* Safari */
    transition: 4s; 
}
.grow_rotate_dia-WYLike-2:hover {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #bbbbbb;
	border-radius: 56px;
	-webkit-transform: rotate(360deg); /* Safari */
    transform: rotate(360deg);
	-webkit-transition: 4s; /* Safari */
    transition: 4s; }
/* End - for LinX pic - Ch.N.03-11-2019 */

/*  for symbols in horizontal line and also for different other pix */
.grow_rotate_dia {
	text-align: center;
	vertical-align: middle;
	border: 1px outset #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 21px;
  	-webkit-transition: all cubic-bezier(1,-3.2,0.7,1) 7.9s;
	transition: all cubic-bezier(1,-3.2,0.7,1) 7.9s;
}
.grow_rotate_dia:hover {
	vertical-align: middle;
	border: 1px solid #bbbbbb;
	border-radius: 149px;
    -webkit-transform: scale(1.63, 1.63) translate(-21px,-42px); /* Safari */
	transform: scale(1.63, 1.63) translate(-21px,-42px);
}
/* End -default, also for small pix */

/* STYLE BLOCK - STYLE BLOCK - STYLE BLOCK - STYLE BLOCK - ch.n.10-03-20219 - for Dia/piXLide(+) iframes */
/* Ch-03-11-2023 - for piXLide(+) iframes and also for small pix and Left-images - zoom was 2.75, or 3.72 */
.grow_rotate_dia_left {
	text-align: center;
	vertical-align: middle;
	border: 3px outset #dddddd;
	padding: 1px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 41px 15px 3px 25px ;
	width: 180px;
	-webkit-transform: rotate3D(1,1,1,-293deg); /* Safari */
    transform: rotate3D(1,1,1,-293deg);
  	-webkit-transition: all cubic-bezier(1,-5.2,0.7,1) 7.9s;
  	transition: all cubic-bezier(1,-5.2,0.7,1) 7.9s;
}
.grow_rotate_dia_left:hover {
	vertical-align: middle;
	border: 3px solid #dddddd;
	border-radius: 11px;
    -webkit-transform: scale(2.45, 2.45) translate(-19px,-35px); /* Safari */
   	transform: scale(2.45, 2.45) translate(-19px,-35px);
}
/* End -default, also for small pix */

/* i-24-11-2018 - for left-smaller-images in piXLide+ iframes */
.grow_rotate_dia_left_smaller {
	text-align: center;
	vertical-align: middle;
	border: 3px outset #dddddd;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 41px 15px 3px 25px ;
	padding: 1px;
	width: 134px;
	-webkit-transform: rotate3D(1,1,1,-151deg); /* Safari */
    transform: rotate3D(1,1,1,-151deg);
  	-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_rotate_dia_left_smaller:hover {
	vertical-align: middle;
	border: 3px solid #dddddd;
	border-radius: 11px;
    -webkit-transform: scale(3.3, 3.3) translate(-21px,-26px); /* Safari */
    transform: scale(3.3, 3.3) translate(-21px,-26px);
}
/* End - i-24-11-2018 - for left-smaller-images in piXLide+ iframes */

/* (mostly) it was for single pic in the middle */
.grow_rotate_dia_MiddlePic {
	text-align: center;
	vertical-align: middle; 
	border: 3px outset #bbbbbb;
	padding: 1px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 15px 3px 25px 41px ;
	width: 250px;
	-webkit-transform: rotate3D(1,1,1,187deg); /* Safari */
    transform: rotate3D(1,1,1,187deg);
  	-webkit-transition: all cubic-bezier(1,-4.4,0.7,1) 7.3s;
  	transition: all cubic-bezier(1,-4.4,0.7,1) 7.3s;
}
.grow_rotate_dia_MiddlePic:hover {
	vertical-align: middle;
	border: 3px solid #dddddd;
	border-radius: 11px;
    -webkit-transform: rotate3D(1,1,1,360deg) scale(1.77, 1.77) translate(9px,-49px); /* Safari */
    transform: rotate3D(1,1,1,360deg) scale(1.77, 1.77) translate(9px,-49px);
}
/* End - (mostly) it was for single pic in the middle */
 
/* pic in the middle for bigger pic - 4/6 pix */
.grow_rotate_dia_MiddlePic-2 {
	text-align: center;
	vertical-align: middle;
	border: 3px outset #dddddd;
	padding: 1px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 5px 41px 69px 25px ;
	width: 250px;
	-webkit-transform: rotate3D(1,1,1,-271deg); /* Safari */
    transform: rotate3D(1,1,1,-271deg);
  	-webkit-transition: all cubic-bezier(1,-4.4,0.7,1) 9.3s;
  	transition: all cubic-bezier(1,-4.4,0.7,1) 9.3s;
}
.grow_rotate_dia_MiddlePic-2:hover {
	vertical-align: middle;
	border: 3px solid #dddddd;
	border-radius: 11px;
    -webkit-transform: rotate3D(1,1,1,360deg) scale(1.77, 1.77) translate(0px,-49px); /* Safari */
    transform: rotate3D(1,1,1,360deg) scale(1.77, 1.77) translate(0px,-49px);
 	-webkit-transition: all cubic-bezier(1,-4.4,0.7,1) 9.3s;
  	transition: all cubic-bezier(1,-4.4,0.7,1) 9.3s;
}
/* End - pic in the middle for bigger pic */

/* pic in the middle for bigger pic - 4/6 pix */
.grow_rotate_dia_MiddlePic-3 {
	text-align: center;
	vertical-align: middle;
	border: 3px outset #dddddd;
	padding: 1px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 5px 41px 69px 25px ;
	width: 250px;
	-webkit-transform: rotate3D(1,1,1,-93deg); /* Safari */
    transform: rotate3D(1,1,1,-93deg);
  	-webkit-transition: all cubic-bezier(1,-4.4,0.7,1) 8.3s;
  	transition: all cubic-bezier(1,-4.4,0.7,1) 8.3s;
}
.grow_rotate_dia_MiddlePic-3:hover {
	vertical-align: middle;
	border: 3px solid #dddddd;
	border-radius: 11px;
    -webkit-transform:scale(1.77, 1.77) translate(0px,-49px); /* Safari */
    transform: scale(1.77, 1.77) translate(0px,-49px);
}
/* End - pic in the middle for bigger pic */

/* Ch,N. 16-03-2019 - for "Right"-images in piXLide(+) iframes */
.grow_rotate_dia_Right {
	text-align: center;
	vertical-align: middle;
	border: 3px outset #dddddd;
	padding: 1px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 3px 25px 41px 15px;
	width: 180px;
	-webkit-transform: rotate3D(1,1,1,-77deg); /* Safari */
    transform: rotate3D(1,1,1,-77deg);
  	-webkit-transition: all cubic-bezier(1,-4.7,0.7,1) 9.3s;
  	transition: all cubic-bezier(1,-4.7,0.7,1) 9.3s;
}
.grow_rotate_dia_Right:hover {
	vertical-align: middle;
	border: 3px solid #dddddd;
	border-radius: 11px;
    -webkit-transform: rotate3D(1,1,1,360deg) scale(2.45, 2.45) translate(-19px,-35px); /* Safari */
    transform: rotate3D(1,1,1,360deg) scale(2.45, 2.45) translate(-19px,-35px);
}
/* End - Ch,N. 16-03-2019 for Right-images in piXLide+ iframes */

/* for Right-smaller-images in piXLide+ iframes */
.grow_rotate_dia_Right_smaller {
	text-align: center;
	vertical-align: middle;
	border: 3px outset #dddddd;
	padding: 1px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 3px 25px 41px 15px;
	width: 134px;
	height: 134px;
	-webkit-transform: rotate3D(1,1,1,159deg); /* Safari */
    transform: rotate3D(1,1,1,159deg);
  	-webkit-transition: all cubic-bezier(1,-4.7,0.7,1) 8.1s;
  	transition: all cubic-bezier(1,-4.7,0.7,1) 8.1s;
/* End Ch.N. 26-09-2018  */
}
.grow_rotate_dia_Right_smaller:hover {
	vertical-align: middle;
	border: 3px solid #dddddd;
	border-radius: 11px;
    -webkit-transform: scale(3.3, 3.3) translate(-23px,-26px); /* Safari */
    transform: scale(3.3, 3.3) translate(-23px,-26px);
}
/* End -for Right-images in piXLide+ iframes */
/* End of STYLE BLOCK - STYLE BLOCK - STYLE BLOCK - ch-03-11-2023 - for Dia/piXLide(+) iframes */

/* for GL+4G+.png _hr piXLides - Ch.N.23-04-2020 */
.grow_rotate_GL {
	text-align: center;
	vertical-align: middle;
	border: 1px outset #dddddd;
	border-radius: 7px;
	margin-left: 1px;
	margin-right: 1px;
	width: 51px;
	-webkit-transform: rotate(221deg); /* Safari */
    transform: rotate(221deg);
  	-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 */

/* Ch.N. 22-12-2017 - for "4ArC+ pages with the armour on the right, e.g. Egerben-Domival */
.grow_rotate_dia_A {
	text-align: center;
	vertical-align: middle;
	border: 1px outset #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	-webkit-transform: rotate(-5deg); /* Safari */
    transform: rotate(-5deg);
  	-webkit-transition: all cubic-bezier(1,-3,0.7,1) 3.5s;
  	transition: all cubic-bezier(1,-3,0.7,1) 3.5s;
}	
.grow_rotate_dia_A:hover {
	vertical-align: middle;
	border: 1px solid #bbbbbb;
	border-radius: 149px;
    -webkit-transform: scale(1.63, 1.63) translate(-23px,-42px); /* Safari */
    transform: scale(1.63, 1.63) translate(-23px,-42px);
  	-webkit-transition: all cubic-bezier(1,-3,0.7,1) 3.5s;
  	transition: all cubic-bezier(1,-3,0.7,1) 3.5s;
}
/* End - Ch.N. 22-12-2017 - for "4ArC+ pages with the armour on the right, e.g. Egerben-Domival */
/* End - Ch.N. 22-12-2017 - for 4ArC.hu and for similar ones */

/* Ch.N. 24-06-2019 - Moved to 'GLownpic-3.css' Create [23-06-2019] new style for 611*254px images, rather tthan 122x509px */

.reduce_to_half {
	width: 597px;
	padding: 5px;
	border: 1px solid #bbbbbb;
}
.reduce_to_half:hover {
	cursor:pointer;
	border: 1px solid #000000;
	border-radius: 9px;
}
/* End - Create [23-06-2019] new style for 611*254px images, rather tthan 122x509px */

/* Ch.N. 05-06-2019 - NEW Transform style for top center armour in GlobePhoto.net - to be changed when a new piXLide is published */
.grow_globephoto_armour_R_S_T_0 {
	width: 230px;
	height: 230px;
	text-align: center;
	vertical-align: middle;
	border: 1px inset #bbbbbb;
	margin-left: 1px;
	margin-right: 1px;
	border-bottom-left-radius: 135px;
	border-bottom-right-radius: 55px;
	border-top-left-radius: 135px;
	border-top-right-radius: 15px;
	-webkit-transform:  rotate3D(1,1,1,83deg) skew(17deg,17deg); /* Safari */
    transform: rotate3D(1,1,1,83deg) skew(17deg,17deg);
	-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:hover {
	color: #FFFFFF;
	border: 1px solid #bbbbbb;
	border-radius: 11px;
	-webkit-transform:  rotate3D(1,1,1,360deg) scale(2.4,3.6); /* Safari */
    transform: rotate3D(1,1,1,360deg) scale(2.4,3.6);
}
/* End Ch.N.  03-11-2018 - new Transform style for top center armour in GlobePhoto.net */

/* 03-11-2020 - Transform style for top center armour in CANON.GlobePhoto.net - to be changed when a new piXLide is published */
.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 03-11-2020 - Transform style for top center armour in CANON.GlobePhoto.net - to be changed when a new piXLide is published */


/* Ch.N. 22-04-2019 used for left Armour (SilverOWL) in GlobePhoto.net */
.grow_globephoto_armour_S_T_5 {
	width: 310px;
	text-align: center;
	vertical-align: middle;
	border: none;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	border-bottom-left-radius: 190px;
	-webkit-transform:  rotate3D(1,1,1,-139deg) translate(0px,103px); /* Safari */
    transform: rotate3D(1,1,1,-139deg) translate(0px,103px);
  	-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(2.61,2.61) translate(11px,0px); /* Safari */
    transform: scale(2.61,2.61) translate(11px,0px);
}
/* End Ch.N. 29-10-2018 used for left Armour (for Parliament-4G) in GlobePhoto.net */

/* STYLE BLOCK for GLobePhoto.net - STYLE BLOCK - STYLE BLOCK - Ch.N. 16-03-2019 - used for right Armour (OWLs) in GlobePhoto.net */
.grow_globephoto_armour_R_2 {
	width: 213px;
	text-align: center;
	vertical-align: middle;
	border: none;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	border-top-right-radius: 91px;
/* i-04-05-2022 */
	border-bottom-left-radius: 91px;
/* End - i-04-05-2022 */	
	-webkit-transform: rotate3D(1,1,1,-181deg) translate(71px,-21px); /* Safari */
	transform: rotate3D(1,1,1,-181deg) translate(71px,-21px);
  	-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,1440deg) scale(1.3,1.3); /* Safari */
    transform: rotate3D(1,1,1,1440deg) scale(1.3,1.3);
}
/* End Ch.N. 29-10-2018 used for right Armour (for OWLs) in GlobePhoto.net */

/* Ch.N. 30-10-2018 used for Armour 4 - left 500x500px 'Random Topics' iframe in GlobePhoto.net and others */
.grow_globephoto_armour_R_4 {
	text-align: center;
	vertical-align: middle;
	border: 1px outset #6d6d6d;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	border-bottom-left-radius: 290px;
	-webkit-transform: rotate3D(1,1,1,-207deg) translate(10px,0px); /* Safari */
    transform: rotate3D(1,1,1,-207deg) translate(10px,0px);
  	-webkit-transition: all cubic-bezier(1,-0.3,0.6,1) 6.8s;
  	transition: all cubic-bezier(1,-0.3,0.6,1) 6.8s;
}
.grow_globephoto_armour_R_4:hover {
	color: #FFFFFF;
	border: 1px solid #bbbbbb;
	border-radius: 21px;
	-webkit-transform:  rotate3D(1,1,1,-720deg) translate(-10px,32px); /* Safari */
    transform: rotate3D(1,1,1,-720deg) translate(-10px,32px);
  	-webkit-transition: all cubic-bezier(1,-0.3,0.6,1) 6.8s;
  	transition: all cubic-bezier(1,-0.3,0.6,1) 6.8s;
}
/* End Ch.N. 30-10-2018 used for Armour 4 - left 500x500px 'Random Topics' iframe in GlobePhoto.net */

/* Ch.N. 30-10-2018 used for Armour 3 - right 500x500px 'Random Topics' iframe in GlobePhoto.net and others */
.grow_globephoto_armour_R_3 {
	text-align: center;
	vertical-align: middle;
	border: 1px outset #6d6d6d;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	border-bottom-left-radius: 290px;
 	-webkit-transform:  rotate3D(1,1,1,-101deg) translate(10px,0px); /* Safari */
   	transform: rotate3D(1,1,1,-101deg) translate(10px,0px);
  	-webkit-transition: all cubic-bezier(1,-0.3,0.6,1) 6.8s;
  	transition: all cubic-bezier(1,-0.3,0.6,1) 6.8s;
}
.grow_globephoto_armour_R_3:hover {
	color: #FFFFFF;
	border: 1px solid #bbbbbb;
	border-radius: 21px;
	-webkit-transform:  rotate3D(1,1,1,360deg) translate(-10px,32px); /* Safari */
    transform: rotate3D(1,1,1,360deg) translate(-10px,32px);
	-webkit-transition: all cubic-bezier(1,-0.3,0.6,1) 6.8s;
  	transition: all cubic-bezier(1,-0.3,0.6,1) 6.8s;
}
/* End Ch.N. 30-10-2018 used for Armour 3 - right 500x500px 'Random Topics' iframe in GlobePhoto.net */

/* Ch.N. 31-10-2018 - further TWO transform styles in GlobePhoto.Owl.hu and GlobePhoto.hu w/ BLOW-UP */
.grow_globephoto_armour-2_R_3 {
	width: 330px;
	height: 330px;
	text-align: center;
	vertical-align: middle;
	border: 1px outset #31343C;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	border-top-right-radius: 165px;
	border-bottom-left-radius: 165px;
	-webkit-transform:  rotate3D(1,1,1,177deg) translate(299px,27px); /* Safari */
    transform: rotate3D(1,1,1,177deg) translate(299px,27px);
  	-webkit-transition: all cubic-bezier(1,-4.1,0.7,1) 7s;
  	transition: all cubic-bezier(1,-4.1,0.7,1) 7s;
}
.grow_globephoto_armour-2_R_3:hover {
	color: #FFFFFF;
	border: 1px solid #bbbbbb;
	border-radius: 13px;
	-webkit-transform:  rotate3D(1,1,1,0deg) scale(1.5,1.5) translate(3px,80px); /* Safari */
    transform: rotate3D(1,1,1,0deg) scale(1.5,1.5) translate(3px,80px);
	  -webkit-transition: all cubic-bezier(1,-4.1,0.7,1) 7s;
  	transition: all cubic-bezier(1,-4.1,0.7,1) 7s;
}

.grow_globephoto_armour-2_R_4 {
	width: 204px;
	height: 204px;
	text-align: center;
	vertical-align: middle;
	border: 1px outset #31343C;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 11px;
	border-bottom-left-radius: 102px;
	border-top-right-radius: 102px;
	-webkit-transform:  rotate3D(1,1,1,75deg) translate(211px,27px); /* Safari */
    transform: rotate3D(1,1,1,75deg) translate(211px,27px);
  	-webkit-transition: all cubic-bezier(1,-4.1,0.7,1) 7s;
  	transition: all cubic-bezier(1,-4.1,0.7,1) 7s;
}
.grow_globephoto_armour-2_R_4:hover {
	color: #FFFFFF;
	border: 1px solid #bbbbbb;
	border-radius: 8px;
	-webkit-transform:  rotate3D(1,1,1,0deg) scale(2.42,2.42) translate(3px,75px); /* Safari */
    transform: rotate3D(1,1,1,0deg) scale(2.42,2.42) translate(3px,75px);
	-webkit-transition: all cubic-bezier(1,-4.1,0.7,1) 7s;
  	transition: all cubic-bezier(1,-4.1,0.7,1) 7s;
}
/* End Ch.N. 31-10-2018 - further 2 transform styles in GlobePhoto.Owl.hu and GlobePhoto.hu */

/* NEW - 31-10-2018 - FIFTH transform style for sites - BIGGEST BLOW-UP !!! */
.grow_globephoto_armour-3 {
	width: 126px;
	height: 126px;
	text-align: center;
	vertical-align: middle;
	border: 1px outset #31343C;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 63px;
	-webkit-transform:  rotate3D(1,1,1,161deg) translate(471px,-27px); /* Safari */
    transform: rotate3D(1,1,1,161deg) translate(471px,-27px);
  	-webkit-transition: all cubic-bezier(1,-4.7,0.7,1) 12.7s;
  	transition: all cubic-bezier(1,-4.7,0.7,1) 12.7s;
}
.grow_globephoto_armour-3:hover {
	color: #FFFFFF;
	border: 1px solid #bbbbbb;
	border-radius: 3px;
	-webkit-transform:  rotate3D(1,1,1,360deg) scale(3.93,3.93) translate(1px,56px); /* Safari */
    transform: rotate3D(1,1,1,360deg) scale(3.93,3.93) translate(1px,56px);
	-webkit-transition: all cubic-bezier(1,-4.7,0.7,1) 12.7s;
  	transition: all cubic-bezier(1,-4.7,0.7,1) 12.7s;
}
/* END - NEW - 31-10-2018 - FIFTH transform style for sites - BIG BLOW-UP !!! */
/* End - STYLE BLOCK for GLobePhoto.net - STYLE BLOCK - STYLE BLOCK - Ch.N. 16-03-2019 - used for right Armour (for OWLs) in GlobePhoto.net */

/* 21-12-2017 - Further old transform styles in GlobePhoto.net */
.grow_globephoto_armour_22 {
	text-align: center;
	vertical-align: middle;
/* Ch.N. 09-12-2020 it was inset */
	border: 1px solid #888888;
	border-top: 0px;
	border-left: 0px;
/* End - Ch.N. 09-12-2020 */	margin-left: 1px;
	margin-right: 1px;
	border-top-left-radius: 3px;
	border-top-right-radius: 77px;
	border-bottom-left-radius: 77px;
	border-bottom-right-radius: 3px;
	-webkit-transform: rotate(-201deg); /* Safari */
	transform: rotate(-201deg);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
.grow_globephoto_armour_22:hover {
	color: #FFFFFF;
	border: 1px solid #bbbbbb;
	border-radius: 110px;
	-webkit-transform: scale(1.618, 2.617); /* Safari */
	transform: scale(1.618, 2.617);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
/* End - Ch.N. 26-10-2017 - This is for rotating "Armour-Link" of GLobePhoto.net - ArC */

/* Ch.N. 25-11-2017 - This is for rotating "...to make them mobe --- (upper-right box)  */
.grow_globephoto_armour_23 {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #888888;
	border-top: 0px;
	border-left: 0px;
	margin-right: 1px;
	line-height: 160%;
/* Ch.N.23-12-2020 */
	padding: 3px;
/* End - Ch.N.23-12-2020 */	
	border-top-right-radius: 3px;
	border-top-left-radius: 77px;
	border-bottom-right-radius: 77px;
	border-bottom-left-radius: 3px;
	-ms-transform: rotate(-9deg); /* IE 9 */
	-webkit-transform: rotate(-9deg); /* Safari */
	transform: rotate(-9deg);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
.grow_globephoto_armour_23:hover {
	color: #FFFFFF;
	border: 1px solid #bbbbbb;
/* Ch.N.23-12-2020 */
	padding: 7px;
/* End - Ch.N.23-12-2020 */
	background-color: #1A1E27;
	-webkit-transform: scale(1.382, 1.418); /* Safari */
	transform: scale(1.382, 1.418);
	-webkit-transition: 3s; /* Safari */
    transition: 3s;
}
/* End Ch.N. 21-12-2017 - Transform styles in GlobePhoto.net */

/* Ch.N. 02-11-2020  */
/* ins.16-12-2020  */
a.grow_globephoto_armour {
	color: #dddddd;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}
a.grow_globephoto_armour:hover {
	color: #2dec0f;
	text-decoration: none;
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}

.grow_globephoto_armour_232-inv {
	color: #bbbbbb;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #bbbbbb;
	border-top: 0px;
	border-left: 0px;
	padding: 0px;
	line-height: 185%;
	border-top-right-radius: 3px;
	border-top-left-radius: 77px;
	border-bottom-right-radius: 77px;
	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 #ffffff;
	background-color: #1A1E27;
	-webkit-transform: scale(1.31, 1.41); /* Safari */
	transform: scale(1.31, 1.41);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
/* End Ch.N. 02-11-2020  */

/* Ch.N. 25-11-2018 - This is label 'Budapest-Hungary.hu'  */
.grow_globephoto_armour_232 {
	color: #bbbbbb;
	text-align: center;
	vertical-align: middle;
/* Ch.N. 09-12-2020 it was inset */
	border: 1px solid #bbbbbb;
	border-bottom: 0px;
	border-right: 0px;
/* End - Ch.N. 09-12-2020 */
	margin-left: 1px;
	margin-right: 1px;
	line-height: 185%;
	border-top-right-radius: 3px;
	border-top-left-radius: 77px;
	border-bottom-right-radius: 77px;
	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 #ffffff;
	border-radius: 5px;
	background-color: #1A1E27;
/* i-31-03-2022 - it was no translate */
	-webkit-transform: scale(1.31, 1.41) translate(11px, 0px); /* Safari */
	transform: scale(1.31, 1.41) translate(11px, 0px);
/* End - i-31-03-2022 - it was no translate */
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
/* ins.04-11-2020 */
.grow_globephoto_armour_232-wob {
	text-align: center;
	vertical-align: middle;
/* Ch.N. 07-12-2020 - it was #bbbbbb */
	border: 1px inset #888888;
/* End - Ch.N. 07-12-2020 - it was #bbbbbb */
	margin-left: 1px;
	margin-right: 1px;
	line-height: 160%;
	border-top-right-radius: 3px;
	border-top-left-radius: 77px;
	border-bottom-right-radius: 77px;
	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 {
	border: 0px solid #bbbbbb;
	border-radius: 5px;
	-webkit-transform: scale(1.31, 1.41); /* Safari */
	transform: scale(1.31, 1.41);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
/* EndwCh.N. 25-11-2018 - This is label 'Budapest-Hungary.hu'  */

/* 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 {
	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: 77px;
	border-bottom-right-radius: 77px;
	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 {
	color: #FFFFFF;
	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;
}

/* Taken fm GLownPic-4.css for label at the top - 22-03-2020 */
.grow_Best-label {
	font-size: 7pt;	
	text-align: center;
	-webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.grow_Best-label:hover {
	color: #ffffff;
	background-color: #31343c;
    -webkit-transform: scale(1.15, 1.6); /* Safari */
    transform: scale(1.15, 1.6);
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
/* End - Taken fm GLownPic-4.css for label at the top - 22-03-2020 */

/* Ch.N. 05-07-2020 for MusicNote.png - taken fm GLownPic-4 */
.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. 05-07-2020 for MusicNote.png - taken fm GLownPic-4 */

/* taken-fmGLownPic - 11-02-2021 - 'THE PICTURE STYLE' for 2400/1950x pictures w/ light BG */
.BestGLobePhoto2400-net2 {
	max-width:100%;
	height:auto;	
	text-align: center;
	vertical-align: middle;
	border: 1px solid #bbbbbb;
	padding: 1px;
	border-radius: 5px;
	border-top-left-radius: 41px;
	border-top-right-radius: 41px;
/* Ch.N.08-02-2021 */
/* 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;	
/* End - Ch.N.08-02-2021 */
}
.BestGLobePhoto2400-net2:hover {
	border: 1px solid #31343C;
	border-radius: 5px;
/* Ch.N.08-02-2021 */
	-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;
/* Ch.N.08-02-2021 */
}
/* End - taken-fmGLownPic - 11-02-2021 - 'THE PICTURE STYLE' for 2400/1950x pictures w/ light BG */

/* Ch.N.24-02-2020 - THE BASIC STYLE! for 2400/1900x pictures or Armours in Armour.PhotoMaster.hu - this is USED at the moment */
.BestGLobePhoto2400-net {
	max-width: 100%;
	height: auto;	
	text-align: center;
	vertical-align: middle;	
	border: none;
/* !!! 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 {
	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.N.24-02-2020 - style for 2400/1900x pictures or Armours in Armour.PhotoMaster.hu - this is USED at the moment */

/* iNS.Ch.N.08-11-2020 - 'dummy style' for 'rand_sel_4ArC_Bp_Hu_Head_bgX.js' */
.BestGLobePhoto_Head_bgX {
/*	max-width: 100%; disabling for 'sights-and-views.budapest-hungaryy.hu' */
	height: auto;
/* Ch.N. 14-12-2020 for fitting image/
	object-fit: fill;
/* End - Ch.N. 14-12-2020 for fitting image */
	text-align: center;
	vertical-align: middle;
	padding: 1px 1px 1px 1px;
	border: 1px solid #bbbbbb;
	border-radius: 21px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.BestGLobePhoto_Head_bgX:hover {
	border: 1px solid #444444;
	border-radius: 5px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
/* End - iNS.Ch.N.08-11-2020 - 'dummy style' for 'rand_sel_4ArC_Bp_Hu_Head_bgX.js' */

/* i-02-04-2021 - taken fm GLownPic-4.css for Photo ID in 'Sights-and-Views.GLobePhoto.hu' */
.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;
}

/* i-27-06-2023 - for newer slideshows */
table.Slideshow-help {
	width: 100%;
	text-align: center;
	padding: 0px; 
	border: 0px;
	border-spacing: 0px;
	margin: auto;
	opacity: 0.3;
}
table.Slideshow-help:hover {
	opacity: 1;
}

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


/* i-11-04-2021 - for GL.hu */
a.show_WG2-largerfont {
/* ch-21-03-2022 - it was 11pt */
	font-size: 10pt;
/* End - ch-21-03-2022 - it was 11pt */
	color: #bbbbbb;
	letter-spacing: 1px;
	text-decoration: none;
	border: 1px solid #2dec0f;
	border-bottom: 0px;
	border-right: 0px;
	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;
}


.fourArC-title-GLobePhoto-hu-nowk11 {
	text-align: center;
	color: #bbbbbb;
	font-size: 13pt;	
	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;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.fourArC-title-GLobePhoto-hu-nowk11:hover {
	color: #dddddd;
	background-color: #1A1E27; 
	font-style: normal;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}

.fourArC-title-GLobePhoto-hu-nowk22 {
	text-align: center;
	color: #bbbbbb;
	font-size: 10pt;	
	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;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.fourArC-title-GLobePhoto-hu-nowk22:hover {
	color: #dddddd;
	background-color: #1A1E27; 
	font-style: normal;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}

/* i-10-07-2023 for Slideshow help file */
.fourArC-title-GLobePhoto-hu-nowk33 {
	text-align: center;
	color: #bbbbbb;
	font-size: 8pt;
	padding: 3px;
	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;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.fourArC-title-GLobePhoto-hu-nowk33:hover {
	color: #dddddd;
	background-color: #1A1E27; 
	font-style: normal;
	border-top: none;
	border-bottom: 1px solid #2dec0f;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}

/* i-08-11-2023 for Web Gallery link */
.fourArC-title-GLobePhoto-hu-nowk32 {
	text-align: center;
	color: #dddddd;
	font-size: 9pt;
	padding: 3px;
	background-color: #31343C;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 170%;
	text-decoration: none;
	cursor: pointer;
	padding-left: 11px;
	padding-right: 5px;
	border-bottom: 1px solid #2dec0f;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.fourArC-title-GLobePhoto-hu-nowk32:hover {
	color: #dddddd;
	background-color: #1A1E27; 
	font-style: normal;
	border-top: 2px solid #2dec0f;
	border-bottom: 2px solid #2dec0f;
	border-radius: 19px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}

/* i-08-11-2022 for myBest-of-theBest slides */
.fourArC-title-GLobePhoto-hu-nowk3 {
	text-align: center;
	color: #bbbbbb;
	font-size: 9pt;
	padding: 3px;
	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 dotted #2dec0f;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.fourArC-title-GLobePhoto-hu-nowk3:hover {
	color: #dddddd;
	background-color: #1A1E27; 
	font-style: normal;
	border: none;
	border-top: 2px solid #2dec0f;
	border-bottom: 2px solid #2dec0f;
/* ch-21-10-2023 */
	border-radius: 3px;
/* End - ch-21-10-2023 */
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}

.fourArC-title-GLobePhoto-hu-nowk2 {
	text-align: center;
	color: #bbbbbb;
	font-size: 8pt;
	padding: 3px;
	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;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}
.fourArC-title-GLobePhoto-hu-nowk2:hover {
	color: #dddddd;
	background-color: #1A1E27; 
	font-style: normal;
	border-top: none;
	border-bottom: 1px solid #bbbbbb;
	border-radius: 3px;
	-webkit-transition: 2s; /* Safari */
    transition: 2s; 
}

/* taken from GLownPic-4 for Borsos-... */
.fourArC-title-GLobePhoto-hu-nowk {
	text-align: center;
	color: #dddddd;
	font-size: 8pt;	
	background-color: #31343C;
	font-style: italic;
/* ch-03-10-2023 - it was 1px */
	letter-spacing: 2px;
/* End - ch-03-10-2023 - it was 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: #dddddd;
	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; 
}
.grow_rotate_52 {
 	width: 57px; 
	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(4.1,4.1) translate(0px,-33px); /* Safari */
    transform: scale(4.1,4.1) translate(0px,-33px);
	-webkit-transition: 2s; /* Safari */
    transition: 2s;
}

/* i-09-04-2021 - taken fm GLownpic-4.css Polygon styles for 'Clipping HQP' */
.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(0% 0%, 8% 13%, 7% 16%, 7% 16%, 65% 9%, 56% 28%, 33% 3%, 23% 14%, 32% 33%, 46% 33%, 78% 25%, 79% 7%, 52% 48%, 13% 58%, 23% 70%, 41% 63%, 93% 49%, 66% 58%, 63% 84%, 81% 88%, 96% 68%, 94% 93%, 39% 81%, 45% 92%, 82% 71%, 17% 49%, 37% 24%, 36% 48%, 6% 34%, 17% 4%, 16% 40%, 31% 21%, 26% 85%, 25% 37%, 36% 46%, 44% 57%, 46% 46%, 92% 32%, 81% 46%, 88% 59%, 42% 73%, 57% 74%, 89% 66%, 93% 45%, 66% 53%, 3% 85%, 31% 62%, 26% 28%, 8% 71%, 16% 52%, 34% 80%, 45% 21%, 11% 95%, 62% 97%, 25% 100%, 76% 99%, 38% 100%, 18% 29%, 3% 24%, 81% 79%, 88% 98%, 94% 12%, 70% 44%, 80% 1%, 67% 0%, 38% 13%, 98% 3%, 50% 21%);
	clip-path: polygon(0% 0%, 8% 13%, 7% 16%, 7% 16%, 65% 9%, 56% 28%, 33% 3%, 23% 14%, 32% 33%, 46% 33%, 78% 25%, 79% 7%, 52% 48%, 13% 58%, 23% 70%, 41% 63%, 93% 49%, 66% 58%, 63% 84%, 81% 88%, 96% 68%, 94% 93%, 39% 81%, 45% 92%, 82% 71%, 17% 49%, 37% 24%, 36% 48%, 6% 34%, 17% 4%, 16% 40%, 31% 21%, 26% 85%, 25% 37%, 36% 46%, 44% 57%, 46% 46%, 92% 32%, 81% 46%, 88% 59%, 42% 73%, 57% 74%, 89% 66%, 93% 45%, 66% 53%, 3% 85%, 31% 62%, 26% 28%, 8% 71%, 16% 52%, 34% 80%, 45% 21%, 11% 95%, 62% 97%, 25% 100%, 76% 99%, 38% 100%, 18% 29%, 3% 24%, 81% 79%, 88% 98%, 94% 12%, 70% 44%, 80% 1%, 67% 0%, 38% 13%, 98% 3%, 50% 21%);
/* End - ch-21-05-2021 - replace 'circle-like' style */
	overflow:hidden;
	margin: auto;
}
.polygon-HQP-1-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;
}

/* i-09-06-2021 - taken fm 'GLownPic-2' 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);
}
/* End - i-09-06-2021 - taken fm 'GLownPic-2' Transform style for 'Hungary-Sightseeing-Photography.Arts-Culture-Photography.net'*/

/* 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; 
/* ch-02-03-2022 - it was 0px */
	border-spacing: 3px;
/* End - ch-02-03-2022 - it was 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 in DiAlbums - alternate use with teach other */
table.MainT-hrplus {
 	padding:0; 
 	text-align: center; 
	border: 1px solid #444444;
/* ch-22-03-2024
	background-color: #1A1E27; */
/* ch-09-12-2022
	background-image: url('../../../images/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 {
 	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 in DiAlbums - alternate use with each other */
/* Ch.N. 15-11-2019 for MAIN table of 'PhotoMaster.hu' and similar sites w/ dark BG w/Viewport - practically the same as above but it better for acoiding scroll bar due to border-spacing */
table.MainT-PhotoMaster-hu {
	width: 100%;
	text-align: center;
 	padding: 0;
	border-spacing: 3px;
/* 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;
 	padding: 0;
	border-spacing: 3px;
/* ch.31-10-2023 - it was 1px */
	border: 3px double #444444;
/* End - ch.31-10-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.N. 15-11-2019 for main table of 'PhotoMaster.hu' w/ dark BG w/Viewport */
/* 13-03-2022 - these 2 above are mostly recommended for general use in HTMLs */

/* i-05-12-2021 - taken fm GLownPic-4 */
.grow_green_dot_2 {
/* ch-23-12-2021 */
	height: 21px;
/* End - ch-23-12-2021 */
	-webkit-transform: rotate(88deg); /* Safari */
	transform: rotate(88deg); 	
	-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-05-12-2021 - taken fm GLownPic-4 */

/* ch.n.15-03-2022 - mormally used for 'upperTitle' */
.grow_green_dot {
	margin: 1px;
	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 'lowerTitle' */
.grow_rotate_dot_hole {
	margin: 3px;
	padding: 1px;
	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-30-11-2019 for title of 'Best.GLobePhoto.net', and for webpages of fixed 2400x pictures - w/ dark BG */
.fourArC-title-BestGLobePhoto {
	text-align:justify;
	color: #888888;
/* ch.09-09-2021 - it was bold */
	font-weight: normal;
/* ch.09-09-2021 - it was bold */
	font-style: italic;
	letter-spacing: 1px;
/* ch.09-09-2021 - it was 7pt */
	font-size: 6pt;
/* End - ch.09-09-2021 */
	line-height: 145%;
	text-decoration: none;
/* ch-24-09-2021 - first was 5px */
	padding: 7px 0px 5px 0px;
/* End - ch-24-09-2021 - first was 5px */
	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;
	-webkit-transform: translate(0px, 25px);
	transform: translate(0px, 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 */

/* for rotating 4ArC logo */
.grow_4ArClogo {
	text-align: center;
	vertical-align: middle;
	border: 0px inset #888888;
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	-webkit-transform: rotate(176deg); /* Safari */
	transform: rotate(176deg); /*  */
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
.grow_4ArClogo:hover {
	text-align: center;
	border: 0px solid #1A1E27;
    -webkit-transform: scale(1.6, 1.6); /* Safari */
    transform: scale(1.6, 1.6);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
/* End - for rotating 4ArC logo */

/* ch-10-01-2022 - for rotating ACPh logo at top of HQPages */
img.grow_ACPh_logo {
	text-align: center;
	vertical-align: middle;
	height: 39px;
/* ins.30.12.2021 */
	width: 151px;
/* End - ins.30-12-2021 */
	padding-left: 5px;
	padding-right: 5px;
/* ins.30-12-2021 */
	border: none;
	border-top: 2px dashed #0f9cec;
	border-left: 2px dashed #0f9cec;
	border-radius: 5px;
/* End - ins.30.12.2021 */
	-webkit-transform: rotate(163deg) skew(21deg, 21deg); /* Safari */
	transform: rotate(163deg) skew(21deg, 21deg); /*  */
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
img.grow_ACPh_logo:hover {
/* ins.30-12-2021 */
	height: 25px;
	width: auto;
/* End - ins.30-12-2021 */
/* ins.30-12-2021 */
	border: none;
/* End - ins.30-12-2021 */
    -webkit-transform: scale(2.1, 2.1); /* Safari */
    transform: scale(2.1, 2.1);
	-webkit-transition: 3s; /* Safari */
    transition: 3s; 
}
/* End - ch-10-01-2022 - for rotating ACPh logo at top of HQPages */

/* for Hungary_ifr-thp - i-26-03-2022 - taken fm GLownPic-4 */
.iHungary_ifr-thp {
	width: 100%;
	height: 211px; 
	text-align: center; 
	padding: 0; border: 0; 
	border-spacing: 0px; 
	frameborder: 0px;
	scrolling: no;
}
/* End - taken fm GLownPic-4 */

/* i-14-04-2022 - taken fm GLownPic-4 for Footer of Slideshows */
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(-53px,-51px); /* Safari */
	transform: rotate3D(1,1,1,-191deg) translate(-53px,-51px);
    -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,17px); /* Safari */
    transform: scale(2.61, 2.61) translate(0px,17px);
	-webkit-transition: 3s; /* Safari */
	transition: 3s;
}
/* End - i-14-04-2022 - taken fm GLownPic-4 for Footer of Slideshows */

/* i-13-06-2022 for Gabor-RIP */
.grow_Gabor-RIP {
	text-align: center;
	vertical-align: middle;
	border: none;
	border-radius: 11px;
	-webkit-transform: translate(0px,0px); /* Safari */
    transform: translate(0px,0px);
	-webkit-transition: 3s; /* Safari */
	transition: 3s;
}
.grow_Gabor-RIP:hover {
	border: 1px solid #ffffff;
	-webkit-transform: scale(2.61,2.61) translate(0px,31px); /* Safari */
    transform: scale(2.61,2.61) translate(0px,31px);
}
/* End - i-13-06-2022 for Gabor-RIP */

/* ch-12-11-2023 - taken fm -4 */
.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: 54px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 87px;
	border-top-right-radius: 33px;
	-webkit-transform:  rotate3D(1,1,1,73deg) skew(17deg,17deg); /* Safari */
    transform: rotate3D(1,1,1,73deg) skew(17deg,17deg);
	-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;
	-webkit-transform: scale(2.8,2.8) translate(-41px,33px); /* Safari */
    transform: scale(2.8,2.8) translate(-41px,33px);
}

/* i-20-06-2022 - taken fm GLownPic-2 for dia.owl.hu */
.grow_pic_DiA-updated-2 {
	width: 171px;
	vertical-align: middle;
	border: 5px groove #dddddd;
	border-radius: 5px 31px 9px 18px;
	padding: 1px;
	margin-left: 91px;
	margin-top: 5px;
	margin-bottom: 5px;
	z-index: 5;
	-webkit-transform: rotate3D(1,1,1,-194deg) translate(0px,23px); /* Safari */
 	transform: rotate3D(1,1,1,-194deg) translate(0px,23px);
  	-webkit-transition: all cubic-bezier(1,-2.2,0.4,1) 3.3s;
  	transition: all cubic-bezier(1,-2.2,0.4,1) 3.3s;
}
.grow_pic_DiA-updated-2:hover {
	border-left: none;
	border-radius: 9px;
    -webkit-transform: scale(1.91,1.91) translate(-23px,17px); /* Safari */
    transform: scale(1.91,1.91) translate(-23px,17px);
	 -webkit-transition: all cubic-bezier(1,-2.2,0.4,1) 3.3s;
  	transition: all cubic-bezier(1,-2.2,0.4,1) 3.3s;
}

.grow_pic_DiA-updated {
	width: 171px;
	vertical-align: middle;
	border: 5px groove #dddddd;
	border-radius: 31px 5px 18px 9px;
	padding: 1px;
	margin-right: 91px;
	margin-top: 5px;
	margin-bottom: 5px;
	z-index: 5;
	-webkit-transform: rotate3D(1,1,1,194deg) translate(0px,23px); /* Safari */
 	transform: rotate3D(1,1,1,194deg) translate(0px,23px);
  	-webkit-transition: all cubic-bezier(1,-2.2,0.4,1) 3.3s;
  	transition: all cubic-bezier(1,-2.2,0.4,1) 3.3s;
}
.grow_pic_DiA-updated:hover {
	border-right: none;
	border-radius: 9px;
    -webkit-transform: scale(1.91,1.91) translate(23px,9px); /* Safari */
    transform: scale(1.91,1.91) translate(23px,9px);
	 -webkit-transition: all cubic-bezier(1,-2.2,0.4,1) 3.3s;
  	transition: all cubic-bezier(1,-2.2,0.4,1) 3.3s;
}

/* i-16-04-2023 - taken fm GLownPic-4 */
.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-16-04-2023 - taken fm GLownPic-4 */

/* i-19-08-2023 */
.hover-underline-animation {
  display: inline-block;
  position: relative;
}
.hover-underline-animation::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 3s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
/* i-25-01-2024 - taken fm GLownPic-4 */
.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-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;
}

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