@charset "utf-8";

/* Version: 04/03/2021 */

/***********************************************
 
  CSS Definitions

  www.TraitorOfUkraine.com

************************************************/


html 
{
	margin: 0px;
	padding: 0px;
	top: 0px;
}

.tou
{

	background-color:#FFFFFF;
	
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: auto;


}

.tou .titlePoster
{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding-top: 30px;
	padding-bottom:25%;
	width: auto;
	height: auto;
	overflow:hidden;
	border: 0px solid orange;
	text-align: center;

}

.tou .titlePoster img
{
	position: absolute;
    left: 0px;
    top: 0px;
	width: 100%;
    height: auto;
}

.tou .titleText
{
	margin-top: 0px;
	padding-top: 0px;
	
	margin-left:auto;
	margin-right:auto;
	
	overflow: hidden;
}

.tou .titleText h1
{
	vertical-align: middle;
	overflow: hidden;
	/* min-width: 380px; */	
	
	margin-top: 6px;
	margin-bottom: 12px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bolder;
	color: #900;
	text-align: center;
	letter-spacing: 1px;
	font-stretch: extra-expanded;
	/* text-transform: capitalize; */
	font-variant: small-caps;
}


.tou .titleText h2
{
	margin-top:14px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	/* min-width: 380px; */
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bold;
	font-variant:small-caps;
	text-align:center;
	color:#900;
	font-stretch:expanded;
	letter-spacing:1px;
	/* line-height:24px; */
	vertical-align: middle;
	overflow: hidden;	/*text-shadow: 3px 3px 4px #000;*/ /* x, y, blur, color */	
}

.tou .titleText h3
{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	font-variant:small-caps;
	color:#ffcc00;
	font-stretch:expanded;
	letter-spacing:1px;
	line-height:0px;
	max-width:500px;
}

	.tou .navConsole 
	{
		width: auto;
        margin: auto;
        padding: 0px;
        height: auto;
		overflow: hidden;
        text-align: center;

        position: relative;
	}

	.tou .switchLanguageButtonOff
	{
	
		width: 180px;
		height: 50px;
		
		position:relative;
		
		padding: 0px 0px 0px 0px;
		margin: 20px auto 0px auto;
		
		border: 0px solid green;
		overflow: hidden;
		
		vertical-align:middle;
		display: inline-block;
		
		font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
		font-size: 16px;
		color:#fff;
		font-weight: bold;
		line-height: 0;
		text-align:center;
	
		background-image: url("../images/switchLanguage_button_off.gif");
		background-repeat:no-repeat;
		background-attachment:scroll;
		background-position: 50% 0%;
		
		cursor: pointer;	
	}
		
	.tou .switchLanguageButtonOn
	{
	
		width: 180px;
		height: 50px;
		
		position:relative;
		
		padding: 0px 0px 0px 0px;
		margin: 20px auto 0px auto;
		
		border: 0px solid green;
		overflow: hidden;
		
		vertical-align:middle;
		display: inline-block;
		
		font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
		font-size: 16px;
		color:#fff;
		font-weight: bold;
		line-height: 0;
		text-align:center;
	
		background-image: url("../images/switchLanguage_button_on.gif");
		background-repeat:no-repeat;
		background-attachment:scroll;
		background-position: 50% 0%;
		
		cursor: pointer;	
	}
		
	.tou .switchLanguageButtonOff .Russia,
	.tou .switchLanguageButtonOn .Russia {
		
		background-image: url("../images/russian_flag_icon.png");
	    background-position: center;
		background-repeat: no-repeat;
		padding: 0px;
		position: inherit;
		margin: 5px auto 0px auto;
		width: 16px;
		height: 14px;
	}
		
	.tou .switchLanguageButtonOff .Ukraine,
	.tou .switchLanguageButtonOn .Ukraine {
		
		background-image: url("../images/ukrainian_flag_icon.png");
	    background-position: center;
		background-repeat: no-repeat;
		padding: 0px;
		position: inherit;
		margin: 5px auto 0px auto;
		width: 16px;
		height: 14px;
	}
	
	.tou .switchLanguageButtonOff .USA,
	.tou .switchLanguageButtonOn .USA {
		
		background-image: url("../images/usa_flag_icon.png");
	    background-position: center;
		background-repeat: no-repeat;
		padding: 0px;
		position: inherit;
		margin: 5px auto 0px auto;
		width: 16px;
		height: 14px;
	
	}
	
	.tou .switchLanguageButtonOff:hover,
	.tou .switchLanguageButtonOn:hover
	{
		/* opacity: 0.7; */
		filter: contrast(165%);
		-webkit-filter: contrast(165%);
	}
	
	.tou .switchLanguageButtonOff a:link,
	.tou .switchLanguageButtonOn a:link {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		line-height: 1.2;
		padding: 8px 0px 8px 0px;
		margin: auto 20px auto 20px;
		background-image: none;
	}
	
	.tou .switchLanguageButtonOff a:visited,
	.tou .switchLanguageButtonOn a:visited {
		color: #fff; 
		font-weight: bold;
		text-decoration:none;
		padding: 8px 0px 8px 0px;
		margin: auto 20px auto 20px;
		line-height:1.2px;
	}
	
	.tou .switchLanguageButtonOff a:link:hover, 
	.tou .switchLanguageButtonOff a:visited:hover,
	.tou .switchLanguageButtonOn a:link:hover, 
	.tou .switchLanguageButtonOn a:visited:hover {
		color: gold;
		font-weight: bold;
		text-decoration: none;
		margin: auto 20px auto 20px;
		padding: 8px 0px 8px 0px;
	}
	


.tou .headshotContainer
	{
		
		text-align:center;
		max-width:900px;
		height:auto;
		margin-left:auto;
		margin-right:auto;
	
	
	}
	
.tou .headshotContainer .headshot
	{
		text-align:center; 
		vertical-align: top;
		display:inline-block;
		margin-top:auto;
		margin-bottom:30px;
		margin-left:auto;
		margin-right:auto;
		padding: 10px;
		width:240px;
		position:relative;
	}
	
.tou .headshotContainer .headshot p
	{
		text-align:center; 
		max-width:220px;
		margin:auto;
		padding:0px;
		font-size:1em;
	}

.tou .imgContainer30
{
	margin-left:auto;
	margin-right:auto;
	
 	position:relative;
 	padding-top: 30px;
	padding-bottom:30%;
	width: auto;
	height: auto;
	overflow:hidden;
	
	border: 0px solid orange;
 	text-align: center;

}

.tou .imgContainer45
{
	margin-left:auto;
	margin-right:auto;
	
 	position:relative;
 	padding-top: 30px;
	padding-bottom:45%;
	width: auto;
	height: auto;
	overflow:hidden;
	
	border: 0px solid orange;
 	text-align: center;

}

.tou .imgContainer55
{
	margin-left:auto;
	margin-right:auto;
	
 	position:relative;
 	padding-top: 30px;
	padding-bottom:55%;
	width: auto;
	height: auto;
	overflow:hidden;
	
	border: 0px solid orange;
 	text-align: center;

}

.tou .imgContainer75
{
	margin-left:auto;
	margin-right:auto;
	
 	position:relative;
 	padding-top: 30px;
	padding-bottom:75%;
	width: auto;
	height: auto;
	overflow:hidden;
	
	border: 0px solid orange;
 	text-align: center;

}

.tou .imgContainer30 img,
.tou .imgContainer45 img,
.tou .imgContainer55 img,
.tou .imgContainer75 img
{
	position: absolute;
    left: 0px;
    top: 0px;
	width: 100%;
    height: auto;
}


.tou p
{
	font: 18px Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight: normal;
	line-height: 2;
	
	max-width: 800px;
	
	margin-left:auto;
	margin-right:auto;

	padding-right: 20px;
	padding-left: 20px;

}

.tou .narrow {
	
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
}
.tou .narrow p
{
	font: 18px Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight: normal;
	line-height: 2;
	
	max-width: 500px;
	
	margin-left:auto;
	margin-right:auto;

	padding-right: 20px;
	padding-left: 20px;

}



.tou h1
{
	font: 22px Georgia, "Times New Roman", Times, serif;
	color:#be180b;
	font-weight:bold;
	text-align:center;
	
	padding-left: 10px;
	padding-right: 10px;
	
	margin: 0px;
}

/*
h1.tou_header
{
	font: 22px Verdana, Geneva, sans-serif;
	color:#be180b;
	font-weight: bold;
}
*/

/*
h1.tou_subHeader
{
	font: 20px Verdana, Geneva, sans-serif;
	color:#000;
	font-weight: bold;
	text-align: center;
}
*/

.tou h2
{
	font: 16px Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight: bold;
	text-align: center;
	
	padding-left: 10px;
	padding-right: 10px;
	
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 40px;
	
	max-width:600px;
}

.tou h3
{
	font: 10px Verdana, Geneva, sans-serif;
	color:#000;
	font-weight: normal;
}

.tou h4
{
	font: 5px Verdana, Geneva, sans-serif;
	color:#FFF;
	font-weight: normal;
}

.tou ul
{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.tou .table {
	
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	text-align: center;
}

.tou .table .cell {
	
	text-align:left; 
	position:relative; 
	display:inline-block;
	max-width: 200px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
}

.tou .footer
{
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	text-align:center;
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000;
	letter-spacing:1px;
	font-variant: small-caps;
	padding: 18px;
}


.tou a:link {
	color: #F00;
	font-weight: bold;
	text-decoration: underline;
}

.tou a:visited {
	color: #F00;
	font-weight: bold;
}

.tou a:link:hover, 
.tou a:visited:hover {
	color: #F60;
	font-weight: bold;
	text-decoration: none;
}

.tou a:link:active, 
.tou a:visited:active {
	color: #FC0;
	text-decoration: none;
}
