html {
	height: 100%;
}
body {
	color: #44729C;
	background-color: #fefefe;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 400;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #d4232a;
}
p {
	line-height: 1.4;
	margin: 0;
	text-indent: 16px;
	text-align: justify;
	padding:10px;
}
h1 {
	font-size: 32px;
	padding: 0 20px
	
}
h2 {
	color: #44729C;
	font-size: 120%;
	margin: 0 15px;
	padding: 8px 0px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: left;
}

h3 {
	font-size: 12px;
	margin: 0;
	padding-top: 6px;
}
h3.title {
	font-weight: 400;
	font-size: 120%;
	text-transform: uppercase;
}
li {

	line-height: 1.8;		
	list-style-position: inside
}
img {
	border: none;
}
.bodyDiv {
	height: auto !important;
	min-height: 100%;
	position: relative;
	width: 100%;
	min-width: 1010px
}
.head {
	color: white;	
	width: 100%;
	background: url("/img/headers/brooklyn/1.jpg") 0 50% no-repeat #ccc;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 420px;
	height: 45%;
	border-bottom: 1px solid #999;

}
.headText {
	position: absolute;
	left: 90px;
	top: 90px;
	font-size: 48px;
	text-shadow: 1px 1px 8px black, 0 0 5px black;
	text-align: left;
	font-weight: bold;
	z-index: 999;
	line-height: normal;
	color: white;
}
.headText a {
	color: white;
}
.headText a:hover {
	text-decoration: underline;
}
.content {
	width: 1010px;
	margin: 0 auto;
	height: auto !important;
	position:relative;
/*	background-color: white;*/
	text-align: left;
}
.bottomButtons{
	overflow: auto;
	padding-bottom: 130px;
	padding-right: 12px;
	margin-top: -30px;
}
.bottomButton{
	text-decoration: none;
	display: block;
	float: right;
	position: relative;
	vertical-align: top;	
	margin-left: 12px;
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;	
}
.bottomButton:hover{
	background-position: 0 -32px;
}
.bottomBup {
	background-image: url("/img/icons/newupbtn.png");
}
.bottomBhome {
	background-image: url("/img/icons/newhomebtn.png");
}
.footer {
	width: 100%;
	text-align:center;
	background: url("/img/nfooter.png") 0 -50px repeat-x;
	height: 420px;
	position: absolute;
	bottom: 0;
	padding: 0;
}
.footer a {
	font-family: 'Raleway',sans-serif;
	display: inline;
	font-size: 100%;
}
.footerSpot {
	height: 460px;
}
.footerCenter {
	padding-top: 0;
	width: 1000px;
	margin: 0 auto;	
}
.footerBlox {
    display: inline-block;
    line-height: 1.6;
    padding: 0 80px;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 170px;
}
.footerBlox a{
	color: #44729C;
}
.footerBlox a:hover{
	color: #d4232a;
}
.footerHead {
	font-family: 'Raleway',sans-serif;
	font-size: 20px;
	font-weight: 400;
    left: -50px;
    position: absolute;
    text-align: right;
    top: 88px;
    transform: rotate(-90deg);
    width: 200px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* Index */
.contentIndex {
	text-align: center;
	padding-top: 70px;
	max-width: 1010px;
	display: inline-block
}
.area {
	display: inline-block;
	text-align:center;
	width: 600px;
}
.carousel-inner .item  div{
	background-position: 0 0;	
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:400px;
}
.img1 {
	background-image: url("/img/1.jpg");
}
.img2 {
	background-image: url("/img/2.jpg");
}
.img3 {
	background-image: url("/img/3.jpg");
}
.img4 {
	background-image: url("/img/4.jpg");
}
.img5 {
	background-image: url("/img/5.jpg");
}
.img6 {
	background-image: url("/img/6.jpg");
}
.img7 {
	background-image: url("/img/7.jpg");
}
.caption1 {
	text-shadow: 1px 1px 8px black, 0 0 5px black;
}
.carousel-control {
	top: 120px;
}
.carousel-control span {
	line-height: 0.9
}
.carousel-control :hover{
	cursor: pointer;
}
.photoIndex {	
	display: inline-block;
	position: relative;
	line-height: 1;
	overflow:hidden;
	width: 100%;
	width: 350px;
	height: 350px;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.photoIndex:hover 
{
	-webkit-box-shadow:  0px 0px 15px 2px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 15px 2px rgba(0, 0, 0, 0.3);
}
.photoIndex > img
{  	
	position:absolute;
	top:0;
	left:0;
	transition: all 1s;
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
}
.photoIndex:hover > img
{
	transition: all 2s;
	transform: scale(1.3);
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-moz-transform: scale(1.3);
}

.photoIndexText {
	display: block;
	position: absolute;
	top: 36%;
	text-align: center;
	padding: 22px 0;
	font-size: 40px;
	font-weight: bold;
	color: white;
	z-index: 1;
	background-color: rgba(49, 161, 203, 0.6);
	text-shadow: 1px 1px 8px black, 0 0 5px black;
	width: 100%;
}
.offer{
	color: white;
	padding:10px 1px;
	background-color: rgba(19, 173, 73, 0.8);
	text-shadow: 1px 1px 8px black, 0 0 5px black;
	display: block;
	top: 0;
	text-align: center;
}
.reduced{
	text-transform: uppercase;
	float:right;
	color: white;
	font-weight: bold;
	text-align:right;
	padding:10px;
	background-color: rgba(212, 35, 42, 0.6);
	text-shadow: 1px 1px 8px black, 0 0 5px black;
} 
.btn {
	color: white; 
	display: inline-block;
	padding: 6px;
	margin: 6px; 
	background-color: #44729C; 
	background: -webkit-linear-gradient(top, #7DCEFA, #44729C);
	background: -moz-linear-gradient(top, #7DCEFA, #44729C);
	background: -o-linear-gradient(top, #7DCEFA, #44729C);
	background: -ms-linear-gradient(top, #7DCEFA, #44729C);
	border: 1px solid #44729C; 
	border-radius: 8px;
}
.btn:hover {
	color: #666; 
	background-color: #ccc; 
	background: -webkit-linear-gradient(top, #fff, #ccc);
	background: -moz-linear-gradient(top, #fff, #ccc);
	background: -o-linear-gradient(top, #fff, #ccc);
	background: -ms-linear-gradient(top, #fff, #ccc);
	border-color: gray; 
	cursor: pointer;
}
