/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  Boardroom Theme
  ------------------------------------------------
*/

body {
	/*background-color: #03202f;*/
	background-image: url(../art1/bg.png);
	font-family: "sans-serif", Optima, "Segoe UI", Arial, sans-serif;
	margin: 0px 0px 30px 0px;
	color: #03202f;
}


/*Drop Menu Magic Adjustments*/
.p7DMM03 {
	font-family: sans-serif, Optima, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.p7DMM03.p7DMM.p7dmm-left {
	padding-left: 20px;
}
.p7DMM03.p7DMM.p7dmm-right {
	padding-right: 20px;
}


/*Baseline Adjustment for images needed with strict DOCTYPE*/
img {vertical-align: bottom;}


/*Logo and Banner*/
#logo {
	padding: 10px 20px;
	position: relative;
	z-index: 10;
	/*background-image: -webkit-linear-gradient(#333, #111);
	background-image: linear-gradient(#333, #111);
	background-color: #151515;
	box-shadow: 0px 0px 30px #000;*/
	max-width: 1160px;
	margin: 0px auto;
	background-color: rgba(255,255,255,1.00);
	left: 1px;
}
#banner {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#masthead {
	background-color: #03202F;
	border-radius: 0px;
}
.masthead {
	margin: 0 auto;
	background-color: rgba(255,255,255,1.00);
}
/*Utility Rules for images. Scalable class makes images scale with window size.*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}
img.scalableH {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	vertical-align:bottom;
	border-radius:0px;
}
/* 
Add the fancy class to the scalable class to add a drop shadow
<img class="scalable fancy"...>
*/
.fancy {
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
}
/* 
Add the accented class to the scalable class to add eounded corners and a border.
<img class="scalable accented"...>
*/
.accented {
	border-radius: 5px;
	border: 1px solid #222;
}


/*Layout Wrapper*/
#layout {
	max-width: 1200px;
	margin: 0px auto;
	background-color: #FFFFFF;
	/*box-shadow: 0px 0px 20px rgba(0,0,0,.5);*/
	/*border-radius: 0px 0px 7px 7px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border:1px solid #c4262e;*/
	color: #03202f;
}

/*Default Row Structures*/
.affinity-row {
	padding: 0px;
}
/*This rule assigns a gray gradient background to every other row*/
.affinity-row:nth-child(even) {
	/*background-color: #EEE;
	background-image: -webkit-linear-gradient(#EEE, #CCC);
	background-image: linear-gradient(#EEE, #CCC);*/
}
/*Turns off the Background for Nested Rows*/
.affinity-row .affinity-row:nth-child(even) {
	background-color: transparent;
	background-image: none;
	background-image: none;
}

/*Clear Fix to Clear Floats*/
.affinity-row:after {
	visibility: hidden;
	display: block;
	content: "\0020";
	clear: both;
	height: 0;
}

/*Strctural wrapper for 2-column row*/
.affinity-row .column-half {
	width: 45%;
	float: left;
	text-align: left;
	}
/*Strctural wrapper for 3-column row*/
.affinity-row .column-thirdx2{
	width: 66.6666666%;
	float: left;
}
/*Strctural wrapper for 3-column row*/
.affinity-row .column-third {
	width: 33.3333333%;
	float: left;
}
/*Strctural wrapper for 4-column row*/
.affinity-row .column-fourth {
	width: 25%;
	float: left;
}
/*Strctural wrapper for 5-column row*/
.affinity-row .column-fifth {
	width: 20%;
	float: left;
}

/*Strctural wrapper for 2-column sidebar-left row*/
.affinity-row.sidebar-left .column-1 {
	width: 76%;
	float: right;
}
.affinity-row.sidebar-left .column-2 {
	width: 24%;
	float: right;
}
.affinity-row.sidebar-left .column-content {
	line-height: 1.5;
}
.affinity-row.sidebar-left .column-2 .column-content {
	font-size: .9em;
}

/*Strctural wrapper for 2-column sidebar-right row*/
.affinity-row.sidebar-right .column-1 {
	width: 75%;
	float: left;
}
.affinity-row.sidebar-right .column-2 {
	width: 24%;
	float: left;
}
.affinity-row.sidebar-right .column-content {
	line-height: 1.5;
}
.affinity-row.sidebar-right .column-2 .column-content {
	font-size: .9em;
}
.left-border {
	/*border-left: 1px solid #000;*/
}
.right-border {
	border-right: 1px solid #000;
}
.left-right-border {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
/*home page property box Content*/
.property-top {

	color: #FFFFFF;
}

.bgblue {

	background-color: #03202F;
}
.bgred {

	background-color: #C4262E;
}

/*Column Content*/
.column-content {
	line-height: 1.35;
	padding: 15px 24px;
}
.affinity-row.sidebar-right .column-content,
.affinity-row.sidebar-left .column-content,
.affinity-row.thirds.full-height .column-content {
	padding: 30px;
}
/*Padding Management for Nested Rows*/
.no-pad-left-top-bottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}
.no-pad-right-top-bottom {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
}
.no-pad-top-bottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}


/*Headings*/
h1, h2, h3, h4 , h5 {
	font-family: sans-serif, Optima, Arial, Helvetica, sans-serif;
	line-height: normal;
	margin: 10px 0px 10px 0px;
}

.column-content h1:first-child,
.column-content h2:first-child,
.column-content h3:first-child,
.column-content h4:first-child {
	margin-top: 10px;
}
/*Use this class when you add a heading inside a row that contains multiple columns.*/
.inner-row-heading {
	position: relative;
	top: 20px;
	margin: 0px 0px 0px 24px;
}

/*Footer and Copyright*/
.footer-logo {
	padding-top: 4px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 4px;
	position: relative;
	z-index: 10;
	/*background-image: -webkit-linear-gradient(#333, #111);
	background-image: linear-gradient(#333, #111);
	background-color: #151515;
	box-shadow: 0px 0px 30px #000;*/
	max-width: 1160px;
	margin: 0px auto;
	background-color: rgba(255,255,255,1.00);
	height: 80px;
}
.footer-inside {
	padding:10px;
	position: relative;
	z-index: 10;
	/*background-image: -webkit-linear-gradient(#333, #111);
	background-image: linear-gradient(#333, #111);
	background-color: #151515;
	box-shadow: 0px 0px 30px #000;*/
	max-width: 1160px;
	margin: 0px auto;
	background-color: rgba(3,32,47,1.00);
	left: 1px;
	text-align: right;
}
.footer-top img {
	float: left;
	margin: 3px;
	padding-top: 2px;
}
.footer-top {
	color: #FFFFFF;
	font-size: 0.8em;
	background-color: transparent;
	padding-top: 4px;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 4px;
	text-align: left;
	margin: 0px;
	max-width: 1160px;
    margin: auto;
    background: #FFF;
    color: #03202f;
}
.footer-bot {
	color: #03202F;
	font-size: 0.6em;
	background-color: transparent;
	padding-top: 4px;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 4px;
	text-align: center;
	margin: 0px;
	height: 10px;
}
.footer {
	color: #FFFFFF;
	font-size: 0.8em;
	border-radius: 0px 0px 5px 5px;
	border-top: 1px solid;
	background-color: transparent;
	padding: 2px;
}

.footer h3, .footer h4 {
	font-family: "sans-serif", Optima, "Segoe UI", Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
}
.footer ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
.footer li {
	list-style-type: none;
	line-height: 1.75;
}
.footer a {
	color: #FFFFFF;
}
.footer a:hover, .footer a:focus {
	color: #FFFFFF;
}
.footer-bot a {
	color: #03202F ;
}
.footer-bot a:hover, .footer a:focus {
	color: #03202F;
}
.copyright {
	font-size: 0.85em;
	text-transform: uppercase;
	clear: both;
	padding: 5px 10px 15px 20px;
}
.footer-left{ width:70%!important; }
.footer-right {width:30%!important;}

/*Assign this class to set large text and the stylish Cuprum font*/
.column-content.largesse, .largesse {
	font-size: 1em;
	line-height: 1.25em;
	font-family: sans-serif, Optima, Arial, Helvetica, sans-serif;
}
/*Use this class to asign a black accent box around your content*/
.affinity-row .blast {
	font-family: sans-serif, Optima, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.75;
	color: #BBB;
	border-radius: 0px 0px 10px 10px;
	padding: 28px 36px;
	background: -webkit-linear-gradient(#333, #111);
	background: linear-gradient(#333, #111);
	background-color: #333;
	margin-bottom: 20px;
}
/*Add the gray class to the blast class to make your accent box gray*/
.affinity-row .blast.gray {
	background: -webkit-linear-gradient(#EEE, #AAA);
	background: linear-gradient(#EEE, #AAA);
	background-color: #DDD;
	color: #000;
}
.affinity-row.sidebar-left .column-content .blast,
.affinity-row.sidebar-right .column-content .blast,
.full-round {
	border-radius: 6px !important;
}
/* New Css */
p {
	margin-top:10px;
	margin-bottom:10px;}
h1 {
   font-size:1.6em;	
   color:#c4262e;
   font-weight:100;
}
h2 {
   font-size:1.4em;	
   color:#c4262e;
   font-weight:100;
}
h3 {
   font-size:1.3em;	
   color:#03202f;
   font-weight:100;
}
h4 {
   font-size:1.1em;	
   color:#c4262e;
   font-weight:400;
}  
h5 {
   font-size:1em;	
   color:#c4262e;
   font-weight:400;
}    
a {
	color:#c4262e;
	text-decoration:none;
}
a:hover {
	
	color:#03202F;
	text-decoration:none;
}
.map-wrapper {
  position: relative;
  padding-bottom: 100%;
  padding-top: 0px;
  height: 0px;
  overflow: hidden;
  margin-bottom: 20px;
  }
  .map-wrapper iframe, .map-wrapper object, .map-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
 strong, b  {
	font-weight:500; 
 }

 .caption {
	 position: absolute;
  right: 0;
  bottom: 0;
  color: #FFFFFF;
  font-size: 13px;
  padding: 10px 20px;
  background-color: #c4262e;
  border-top-left-radius: 3px;
 }
 .property-meta span img {
	/*height:25px; */
 }
 .read-more {
	background: #c4262e;
	color: #FFF;
	padding-top: 8px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 8px;
	border-radius: 5px;
	border:none;
	}
	
	.read-more a:hover, .read-more a:focus {
	background-color: #03202F;
	}
	
.property-meta {
	 text-align:right;
}
.iconR img {
/*	height:25px;*/
}
.heading {
  color:#c4262e;	
 	
}
.imageR {
   float:right;
   width:30%;
   margin:3px;
}

.searchbox {
    width: 100%;
  height: 27px;
  margin: 2px;	
	
}
.affinity-row .column-1 {
  width: 66%;
  float: left;	
}

.headRight {
	float: right;
}
#email-a-friend input[type="text"],#email-a-friend textarea, #contact-agent input[type="text"],#contact-agent textarea{
	width:100%!important;
	height:24px;
	
}
.sash {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 70px;
  height: 70px;
}
#extra-details , #email-details {
	display:none;
 	
}
.property-left {
	
	background: #c4262e;
    color: #FFF;
    padding: 10px 0;
    font-size: 15px;
    text-transform: uppercase;
	text-align:center;

	
}
.property-left h2 , .property-right h2 {
	
	 color: #FFF;
    padding:0px;
    font-size: 15px;
    text-transform: uppercase;
	text-align:center;
	margin:0px!important;
}
.property-right {
	
	background: #03202f;
    color: #FFF;
    padding: 10px 0;
    font-size: 15px;
    text-transform: uppercase;
	text-align:center;

	
}
.bottom-right {
	
	/*padding-left: 20px;*/
    text-align: justify;
}
.bottom-right .property-meta {
	
	text-align: right;
    padding-bottom: 20px;
	color: #c4262e;
	font-weight: bold;
	
}
.property-right .property-meta span {
	
	padding-left:15px;	
}
.quick-select {
	width: 100%;
	height: 35px;
	background: #03202f;
	color: #FFF;
	text-transform: uppercase;
	padding-left: 5px;
	background-image: url(../art1/drop-down-arrow-dark-bgx20x24.png);
	background-color: #03202f;
	background-repeat: no-repeat;
	background-position: top 5px right;
	background-size: 24px 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-style: none;
	
}
#up {
	
	background:#c4262e;
	border-radius:50%;
	color:#FFF;
	padding: 9px 7px;
    font-size: 10px;	
	
}
.home-serach {
	background: #c4262e;
	color: #FFF;
	padding: 10px;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px!important;
	font-weight: bold;	
}
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 768px) {
body {
	margin: 0px;
}
.p7DMM03.p7DMM.p7dmm-left, .p7DMM03.p7DMM.p7dmm-right {
	padding: 0px !important;
}
#layout {
	max-width: none;
	padding: 0px;
}
.column, .column-1, .column-2, .column-3,
.column-half, .column-third, .column-fourth,
.column-fifth {
	float: none !important;
	width: auto !important;
}
.column-content {
	height: auto !important;
	max-height: 888678px;
	border: none !important;
}
.imageR {
	float:none;
	width:100%;
	  margin:0px;
}
.p7IGM01_thumbswrapper {display:none;}
.property-left h2 , .property-right h2 , .bottom-right { font-size:14px;line-height:25px; }
.property-left , .property-right { height:30px!important; }
.property-left h2 , .property-right h2  { padding:2px;   }
}
@media only screen and (min-width: 200px) and (max-width: 900px) {
.property-left , .property-right { height: 45px; }
.property-left h2 , .property-right h2  { padding:2px;   }
}

/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1380px) {
#layout {max-width: none;}
}
