@charset "UTF-8";
/* CSS Document */


body {
	background-image:url("../images/new_backer3.png");
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000;
	color:#CCC;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	}
	
	
#footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #CCC;
	width: 100%;
	font-size: 10px;
	letter-spacing: 1.5px;
	font-family: "Times New Roman", Times, serif;
	}
	
#mainBOX {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	width:957px;
	}

#contentBOX {
	height:480px;
	line-height:20px;
	padding-top:15px;
	display:inline-block;
	font-size:13px;
	letter-spacing:1.5px;
	width:100%;
	font-weight:100;
	padding-left:80px;
	
	}

#tagline {
	max-width:348px !important;
	padding-top:6px;
	}
	
	
.addressBOX {
	padding-top:210px;
	text-align:center !important;
	margin-left:-80px !important;
	}
	
.partner {
	font-size:13px;
	}
	

	
#logo {
	background-image:url("../images/logo_transparent.png");
	float:left;
	margin-top:70px;
	min-width:105px;
	min-height:105px;
	margin-left:80px;
	background-repeat: no-repeat;
	background-size:100%;
	margin-bottom:10px;
	}
	
a {
	color: #C9C9C9;
	}
	
a:hover, a.active, a:hover, a:focus {
	color: #FFFFFF;
	}

.fade {
	opacity:0;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (max-width : 700px) {
/* Styles */
#mainBOX {width:100%}
#logo {margin-left:10px}
#contentBOX{padding:0px 5%}

.addressBOX {
  padding-top: 30%;
  margin-left: 0px!important;
  width: 100%;
}

#footer{line-height:1.25em}

#tagline {width:100%!important}

}

/* Ipad (portrait and landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px)  { 

.addressBOX {
  padding-top: 210px;
  text-align: center !important;
  margin-left: 0px !important;
}

#mainBOX {
  width:100%;
}

.partner {
  margin-right:15px;
}

#contentBOX {
  padding-left:0px;
}

#contentBOX #new-name,
#contentBOX #tagline{
  padding-left:80px;
}
	
}


