a{
	color: #cb0d14;
}

.img-responsive{
	margin:		0 auto;
}


a.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

body{
	font-family: 		"PT Sans",sans-serif;
}

h1, h2, h3, h4, h5{
	font-family: 		"PT Sans",sans-serif;
	font-weight:   normal;
	color: #333333;
}
h2, .h2{
	font-size:24px;
}

.hometitle{
	font-size:30px;
}

.footerrow{
	background:		#5c6c73;
	padding:		15px 0;
	color:			#ffffff;
	margin-top:20px;
}
.footerrow a{
	color:			#ffffff;
}
.socialicons{
	padding-top:40px;
}
.socialwhite{
	color:		#ffffff;
	z-index:	1;
}
.socialred{
	color:		#850002;

	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.socialicons a:hover .socialred{
	color:		#2b3336;

	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* ********** tiny nav **************      */
/* styles for desktop */
.tinynav { display: none }

/* styles for mobile */
@media screen and (max-width: 767px) {
    .tinynav { display: block }
    #nav { display: none }
}
/* **************** tiny nav ************* */

/* ****************************** start nav *******************************/

.menudivider{
	color:#ffffff;
	 display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
	background:		#850002;
}

.navholder{
	z-index: 10;
	width:100%;
	background:#5c6c73;
}
.navbar-default {
    border: none;
	background:	none;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}


.stickynavigationmenu{
	width:100%;
	background:#ffffff;
	z-index: 100000;
	-webkit-transform:translate3d(0px,0px,0px);
	        transform:translate3d(0px,0px,0px); /* hack for sticky disappearing on ios 9.1 http://stackoverflow.com/questions/32875046/ios-9-safari-changing-an-element-to-fixed-position-while-scrolling-wont-paint */
}


.navon{
	/* background-color:		#414a4f !important; */
	color: #cb0d14 !important;
}

.dropdown-menu{
	background-color:		#a2aaae;
}

.nav>li>a {
   /*  padding: 10px 25px; */
	padding-right:	22px;
	padding-left:	22px;
	font-size:.9em;
}

#custom-bootstrap-menu{
	z-index: 10;
}

.navbar-nav{
	float:right;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: 					#ffffff;
	background-color:		#8298a2;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{
	color:					#ffffff;
	background-color:		#5c6c73;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{
	background-image:none;
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(119, 119, 119, 1);
	float:left;
}
#custom-bootstrap-menu.navbar-default {
	/* max-width: 1200px; */
	/* margin: 0 auto; */
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 18px;
    text-transform: lowercase;
    font-weight: bold;
    background-image:		none;
    -webkit-transition: 	all 0.2s ease-in-out;
    transition: 			all 0.2s ease-in-out;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li:last-child>a{padding-right:0}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: #ca0d14;
    -webkit-transition: 	all 0.2s ease-in-out;
    transition: 			all 0.2s ease-in-out;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(85, 85, 85, 1);
    background-color: rgba(83, 75, 159, 1);
	-webkit-transition: 	all 0.2s ease-in-out;
    transition: 			all 0.2s ease-in-out;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: transparent;
    margin-top: 28px;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #cb0d14;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #cb0d14;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}

.navbar-brand{
	padding: 0 15px;
}

.rednavbutton{
	background-color:		#850002;
}

/* ******************************   end nav *******************************/



/* ***************************8 start map containers ********************************* */
 	#map_canvas {
		 	height: 500px;
			padding: 6px;
	        border: 1px solid black;
	        -webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
	  		    box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
	        width: 100%;
			}

			/* fixes error with the diaplsy of the controls and the info window */
	#map_canvas img {
			    max-width: none;
			}
/* ***************************** end map containers *************************************** */



/* **************************** back to top ************************/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgb(202, 13, 20) url(/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border-radius: 5px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/* **************************** back to top ************************/


/* start home page ******************************************************************/
.spotlight {
    padding-right: 25px;
}
.spotlight:last-child {
	padding-left: 25px;
	padding-right: 15px
}

.paddedrow{
	padding:20px 0;
}

/* end home page ******************************************************************/


/* model panel holder *************************************************************************/

.modelholder{
    width: 25%;
	float:	left;
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
	font-size:.8em;
}

.detailmenuheader{
	background-color: #e8e8e8;
	padding:5px;
 border-radius: 			5px;
	border-left: 5px solid #ddd;
}

/* model panel holder *************************************************************************/


.columns4 {
	-webkit-column-width: 200px; /* Chrome, Safari, Opera */ /* Firefox */
	column-width:         200px;
	-webkit-column-count: 4; /* Chrome, Safari, Opera */ /* Firefox */
	column-count:         4;
  	-webkit-column-gap:   40px; /* Chrome, Safari, Opera */ /* Firefox */
	column-gap:           40px;
	-webkit-column-rule-color: #ccc;
	        column-rule-color: #ccc; /* Optional */
	-webkit-column-rule-style:solid;
	        column-rule-style:solid; /* Optional */
	-webkit-column-rule-width: 1px;
	        column-rule-width: 1px; /* Optional */
	text-align: justify; /* Optional */
}
.columns3 {
	-webkit-column-width: 275px; /* Chrome, Safari, Opera */ /* Firefox */
	column-width:         275px;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */ /* Firefox */
	column-count:         3;
  	-webkit-column-gap:   40px; /* Chrome, Safari, Opera */ /* Firefox */
	column-gap:           40px;
	-webkit-column-rule-color: #ccc;
	        column-rule-color: #ccc; /* Optional */
	-webkit-column-rule-style:solid;
	        column-rule-style:solid; /* Optional */
	-webkit-column-rule-width: 1px;
	        column-rule-width: 1px; /* Optional */
	text-align: justify; /* Optional */
}
.columns2 {
	-webkit-column-width: 350px; /* Chrome, Safari, Opera */ /* Firefox */
	column-width:         350px;

	-webkit-column-count: 2; /* Chrome, Safari, Opera */ /* Firefox */
	column-count:         2;
  	-webkit-column-gap:   40px; /* Chrome, Safari, Opera */ /* Firefox */
	column-gap:           40px;
	-webkit-column-rule-color: #ccc;
	        column-rule-color: #ccc; /* Optional */
	-webkit-column-rule-style:solid;
	        column-rule-style:solid; /* Optional */
	-webkit-column-rule-width: 1px;
	        column-rule-width: 1px; /* Optional */
	text-align: justify; /* Optional */
}

/* Pagination *******************************************************************/
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #850002;
    border-color: #850002;
}

.pagination>li>a, .pagination>li>span {
    color: #850002;
}
/* Pagination *******************************************************************/


/********************************** start siteplan  **************************************************************/
/* not sure what this is */
.siteplancolumn{
	float:left;
	width:45%;
	margin-left:5%;
}

.mapmenu{
	position:				absolute;
	top:					0;
	margin-left:			0;
	margin-right:			0;
	z-index:				100;
	width:					85px;
	background-color:		#e3e3e3;
	padding:				10px;
	border-radius: 			10px;
	text-align:				center;
	border:					3px solid #666666;
}
.mapmenumobile{
	display:				none;
	position:				absolute;
	bottom:					0;
	width:					100%;
	background-color:		#e3e3e3;
	padding:				10px;
	border-radius: 			10px;
	text-align:				center;
	border:					3px solid #666666;
	z-index:				100;
}
.mobilekey{
	display:				none;
}

input[type=range][orient=vertical]{
	-webkit-writing-mode: bt-lr;
	    -ms-writing-mode: bt-lr;
	        writing-mode: bt-lr; /* IE */
	-webkit-appearance: slider-vertical; /* WebKit */
	width: 8px;
	height: 75px;
	padding: 0 5px;
	text-align:				center;
	margin:0 auto;
}

.keyitem{
	width:					100%;
	margin: 				0 auto;
	text-align:				center;
	padding:				5px 0;
	border-top:				1px solid #aaaaaa;
}
.keycolor{
	width:					12px;
	height:					12px;
	border-radius: 			6px;
	border:					1px solid black;
	margin: 				0 auto;
}
.keyname{
	width:					100%;
	margin: 				0 auto;
	text-align:				center;
}

.keyitemmobile{
	margin: 				0 auto;
	text-align:				center;
	padding:				5px 0;
	border-top:				1px solid #aaaaaa;
	width:					33.333%;
	float:left;
}
.keycolormobile{
	width:					12px;
	height:					12px;
	border-radius: 			6px;
	border:					1px solid black;
	margin: 				0 auto;
}
.keynamemobile{
	margin: 				0 auto;
	text-align:				center;
}


.interactivesiteplandata{
	text-align:left;
	padding:5px;
}

.interactivesiteplandata td{
	text-align:left;
	padding:5px;
}

@media screen and (max-width: 767px) {
	.mapmenu{
		display:			none;
	}

	.mapmenumobile{
		display:			block;
	}

	.mobilekey{
		display:				block;
	}
	.keyitemmobile{
		width:50%;
	}
}

/* @media screen and (max-width: 960px) {
	.interactivesiteplankey{
		width: 100%;
	}
}

@media screen and (max-width: 625px) {
	.keyitem{
		width:50%;
	}
}

@media screen and (max-width: 500px) {
	.keyitem{
		width:33.3333%;
	}
}

@media screen and (max-width: 500px) {
	.siteplancolumn{
		width:100%;
		float:none;
	}
	.keyitem{
		width:100%;
		float:none;
	}
} */
/********************************** end siteplan  **************************************************************/

/* ********************* start inventory model list containers ********************************* */
.tablewide{
	width:100%;
}

.tablenarrow{
	 display:none;
}

.tablesingle{
	background: #edede9;
	border: 1px solid #dad9d7;
 border-radius: 6px;
  background-clip: padding-box;
  align:left;
  text-align:left;
  margin-top:10px;
  padding:5px;
}

@media screen and (max-width: 650px) {

	.tablewide{
		display:none;
	}

	.tablenarrow{
		 display:block;
	}
}

/***************************** TABLESORTER **********************************/

table.tablesorter {
	background-color: #e5e5e5;
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #68532a;
	border: 0px solid #FFF;
	font-size: 8pt;
	padding: 4px;
	color: White;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #000000;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color: #ffffff;
}
table.tablesorter tbody tr.even td {
	background-color:#f1f1f1;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/tablesorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/tablesorter/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #816734;
}


/* *********************   end inventory model list containers ********************************* */

/* ******************************** inventory search **************************** */
.inventorysearch{
	width:		33%;
	float:		left;
	padding:	.3em;
	margin:		0 auto;
	text-align:center;
}

.inventorysearchform{

}

/* ***************************************** end inventory search **************************** */


.modelimageholder{
	min-height:173px;
}
@media (max-width: 1220px) {
	.modelimageholder{
		min-height:135px;
	}
}
@media (max-width: 990px) {
	.modelimageholder{
		min-height:235px;
	}
}
.modelimageoverlay{
	background:	#cb0d14;
	color:	white;
	position: absolute;
   top: 10px;
    right: 23px;
    padding: 3px 5px;
}

.smallmodels{
	min-height:100px;

}
@media (max-width: 1050px) {
	.smallmodels{
		min-height:75px;
	}
}

@media (max-width:991px) {
	.smallmodels{
		min-height:141px;
	}
}

.teamholder{
	border: 1px solid #d9d9d9;
	padding: 10px 0;
	margin: 10px 0;
}

/* ****************************************************************************************************************************************************/
/* ****************************************************************************************************************************************************/
/* ****************************************************************************************************************************************************/
/* ****************************************************************************************************************************************************/
/* ****************************************************************************************************************************************************/




@media (max-width: 1220px) {
	.nav>li>a {
		padding-right:	14px;
		padding-left:	14px;
	}
}


/* navigation stuff to change the break point */
@media (max-width: 767px) {
	#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
		border-right:			none;
		padding-top:			10px;
	}

	.breadcrumb {
       margin-bottom: 20px;
	 }

    .navbar-header {
        position: relative;
        z-index: 1;
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
                box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
	    margin: 40px 0 7.5px 0;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}

	.navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
    }

	.loginbutton{
		border-left: 			none;
	}
}
/* end change break point */

#custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
    @media (max-width: 991px) and (min-width: 768px) {
        font-size: 13px;
    }

    @media (max-width: 767px) {
        font-size: 16px;
    }
}

/* end main nav */

@media (max-width: 992px) {
	.modelholder{
	    width: 50%;
	}
}

@media (max-width: 900px) {
	#map_canvas {
	 	width: 80%;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.full-width-at-mobile {
	    width: 100%;
	}


	/* navigation stuff */
	.main-nav-mobile-button {
		display: block;
		border: solid 1px #152140;
	}
	.main-nav-mobile-button > .icon-bar {
		background-color: #152140;
	}
	.main-nav-hide {
		display: none;
	}
	.mobile-header{
		padding-right: 15px;;
	}


	.header-second-nav-buttons{
		display:none;
	}
	.logo{
		margin:0 auto;
	}

	.footerrow{
		text-align: center;
	}

}

@media (max-width: 675px) {
	#map_canvas {
	 	height: 350px;
        width: 90%;
	}
}

@media (max-width: 600px) {

	.modelholder{
	    width: 100%;
		float:none;
	}

}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	width: 90%;
	max-width: 100%;
}

.blogimageleft img{
	padding:10px 20px 20px 20px;
	display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
	float:	left;
}
@media (max-width: 600px) {
	.blogimageleft img{
		float:none;
		margin:0 auto;
	}
}

.blogimageright img{
	padding:10px 20px 20px 20px;
	display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
	float:	right;
}
@media (max-width: 600px) {
	.blogimageright img{
		float:none;
		margin:0 auto;
	}
}

/* ******************************* start community list & grid view *********************************** */
.glyphicon { margin-right:5px; }
.itemborder{
	border:1px solid #e9e9e9;
}
.caption{
	padding:10px;
}
.thumbnail{
    margin-bottom: 0;
    padding: 0px;
    border-radius: 0px;
}
.item.list-group-item{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
	border: none;
}
.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover{
	background: #e9e9e9;
}
.item.list-group-item .list-group-image{
    margin-right: 10px;
	/* max-width:400px; */
}
.item.list-group-item .thumbnail{
    margin-bottom: 0px;
}
.item.list-group-item .caption{
    padding: 9px 9px 0px 9px;
}
.item.list-group-item:nth-of-type(odd){
    /* background: #eeeeee; */
}

.item.list-group-item:before, .item.list-group-item:after{
    display: table;
    content: " ";
}

.item.list-group-item img{
    float: left;
}
.item.list-group-item:after{
    clear: both;
}
.list-group-item-text{
    margin: 0 0 0 0;
}
/* ******************************* end community list & grid view *********************************** */
.communityspecs{
	border: 1px solid #eee;
    border-left: none;
    text-align: center;
    font-size: 13px;
    padding: 25px 0px;
}
/* *************************************** corner ribbon snipe *****************************************/
/* https://www.bootply.com/374ITzgbk4 */
.ribbonbox {
   width:100%;
   height:100%;
   position:relative;
   border:none;
   background:#eee;
   float:left;
   /* margin:20px*/
}
.ribbon {
   position: absolute;
   right: -5px;
   top: -5px;
   z-index: 1;
   overflow: hidden;
   width: 200px;
   height: 200px;
   text-align: right;
}
.ribbon span {
   font-size: 14px;
   color: #fff;
   text-transform: uppercase;
   text-align: center;
   font-weight: bold;
   line-height: 30px;
   -webkit-transform: rotate(45deg);
           transform: rotate(45deg);
   width: 200px;
   display: block;
   background: #79A70A;
   background: -webkit-gradient(linear, left top, left bottom, from(#9BC90D), to(#79A70A));
   background: linear-gradient(#9BC90D 0%, #79A70A 100%);
   -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
           box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
   position: absolute;
   top: 46px;
   right: -38px;
}
.ribbon span::before {
   content: '';
   position: absolute;
   left: 0px; top: 100%;
   z-index: -1;
   border-left: 3px solid #79A70A;
   border-right: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.ribbon span::after {
   content: '';
   position: absolute;
   right: 0%; top: 100%;
   z-index: -1;
   border-right: 3px solid #79A70A;
   border-left: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.red span {background: -webkit-gradient(linear, left top, left bottom, from(#F70505), to(#8F0808));background: linear-gradient(#F70505 0%, #8F0808 100%);}
.red span::before {border-left-color: #8F0808; border-top-color: #8F0808;}
.red span::after {border-right-color: #8F0808; border-top-color: #8F0808;}

.blue span {background: -webkit-gradient(linear, left top, left bottom, from(#2989d8), to(#1e5799));background: linear-gradient(#2989d8 0%, #1e5799 100%);}
.blue span::before {border-left-color: #1e5799; border-top-color: #1e5799;}
.blue span::after {border-right-color: #1e5799; border-top-color: #1e5799;}

.green span {background: -webkit-gradient(linear, left top, left bottom, from(#9BC90D), to(#79A70A));background: linear-gradient(#9BC90D 0%, #79A70A 100%);}
.green span::before {border-left-color: #1e5799; border-top-color: #79A70A;}
.green span::after {border-right-color: #1e5799; border-top-color: #79A70A;}

/* *************************************** corner ribbon snipe *****************************************/










.navholder {
    background-image: url(/images/header-bg.png), -webkit-gradient(linear,left top, left bottom,from(#fff), color-stop(50%, rgba(255, 255, 255, 0)));
    background-image: url(/images/header-bg.png), linear-gradient(to bottom,#fff 0%, rgba(255, 255, 255, 0) 50%);
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 180px;
    background-color: transparent;
   	position: absolute;
    top: 60px;
    left: 0;
}

.navholder + #myCarousel {
    margin-top: 115px;
}

.top-phone, .top-cta {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    top: 0;
    transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
}

.top-phone {
    padding: 3px 24px;
    background-color: #333;
    margin-bottom: 24px;
}

.top-cta {
    padding: 5px 28px 3px;
    background-color: #CA0D14;
    float: right;
    font-size: 24px;
}

.bottom-cta {
    color: #CA0D14;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    padding: 7px 28px;
    background: #ffffff;
    border-radius: 0;
    border: none;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 20px;
    transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
}

.bottom-cta:hover {
    color: #90080d;
}

div#navbar {
    margin-top: 16px;
    padding-right: 0;
}

.top-phone:hover, .top-phone:focus {
    color: #fff;
    background-color: #222;
}

.top-cta:hover, .top-cta:focus {
    color: #fff;
    background-color: #bb030a;
}

a:focus {
    outline: none;
    text-decoration:  none;
}

.floor-plan-dropdown {
	position: absolute;
	z-index: 9;
	top: -100%;
	width: 100%;
	background: #f2f2f2;
	padding-top: 175px;
	padding-bottom: 16px;
}

.floor-plan-dropdown {
/* 		-webkit-transform: translateY(-160%); */
/* 		transform: translateY(-160%); */
		-webkit-transition: all .5s cubic-bezier(0.42, 0, 0.38, 1.29);
		transition: all .5s cubic-bezier(0.42, 0, 0.38, 1.29);
}

.floor-plan-dropdown.open {
		-webkit-transform: translateY(32px);
		transform: translateY(32px);
		top: 0;
}

.floor-plan-dropdown span {
    font-weight: bold;
    font-size: 18px;
    color: #ca0d14;
}

.floor-plan-dropdown ul {
    padding-left: 0;
    list-style-position: inside;
    margin-top: 14px;
    margin-bottom: 18px;
    list-style-type:  none;
}

.floor-plan-dropdown li a:before {
    content: "\2014";
    padding-right: 6px;
		padding-left: 0px;
    -webkit-transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
    transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
}

.floor-plan-dropdown li a {
    font-size: 16px;
    color: #666;
    font-style: italic;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 9px 0;
    -webkit-transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
    transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
}

.floor-plan-dropdown li a:hover {
    color: #333;
}

.floor-plan-dropdown li a:hover:before {
    padding-right: 12px;
}

.floor-plan-dropdown li:last-child a {
    border-bottom: 1px solid transparent;
}

.caret-right {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid;
}

.megamenu-all {
    font-weight: bold;
    font-style: italic;
}

.megamenu-all:hover, .megamenu-all:focus {
    color: #c40100;
    text-decoration: none;
}

.megamenu-all span {
    -webkit-transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
    transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
}

.megamenu-all:hover span {
    margin-left: 6px;
}

.top-phone svg {
    font-size: 75%;
    position: relative;
    top: -1px;
}

footer {
    background-color: #CA0D14;
    padding-top: 69px;
    padding-bottom: 26px;
		margin-top: 32px;
    color: #fff;
}

.social-icons {
    margin-top: 16px;
}

.social-icons a {
    color: #fff;
    font-size: 24px;
    padding-right: 12px;
		opacity: .9;
		-webkit-transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
		transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
}

.social-icons a:hover {
	opacity: 1;
}

footer h5 {
    color: #fff;
    text-transform:  uppercase;
    font-weight: bold;
    font-size: 20px;
}

footer ul {
    padding-left: 0;
    list-style-position:  inside;
    list-style-type: none;
}

footer a {
    color: #fff;
}

footer li {
    font-size: 13px;
    text-transform:  uppercase;
    font-weight: normal;
}

footer li a:before {
    content: "\2014";
    padding-right: 6px;
		-webkit-transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
		transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
}

footer li a:hover:before {
    padding-right: 12px;
}

footer li a {
    display: block;
    padding-top: 5px;
    padding-bottom: 4px;
		-webkit-transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
		transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
}

footer li a:hover, footer li a:focus {
    color: #fff;
}

.copyright {
    margin-top: 100px;
    font-size: 13px;
    text-align: center;
}

.copyright a:hover, .copyright a:focus {
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.copyright a {
    border-bottom: 1px solid transparent;
    -webkit-transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
    transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
}

div#myCarousel {
    margin-bottom: 80px;
}

/*body:not(.cke_editable) {
    padding-top: 115px;
}*/

.carousel-caption {
    font-family: "PT Sans", sans-serif;
    font-size: 28px;
    line-height: 1;
    font-weight: normal;
    text-transform:  uppercase;
    color: #000;
    position: absolute;
    text-align: left;
    top: 45%;
	background-color: transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow:  none;
	left:300px; /* new  */
	
}

.carousel-caption span {
    font-size: 65px;
    font-weight: bold;
}

.carousel a.button1, .carousel a.button2 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    display: inline-block;
    padding: 12px 36px 9px;
    transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
}

.carousel a.button1 {
    background-color: #333;
}

.carousel a.button2 {
    background-color: #333;
}

.carousel-caption-holder{
	padding:20px;
	width:	fit-content;
}
.carousel-text {
    margin-bottom: 12px;
    text-shadow: 0 0 32px rgba(255, 255, 255, 0.25);
	
	font-family: 	"Open Sans", sans-serif;
	color: 			#CA0D14;
	font-weight: 	800;
	font-size:		64px;
	
}

h3 {
    color: #CA0C13;
    font-weight: bold;
    font-size: 32px;
    margin: 0;
    padding-bottom: 12px;
    padding-top: 24px;
}

.btn-primary {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    padding: 7px 28px;
    background: #333;
    border-radius: 0;
    border: none;
    line-height: 1;
    text-transform:  uppercase;
    margin-top: 6px;
    transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
}

.btn-tour {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    padding: 7px 28px;
    background: #cb0d14;
    border-radius: 0;
    border: none;
    line-height: 1;
    text-transform:  uppercase;
    margin-top: 6px;
    transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
}

.btn-isp {
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    display: inline-block;
    background: #cb0d14;
    line-height: 1;
    text-transform:  uppercase;
    margin-top: 26px;
    transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
	
	padding: 30px 40px;
	border-radius: 80px 0 80px 0;
	border:	4px solid white; 
	-webkit-box-shadow: 10px 10px 15px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 15px -4px rgba(0,0,0,0.75);
box-shadow: 10px 10px 15px -4px rgba(0,0,0,0.75);
}

.btn-default {
	    color: #fff;
	    font-weight: bold;
	    font-size: 18px;
	    text-shadow: none;
	    display: inline-block;
	    padding: 7px 28px;
	    background: #333;
	    border-radius: 0;
	    border: none;
	    line-height: 1;
	    text-transform: uppercase;
	    margin-top: 6px;
	    transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
}

.btn-default:hover, .btn-default:focus {
	background: #222;
	color:#fff;
}

.spotlight-text-container {
    /* margin-bottom: 16px; */
}

.spotlight-con {
    /* margin-bottom: 100px; */
}

.agile-difference {
    text-align: right;
    padding-right: 32px;
}

.agile-difference h2 {
    color: #CA0C13;
    text-transform: lowercase;
    font-size: 38px;
    line-height: 1;
    margin: 0;
}

.agile-difference h2 strong {
    font-weight: bold;
    display: block;
    font-size: 175%;
    font-style: italic;
}

.agile-difference h2 em {
    font-size: 135%;
    text-transform: lowercase;
}

.grey-fullwidth {
    padding: 85px 0;
    background-color: #f4f4f4;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.navholder {
    background-image: url(/images/header-bg.png), -webkit-gradient(linear,left top, left bottom,color-stop(32%, #fff), color-stop(50%, rgba(255, 255, 255, 0)));
    background-image: url(/images/header-bg.png), linear-gradient(to bottom,#fff 32%, rgba(255, 255, 255, 0) 50%);
}

.inner-head {
    background: url(/images/inner-head-bg.png) no-repeat center;
    background-size: cover;
    min-height: 232px;
    padding-top: 72px;
    margin-top: 100px;
}

@media(max-width: 991px) {
    .inner-head {
        min-height: 172px;
        margin-top: 120px;
    }
}

@media(max-width: 767px) {
    .inner-head {
        min-height: 150px;
        margin-top: 0;
        padding-top: 40px;
    }
}

.breadcrumb {
    background-color: transparent !important;
    color: rgba(197, 31, 39, 0.655);
    font-size: 14px;
    text-transform: lowercase;
    padding: 16px 0 0 0;
    font-weight: bold;
}

.breadcrumb a {
    color: rgba(197, 31, 39, 0.75);
    border-bottom: 1px solid;
    -webkit-transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
    transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
}

.breadcrumb a:hover, .breadcrumb a:focus {
    border-bottom: 2px solid;
    text-decoration:  none;
    color: rgba(197, 31, 39, 1);
}

.inner-main-content, .inner-wrap {
    margin-top: 65px;
    margin-bottom: 75px;
}

.inner-head h1 {
    color: #000;
    font-weight: bold;
    font-style: italic;
    text-transform:  uppercase;
    margin-top: 50px;
}

.carousel a.button1:hover, .carousel a.button1:focus {
    background-color: #111;
}

.carousel a.button2:hover, .carousel a.button2:focus {
    background-color: #222;
}

.modeldetail-bar {
    border-bottom: 2px solid #CA0D14;
}

ul.home-specs {
    padding: 0;
    list-style-position:  inside;
    list-style-type:  none;
    margin: 0;
    width: 50%;
    float: left;
}

ul.home-specs li {
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    text-transform:  uppercase;
    padding-right: 20px;
    padding-left: 20px;
}

ul.home-specs li:first-child {
    padding-left: 0;
}

ul.home-specs li:last-child {
    padding-right: 0;
}

ul.home-specs li svg {
    font-size: 24px;
    color: #E48589;
}

.modeldetail-bar .buttons {
    text-transform:  uppercase;
    font-weight: bold;
    width: 50%;
    position: absolute;
    right: 15px;
    bottom: 0;
    text-align: right;
}

.modeldetail-bar .col-sm-12 {
    padding-top: 14px;
    padding-bottom: 14px;
}

.fancybox-inner {
    overflow: hidden !important;
}

.modeldetail-bar .buttons a {
    color: #fff;
    background: #333;
    padding: 12px 24px;
    font-size: 17px;
    display: inline-block;
    transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
}

.modeldetail-bar .buttons a:hover, .modeldetail-bar .buttons a:focus {
    background: #222;
}

.modeldetail-bar .buttons a.virtual-tour {
    background: #333;
}

.modeldetail-bar .buttons a.virtual-tour:hover, .modeldetail-bar .buttons a.virtual-tour:focus {
    background: #111;
    text-decoration:  none;
    outline: none;
}

.grey-fullwidth.floorplan-options {
    padding: 50px 0;
    margin: 85px 0;
}

h2 {
    color: #ca0d14;
    text-transform:  uppercase;
    font-weight: bold;
}

.plan-elevations {
    /* margin-top: 36px; */
}

.detail-mainleftcol {
    padding-right: 32px;
}

.elevation-carousel {
    margin-top: 10px;
}

.elevation-carousel .item h4 {
    color: #000;
    background: #eee;
    font-size: 14px;
    text-align: center;
    padding: 9px;
    margin: 0;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 -4%;
    width: 108%;
    z-index: -1;
}

:focus {
    outline: none;
}

button.owl-prev {
    float: left;
}

button.owl-next {
    float: right;
}

.detail-mainrightcol .carousel-control {
    width: 15%;
    color: #cb0d14;
    line-height: 1;
    opacity: .75;
    font-size: 36px;
    padding-top: 10%;
    padding-bottom: 10%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: auto;
}

.detail-mainrightcol .carousel-control:hover {
    opacity: 1;
}

.detail-mainrightcol #myCarousel {
    padding: 15px;
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    margin-bottom: 24px;
}

.floorplan-options h2 {
    text-align: center;
    margin-bottom: 16px;
}

.floorplan-options h4 {
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 4px;
    background-color: #fff;
    margin: 0;
}

.floorplan-options .owl-carousel .owl-nav button {
    font-size: 36px !important;
}

.floorplan-carousel .item {
    border: 1px solid #bbb;
}

.floorplan-carousel .item:hover {
    border: 1px solid #aaa;
}

.inner-main-content ul {
    list-style: none inside;
    padding: 0;
}

.inner-main-content ul li:before {
    content: "\2014";
    padding-right: 5px;
}

.inner-main-content ul.standard-bullet {
    list-style: disc;
    padding: 0 0 0 25px;
}

.inner-main-content ul.standard-bullet li:before {
    content: "";
    padding-right: 0;
}

.inner-main-content ul.standard-bullet ul {
    list-style: circle;
	padding: 0 0 0 25px;
}

.inner-main-content li a, .inner-main-content p a {
    border-bottom: 0px dotted transparent;
    -webkit-transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
    transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
}
.inner-main-content li a:hover, .inner-main-content li a:focus, .inner-main-content p a:not(.btn):hover, .inner-main-content p a:focus {
    border-bottom: 1px dotted #cb0d14;
}

h2 span, h2>em {
    display: block;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 18px;
    padding-bottom: 6px;
}

ul.home-listing-specs li:before {
    content: "";
    padding: 0;
}

ul.home-listing-specs {
    padding: 5px 0;
    margin: 0;
    opacity: .85;
    -webkit-transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
    transition: all .2s cubic-bezier(0.42, 0, 0.38, 1.29);
}

.planholder:hover ul.home-listing-specs {
	opacity: 1;
}

ul.home-listing-specs li {
    display: inline-block;
    width: 33%;
    color: #333;
    font-weight: bold;
    text-transform:  uppercase;
    font-size: 24px;
    text-align: center;
    padding: 6px 0;
}

ul.home-listing-specs > li:nth-child(4) {
    width: 50%;
    font-size: 18px;
}

ul.home-listing-specs > li:nth-child(5) {
    width: 50%;
    font-size: 18px;
}

.fp ul.home-listing-specs > li:nth-child(4) {
	width: 100%;
}

.panel-body {
    padding: 0;
    -webkit-box-shadow: 0 0 24px rgba(152, 152, 152, 0.3);
            box-shadow: 0 0 24px rgba(152, 152, 152, 0.3);
}

.panel.panel-default {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}

.planholder h2 {
    padding: 12px 16px 12px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.planholder h2 span, .planholder h2 em {
    color: #777;
    font-size: 14px;
    margin: 5px 0;
    padding: 0;
    display: block;
}

.planholder h2 em {
	font-style:  normal;
	text-align: right;
	position: absolute;
	bottom: 12px;
	right: 16px;
}

.planholder .btn-primary {
    font-size: 22px;
    padding: 10px;
}

.image-gallery-listing h2 {
    text-align: center;
    padding: 12px;
}

.contactus-home .inner-main-content h2, .scheduleatour-home .inner-main-content h2 {
    padding: 9px 0 6px;
}

::-webkit-input-placeholder {
	color: #888 !important;
}

:-ms-input-placeholder {
	color: #888 !important;
}

::placeholder {
	color: #888 !important;
}

.forgot-pw {
	position: relative;
	top: 5px;
	left: 12px;
}

blockquote {
    border-color: #ca0d14;
    background-color: #f7f7f7;
}

blockquote strong {
	color: #ca0d14;
}

.team-listings {
    margin-top: 36px;
}

.team-listing h4 {
    color: #ca0d14;
    text-transform:  uppercase;
    font-weight: bold;
    font-size: 22px;
    margin: 12px 0 0;
}

.team-listing {
    margin-bottom: 24px;
}

.testimonial-box h2 {
	text-align: center;
	padding: 12px 0 3px;
}

.testimonial-box p {
    padding: 12px 16px 16px;
    margin: 0;
    color: #333;
}

.faq-home ol li {
    margin-top: 24px;
}

li.faq-question a {
    font-weight: bold;
}

.package-options ul li {
    width: 49%;
    display: inline-block;
    margin-bottom: 1rem;
}

@media (max-width: 500px) {
    .package-options ul li {
        width: 100%;
    }
}

.package-options ul li:first-child {
	margin-right: 1%;
}

.package-options ul li:before, .inventoryhome-info ul li:before {
    content: "";
    padding: 0;
}

.package-options ul, .inventoryhome-info ul {
    padding: 0;
    text-align: center;
}

.inventoryhome-info ul {
    text-align: left;
}

.package-options a {
    color: #fff;
    background-color: #333;
    display: block;
    text-align:  center;
    padding: 6px 0 5px;
    text-transform:  uppercase;
    font-weight: bold;
    font-size: 17px;
}

.package-options a:hover, .package-options a:focus {
    border-bottom: none !important;
    background-color: #222;
    text-decoration:  none;
}

/* .package-options ul li:last-child a {
    background-color:#ca0d14;
}

.package-options ul li:last-child a:hover, .package-options ul li:last-child a:focus {
    background-color:#bb030a;
} */

.package-options h2, .inventoryhome-info h2 {
    margin-bottom: 9px;
}

.package-options {
    margin-bottom: 24px;
    margin-top: 0;
}

.inventoryhome-info span {
    color: #fff;
    background-color: #ca0d14;
    font-weight: bold;
    display: inline-block;
    width: 100px;
    padding: 3px 9px 2px;
    margin-right: 6px;
    text-transform: uppercase;
}

.inventoryhome-info ul li:not(:last-child) {
    border-bottom: 1px solid #dedede;
}

.inventoryhome-info ul li {
    font-size: 16px;
}

.inventoryhome-info ul {
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.08);
}

.floorplan-carousel .owl-stage {
    display: inline-block;
}

.floorplan-carousel .owl-stage-outer {
    text-align: center;
}

.planholder {
    margin-bottom: 24px;
}

.spacer {
    height: 50px;
}

div+div.package-options {
    margin-top: 24px;
}

.fancybox-skin {
    background: #fff;
}

.elevation-carousel .item {
    border: 1px solid #999;
}

.elevation-carousel .item:hover {
	border-color: #333;
}

h1 .btn-primary {
    margin-top: -7px;
    margin-left: 24px;
}

.inventory-list {
    background-color: #fafafa;
    box-shadow: 0 0 24px rgba(152, 152, 152, 0.3);
    padding: 24px;
    margin-top: 27px;
    font-size: 16px;
}

.inventory-list table {
    width: 100%;
}

.inventory-list th {
    color: #ca0d14;
    text-transform:  uppercase;
    font-size: 14px;
    font-weight: bold;
}

.inventory-list tr:hover:not(:first-child) {
    background-color: #f1f1f1;
}

.inventory-list td a {
    display: block;
    padding-top:6px;
    padding-bottom: 2px;
    font-weight: bold;
    text-transform:  uppercase;
}

.inventory-list td em {
    opacity: .5;
    font-size: 90%;
}

.inventory-list tr td:first-child, .inventory-list tr th:first-child {
	padding-left: 7px;
}

.inventory-list tr td:last-child, .inventory-list tr th:last-child {
	padding-right: 7px;
}

.inventory-list tr:nth-child(even) {
    background-color: #fff;
}

.inventory-list th {
    padding-bottom: 6px;
}

.referral-form {
    margin-top: 42px;
}

.referral-form h2 {
    padding-bottom: 9px;
}

.show-mobile {
	display: none !important;
}

li h4 {
    font-weight: bold;
    font-size: 120%;
    margin-top: 42px;
}

img.testimonial-tn {
    position: absolute;
    bottom: 18px;
    right: 4px;
    border-radius: 50px;
    width: 67px;
    height: 66px;
}

.testimonial-box blockquote {
    margin-bottom: 0;
    background-color: #fff;
}

blockquote cite {
    display: block;
    text-align: right;
    padding-right: 50px;
    color: #ca0d14;
}

blockquote cite:before {
    content: '\2014';
    padding-right: 4px;
}

.testimonial-box {
    margin-top: 24px;
    margin-bottom: 36px;
}

.testimonial-box svg {
    position: absolute;
    right: 21px;
    bottom: 36px;
    color: #fff;
    font-size: 30px;
}

a.fb-vid:hover svg {
    transform: scale(1.1);
    transition: all .3s ease;
}

.spotlight>p {
    font-style: italic;
    font-size: 0.95em;
    color: #666;
}

a.btn-cta {
    background: #ca0d14;
    display: block;
    padding: 16px;
}

a.btn-cta:hover, a.btn-cta:focus {
    background: #bb030a;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
		margin-bottom: 80px;
}

.mb-100 {
		margin-bottom: 100px;
}

.lower-home-icon {
    text-align: center;
}

.lower-home-icon svg {
    color: #333333;
}

.block-text {
    text-align: center;
}

.block-btn {
    text-align: center;
    margin-top: 25px;
}

.block-btn .btn {
    display: block;
    padding: 14px 28px;
}

.block-btn .btn-cta {
    /* padding: 14px 28px; */
}

span.play-btn {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

span.play-btn:before {
    content: "\25b6";
    font-size: 7em;
    line-height: 1;
    position: absolute;
    left: 53%;
    top:50%;
    transform: translate(-50%,-50%) scale(.95);
    opacity: .8;
    transition: all .15s ease;
}

span.play-btn:hover:before {
    opacity: 1;
    transform: translate(-50%,-50%) scale(1.05);
}

.home-step-box {
    background: #fff;
    padding-top: 24px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
}

.home-step-box h3, .home-step-box p {
    padding-left: 12px;
    padding-right: 12px;
}

.font-style-normal {font-style:normal;}

.photo-carousel .owl-item {
    border: 1px solid #999;
}

.photo-carousel {
    margin-bottom: 24px;
}

.floorplan-box-title {
	margin-top: 32px;
}

.floorplan-box a {
	display: block;
	border: 1px solid #999;
}

.elevation-carousel {
    margin-bottom: 16px;
}

.floorplan-box a:hover, .photo-carousel .owl-item:hover {
    border-color: #333;
}

.getstarted-mobile {
	display: none;
}








@media (max-width:1499px) {
    .carousel-text {
        font-size: 32px
    }
    .carousel-caption span {
    font-size: 48px;
		}
		.carousel a.button1, .carousel a.button2 {
		    font-size: 18px;
		    padding: 9px 30px;
		}
}

@media (max-width: 1299px) {
		.carousel-caption {
	    left: 14%;
			right: 14%;
		}
		.carousel-text {
		    font-size: 30px;
		}
		.carousel-caption span {
		    font-size: 44px;
		}
		body {
    font-size: 16px;
}
.btn-primary, .btn-default {
    font-size: 16px;
    padding: 7px 26px;
}
h3 {
    font-size: 28px;
    padding-bottom: 10px;
    padding-top: 21px;
}
footer li {
    font-size: 12px;
}
.copyright {
    margin-top: 75px;
    font-size: 10px;
}
}

@media (max-width: 1199px) {
	.modeldetail-bar .buttons a {
    padding: 12px 18px;
}
}

@media (max-width: 1099px) {
	.carousel-caption span {
    font-size: 38px;
}
.carousel-text {
    font-size: 24px;
}
.carousel-text {
    margin-bottom: 0px;
	}
.carousel-caption {
	padding: 0;
}

.navholder {
    background-image: url(/images/header-bg.png), -webkit-gradient(linear,left top, left bottom,color-stop(50%, #fff), color-stop(75%, rgba(255, 255, 255, 0)));
    background-image: url(/images/header-bg.png), linear-gradient(to bottom,#fff 50%, rgba(255, 255, 255, 0) 75%);
}
.breadcrumb {
    margin-bottom: 24px;
}
/*.inner-head h1 {
    margin-top: 24px;
}*/
ul.home-specs li {
    font-size: 18px;
    padding-right: 18px;
    padding-left: 18px;
}
ul.home-specs {
    width: 60%;
}
.modeldetail-bar .buttons {
    width: 40%;
}

h1, .h1 {
    font-size: 28px;
}
.inner-main-content, .inner-wrap {
    margin-top: 45px;
    margin-bottom: 45px;
}
.owl-theme .owl-nav {
    margin: 0 -3%;
    width: 106%;
}
body {
    font-size: 14px;
}
div#myCarousel {
    margin-bottom: 60px;
}
.spotlight-con {
    margin-bottom: 60px;
}
.grey-fullwidth {
    padding: 55px 0;
}
.grey-fullwidth.floorplan-options {
    padding: 30px 0;
    margin: 55px 0;
}
ul.home-specs li svg {
    font-size: 20px;
}
}

@media (max-width: 991px) {

.nav>li>a {
    padding-right: 10px;
    padding-left: 10px;
}
.carousel-inner>.item>img {
    min-height: 333px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}
.agile-difference {
    padding-right: 0;
}
.agile-difference h2 em {
    font-size: 110%;
}
.agile-difference h2 strong {
    font-size: 155%;
}
body {
    font-size: 13px;
}
.floor-plan-dropdown li a {
    font-size: 14px;
}
.floor-plan-dropdown span {
    font-size: 16px;
}
a.megamenu-all {
    font-size: 16px;
}
.breadcrumb {
    display: none;
}
/*.inner-head h1 {
    margin-top: 0;
}*/
h1, .h1 {
    font-size: 24px;
}
/*.inner-head {
    min-height: initial;
    padding-top: 90px;
    padding-bottom: 24px;
}*/
ul.home-specs li {
    font-size: 16px;
    padding-right: 16px;
    padding-left: 16px;
}
.modeldetail-bar .buttons a {
    padding: 9px 10px;
    font-size: 13px;
}
.modeldetail-bar .col-sm-12 {
    padding-top: 0;
    padding-bottom: 12px;
}
ul.home-specs li svg {
    font-size: 16px;
}
.detail-mainleftcol {
    padding-right: 15px;
}
.owl-nav {
    display: none;
}
.inventory-list td:nth-child(3),
.inventory-list th:nth-child(3) {
    width: 13%;
}
.inventory-list {
	font-size: 13px;
}
img.testimonial-tn {
    bottom: -12px;
}
.testimonial-box svg {
    bottom: -12px;
}
}

a.clicktocall {
	display: none;
}

@media (max-width: 767px) {
	a.cd-top.cd-is-visible, .top-phone, .top-cta, .inventory-list {
    display: none;
}
a.clicktocall {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: #333;
    text-align: center;
    display: block;
    padding: 12px;
    font-size: 24px;
    text-transform:  uppercase;
    font-weight: bold;
    text-shadow:  none;
    z-index: 999;
}
.navholder {
    height: 120px;
    background-size: 420%;
    top: 60px;
}
a.navbar-brand {
    margin-top: 15px;
}


button.navbar-toggle.collapsed, button.navbar-toggle.collapsed:focus {
    background-color: transparent !important;
    border-color: transparent !important;
}

button.navbar-toggle .icon-bar {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

button.navbar-toggle:not(.collapsed) > .icon-bar {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

button.navbar-toggle:not(.collapsed) > .icon-bar:nth-child(3) {
    opacity: 0;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
}

button.navbar-toggle:not(.collapsed) > .icon-bar:nth-child(2) {
    -webkit-transform: rotate(45deg) translate(5px,5px);
    transform: rotate(45deg) translate(5px,5px);
}

button.navbar-toggle:not(.collapsed) > .icon-bar:nth-child(4) {
    -webkit-transform: rotate(-45deg) translate(4px,-3px);
    transform: rotate(-45deg) translate(4px,-3px);
}
body {
    padding-top: 100px;
}
/*.inner-head {
    padding-top: 20px;
    padding-bottom: 20px;
}*/
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    margin-top: 36px;
		margin-right: 8px;
}
.carousel-text {
    font-size: 16px;
}
.carousel-caption span {
    font-size: 24px;
}
.carousel a.button1, .carousel a.button2 {
    display: block;
    margin-top: 9px;
}
.carousel-caption {
    top: 48%;
}
.agile-difference {
    text-align: center;
    padding: 0 15px 24px !important;
}
footer .col-md-7, footer .col-md-5 {
    padding-left: 25%;
}
footer .col-sm-4 {
    padding-top: 24px;
}
.spotlight {
    padding-right: 15px;
}
.spotlight:last-child {
	padding-left: 15px;
	margin-top: 36px;
}
div#navbar {
    border: none;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 80px 0 24px;
    margin: 0;
    left: 0;
    background-color: #ffffff;
}
.floor-plan-dropdown {
    display: none;
    position: absolute;
    z-index: 15;
    top: -100%;
    width: 100%;
    background: #f2f2f2;
    margin-top: 142px;
    padding-top: 16px;
    padding-bottom: 16px;
}
/*.inner-head {
    padding-top: 38px;
    padding-bottom: 12px;
    background-size: 170%;
}*/
ul.home-specs {
    width: 100%;
}
.modeldetail-bar .buttons {
    width: 100%;
    position: relative;
    right: 0;
}
.modeldetail-bar .col-sm-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}
ul.home-specs li {
    font-size: 16px;
    padding-right: 12px;
    padding-left: 12px;
    text-align: center;
}
.modeldetail-bar .buttons a {
    display: block;
    width: 50%;
    margin: 12px 0;
    float: left;
    text-align: center;
}
.detail-mainrightcol {
    margin-top: 24px;
}
.detail-mainrightcol #myCarousel {
    margin-bottom: 30px;
}
.btn-primary, .btn-default {
    font-size: 18px;
    padding: 16px 26px;
    display: block;
}
footer {
    padding-top: 42px;
    padding-bottom: 75px;
    margin-top: 32px;
}
.copyright {
    margin-top: 25px;
    font-size: 12px;
}
h1 .btn-primary {
    margin: 0;
}
.show-mobile {
	display: block !important;
}
body:not(.cke_editable) {
    padding-top: 160px;
}
a.getstarted-mobile {
	display: block;
	position: absolute;
	top: 0;
	background-color: #ca0c13;
	width: 100%;
	color: #fff;
	padding: 12px;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	text-transform:  uppercase;
}
}

.basic-table td {
    padding: 5px 8px;
}
.show-xs {
	display: none !important;
}

.elevation-carousel .owl-stage {
    margin: 0 auto;
}

@media (max-width: 399px) {
	.hide-xs {
		display: none !important;
	}
	.show-xs {
		display: block !important;
	}
}


.designImg {
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    min-height: 600px;
}

.widerContainer {
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}








@media (min-width: 768px) {
.widerContainer {
    width: 750px;
}

}

@media (min-width: 992px) {
.widerContainer {
    width: 970px;
}

}

@media (min-width: 1200px) {
	.widerContainer {
	    width: 1400px;
		max-width: 100%;
	}
}


.pre {
	white-space: pre-line;
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

#designCenter ul {
	text-align: left;
	list-style: none;
}

#designCenter ul li::before {
	content: '■';
	color: #c8102e;
	font-size: 22px;
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#designCenter p, #designCenter li {
	font-size: 22px;
}

@media(max-width: 991px) {
	.equal {
  display: block;
  display: -webkit-block;
}

	.designImg {
		min-height: unset;
		height: 600px;
		max-height: 200px;
	}
}

.centerTextContent {
	vertical-align: middle;
    display: flex;
    justify-content: center;
    flex-direction: column;
	padding: 15px;
}


.designHeader {
	margin-bottom: 10px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

#designCenter .row {
	margin-bottom: 20px;
}

.designTextBackground {
	background-color: #c8102e;
	color: #fff;
}



.videoContainer {
	height: 30vh;
}

.designVideo {
	width: 80%;
	display: flex;
	justify-content: center;
	height: 100%;
	max-height: 800px;
	object-fit: fill;
	margin: 0 auto;
}

@media(min-width: 768px) {
    .designVideo {
        margin-top: 140px;
    }
}



#designHeader .home-step-box {
	padding-bottom: 20px;
}


.designBar {
	width: 30%;
	height: 3px;
	background-color: #c8102e;
	margin: 10px auto;
}

#scheduleBtn {
	background-color: #CA0D14;
	padding: 15px;
	color: #fff;
	display: inline-block;
	margin: 20px 15px;
	display: inline-flex;
	text-transform: uppercase;
	font-weight: bold;
  align-items: center;
}

#scheduleBtn:hover {
	cursor: pointer;
	background-color: #bb030a;
}

#scheduleBtn svg {
	padding-left: 10px;
	height: 20px;
	width: 40px;
}

.schedContainer {
	text-align: center;
}

.schedContainer h1 {
	font-weight: bold;
	margin: 20px 0;
}

.designContainer {
	display: inline-block;
}

#designCenter svg {
	display: inline-block;
	margin: 0 auto;
	height: 50px;
	width: 50px;
}

.carousel {
    margin-top: 131px;
}

@media (max-width:767px) {
	.carousel {
    	margin-top: 0px;
	}
}

.alert-bar {
    background-color:#919191;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

@media (max-width:767px) {
	.alert-bar {
        padding-top: 20px;
    }

    .sidebarbody {
        margin-bottom: 30px;
    }
}


