/* BEGIN myfoo - standard CSS3 classes I use all the time - all code beyong basic Bootstrap written by G. E. Malin */ 
html {
	overflow-y: scroll;
} /* Forces a scrollbar when the viewport is larger than the websites content - CSS3 */
a {
	outline : none;
}
a img {
	outline : none;
}
img {
	border : 0;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.centered {
	text-align: center;
}
.justified {
	text-align: justify;
}
.middle {
	vertical-align: middle;
}
.mymargin {
	margin: 15px;
}
.sidemargin {
	margin: 0 15px;
}
.virticalmargin {
	margin: 15px auto;
}
.nomargin {
	margin: 0;
}
.bottommargin {
	margin-bottom: 15px;
}
.topmmargin {
	margin-top: 15px;
}
.rightmargin {
	margin-right: 15px;
}
.nopad {
	padding: 0;
}
.mypad {
	padding: 15px 15px;
}
.medpad {
	padding: 7px;
}
.smpad {
	padding: 4px;
}
.verticalpad {
	padding-top: 15px;
	padding-bottom: 15px;
}
.horizontalpad {
	padding-top: 15px;
	padding-bottom: 15px;
}
.myline {
	height: 1px;
	width: 98%;
	background-color: #333;
	clear: both;
	margin: 15px auto 15px auto;
}
.shortline {
	height: 2px;
	width: 50%;
	background-color: #ccc;
	margin: 15px auto 15px auto;
}
.rounded5 {
	border-radius: 5px;
}
.rounded7 {
	border-radius: 7px;
}
.rounded10 {
	border-radius: 10px;
}
.rounded15 {
	border-radius: 15px;
}
.rightrounded10 {
	border-radius: 0 10px 10px 0;
}
.leftrounded10 {
	border-radius: 10px 0 0 10px;
}
@media (max-width: 768px) {
.rounded5 {
	border-radius: 0;
}
.rounded10 {
	border-radius: 0;
}
.rounded15 {
	border-radius: 0;
}
}
.roundedtop7 {
	border-radius: 7px 7px 0 0;
}
.roundedbottom7 {
	border-radius: 0 0 7px 7px;
}
.myshadow {
	box-shadow: 0 0 2px #ccc;
	-webkit-box-shadow: 0 0 2px #ccc;
}
.txtshadow {
	text-shadow: 2px 2px 1px #333;
}
img {
/*	width: 100%;
	height: auto;*/
}
.imgholder, .imgl, .imgr {
	border: #ccc 1px solid;
	border-radius: 4px;
	padding: 4px;
}
.imgl {
	float: left;
}
.imgr {
	float: right
}
.imgcentered {
	margin: 0 auto;
}
.boxshadow {
	-webkit-box-shadow: 0 0 8px #444;
	box-shadow: 0 0 8px #444;
}
 @media (max-width: 992px) {
.hideunder992 {
	display: none;
}
}
 @media (min-width: 992px) {
.hideover992 {
	display: none;
}
}
/* ============ END myfoo ===================== */
/* ======= begin mobile nav switch ============ */
@media (min-width: 992px) {
.navbar-fixed-top {
	position: relative;
}
}
 @media (max-width: 992px) {
.hideunder992 {
	display: none;
}
}
 @media (min-width: 992px) {
.hideover992 {
	display: none;
}
}
@media (max-width: 992px) {
.page-header {
	margin-top: 60px;
}
}
/* ===== end nav switch ========= */
/*====== Begin Carousel Fade ==== */

.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	-moz-transition: opacity ease-in-out 1.0s;
	-o-transition: opacity ease-in-out 1.0s;
	-webkit-transition: opacity ease-in-out 1.0s;
	transition: opacity ease-in-out 1.0s;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
}
.carousel.fade .item:first-child {
	top: auto;
	position: relative;
}
.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out 1.0s;
	-o-transition: opacity ease-in-out 1.0s;
	-webkit-transition: opacity ease-in-out 1.0s;
	transition: opacity ease-in-out 1.0s;
	z-index: 2;
}
.carousel-indicators li {
	border: #666 1px solid;
}
.carousel {
	padding: 0px;
}
.carousel-caption p {
	color: #fff;
}
@media (max-width: 992px) {
.carousel {
	margin-top: 0px;
}
}
@media (max-width: 992px) {
.carousel-caption {
	display: none;
}
}
/*====== End Carousel Fade =========== */
/*====== Begin IMG trans on hover =========== */
a.trans:link img {
	max-width: 100%;
	transition: all .2s ease-in-out;
	border-radius: 5px;
}
a.trans:hover img {
	box-shadow: 0 0 4px #000;
	-webkit-box-shadow: 0 0 4px #333;
	transform: scale(1.10);
	-webkit-transform: scale(1.01);
}
/*====== End IMG transition on hover =========== */
/*====== Begin Social Icons Css =========== */

.social {
	margin-top: -7px;
	margin-bottom: -7px;
	width: 30px;
}
/*====== End Begin Social Icons Css =========== */
/* ===== begin navbar overrides ===== */
.navbar {
	padding-right: 30px;
	padding-left: 20px;
	border-radius: 0px;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 0;
	background-color: hsl(201, 100%, 33%) !important;
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.49);
	-webkit-font-smoothing: antialiased;
}
@media (max-width: 992px) {
.navbar {
	border-radius: 0;
}
}
.navbar-inverse .navbar-nav > li > a {
	color: #FFF;
	font-size: 20px;
	text-shadow:#666 2px 2px;
}
.navbar-inverse .navbar-nav > li > a:hover {
	background-color: #02537f;
	color: #FFF;
}
.navbar-inverse .navbar-right > li > a:hover {
	background-color: transparent;
}
.navbar-right > li {
	float: left;
}
.navbar-inverse .navbar-brand {
	color: #FFF;
	margin-left: 5px;
}
.navbar-inverse .navbar-right > li > a:hover {
	background-color: transparent;
}
.navbar-right > li {
	float: left;
}
@media (max-width: 992px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:link, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:visited {
	color: #FFF;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #FF6;
}
}
.minisearch {
    background-color: #88BFE8;
    text-align: center;
    clear: both;
    margin: -15px auto -15px auto;
    max-width: 100%;
    padding: 3px 0 3px 0;
    border-radius: 0 0 4px 4px;
}
/* ===== end navbar overrides ===== */
/* ===== begin property slider format ===== */
.slider-lg {
	font-size: 20px;
}
.slider-desc {
	font-size: 20px;
}
.lgscreen-data {
	margin-top: 15px;
	font-size: 20px;
	font-weight: bold;
}
a.more-button:link, a.more-button:visited {
	border: 1px solid #CCC;
	border-radius: 6px;
	display: block;
	padding: 5px;
	margin: 10px;
	max-width: 300px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: hsl(0, 69%, 12%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ac1f1f", endColorstr="#330909");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#ac1f1f), to(#330909));
	background-image: -moz-linear-gradient(top, #ac1f1f, #330909);
	background-image: -ms-linear-gradient(top, #ac1f1f, #330909);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ac1f1f), color-stop(100%, #330909));
	background-image: -webkit-linear-gradient(top, #ac1f1f, #330909);
	background-image: -o-linear-gradient(top, #ac1f1f, #330909);
	background-image: linear-gradient(#ac1f1f, #330909);
	border-color: #330909 #330909 hsl(0, 69%, 5%);
	color: #fff !important;
	text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.46);
	-webkit-font-smoothing: antialiased;
}
a.more-button:hover {
	box-shadow: 0 0 2px #ccc;
	-webkit-box-shadow: 0 0 2px #ccc;
	background-color: hsl(0, 69%, 27%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#db3d3d", endColorstr="#741515");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#db3d3d), to(#741515));
	background-image: -moz-linear-gradient(top, #db3d3d, #741515);
	background-image: -ms-linear-gradient(top, #db3d3d, #741515);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db3d3d), color-stop(100%, #741515));
	background-image: -webkit-linear-gradient(top, #db3d3d, #741515);
	background-image: -o-linear-gradient(top, #db3d3d, #741515);
	background-image: linear-gradient(#db3d3d, #741515);
	border-color: #741515 #741515 hsl(0, 69%, 20%);
	color: #fff !important;
	-webkit-font-smoothing: antialiased;
}
@media (max-width: 1024px) {
a.more-button:link, a.more-button:visited {
	font-size: 14px;
	max-width: 250px;
	margin: auto;
}
}
@media (max-width: 992px) {
.lgscreen-data {
	display: none;
}
}
/* ===== end property slider format ===== */
/* ===== begin bootstrap overrides ===== */
body {
	font-size: 145%;
	background-color:#fff;
}
body p {
	font-size: 145%;
	color: #333;
}
.container {
	border-radius: 0 0 15px 15px;
	margin-bottom: 15px;
	background-image: url(/img/trans-wht-50.png);
	padding-bottom: 15px;
}
@media (max-width: 992px) {
.container {
	border-radius: 0;
}
}
.row {
	border-radius: 7px;
	margin: 7px;
}
.page-header {
    padding-bottom: 9px;
    margin: 20px 0 5px;
    border-bottom: 0px solid #eee;
}
.head {
	background-image:url(/img/trans-wht-70.png);
}
.subheader {
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#3F93B4;
	display:none;
}
.norowbak {
	background-image:none;
	background-color: transparent;
	margin: 0;
}
.logorap {
	max-width:500px;
}
.logo {
	max-width:100%;
	margin-bottom:10px;	
}
.belowlogo {
	background-color: #3F90B4;
	height:3px;
	max-width:100%;
}
.copyright {
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
	margin: 5px;
	color: #333;
}
@media (max-width: 992px) {
	.logorap {
	max-width:400px;
	margin:auto;
}
	}
.copyright a:link, .copyright a:visited {
	color: #36F;
}
.copyright a:hover {
	color: #C00;
}
.home-form {
	border:1px solid #CCC;
	border-radius:4px;
	padding:5px;
}
.christies-rap {
	max-width:450px; 
        margin:20px 50px 0 0;
}

@media (min-width: 1200px) {
.christies-rap {
        max-width:600px;
	margin:32px auto 0 auto;
	
}
}
@media (max-width: 992px) {
.christies-rap {
	max-width:400px;
	margin:-40px auto 10px auto;
	
}
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0 0 7px 7px;
}
.panel-heading {
    padding: 5px 15px;
    border-bottom: 1px solid transparent;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.panel-title {
	font-size:27px;
	margin:0px 10px 0 0;
}
.panel-body {
    padding: 15px 0px 5px 0px; 
}
@media (max-width: 992px) {
	.panel-title {
	font-size:20px;
	margin:0px 10px 0 0;
}
}
.navbar-inverse .navbar-nav > li > a {
	font-size:16px
}
.simpropimg {
	overflow:hidden;
	
	
	
}
.simpropimg img {
	object-fit:cover;
	object-position:center;	
	height: 250px;	
	
}
@media (min-width: 1720px) {
	.simpropimg img {
		height: 375px;
	}
}
@media (max-width: 992px) {
	.simpropimg img {
		height: 325px;
	}
}
@media (max-width: 768px) {
	
	.simpropimg img {
		height: 400px;
	}
}
.propsliderimg {
	overflow:hidden;	
}
.propsliderimg img {
	object-fit:cover;
	object-position:center;	
	height: 400px;		
}

@media (min-width: 1720px) {
	.propsliderimg img {
		height: 400px;
	}
}
@media (max-width: 992px) {
	.propsliderimg img {
		height: 375px;
	}
}
@media (max-width: 768px) {
	
	.propsliderimg img {
		height: 350px;
	}
}
/* BEGIN -- top level nav link underline animation */
 @media (min-width: 992px) {
a.middle
{
    position: relative;
}
a.middle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 10px ;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.5s ease-in-out; 
}
a.middle:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
/* display:none for mobile mode nav underline */
@media (max-width: 992px) {
    a.middle:before  {
    display: none;
}
}

/* END -- top level nav link underline animation */

 /* BEGIN nav dropdown animate */ 
 @media (min-width: 992px) {
  .animate {
    animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
  .dropdown:hover .dropdown-menu {
	display: block;
}

}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
/* END nav dropdown animate */ 