@charset "utf-8";

html,body {
	height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
}

a:link {color:#333;}      /* unvisited link */
a:visited {color:#333;}  /* visited link */
a:hover {color:#333;}  /* mouse over link */
a:active {color:#333;}  /* selected link */

.container {
    display: table;
    height: 100%;
}
.row {
   // min-width: 960px;
    display: table-cell;
    height: 100%;
	max-width:650px;
    vertical-align:middle;

}

.row_fr {
	// min-width: 960px;
    display: table-cell;
    height: 100%;
	max-width:650px;
    vertical-align:middle;
}

.lang {
	display: table-cell;
    height: 100%;
	width:500px;
	float:right;
}

.centering {
  float:none;
  margin:0 auto;
}
.mid {
	max-width:650px;
	//width:auto;
	min-height:80px;

}
.mid_fr {
	max-width:650px;
	//width:auto;
	min-height:80px;
}

/* logos */
.hsfy_en {
	background-image: url(../img/hsfylogo_en.jpg);
    background-repeat: no-repeat;
	float:left;
	width:325px;
	height:59px;
	border-right: 1px solid #333;
}

.hsfy_fr {
	background-image: url(../img/hsfylogo_fr.jpg);
    background-repeat: no-repeat;
	float:left;
	width:325px;
	height:59px;
	border-right: 1px solid #333;
}

.hat_en {
	background-image: url(../img/hatlogo_en.jpg);
    background-repeat: no-repeat;
	float:left;
	width:325px;
	height:80px;
	border-right: 1px solid #333;
}

.hat_fr {
	background-image: url(../img/hatlogo_fr.jpg);
    background-repeat: no-repeat;
	float:left;
	width:320px;
	min-height:80px;
	border-right: 1px solid #333;
}

.tv_en {
	background-image: url(../img/tvlogo_en.jpg);
    background-repeat: no-repeat;
	float:left;
	width:232px;
	height:80px;
	border-right: 1px solid #333;
}

.tv_fr {
	background-image: url(../img/tvlogo_fr.jpg);
    background-repeat: no-repeat;
	float:left;
	width:275px;
	height:80px;
	border-right: 1px solid #333;
}

.tvplus_en {
	background-image: url(../img/tvpluslogo_en.jpg);
    background-repeat: no-repeat;
	float:left;
	width:325px;
	height:80px;
	border-right: 1px solid #333;
}

.tvplus_fr {
	background-image: url(../img/tvpluslogo_fr.jpg);
    background-repeat: no-repeat;
	float:left;
	width:325px;
	height:80px;
	border-right: 1px solid #333;
}

/* right content */
.right {
	//background:#eee;
	float:left;
	//width:325px;
	height:80px;
	padding-left:33px;
	padding-top: 20px;
}

.right_fr {
	//background:#eee;
	float:left;
	width:320px;
	height:100px;
	padding-left:20px;
	padding-top: 20px;
}

.right-text {
	text-align:left;
	font-size:14px;
	color:#333;
	text-transform:uppercase;
	//padding-top:16%;
	font-size:12px\9;
}

.bmo-blue{
	color:#007ac2;
	font-weight:bold;
}

/* bottom links */
.bottom {
	width:100%;
	text-align:center;	
}

.bottom ul {
    width: 100%;
    overflow: hidden;
	padding:0;
	margin:0;
 }

.bottom li {
	display: inline-block;
	width:22%;
	padding: 40px 0 0 0;
	//padding: 0;
	margin:0;
	color:#333;
}

.bottom li a {
	color:#333;
	text-decoration:underline;
}

.bottom li a:hover {
	color:#ccc;
	text-decoration:underline;
}

/* lightbox content */
#privacy {
	overflow:auto;
	width:100%;
	height:100%;
	background-color:#eee;
	padding:30px;
}

#terms {
	overflow:auto;
	width:100%;
	height:100%;
	background-color:#eee;
	padding:30px;
}

#wrap #privacy {
	display:none;
}

#wrap #terms {
	display:none;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	
	.hat_en {
		background-image: url(../img/hatlogo_en.jpg);
		border-right: none;
		border-bottom: 1px solid #333;
		text-align:center;
		width:100%;
		height:80px;
	}
	.hat_fr {
		background-image: url(../img/hatlogo_fr.jpg);
		border-right: none;
		border-bottom: 1px solid #333;
		text-align:center;
		max-width:325px;
		width:100%;
	}
	.tv_en {
		background-image: url(../img/tvlogo_en.jpg);
		border-right: none;
		border-bottom: 1px solid #333;
		text-align:center;
		width:100%;
		height:80px;
	}
	.tv_fr {
		background-image: url(../img/tvlogo_fr.jpg);
		border-right: none;
		border-bottom: 1px solid #333;
		text-align:center;
		width:275px;
		height:80px;
	}
	.tvplus_en {
		background-image: url(../img/tvpluslogo_en.jpg);
		border-right: none;
		border-bottom: 1px solid #333;
		text-align:center;
		width:100%;
		height:80px;
	}
	.tvplus_fr {
		background-image: url(../img/tvpluslogo_fr.jpg);
		border-right: none;
		border-bottom: 1px solid #333;
		text-align:center;
		width:275px;
		height:80px;
	}

	.right {
		//padding-top:20px;
		padding-left:0;
		width:100%;
	}
	.right_fr {
		width:320px;
		padding-top:20px;
		padding-left:0;
	}
	.right-text {
		font-size:12px;
	}
	
	.bottom ul {
		width:100%;
	}
	.bottom li {
		width:45%;
		font-size:10px;
	}	
	.footer-text {
		font-size:9px;
	}
}
@media (min-width: 481px) {
	.mid {
		max-width:305px;
	}
	.hat_en {
		background-image: url(../img/hatlogo_en.jpg);
		border-right: none;
		border-bottom: 1px solid #333;
		text-align:center;
		height:80px;
	}
	.hat_fr {
		background-image: url(../img/hatlogo_fr.jpg);
		border-right: none;
		border-bottom: 1px solid #333;
		text-align:center;
		max-width:325px;
		width:100%;
		height:80px;
	}
	.tv_en {
		background-image: url(../img/tvlogo_en.jpg);
		border-right: none;
		border-bottom: 1px solid #333;
		text-align:center;
		height:80px;
	}
	.tv_fr {
		background-image: url(../img/tvlogo_fr.jpg);
		border-right: none;
		border-bottom: 1px solid #333;
		text-align:center;
		max-width:320px;
		height:80px;
	}
	.tvplus_en {
		background-image: url(../img/tvpluslogo_en.jpg);
		border-right: none;
		border-bottom: 1px solid #333;
		text-align:center;
		height:80px;
	}
	.tvplus_fr {
		background-image: url(../img/tvpluslogo_fr.jpg);
		border-right: none;
		border-bottom: 1px solid #333;
		text-align:center;
		max-width:320px;
		height:80px;
	}
	.right {
		//padding-top:20px;
		padding-left:0;
		width:inherit%;
	}
	.right_fr {
		width:335px;
		padding-top:20px;
		padding-left:0;
	}
	.right-text {
		font-size:12px;
	}
	.bottom ul {
		width:100%;
	}
	.bottom li {
		width:45%;
		font-size:11px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.mid {
		max-width:100%
	}
	.hat_en {
		border-right: 1px solid #333;
		border-bottom: none;
		margin-left:0;
		min-width:305px;
	}
	.hat_fr {
		background-image: url(../img/hatlogo_fr.jpg);
		border-right: 1px solid #333;
		border-bottom: none;
		margin-left:0;
		min-width:325px;
	}
	.tv_en {
		border-right: 1px solid #333;
		border-bottom: none;
		margin-left:0;
		min-width:232px;
	}
	.tv_fr {
		background-image: url(../img/tvlogo_fr.jpg);
		border-right: 1px solid #333;
		border-bottom: none;
		margin-left:0;
		min-width:220px;
	}
	.tvplus_en {
		border-right: 1px solid #333;
		border-bottom: none;
		margin-left:0;
		min-width:232px;
	}
	.tvplus_fr {
		background-image: url(../img/tvpluslogo_fr.jpg);
		border-right: 1px solid #333;
		border-bottom: none;
		margin-left:0;
		min-width:220px;
	}
	.right {
		padding-left:22px;
		//padding-top:10px;
		padding-right:51px;
	}
	.right_fr {
		max-width:325px;
		padding-top:20px;
		padding-left:25px;
	}
	.right-text {
		font-size:12px;
	}
	.bottom li {
		width:200px;
	}
	
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.right_fr {
		//background:#eee;
		float:left;
		max-width:325px;
		height:100px;
		//padding-left:30px;
	}
	.bottom li {
		width:200px;
	}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}



	


