/* CSS Document */
body {
width:100%;
margin: 0px;
font-family: 'Open Sans Condensed', sans-serif;
font-size:12px;
color:#000000;
background-color:#FFFFFF;
}


.header{
width:100%;
background-color:#C11F1D;

}

.gallery-banner{
width:100%;}


.middle-top{
width:100%;
background-color:#4F3E60;
}

.middle-top1{
width:100%;
background-color:#F7C300;
}

.top-band{
background-color: #C11F1D;
padding-top: 10px;
padding-bottom: 10px;
color:#ffffff;
font-family: 'Varela Round', sans-serif;
font-size: 16px;
}

.top-band-link:link {
color:#ffffff;
text-decoration:none;}

.top-band-link:visited {
color:#ffffff;
text-decoration:none;}

.top-band-link:hover {
color:#ffffff;
text-decoration:underline;}

.top-band-link:active {
color:#ffffff;
text-decoration:none;}

.country-names {
background-color: #4F3E60;
height: 35px;
padding: 3px 0px 3px 3px;
color:#ffffff;
font-family: 'Varela Round', sans-serif;
font-size: 16px;
}

.message-div {
background-color: #F7C300;
height: 35px;
padding: 3px 0px 3px 3px;
color:#000000;
font-family: 'Varela Round', sans-serif;
font-size: 35px;
}

.home-text-registration {
font-family: 'Varela Round', sans-serif;
font-size: 18px;}

.country-names-links:link {
color:#ffffff;
text-decoration: none;}


.country-names-links:visited {
color:#ffffff;
text-decoration: none;}


.country-names-links:hover {
color:#ffffff;
text-decoration: underline;}


.country-names-links:active {
color:#ffffff;
text-decoration: none;}


.logo-hr {
border-bottom: 1px solid #E5E5E5;
border-top: 1px solid #E5E5E5;}

.table-hr {
border-bottom: 1px solid #E5E5E5;
border-top: 1px solid #E5E5E5;
border-left: 1px solid #E5E5E5;
border-right: 1px solid #E5E5E5;
height: 15px;
font-family: 'Varela Round', sans-serif;
font-size: 14px;}

h1 {
font-family: 'Varela Round', sans-serif;
font-size: 18px;
color: #8f221f;
letter-spacing: -1px;}

h2 {
font-family: 'Varela Round', sans-serif;
font-size: 18px;
color: #ffffff;
letter-spacing: -1px;}

.class-h3 {
font-size: 80px;
color: #da2625;
font-family: 'Cantata One', serif;
}

.class2-h3 {
font-size: 60px;
color: #da2625;
font-family: 'Cantata One', serif;
}

.class-headings {
font-size: 35px;
color: #da2625;
font-family: 'Varela Round', sans-serif;
}


.class-headings-countries {
font-size: 30px;
color: #da2625;
font-family: 'Varela Round', sans-serif;
}

.bul-h3 {
font-family: 'Varela Round', sans-serif;
	font-size: 13px;
line-height:20px;

word-spacing:2px;
color: #a92928;}

.text-regular {
font-family: 'Varela Round', sans-serif;
	font-size: 13px;
	color: #333333;
line-height:20px;

word-spacing:2px;
}

.inside-text-regular {
font-family: 'Varela Round', sans-serif;
	font-size: 13px;
	color: #333333;
line-height:20px;

word-spacing:2px;
}

.footer-band {
background-color: #f8c301;
padding-top: 10px;
padding-bottom: 10px;
color:#000;
font-weight: bold;
font-family: 'Varela Round', sans-serif;
font-size: 14px;}

.td-dotted {
border-bottom: 1px dotted #999999;}
.td-dotted-right {
border-right: 1px dotted #999999;}

#feedback { 
  height: 104px; 
  width: 104px; 
  position: fixed; 
  top: 82%; 
  z-index: 999;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); 
  -moz-transform: rotate(-90deg); 
  -o-transform: rotate(-90deg); 
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback a { 
  display: block; 
  background: #f00; 
  height: 35px; 
  width: 200px; 
  padding: 8px 16px;
  color: #fff; 
  font-family: Arial, sans-serif; 
  font-size: 24px; 
  font-weight: bold; 
  text-decoration: none; 
  border-bottom: solid 1px #333;
  border-left: solid 1px #333;
  border-right: solid 1px #fff;
}

#feedback a:hover { 
  background: #06c; 
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.style4-bg{
background-color:#4f3e60;
color:#FFFFFF;
font-weight:bold;}

.banner img{
width:100%;
}

#banner{
margin-top: 10px;
z-index: 200;
position: absolute;
}