@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700&display=swap');


@font-face {
  font-family: "Century";
  src: url("/fonts/CENTURY.TTF") format("truetype");
  unicode-range: U+0025-00FF;  
}



*{
  -webkit-backface-visibility:hidden;
     -moz-backface-visibility:hidden;
      -ms-backface-visibility:hidden;
       -o-backface-visibility:hidden;
          backface-visibility:hidden;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

a {color:#000;
    text-decoration:none;
	-moz-transition: color .50s ease, margin .35s ease;
	-webkit-transition: color .50s ease, margin .35s ease;
	-o-transition: color .50s ease, margin .35s ease;
	-ms-transition: color .50s ease, margin .35s ease;
	transition: color .50s ease, margin .35s ease;}
a:hover {color:#b80000; text-decoration:underline;}

html,body {
	overflow-x:hidden;
	margin:0px;
	padding:0px;
	border: 0px;
	height: 100%;
	/*background-image:url('images/Bkg_Gradient.jpg');
	background-position:left top;
	background-repeat:repeat-x;
	background-attachment:fixed;*/
	background-color:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-family: 'Roboto', Arial, serif;
   letter-spacing: -.2px;
  	font-size:20px;
	color:#2b2b2b;
	font-weight:300;
	line-height:1.2;
}

.FullWidth 
{
	width: 100%;
	margin:0px;
	padding:0px;
}
.FullWidthJUDO 
{
	width: 100%;
	margin:0px;
	padding:0%;
	background-color: #000;
}
.FullWidthJUDO a
{
color:#FF0004;
}
.FullWidthJUDO a:hover
{
color:#fff;
}
.CenterWidth
{
	width:100%;
	max-width: 1200px;
	margin: 0px auto;
	padding:0px;
	border: 0px;
 /*  overflow:hidden;*/
   	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	/*line-height: 0;*/
	/*overflow-x:hidden;*/
}
.CenterWidthJUDO
{
	width:100%;
	max-width: 1000px;
	margin: 0px auto;
	padding:0% 2% 2% 2%;
	border: 0px;
 /*  overflow:hidden;*/
   	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	/*line-height: 0;*/
	/*overflow-x:hidden;*/
	color:#fff;
}
.CenterWidthJUDO img
{
	width:100%;
	max-width:100%;
	height:auto;
}
.CenterWidthJUDO70
{
	text-align: center;
	/*margin: 0px auto;*/
}
.CenterWidthJUDO70 img
{
	width:70%;
	height:auto;
}
.CenterWidth img
{
	width:100%;
	height:auto;
}
.CenterWidthPadding
{
	width:100%;
	max-width: 1200px;
	margin: 0px auto;
	text-align: center;
	padding:10px 0px 10px 0px;
	border: 0px;
 /*  overflow:hidden;*/
   	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	/*overflow-x:hidden;*/
}

 @media handheld, screen and (max-width: 767px) {
.CenterWidthJUDO
{
	padding:0% 5% 5% 5%;

}
}