@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Maven Pro', sans-serif;

			}
.back{
	background-color:rgba(171, 169, 156, .1);
}
.back-wht{
	background-color: #fff;
}

.top-bar{
	background-image: url(../../images/TopBar-98x62.png);
	background-repeat: repeat-x;
	height: 62px;
	/*box-shadow: 0px 2px 3px 0px grey;*/
	width: 100%;
/*	z-index: 9;*/
	}
.top-logo {
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    position: absolute;
    top:10px;
    z-index: 8;
}
.top-logo img {
    width: 150px;
    
}

.menu-phone {
    background-repeat: no-repeat;
    margin: 20px 0px 0px 40%;
    position: absolute;



	
}
.caz-container {
	/**width: 100%;**/
    height: auto;
	display: flex;
	flex-flow: column;
    align-items: center;
	}
.caz-hero-container {
    width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.caz-hero {
	width: 100%;
	height: auto;
	position:relative;
	top: 0;
	left: 0;
	overflow-y: hidden;
	overflow-x: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
.caz-wrapper {
  display: flex;  
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center;
}
.caz-header {
  background: tomato;
}
.caz-main {
  text-align: left;
  background: deepskyblue;
}
.caz-aside-1 {
  background: gold;
}
@media all and (min-width: 600px) {
  .caz-aside { flex: 1 0 0; }
}
@media all and (min-width: 800px) {
  .caz-main    { flex: 3 0px; }
   .caz-header { order: 1; } 
  .caz-aside-1 { order: 2; } 
  .caz-main    { order: 2; }
  .caz-aside-2 { order: 3; }
}
.caz-aside-2 {
  background: hotpink;
}
.carousel-indicators {
		margin-bottom: 22%;
	}
.carousel-indicators li {
	width: 9px;
	height: 9px;
	margin-right: 35px;
	margin-left:  35px;
	background-color: black;
	}
.carousel-control-prev,
.carousel-control-next{
   color: black;

}
.imgage-strip-container {
	background: white;	
    padding: 10px;
    margin: 0px 0px;
    display: flex;
    flex-direction: row;
	justify-content: space-around;
    flex-flow: wrap;
	}
.images-strip {
    box-sizing: border-box;
/*    width: auto;
    height: 242px;
    margin: 10px 5px;*/
	transition: 1s;
	}
.images-strip img{
    box-sizing: border-box;
    width: auto;
    height: 150px;
    margin: 2px 4px;
	transition: 1s;
	}
@media screen and (min-width:1201px){
.images-strip:hover {
	transform:scale(1.5);
	}
}
@media screen and (max-width:1200px) {
   .imgage-strip-container {
    width: auto;
    height: 150px;
	background: white;	
    padding: 10px;
    margin: 0px 0px;
    display: flex;
    flex-direction: row;
	justify-content: space-around;
    flex-flow: wrap;
	}
.images-strip {
    box-sizing: border-box;
    width: auto;
    height: 150px;
    margin: 10px 5px;
    }
.images-strip img {
    box-sizing: border-box;
    width: auto;
    height: 142px;
    margin: 10px 5px;
	transition: 1s;
	}
}
@media screen and (max-width:600px) {
    .images-strip {
     width: 10%;
    }
}
.floorplan-outer-container {
	width: 100%;
	height:auto;

	

	
}
.floorplan-container {
	background-color: #C1C1C1;
	width: 100%;
	
	display: flex;
	flex-flow: row;
	

	
}
.floorplan-box-10 {
	width:10%;
	height:200px;
	bacground-color: #fff;
	align-items: center;
	padding: 20px 0px 0px 0px;
	border: 3px;

	
}
.floorplan-box-35 {
	width:35%;
	bacground-color: #fff;
	align-items: center;
	padding: 20px 0px 20px 0px;
	flex-shrink: 1;

	
}
.floorplan-box-40 {
	width:40%;
	height:270px;
	bacground-color: #fff;
	align-items: center;
	padding: 20px 0px 0px 0px;
	border: 3px;

	
}
.floorplan-box-45 {
	width:45%;
	bacground-color: #fff;
	align-items: center;
	padding: 5px 0px 0px 0px;
	flex-shrink: 1;
	
	
}


.floorplan-box-35 img {
	width: 80%;
	margin: 0px 0px 0px 20%;
}
.floorplan-textbox-35{
	width: 90%;
	margin: 0px 20px 15px 0%;
	padding: 15px 14px 15px 14px;
	background-color: white;
	border: 4px #222;
}
.map-background{
	

	background-image:url(../../images/CazOfficeSuites-Map.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.divider {
	

background-color: #888;
	width:100%;
}
.floorplan-head {
	font-size: 3em;
	text-align: center;
	text-color: #888;
}
.headline-box {
    height: auto;
    width:100%;
    background-color: #101263;
    display: flex;
    justify-content: center;
	align-items: center;
	}
.headline-box-contact {
    height: auto;
    width:100%;
    background-color: rgba(171, 169, 156, .2);
    display: flex;
    justify-content: center;
	align-items: center;
	}
.headline-box-sm {
	height: 5em;
    width:100%;
    background-color: #101263;
	display: flex;
	align-content: flex-start;
	padding: 2% 0px 0px 2%;
	
}
.headline-main {
    color: #fff;
    text-align: center;
    margin: 10px auto 10px auto;
	}
p {
	font-family: 'Maven Pro', sans-serif;
	font-weight: 200;
	font-size: .9em;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
}
i {
	font-family: 'EB Garamond', serif;
	font-weight: lighter;
	font-style: italic;
	font-size: 1em;
	line-height: .9em;
	margin: 0px 0px 0px 0px;
}
h4 {
	font-family: 'Maven Pro', sans-serif;
	font-weight: 600;
	font-size: 1em;
	margin: 8px 0px 0px 0px;
	line-height: 1.1em;
}
h1 {
	font-family: 'Maven Pro', sans-serif;
	font-weight: lighter;
	font-size: 1.5em;
	margin: 0px 0px -10px 0px;
	}
.head-copy {
	font-weight: 500;
	color:#3a385f;
	line-height: 2.8em;
}
h2 {
	font-family: 'Maven Pro', sans-serif;
	font-weight: 100;
	font-size: 2.3em;
	margin: -10px 0px -10px 0px;
	}
h3 {
	font-family: 'EB Garamond', serif;
	font-weight: lighter;
	font-style: italic;
	font-size: 1.4em;
	margin: -10px 0px 0px 0px;
	}