* {
	box-sizing: border-box
}

@font-face {
	font-family: ff-enzo-web, sans-serif;
font-style: normal;
font-weight: 100;
}

body {
	background-image: url(../images/bg.jpg);
	background-size: cover;
	padding: 0;
	margin: 0;
}

body > header {
	width: 1120px;
	height: 100px;
	background-color: #FFF;
	margin: 20px auto;
	overflow: auto;
}

.threeBoxes p {
	margin-top: -25pt;
}

}
.Header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1200px;
  height: 1300px;
  z-index: 66;
} 

.logo {
	width: 200px;
	height: auto;
	float: left;
	margin: 7px;
}

.social {
	margin-top: 10px;
	margin-right: 10px;
  width: 200px;
  height: auto;
  float: right;
	text-align: right;
}

.login a {
  font-size: 20px;
  font-family: "Enzo OT";
  color: rgb(159, 213, 202);
	text-decoration: none;
}

.icon {
	width: auto;
	height: 25px;
	margin-top: 22px;
	margin-right: 10px;
	float: right;
}

.icon:last-child{
	margin-right:0;
}

aside {
	height:auto;
	float: right;
	margin-top: 20px;
	font-family: ff-enzo-web, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12pt;
	text-align: center;
}

aside nav {
	width: 330px;
}

.asideAd {
	height:550px;
	float: right;
	margin-bottom: 10px;
	margin-top: 20px;
	font-family: ff-enzo-web, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12pt;
	text-align: center;
}

.asideAd nav {
	width: 330px;
}

nav a:link {
	color: #000;
	text-decoration: none;
	padding: 8px;
}

nav a:hover, nav a:active, nav a: focus{
	color: darkgrey;
	text-decoration: none;
}

.ad {
	width: 120px;
	height: 240px;
	margin-top:40px;
}

main {
	width: 1120px;
	margin: 0 auto;
	overflow: auto;
	margin-top: 20px;
}

.slider {
	width: 745px;
	height: 275px;
	margin-bottom: 20px;
	float: left;
}

.box1 {
	width: 745px;
	height: auto;
	margin-bottom: 20px;
	background-color: #fff;
	float: left;
	font-family: ff-enzo-web, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12pt;
	padding: 0px 10px 10px 10px;
	text-align: center;
}

h1 {
	font-family: ff-enzo-web, sans-serif;
	font-style: normal;
	font-weight: 300;
	text-align: center;
}

.twoBoxes {
	width: 745px;
	height: auto;
	margin-bottom:20px;
	font-family: ff-enzo-web, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 12pt;
	overflow: auto;
}

.twoBoxes img {
	margin-right: 73px;
	float: left;
}

.twoBoxes img:last-child {
	margin-right: 0;
}

.threeBoxes {
	width:auto;
	height: auto;
	margin-bottom: 30px;
	float:left;
}

.box3 {
	width: 254px;
	float: left;
	margin-right: 99px;
	text-align: center;
	font-family: ff-enzo-web, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 11pt;
}

.box3:last-child {
	margin-right: 0;
}

.midBoxes {
	width: 960px;
	overflow: auto;
	margin-bottom: 30px;
}

.boxmid {
	width: 470px;
	margin-right: 20px;
	background-color: #fff;
	float: left;
	height: 465px;
	padding: 0px 15px 5px 15px;
	text-align: center;
	font-family: ff-enzo-web, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 12pt;
}

.boxmid:last-child {
	margin-right:0;
}
.boxmid > h1 {
	font-family: ff-enzo-web, sans-serif;
	font-style: normal;
	font-weight: 100;
}

.boxmid > h4 {
	font-family: ff-enzo-web, sans-serif;
	font-style: normal;
	font-weight: 100;
}

footer {
	margin: 10px auto;
	width: 100%;
	height: 75px;
	background-color: rgba(255, 255, 255, 0.9);
}

.footer {
	width: 960px;
	height:75px;
	margin: 0 auto;
}

.footer > div {
	float:left;
	text-align: center;
	font-family: ff-enzo-web, sans-serif;
	height: auto;
	font-style: normal;
	font-weight: 500;
	font-size: 11pt;
	width: 192px;
}


/********** slick slider changes **************/

.slick-dots li button::before {
	color:whitesmoke;
	opacity: 0.5;
}

.slick-dots li.slick-active button:before {
	opacity: 1.0;
	color: teal;
}

.slick-prev
{
    left: 10px;
}
.slick-next
{
    right: 10px;
}

.slick-prev:before {
	opacity: 0.5;
	color: whitesmoke;
}
.slick-next:before {
	opacity: 0.5;
	color: whitesmoke;
}

.slick-dots
{
    bottom: 0px;
}

/******************************************************** this is a way to change the arrows but I dont like them so I'm killing them mwahahah

.slick-prev:before
{
    content: '<';
}
[dir='rtl'] .slick-prev:before
{
    content: '>';
}

.slick-next:before
{
    content: '>';
}
[dir='rtl'] .slick-next:before
{
    content: '<';
}****************************************************/

/*** table code ***/

table {
	width: 745px;
	height: 160px;
	padding-bottom: 20px;
	font-family: ff-enzo-web, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 12pt;
}

th {
	background-color: #fff;
	color: #000;
	text-align: center;
	font-family: ff-enzo-web, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16pt;
	height: 50px;
	padding-top: 20px;
}

td, th {
	padding: 6px 12px 8px 6px;
}
	
td {
	background-color: #fff;
}
/*-----------------------------------------------------*/

.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;
}

.clearFloat {
	clear: both;
	float: none;
}