@charset "UTF-8";
@import url("../webfonts/GOTH720L/stylesheet.css");
@import url("../webfonts/jot45_i/stylesheet.css");
@import url("../webfonts/GOT720BI/stylesheet.css");
@import url("../webfonts/GOTH725K/stylesheet.css");
@import url("../webfonts/GOT720LI/stylesheet.css");
*{ margin: 0px;
padding:0px;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e8ebfc;
}
.header {
	width: 100%;
	font-family: "GOTH720L";
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	float: left;
	background-color: #FFF;
}
.logoBox {
	float: left;
	width: 9%;
	margin-bottom: 1%;
}
.searchBarBox {
	float: right;
	margin-right: 2.5%;
	width: 75%;
	font-family: "GOTH720L";
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	margin-top: 0.5%;
}
.phoneBox {
	text-align: right;
	float: right;
	margin-top: 1%;
	background-image: url(../images/phoneIcon.png);
	background-repeat: no-repeat;
	height: 36px;
	padding-left: 2%;
	line-height: 30px;

}


.phoneBox2 {
	text-align: right;
	float: left;
	margin-top: 1%;
	background-image: url(../images/phoneIcon.png);
	background-repeat: no-repeat;
	line-height: 30px;
	padding-left: 1%;
}

.navigationBar {
	width: 100%;
	height: 40px;
	background-color: #FFF;
}
.bannerBar {
	width: 95%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	background-color: #FFF;
	margin-bottom: 1%;
	height: 70px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C2C8E1;
	border-bottom-color: #C2C8E1;
	border-left-color: #C2C8E1;
}
.barHolder {
	float: left;
	width: 100%;
	clear: left;
}
.welcomeBox {
	width: 95%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	float: left;
	margin-top: 2%;
	border: 1px none #C2C8E1;
}
.advertSection {
	float: right;
	width: 45%;
	padding: 2%;
	height: 450px;
	background-color: #FFF;
	border: 1px solid #C2C8E1;
}
.welcomeSection {
	float: left;
	width: 45%;
	background-color: #FFF;
	padding: 2%;
	border: 1px solid #C2C8E1;
	height: 450px;
}
.specialOffers {
	float: left;
	width: 100%;
}
.advertPromo {
	float: left;
	width: 100%;
	position: relative;
}
.addTexts {
	float: left;
	width: 100%;
	margin-top: 2%;
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #666;
	text-align: justify;
	line-height: 30px;
}
.dowmBox {
	margin-right: 2.5%;
	margin-left: 2.5%;
	margin-top: 1%;
	background-color: #F5F4F6;
	float: left;
	width: 95%;
}
.dowmBoxForProperties {
	margin-right: 2.5%;
	margin-left: 2.5%;
	margin-top: 2%;
	float: left;
	width: 91%;
	background-color: #FFF;
	padding: 2%;
}
.dowmBoxForProperties1 {
	width: 96%;
	background-color: #FFF;
	padding: 2%;
}
.dowmBoxForProperties2 {
	width: 96%;
	padding: 2%;
	background-color: #FFF;
}
.orderBx {
	float: left;
	width: 100%;
	background-color: #E3E2E4;
	padding: 2%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	border: 1px solid #CCC;
}
.orderBx2 {
	float: left;
	width: 95%;
	background-color: #E3E2E4;
	padding: 2%;
	font-family: "GOTH720L";
	color: #333;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #CCC;
}
.requestBox {
	float: left;
	width: 45%;
	padding: 2%;
	background-color: #E3E2E4;
	border: 1px solid #CCC;
	font-family: "GOTH720L";
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin-top: 2%;
}
.proHolder {
	background-color: #FFF;
	padding: 2%;
	float: left;
	width: 19.8%;
	border: 1px solid #A7AABA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	font-weight: normal;
	color: #666;
	margin-right: 1%;
	margin-bottom: 1%;
	height: 400px;
}
.proHolderInfo {
	background-color: #FFF;
	padding: 2%;
	float: left;
	width: 40%;
	border: 1px solid #A7AABA;
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #666;
	margin-right: 2.5%;
	margin-bottom: 2%;
	margin-left: 2%;
}

.proHolder:hover{
	background-color: #fff;
	padding: 2%;
	float: left;
	width: 19.8%;
	border: 1px solid #A7AABA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	font-weight: normal;
	color: #666;
	margin-right: 1%;
	margin-bottom: 1%;
	height: 400px;
	box-shadow: 0px 0px 130px #000000;
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.1);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(2.1);
	transition: all 200ms ease-in;
	transform: scale(1.1);
}

.proHolder2 {
	background-color: #FFF;
	padding: 2%;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	font-weight: normal;
	color: #666;
	margin-right: 2.5%;
	margin-bottom: 2%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #A7AABA;
	border-right-color: #A7AABA;
	border-bottom-color: #A7AABA;
	border-left-color: #A7AABA;
}
.proTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #333;
	float: left;
	width: 100%;
	margin-top: 2%;
}
.proTitle2 {
	font-family: "GOTH720L";
	font-size: 24px;
	font-weight: bold;
	color: #333;
	float: left;
	width: 100%;
	margin-top: 2%;
}
.proPhoto {
	float: left;
	width: 100%;
	margin-top: 1%;
}
.proDetails {
	float: left;
	width: 100%;
	margin-top: 2%;
	line-height: 23px;
}
.proPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #333;
	float: left;
	width: 100%;
	margin-top: 2%;
	padding-top: 1%;
	padding-bottom: 1%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F90;
	border-bottom-color: #F90;
}
.proSections {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 30%;
	margin-bottom: 1%;
	font-size: 14px;
	font-weight: normal;
	color: #F90;
	margin-right: 1%;
}
.proSections4 {
	font-family: "GOTH720L";
	float: left;
	width: 20%;
	margin-bottom: 1%;
	font-size: 16px;
	font-weight: bold;
	color: #7F4406;
	margin-right: 1%;
}
.proDetailsSections {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 12%;
	margin-bottom: 1%;
	font-size: 14px;
	font-weight: normal;
	color: #F90;
	margin-right: 1%;
}
.proSection2 {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-bottom: 1%;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	margin-left: 2%;
}
.proSection3 {
	font-family: "GOTH720L";
	float: left;
	margin-bottom: 1%;
	font-size: 16px;
	font-weight: normal;
	color: #666;
}
.proDetailsButt {
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background-image: url(../images/searchIcon.png);
	background-repeat: no-repeat;
	background-position: 8px;
	float: left;
	width: 30%;
	background-color: #F90;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 15%;
	margin-top: 2%;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.proDetailsButt2 {
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: 8px;
	float: left;
	width: 30%;
	background-color: #F90;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 15%;
	margin-top: 2%;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.propertyDetailsBox {
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #666;
	clear: left;
	float: left;
	width: 100%;
}
.proResults {
	font-family: "GOTH720L";
	font-size: 24px;
	font-weight: normal;
	color: #F60;
	float: left;
	width: 100%;
	margin-bottom: 2%;
}
.proLink {
	text-decoration: none;
	color: #FFF;
}
.proLink2 {
	text-decoration: none;
	color: #FFF;
	background-color: #333;
}
.proImage {
	float: left;
}
.fotosHolder {
	float: left;
	width: 100%;
}
.otherPhotosBox {
	float: left;
}
.proDetailsBox {
	float: left;
	width: 100%;
	margin-left: 2%;
}
.proDes {
	float: left;
	width: 100%;
	margin-top: 3%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 2%;
	text-align: justify;
	line-height: 23px;
}
.searchBar {
	width: 95%;
	clear: left;
	margin-right: 2.5%;
	margin-left: 2.5%;
	margin-top: 3%;
	float: left;
}
.dowmBoxInside {
	width: 100%;
	background-color: #F5F4F6;
	float: left;
	padding-bottom: 2%;
	border: 1px solid #C2C8E1;
}
.footer {
	float: left;
	width: 100%;
	background-color: #2C378A;
	padding-bottom: 2%;
	clear: left;
}
.footerNavs li {
	float: left;
	width: 32%;
	list-style-type: none;
	margin-bottom: 7%;
}
.footerNavs li a {
	float: left;
	width: 100%;
	list-style-type: none;
	text-decoration: none;
	font-family: "GOTH720L";
	font-size: 14px;
	color: #CCCCCC;
}
.footerTop {
	float: left;
	width: 96%;
	font-family: "GOTH720L";
	background-color: #FFF;
	padding: 2%;
	margin-top: 4%;
	font-size: 15px;
	color: #999;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2C8E1;
}
.holdFooter {
	width: 95%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	margin-top: 2%;
}
.copyrights {
	font-family: "GOTH720L";
	font-weight: normal;
	color: #CCCCCC;
	float: left;
	font-size: 14px;
	clear: left;
	margin-left: 2%;
	margin-top: 2%;
}
.footerDown {
	float: left;
	width: 100%;
	clear: left;
	margin-top: 2%;
	border-top-color: #BABED0;
	border-top-width: 1px;
	border-top-style: solid;
}
.copyrights2 {
	font-family: "GOTH720L";
	font-weight: normal;
	color: #CCCCCC;
	float: right;
	width: 30%;
	font-size: 14px;
	text-align: right;
	margin-top: 2%;
	margin-right: 2%;
}
.subscribField {
	float: left;
	width: 100%;
	height: 45px;
	font-family: "GOTH720L";
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding-left: 2%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.subscribeButton {
	float: right;
	width: 100%;
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #2B3588;
	background-color: #F90;
	height: 45px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fotNavBox {
	float: left;
	width: 40%;
}
.fotNavBox2 {
	float: right;
	width: 30%;
	color: #FB9901;
	font-family: "GOTH720L";
	font-size: 16px;
}
.footerNavigations {
	float: left;
	width: 100%;
	font-family: "GOTH720L";
	font-size: 14px;
	font-weight: normal;
	color: #E8EBFB;
}
.footerNavigations2 {
	float: right;
	width: 100%;
	font-family: "GOTH720L";
	font-size: 14px;
	font-weight: normal;
	color: #E8EBFB;
	text-align: right;
}
.slideButtonHolder {
	float: left;
	width: 100%;
}
.numberBox {
	width: 70%;
	float: left;
	color: #2C378A;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #C2C8E1;
}
.contactFotterBox {
	clear: left;
	width: 95%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	color: #CCC;
	font-family: "GOTH720L";
	font-size: 14px;
	font-weight: normal;
}
.sMediaBox {
	float: right;
}
.navis {
	float: right;
	width: 100%;
	clear: right;
	margin-top: 2%;
	color: #333;
}
.navis2 {
	float: right;
	width: 50%;
	clear: right;
	margin-top: 2%;
	color: #333;
}

/******* Drop Down ************/
.nav {
	width: 1143px;
	margin-right: auto;
	margin-left: auto;
	float: right;
}


#main-nav .forms li a {
	color: #666;
	font-size: 13px;
	text-align: left;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 12px;
	font-family: Verdana, Geneva, sans-serif;
	height: 23px;
	font-weight: normal;
	float: left;
	padding-top: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #FFF;
	width: 300px;
}

#main-nav .subnav2 li a {
	color: #333;
	font-size: 12px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #FFF;
	width: 260px;
	border-bottom-width: 1px;
	border-bottom-color: #999;
}

#nav-primary {
	list-style-type: none;
	margin: 0;
	float: right;
	padding: 0;
	width: 100%;
}

#main-nav {
	z-index: 1000;
	text-decoration: line-through;
	float: right;
	width: 100%;
}
ul.list li {
}

#main-nav .subnav {
	display: none;
	position: absolute;
	left: 0px;
	list-style-type: none;
	border: 1px none #eeeeee;
	z-index: 50;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	clear: left;
	float: left;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	top: 28px;
	margin-top: 3%;
	width: 270%;
}

#main-nav .subnav li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float: left;
	clear: left;
	width: 80%;
	padding: 2%;
	background-color: #2C3789;
}



#main-nav .subnav li a {
	color: #FFFFFF;
	font-size: 16px;
	text-align: left;
	font-family: "GOTH720L";
	font-weight: normal;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #FFF;
	background-color: #2C3789;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
.courseLists li {
	list-style-type: none;
	float: left;
	clear: left;
	width: 90%;
}
.courseLists li a {
	text-decoration: none;
	font-family: "GOTH720L";
	color: #CECBC3;
	font-size: 16px;
	background-image: url(../images/bullette.jpg);
	float: left;
	background-repeat: no-repeat;
	background-position: 5px;
	margin-bottom: 2%;
	background-color: #F9F5EF;
	width: 98%;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 12%;
	border: 1px solid #D6D3CC;
}
.courseLists li a:hover {
	text-decoration: none;
	font-family: "GOTH720L";
	color: #9C9992;
	font-size: 16px;
	background-image: url(../images/bullette.jpg);
	float: left;
	background-repeat: no-repeat;
	background-position: 5px;
	margin-bottom: 2%;
	background-color: #FFFAF5;
	width: 98%;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 12%;
	border: 1px solid #D6D3CC;
}
#nav-primary li {
	float: left;
	position: relative;
	width: 12%;
}
.searchProperty {
	font-family: "GOTH720L";
	font-size: 18px;
	font-weight: normal;
	color: #333;
	float: left;
	width: 100%;
	opacity:1;
	
}
.srchProperty {
	font-family: "GOTH720L";
	font-size: 18px;
	font-weight: normal;
	color: #000;
	float: left;
	height: 50px;
	width: 100%;
	border: 1px solid #666666;
	padding-left: 3%;
	background-color: #FFFFFF;
}
#nav-primary li a {
	float: left;
	color: #666666;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-left-color: #46508E;
	display: block;
	border-top-style: none;
	border-bottom-style: none;
	background-repeat: no-repeat;
	background-image: none;
	vertical-align: middle;
	text-align: center;
	padding-right: 1%;
	padding-left: 1%;
	width: 100%;
	padding-top: 1%;
	height: 30px;
}
.logos {
	clear: left;
	float: left;
	margin-left: 12px;
	background-color: #FFF;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 7px;
}
.topBox {
	width: 1133px;
	margin-right: auto;
	margin-left: auto;
}
#nav-primary li:hover .subnav {
	display: block;
}

.navBox {
	float: right;
	background-color: #FFF;
	width: 100%;
}
/****************************/
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	float: left;
	margin-left: 10%;
	padding-left: 2.5%;
	padding-bottom: 2.5%;
	text-transform: uppercase;
	width: 80%;
	text-align: center;
	margin-right: 10%;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
	float: left;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	text-align: center;
	margin-bottom: 1%;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	float: left;
	margin-top: 3%;
	background-repeat: no-repeat;
	padding-bottom: 2.5%;
	text-transform: uppercase;
	width: 80%;
	text-align: center;
	margin-right: 10%;
	margin-left: 10%;
}
.sectitonTitles {
	font-family: "GOTH720L";
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	background-color: #333;
	float: left;
	width: 83%;
	background-image: url(../images/ttiles2.png);
	background-repeat: no-repeat;
	background-position: 15px;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 12%;
	text-transform: uppercase;
}
.houseSlideTitles {
	font-family: "GOTH720L";
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	background-color: #333;
	float: left;
	width: 88%;
	background-image: url(../images/ttiles2.png);
	background-repeat: no-repeat;
	background-position: 15px;
	text-transform: uppercase;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 10%;
}
.houseSliderBox {
	float: left;
	width: 100%;
	background-color: #CCC;
	overflow: hidden;
	position: relative;
}
.sectionPhoto {
	float: left;
	width: 100%;
}
.leftBut {
	background-color: #333333;
	padding: 3%;
	float: left;
	font-family: "GOTH720L";
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	cursor: pointer;
}
.rytBut {
	background-color: #333333;
	padding: 3%;
	float: right;
	font-family: "GOTH720L";
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	cursor: pointer;
}
.sectionHolders {
	float: left;
	width: 30.5%;
	margin-top: 2%;
	margin-left: 2%;
	background-color: #FFF;
}
.searchField {
	font-family: "GOTH720L";
	font-size: 14px;
	font-weight: normal;
	color: #333;
	float: left;
	height: 35px;
	width: 100%;
	border: 1px solid #CCC;
	padding-left: 2%;
}
.callUs {
	float: right;
	margin-top: 1.5%;
	margin-right: 2%;
	width: 40%;
}
.search {
	font-family: "GOTH720L";
	font-weight: normal;
	color: #FFF;
	background-color: #2C3789;
	float: right;
	width: 80%;
	height: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/searchIcon.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.searchButts {
	font-family: "GOTH720L";
	font-weight: normal;
	color: #FFF;
	background-color: #2C3789;
	float: left;
	width: 100%;
	height: 45px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/searchIcon.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.findPropertyButt {
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background-color: #2C3789;
	float: right;
	height: 51px;
	width: 80%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.displayFeaturedProperties {
	width: 96%;
	clear: left;
	margin-top: 5%;
	float: left;
	padding: 2%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBED0;
	background-color: #FFF;
}
.houseSlideHolder {
	float: left;
	width: 100%;
}
.sectionContents {
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #666;
	background-color: #FFF;
	padding: 5%;
	float: left;
	width: 90%;
	line-height: 30px;
	text-align: justify;
	height: 180px;
	word-spacing: 1%;
}
.detailsButts {
	float: left;
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background-image: url(../images/searchIcon.png);
	background-repeat: no-repeat;
	background-position: 5px;
	width: 30%;
	margin-left: 4%;
	margin-bottom: 4%;
}
.detailsButts2 {
	float: left;
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background-image: url(../images/searchIcon.png);
	background-repeat: no-repeat;
	background-position: 5px;
	width: 25%;
	margin-top: 8%;
}
.banner {
	width: 100%;
	clear: left;
	float: left;
	height: 550px;
	background-color: #CCC;
}
.bannerBox {
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;
	clear: left;
}
.banSlider {
	float: left;
	width: 100%;
	position: absolute;
	z-index: 12;
	overflow: hidden;
	clear: left;
	height: 550px;
	left: -1px;
}
.bannerControls {
	color: #FFF;
	font-size: 40px;
	font-family: "GOTH725K";
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	margin-right: 5%;
	width: 90%;
	margin-left: 5%;
}
.bannerControlsHolder {
	float: left;
	position: absolute;
	z-index: 20;
	margin-top: 7%;
	background-image: url(../images/transparentBack.png);
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
	padding: 3%;
}
.bLeft {
	font-family: "GOTH720L";
	color: #2A3584;
	float: left;
	background-color: #FFF;
	padding: 5%;
	font-size: 24px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
.bRight {
	font-family: "GOTH720L";
	color: #2C3789;
	float: right;
	background-color: #FFF;
	padding: 5%;
	font-size: 24px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
.fontsHolder {
	float: left;
	width: 100%;
}
.bannerTitles {
	font-family: "GOTH720L";
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	margin-right: 5%;
	margin-left: 5%;
	width: 90%;
	margin-bottom: 10px;
}
.bannerButts {
	float: right;
	margin-top: 2%;
	width: 15%;
	margin-right: 42.5%;
	margin-left: 42.5%;
}
.bannerSearchBar {
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #666;
	float: left;
	width: 100%;
	height: 50px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 2%;
}
.bannerSearchBar2 {
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #666;
	float: left;
	width: 100%;
	height: 50px;
	background-color: #FFF;
	padding-left: 2%;
	border: 1px solid #CCC;
}
.bannerSearchButton {
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background-color: #2C3789;
	float: left;
	height: 50px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/searchIcon.png);
	background-repeat: no-repeat;
	background-position: 38px;
	cursor: pointer;
}
.generalFontsSizes {
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #666;
}
.porpertyBox {
	width: 100%;
	clear: left;
	background-color: #E8EBFC;
	font-family: "GOTH720L";
	font-size: 14px;
	font-weight: normal;
	color: #333;
	float: left;
}
.featuredTitles {
	font-family: "GOTH720L";
	font-size: 18px;
	font-weight: normal;
	color: #666;
	float: left;
	width: 98%;
	background-color: #FFF;
	padding: 1%;
	text-transform: uppercase;
}
.propertyPhoto {
	float: left;
	width: 100%;
}
.propertyDetails {
	float: left;
	width: 100%;
	margin-top: 3%;
}
.priceBox {
	float: left;
	width: 100%;
	margin-top: 3%;
}
.propertySectionTitles {
	float: left;
	width: 93%;
	margin-top: 3%;
	color: #333;
	font-family: "GOTH720L";
	font-size: 18px;
}
.propList li {
	float: left;
	clear: left;
	list-style-type: none;
	padding-bottom: 2%;
	padding-top: 2%;
	font-size: 16px;
}
.listSections {
	padding: 1.5%;
	float: left;
	width: 28%;
	border: 1px solid #CCC;
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #666;
	background-color: #FFF;
	margin-right: 1%;
	margin-left: 1%;
}
.listeningsBox {
	float: left;
	width: 100%;
	border: 1px none #CCC;
	background-color: #FFF;
}
.viewProperties {
	float: left;
	background-color: #333;
	font-family: "GOTH720L";
	color: #E8EBFB;
	font-size: 20px;
	font-weight: normal;
	margin-left: 1%;
	margin-top: 2%;
	background-image: url(../images/searchIcon.png);
	background-repeat: no-repeat;
	background-position: 18px;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 4%;
	width: 18%;
	
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	-o-border-radius:5px;
}
.viewProperties2 {
	float: left;
	background-color: #333;
	font-family: "GOTH720L";
	color: #E8EBFB;
	font-size: 20px;
	font-weight: normal;
	margin-left: 1%;
	margin-top: 1%;
	background-image: url(../images/searchIcon.png);
	background-repeat: no-repeat;
	background-position: 18px;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 8%;
	width: 40%;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-o-border-radius: 5px;
}

.viewProperties:hover {
	float: left;
	background-color: #E3E2E4;
	font-family: "GOTH720L";
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	margin-left: 1%;
	margin-top: 2%;
	background-image: url(../images/searchIcon.png);
	background-repeat: no-repeat;
	background-position: 18px;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 4%;
	width: 18%;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-o-border-radius: 5px;
	border: 1px solid #333;
}

.propertyHolder {
	float: left;
	width: 100%;
	border: 1px none #C2C8E1;
}
.propertyHolder2 {
	float: left;
	width: 100%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C2C8E1;
	border-bottom-color: #C2C8E1;
	border-left-color: #C2C8E1;
}
.viewAmount {
	float: left;
	list-style-type: none;
	text-decoration: none;
	padding: 2%;
	background-color: #333;
	background-image: url(../images/searchIcon.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 8%;
	height: 25px;
}
.priceBox {
	font-family: "GOTH720L";
	text-decoration: none;
}
.amountBox {
	float: left;
	padding: 2.5%;
	font-family: "GOTH720L";
	font-weight: bold;
	color: #333;
	background-color: #E3E2E4;
	font-size: 18px;
}
.contentsHolder {
	float: left;
	width: 60%;
	margin-top: 3%;
	margin-left: 2.5%;
	background-color: #FFF;
	border: 1px solid #C2C8E1;
}

.contentsHolder2{
	float: left;
	width: 90%;
	margin-top: 3%;
	margin-left: 5%;
	background-color: #FFF;
	border: 1px solid #C2C8E1;
}
.pageH1 {
	float: left;
	font-family: "GOTH720L";
	font-size: 20px;
	font-weight: normal;
	color: #666;
	background-repeat: no-repeat;
	background-position: 8px;
	padding-top: 3%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
	width: 92%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8EBFB;
	margin-left: 2%;
}
.contentsforPage {
	clear: left;
	float: left;
	width: 94%;
	margin-top: 3%;
	margin-bottom: 3%;
	margin-left: 3%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	font-weight: normal;
	color: #666;
	text-align: justify;
	line-height: 23px;
}
.sideBar {
	float: right;
	margin-right: 3%;
	margin-top: 3%;
	width: 28%;
	background-color: #FFF;
	padding: 2%;
	border: 1px solid #C2C8E1;
}
.sideBarTitles {
	font-family: "GOTH720L";
	font-size: 18px;
	font-weight: normal;
	color: #666;
	float: left;
	width: 100%;
	padding-bottom: 2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8EBFB;
}
.headings {
	font-family: "GOTH720L";
	font-weight: normal;
	color: #F60;
	clear: left;
	float: left;
	width: 100%;
	margin-top: 3%;
	font-size: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F30;
}
.headings2 {
	font-family: "GOTH720L";
	font-weight: normal;
	color: #F60;
	clear: left;
	float: left;
	width: 100%;
	font-size: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F30;
}
.headings3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	clear: left;
	float: left;
	width: 100%;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #F30;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-bottom: 2%;
}
.pagePhotoBox {
	float: left;
	width: 100%;
}
.contactInfos {
	float: left;
	width: 35%;
}
.contactForms {
	float: right;
	width: 60%;
	margin-left: 5%;
}
.pageContents {
	float: left;
	width: 100%;
	margin-top: 2%;
}
.contactTitles {
	float: left;
	width: 100%;
	font-family: "GOTH720L";
	font-size: 19px;
	font-weight: bold;
	color: #F60;
}
.contactTextField {
	font-family: "GOTH720L";
	font-size: 14px;
	font-weight: normal;
	color: #333;
	float: left;
	height: 40px;
	width: 100%;
	padding-left: 2%;
	border: 1px solid #CCC;
}
.orderTextField {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	float: left;
	height: 40px;
	width: 100%;
	padding-left: 2%;
	border: 1px solid #CCC;
}

.orderTextField2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	float: left;
	height: 40px;
	width: 100%;
	padding-left: 2%;
	display:none;
	border: 1px solid #CCC;
}

.orderTextField2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	float: left;
	height: 40px;
	width: 98%;
	margin-top:2%;
	padding-left: 2%;
	border: 1px solid #CCC;
}

.formsFonts {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	float: left;
	height: 40px;
	width: 100%;
	padding-left: 2%;
	border: 1px none #CCC;
}
.contactTextArea {
	font-family: "GOTH720L";
	font-size: 14px;
	font-weight: normal;
	color: #333;
	float: left;
	height: 150px;
	width: 98%;
	border: 1px solid #CCC;
	padding: 2%;
}
.contactLabels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	float: left;
	width: 100%;
}
.sendButton {
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background-color: #F60;
	float: left;
	height: 45px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.properties {
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #666;
	float: left;
	width: 100%;
	margin-top: 2%;
}
.links li {
	float: left;
	width: 32%;
	list-style-type: none;
	margin-top: 0.5%;
}
.links li a {
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	float: left;
	width: 100%;
	text-align: center;
}
.signIn {
	float: left;
	width: 55%;
	padding: 3%;
	background-color: #CCC;
}
.signField {
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #333;
	float: left;
	height: 45px;
	width: 100%;
	border: 1px solid #CCC;
	padding-left: 2%;
}
.signArea {
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #333;
	float: left;
	height: 200px;
	width: 100%;
	border: 1px solid #CCC;
	padding-left: 2%;
	padding-top: 2%;
}
.signinButts {
	font-family: "GOTH720L";
	font-weight: normal;
	color: #FFF;
	background-color: #2A3482;
	float: left;
	width: 30%;
	height: 55px;
	font-size: 16px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.signupButts {
	float: left;
	width: 40%;
	margin-left: 3%;
	background-color: #E8EBFB;
	padding-top: 5%;
	padding-right: 2%;
	padding-bottom: 3%;
	padding-left: 2%;
	font-family: "GOTH720L";
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	color: #2A3482;
}
.signUPBox {
	width: 52%;
	float: right;
}
.error {
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #F00;
	background-color: #FFF;
	float: left;
	width: 96%;
	background-image: url(../images/excla.png);
	background-position: 6px;
	background-repeat: no-repeat;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 6%;
	border: 1px solid #F00;
}
.pageError {
	font-family: "GOTH720L";
	font-size: 18px;
	font-weight: normal;
	color: #F00;
	background-color: #FFF;
	float: left;
	width: 90%;
	background-image: url(../images/excla.png);
	background-position: 6px;
	background-repeat: no-repeat;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 4%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}
.errorContact {
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background-color: #F00;
	float: left;
	width: 94%;
	background-image: url(../images/excla.png);
	background-position: 6px;
	background-repeat: no-repeat;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 9%;
	border: 1px solid #F00;
}
.error2 {
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #666;
	background-color: #FFF;
	float: left;
	width: 90%;
	background-image: url(../images/sendIcon.png);
	background-position: 6px;
	background-repeat: no-repeat;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 6%;
	border: 1px solid #0F0;
}
.errorSus {
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #999;
	background-color: #FFF;
	float: left;
	width: 96%;
	background-image: url(../images/sendIcon.png);
	background-position: 6px;
	background-repeat: no-repeat;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 6%;
	border: 1px solid #0F0;
}
.error3 {
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #18B734;
	float: left;
	width: 96%;
	background-image: url(../images/sendIcon2.png);
	background-position: 6px;
	background-repeat: no-repeat;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 8%;
	border: 1px none #0F0;
}
.signoutLink {
	font-family: "GOTH720L";
	font-size: 15px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	width: 20%;
}
.listProperties {
	float: left;
	width: 100%;
	margin-top: 4%;
	font-family: "GOTH720L";
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
.listHolder {
	padding: 2%;
	float: left;
	width: 98%;
	border: 1px solid #CCC;
	margin-bottom: 2%;
}

.listHolder:hover {
	padding: 2%;
	float: left;
	width: 98%;
	border: 1px none #CCC;
	margin-bottom: 2%;
	background-color: #fff;
	    box-shadow: 0px 0px 30px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(2.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}

.listedPhoto {
	float: left;
	width: 45%;
}
.listDetailsBox {
	float: left;
	width: 50%;
	margin-left: 2%;
}
.listDetails {
	float: left;
	width: 100px;
}
.proLink3 {
	text-decoration: none;
	color: #333;
	background-color: #333;
}
.proDetailsButt2 {
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background-repeat: no-repeat;
	float: left;
	width: 40%;
	background-color: #2C3789;
	margin-top: 2%;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-left: 2%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 4%;
	text-decoration: none;
}
.buyButton {
	font-family: "GOTH720L";
	font-size: 15px;
	font-weight: normal;
	color: #F90;
	background-color: #333;
	float: right;
	padding: 2%;
	text-decoration: none;
}
.agents {
	font-family: "GOTH720L";
	font-size: 16px;
	font-weight: normal;
	color: #333;
	float: left;
	clear: left;
}
.backBut {
	float: left;
	width: 30%;
	margin-bottom: 2%;
}
.backPage {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #F60;
}
.agents2 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	float: left;	
}
.propertySilder {
	float: left;
	width: 40%;
	height: 330px;
	position: relative;
}
.sliderHolder {
	float: left;
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
}
.ProSliderControls {
	float: left;
	width: 100%;
	position: absolute;
	z-index: 12;
	margin-top: 60%;
}
.controlLeft {
	float: left;
	font-family: "GOTH720L";
	font-size: 18px;
	font-weight: normal;
	color: #F60;
	padding: 3%;
	background-color: #333;
	cursor: pointer;
}
.controlRight {
	float: right;
	font-family: "GOTH720L";
	font-size: 18px;
	font-weight: normal;
	color: #F60;
	padding: 3%;
	background-color: #333;
	cursor: pointer;
}
.listedHolder {
	float: left;
	width: 55%;
	margin-left: 3%;
}
.PropTitle {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #999;
	padding-top: 6%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
}
.orderBox {
	float: left;
	width: 61%;
}

.orderBox2 {
	float: left;
	width: 95%;
}
.requestBar {
	float: right;
	width: 30%;
	padding: 2%;
	border: 1px solid #CCC;
}
.topBar {
	float: left;
	height: 200px;
	width: 100%;
	background-image: url(../banners/propertyFinderBanner.jpg);
	background-position: 20px;
}
.formHolder {
	float: left;
	width: 60%;
	margin-left: 3%;
	background-color: #F60;
	margin-top: 5%;
	padding: 2%;
	opacity: 0.95;
	-webkit-border-radius: 5px;	
	

}
.proPhoto {
	float: left;
	width: 100%;
}
.proPhoto2 {
	float: left;
	width: 48%;
}


/**** Input File ********/

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input{
	  float:left;
  clear:left;
  cursor: pointer;
  color:#FFF;
}
.custom-file-input::before {
  content: 'Choose Property Photos';
  font-family: "GOTH720L";
  display: inline-block;
  background:
  #F90;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 10pt;

}


.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

/*********************/
.projectScreen {
	float: left;
	width: 100%;
	height: 400px;
	background-color: #C39;
	position: absolute;
	z-index: 2;
	overflow: hidden;
}
.controls {
	float: left;
	width: 100%;
	position: absolute;
	z-index: 20;
}
.leftButton {
	float: left;
	padding: 3%;
	background-color: #333;
	font-family: "GOT720LI";
	font-size: 24px;
	color: #CCC;
	font-weight: normal;
	cursor: pointer;
}
.rightButton {
	float: right;
	padding: 3%;
	font-family: "GOT720LI";
	font-size: 24px;
	font-weight: normal;
	color: #CCC;
	background-color: #333;
	cursor: pointer;
}
.welcomeBoxContents {
	float: left;
	width: 100%;
	background-color: #FFF;
	border: 1px none #CCC;
	padding-top: 5%;
	padding-bottom: 5%;
}
.welcomeMessge {
	float: left;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	text-align: left;
	margin-right: 10%;
	margin-left: 10%;
}
.readMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 1%;
	float: left;
	text-decoration: none;
	clear: left;
	color: #FFF;
	background-color: #F90;
	margin-top: 2%;
	margin-right: 45%;
	margin-left: 45%;
	width: 9%;
	text-align: center;
}
.callUSBox {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	background-attachment: fixed;
	background-image: url(../banners/buyLand.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	padding-bottom: 5%;
}
.closeButtt {
	float: right;
	width: 5%;
	margin-top: 2%;
	margin-right: 1%;
	margin-bottom: 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	padding: 1%;
	border: 1px solid #FFF;
	text-align: center;
	background-color: #f81b00;
}
.endPromoImage {
	float: left;
	height: 450px;
	width: 40%;
	background-color: #252F91;
	background-image: url(../images/2019PromoDec.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-webkit-background-size:cover;
	-ms-background-size:cover;
}

.endPromoImage2{
	float: left;
	height: 450px;
	width: 40%;
	
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
}

.modalHolder {
	float: left;
	width: 100%;
	height: 450px;
}
.promoBox {
	float: left;
	width: 60%;
	height: 450px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-image: url(../aboutPhotos/promoBack.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-webkit-background-size:cover;
	-ms-background-size:cover;
}

.promoBox8{
	float: left;
	width: 60%;
	height: 530px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	
	background-repeat: no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-webkit-background-size:cover;
	-ms-background-size:cover;
}


.promoBox2 {
	float: left;
	width: 60%;
	height: 450px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
}

.promoBox8{
	float: left;
	width: 100%;
	height: 450px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	overflow: scroll;
}


.promoBox4{
	float: left;
	width: 98%;
	height: 480px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
}


.promoBox6{
	float: left;
	width: 98%;
	height: 650px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
}

.promoTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	float: left;
	width: 100%;
	margin-top: 60vh;
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%;
	text-transform: uppercase;
}
.promoTitleCont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	float: left;
	width: 100%;
	margin-top: 5%;
	text-align: left;
	padding-top: 2%;
	padding-bottom: 2%;
	text-transform: uppercase;
	margin-left: 5%;
}


.promoTitleCont2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #333333;
	float: left;
	width: 100%;
	margin-top: 5%;
	text-align: left;
	padding-top: 1%;
	padding-bottom: 2%;
	margin-left: 5%;
}

.promoInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	float: left;
	width: 95%;
	margin-left: 2%;
	margin-top: 2%;
	line-height: 23px;
}
.Heads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	padding: 2%;
	float: left;
	width: 21%;
	background-color: #333;
}
.Heads2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	float: left;
	width: 21%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
.chkButt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	background-color: #F00;
	text-align: center;
	padding: 2%;
	float: left;
	width: 20%;
	text-decoration: none;
}
.buyPromo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	padding: 2%;
	clear: left;
	float: left;
	width: 30%;
	background-color: #C79143;
	text-align: center;
	margin-top: 2%;
	margin-right: 35%;
	margin-left: 35%;
	text-decoration: none;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
}
.promoBoxHolder {
	float: left;
	width: 50%;
	height: 500px;
	position: relative;
	background-image: url(images/backImg.jpg);
	background-repeat: repeat;
	margin-right: 25%;
	margin-left: 25%;
}
.backImage {
	float: left;
	width: 100%;
	height: 450px;
	background-repeat: no-repeat;
}
.promoTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	margin-top: 15%;
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.promoTitle3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	margin-top: 3%;
	float: left;
	width: 100%;
	background-image: url(../images/promoRibbon.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 20%;
}
.promoTitle4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	float: left;
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
	border-top-width: 2px;
	border-top-style: none;
	border-top-color: #FFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.assYours{
	float: left;
	width: 40%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	padding: 1%;
	text-align: left;
	cursor: pointer;
}
.terms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	float: left;
	width: 95%;
	margin-left: 5%;
}
.conditionsFonst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: normal;
	color: #333333;
	float: left;
	width: 98%;
	margin-bottom: 1%;
	padding-bottom: 2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #242B84;
}
.termsConditions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	float: left;
	width: 98%;
	margin-top: 3%;
	line-height: 23px;
	overflow: scroll;
	height: 300px;
}

.termsConditions::-webkit-scrollbar {
	 width: 3px;
	
}

.termsConditions::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); 
    border-radius: 1px;	
}

.termsConditions::-webkit-scrollbar-thumb
{
	border-radius: 0.2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5); 
}




.termsConditions2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	float: left;
	width: 98%;
	margin-top: 1%;
	line-height: 23px;
	overflow: scroll;
	height: 600px;
}

.termsConditions2::-webkit-scrollbar {
	 width: 3px;
	
}

.termsConditions2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); 
    border-radius: 1px;	
}

.termsConditions2::-webkit-scrollbar-thumb
{
	border-radius: 0.2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5); 
}




.termsLists li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	float: left;
	width: 100%;
	padding-bottom: 4%;
	list-style-type: circle;
}




.termsFonts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: center;
	padding: 2%;
	float: left;
	width: 90%;
}
.terms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	float: left;
	width: 100%;
}
.fullView {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	float: left;
	margin-bottom: 1%;
}
.flyer1 {
	float: left;
	width: 40%;
	margin-top: 5%;
	margin-left: 5%;
	border: 15px solid #FFF;
}
.flyer2 {
	float: right;
	width: 40%;
	margin-top: 5%;
	margin-right: 5%;
	border: 15px solid #FFF;
}
