 @charset "UTF-8";

/*Global View*/
header {
	background-color: rgba(1,1,1,0.80);
	height: 36px;
	padding-top: 14px;
	padding-left: 30px;
	padding-bottom: 0px;
	padding-right: 30px;
	z-index: 100;
	position: fixed;
	top: 0px;
	width: 100%;
}
footer {
	width: 100%;
	height: 44px;
	background-color: rgba(0,0,0,0.80);
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

input[type=submit] {
    font-size: 4em;
}

.B-holder img {
	width: 20%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	display: block;
}

.dbd-holder img{
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5em;
	height: auto;
	display: block;
}


.pf-wrapper {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.border-div {
	float: left;
	width: 100%;
	height: 1.25em;
	border-bottom: 0.5px dotted #9B9B9B;
	margin-bottom: 30px;
}

.news-wrapper {
	color: #D90A0D;
	float: left;
	margin-bottom: 24px;
	clear: right;
	width: 100%;
}

.news-wrapper a{
	text-decoration: none;
	color: #FE6201;
}

.news-wrapper a:link {
	text-decoration: none;
	color: #FE6201;
}

.news-wrapper a:hover {
	text-decoration: none;
	color: #FE6201;
}
.news-wrapper a:visited {
	text-decoration: none;
	color: #FE6201;
}


.news-wrapper h2 {
	color: #A7A7A7;
	font-weight: 200;
	font-size: 185%;
	line-height: 130%;
	margin-top: 31px;
	margin-bottom: 28px;
	text-align: center;
}

.news-wrapper h3 {
	font-family: raleway;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: .9em;
	color: #FE6201;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 25px;
}

.news-left {
	width: 72%;
	float: left;
	clear: both;
	border-right: 0.5px dotted #A7A7A7;
}

.news-right {
	width: 21.6%;
	float: left;
	clear: right;
	
	padding-left: 26px;
	margin-left: 0px;
}


.footer-container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	float: none;
}
.bottom-nav-mid {
	float: left;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: 500;
	color: rgba(122,122,122,1.00);
	letter-spacing: 0.08em;
	margin-right: 20px;
	margin-top: 14px;
}

.bottom-nav-left {
	float: left;
	text-transform: uppercase;
	font-size: 0.6em;
	font-weight: 500;
	color: rgba(122,122,122,1.00);
	letter-spacing: 0.08em;
	margin-right: 5px;
	/* [disabled]margin-top: 14px; */
	padding-top: 0px;
}

.nav-container nav {
	float: right;
	margin-right: 58px;
}

.nav-container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.mobile-view {
	display: none;
}
.desktop-view ul li {
	list-style-type: none;
	display: inline-block;
	padding-top: 0px;
	padding-left: 25px;
}
.desktop-view {
	margin-top: -14px;
}
.desktop-view ul li a {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	font-size: 12px;
	letter-spacing: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}
body {
	font-family: "raleway";
	font-style: normal;
	font-weight: 400;
}

.desktop-view ul li a:link {
	color: rgba(255,255,255,1.00);
}
.desktop-view ul li a:hover {
	color: #FE6201;
}


.fullscreen {
	min-height: 100vh;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	min-width: 100vw;
	width: auto;
	height: auto;
}
.home-hero {
	margin-top: 200px;
}
main {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

.quote-block {
	padding-left: 5px;
	font-family: raleway;
	font-size: .8em;
	font-style: normal;
	line-height: 150%;
	font-weight: 700;
	text-transform: uppercase;
	color: #48619E;
	letter-spacing: .07em;
}

.case-main {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

.upper-main {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 95px;
}

.upper-main-header {
	height: 75px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
}
.upper-main-header h1 {
	text-align: center;
	color: #949494;
	font-weight: 100!important;
	font-size: 55px;
	margin-bottom: 0px;
}


body main h1 {
	text-align: center;
	color: #949494;
	font-weight: 100;
	font-size: 55px;
	margin-bottom: 0px;
}
.container-bottom h2 {
	color: #A7A7A7;
	font-weight: 200;
	font-size: 185%;
	line-height: 130%;
	margin-top: 31px;
	margin-bottom: 28px;
}
.transparent-text {
	color: rgba(251,251,251,0.50);
}

nav .desktop-view ul li a.active {
	color: #FE6201;
}
.new-fullscreen {
	height: 100vh;
	width: 100%;
	object-fit: cover;
	position: absolute;
}
.pushdown {
	position: absolute;
	width: 100%;
	top: 100vh;
}
.new-home-hero {
	position: absolute;
	color: #FFFFFF;
	top: 30vh;
	width: 100%;
	text-align: center;
}


hr {
	border: 0.5pt solid #C3C1C1;
}
.new-home-hero h1 {
	position: relative;
	font-size: 64px;
	font-weight: 100;
	text-align: center;
	max-width: 900px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
}

.new-home-hero h2 {
	position: relative;
	text-transform: uppercase;
	font-size: .85em;
	font-weight: 500;
	text-align: center;
	max-width: 900px;
	padding-left: 15%;
	padding-right: 15%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	letter-spacing: .3em;
	
}


h1 {
	font-weight: 100;
}
.home-background {
	height: 100vh;
	width: 100%;
	object-fit: cover;
}

.dbd-main-header {
	height: 75px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
}
.pf-wrapper .client-name h2 {
	color: #FE6201;
	font-weight: 200;
	font-size: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
}

.description-wrapper {
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 45px;
	clear: right;
}

.description-left {
	width: 55%;
	float: left;
	margin-right: 3%;
}
.description-right {
	width: 38%;
	float: left;
	padding-top: 17px;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 17px;
	border: 0.5px solid #BFBFBF;
}

.address-right {
	width: 38%;
	float: left;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 17px;
}

.description-wrapper h2 {
	color: #505050;
	font-family: raleway;
	font-style: normal;
	font-weight: 200;
	font-size: 1.4em;
	text-align: center;
	line-height: 130%;
}
.map-wrapper h2 {
	color: #505050;
	font-family: raleway;
	font-style: normal;
	font-weight: 200;
	font-size: 1.4em;
	text-align: center;
	line-height: 130%;
}

/*old gallery styles*/
.col img {
	width: 100%;
	height: auto;
	display:block;
}
.col {
	width: 32.3%;
	float: left;
	margin-top: 0.5%;
	margin-right: 0.5%;
	margin-bottom: 0.5%;
	margin-left: 0.5%;	
}
.text-wrapper {
	width: 100%;
	position: relative;
	margin-top: -143%;
	text-align: left;
	color: #FFFFFF;
	margin-left: 5%;
	height: 100%;
	
}
.text-wrapper h4 {
	font-weight: 100;
	
}
.col img:hover {
	opacity: .2;
	display: block;
}

.work-wrapper {
	margin-top: 95px;
}

.clients-column {
	font-family: raleway;
	font-style: normal;
	font-weight: 400;
	color: #A7A7A7;
	text-align: left;
	float: left;
	width: 45%;
	font-size: 0.8em;
	margin-left: 2.5%;
	line-height: 145%;
}

.container{
	width: 100%;
}
	
.map-wrapper {
	color: #A7A7A7;
	float: left;
	clear: right;
	width: 100%;
	height: 500px;
	margin-bottom: 24px;
}
.new-column {
	float: left;
	clear: none;
	width: 30%;
	margin-right: 3.3%;
	font-size: 0.9em;
}


.news-wrapper .news-left p {
	font-size: 0.95em;
	color: #9D9D9D;
	line-height: 140%;
	padding-right: 0px;
}


.news-wrapper .news-right p {
	font-size: 0.95em;
	color: #9D9D9D;
	line-height: 140%;
}

.new-column img {
	width: 100%;
	height: auto;
	display: block;
}
.future-column img {
	height: auto;
	display: block;
	width: 100%;
}

.future-column {
	font-size: 0.9em;
}

h2 .quote-author{
	font-family: raleway;
	font-size: .4em;
	color: #48619E;
	font-weight: 600;
	text-transform:uppercase;
	letter-spacing: .08em;
}




/*new gallery styles*/

.container{
    width: 33.33333%;
	padding: 1.5px 0;
    float: left;
	display: block;
  }

.container-bottom{
	width: 84%;
	float: left;
	display: block;
	text-align: center;
	margin-left: auto;
	padding-left: 8%;
	padding-right: 8%;
	margin-right: auto;
  }

.container .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 98%;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
	background-color: rgba(254,98,1,0.70);
	position: absolute;
	height: 99.3%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: right;
  padding-left: 1em;
  padding-right: 2.5em;
  width: 100%;
  top: 85%;
  left: 50%;
  opacity: 1;
	-webkit-transform: translate (-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 85%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 100;
  margin-bottom: 0.5em;
}

.fadeIn-top{
  top: 20%;
}
.container-bottom h4 {
	color: #FE6201;
	font-weight: 600;
	font-size: 85%;
	letter-spacing: 1.5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.bottom-nav-left a {
	text-decoration: none;
	color: rgba(207,207,207,1.00);
}

.bottom-nav-left a:link {
	color: rgba(207,207,207,1.00);
}
.bottom-nav-left a:hover {
	color: rgba(254,98,1,1.00);
}


.bottom-nav-right a:link {
	background-color: rgba(76,76,76,1.00);
	display: block;
	width: 44px;
	float: right;
	height: 44px;
	margin-left: 1px;
	position: relative;
}

.bottom-nav-right a:hover {
	background-color: #FE6201;
}


.center {
	position:absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
.new-home-hero h4 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-weight: 800;
	line-height: 200%;
	font-size: 10px;
	padding-top: 20px;
}


.home-button {
	display: inline-block;
}

.home-button a{
	text-decoration: none;
	background-color: rgba(0,0,0,0.4);
	text-align: center;
	height: 23px;
	width: 95px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 11px;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-size: 11px;
	color: rgba(254,254,254,1.00);
}



.home-button a:link {
	text-decoration: none;
	color: rgba(253,253,253,1.00);
	display: inline-block;
}
.home-button a:hover{
	text-decoration: none;
	color: rgba(253,253,253,1.00);
	background-color: rgba(254,98,1,0.88);
}

.top-banner {
	background-color: rgba(113,112,112,1);
	background-repeat: no-repeat;
	height: 322px;
	margin-top: 160px;
	margin-top: 32px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: auto;
	position: relative;
	width: 100%;
	background-position: center 0%;
	background-image: url(images/about_banner_dbd.jpg);
}
.description-wrapper h3 {
	font-family: raleway;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: .9em;
	color: #FE6201;
	margin-top: 0px;
	padding-top: 0px;
}

.map-wrapper h3 {
	font-family: raleway;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: .9em;
	color: #FE6201;
	margin-top: 0px;
	padding-top: 0px;
}
.description-wrapper p {
	color: #A7A7A7;
	font-family: raleway;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
}
h2 .highlight {
	color: #FE6201;
}

/*Google Form Stuff*/

.ss-form-question {
	width: 46%;
	float: left;
	margin-right: 4%;
	margin-bottom: 10px;
	color: #A7A7A7;
}

.ss-q-short {
	width: 100%;
	height: 2.5em;
	margin-top:10px;
	
}

.ss-q-long {
	width: 100%;
	margin-top:10px;
 border-color: #C0C0C0;
	border-width: .2px;
}



.new-column p {
	color: #A7A7A7;
}

.news-title {
	font-size: 0.95em;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 0;
	color: #5A5A5A
}

.testimonial {
	margin-right: 0px;
	padding-right: 23px;
	width: 70%;
}


.pf-button {
	float: left;
	height: 25px;
	margin-left: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	display: block;
	border: 1px solid rgba(196,196,196,1.00);
	line-height: 24px;
}
.pf-button a:link {
	display: block;
	text-decoration: none;
	color: rgba(190,190,190,1.00);
	background-color: rgba(255,255,255,1.00);
	height: 25px;
}
.pf-button a:visited {
	color: rgba(190,190,190,1.00);

}
.pf-button a:hover {
	background-color: rgba(117,117,117,1.00);
	display: block;
}


/*start new buttons*/


.pf-button2 {
	float: left;
	margin-left: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;

}
.pf-button2 a:link {
	display: block;
	text-decoration: none;
	color: rgba(190,190,190,1.00);
}
.pf-button2 a:visited {
	color: rgba(190,190,190,1.00);

}
.pf-button2 a:hover {
	color: rgba(190,190,190,1.00);
	display: block;
}

/*end new buttons*/



.container-bottom .pf-nav-buttons {
	float: none;
}
.pf-nav-buttons {
	float: right;
	clear: right;
	display: inline-block;
	margin-top: 17px;
	font-size: small;
	letter-spacing: 0.05em;
	color: rgba(190,190,190,1.00);
}

.pf-nav-buttons a:link{
	text-decoration: none;
	color: rgba(190,190,190,1.00);
}

.pf-nav-buttons a:visited{
	text-decoration: none;
	color: rgba(190,190,190,1.00);
}

.pf-nav-buttons a:hover{
	text-decoration: none;
	color: rgba(89,89,89,1.00);
}



.client-name {
	float: left;
	clear: left;
	width: 60%;
}

.pf-description-right {
	clear: right;
	float: right;
	height: auto;
	width: 25%;
}
.pf-project-wrapper h4  {
	font-family: raleway;
	font-style: normal;
	font-weight: 700;
	font-size: 0.6em;
	color: rgba(127,127,127,1.00);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	line-height: 160%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.pf-description-left {
	clear: left;
	float: left;
	height: auto;
	width: 25%;
}
.pf-description-right h3 {
	font-size: 0.8em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #48619E;
	margin-top: 0px;
	margin-bottom: 13px;
}
.pf-description-left h3 {
	font-size: 0.8em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #48619E;
	margin-top: 0px;
	margin-bottom: 13px;
}
.pf-description-right p  {
	font-size: 0.85em;
	color: #9D9D9D;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.pf-description-left p  {
	font-size: 0.85em;
	color: #9D9D9D;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.pf-image-left {
	clear: left;
	float: left;
	width: 71%;
}
.pf-image-right {
	clear: right;
	float: right;
	width: 71%;
}
.pf-image-left img {
	width: 100%;
	height: auto;
	display: block;
}
.pf-image-right img {
	width: 100%;
	height: auto;
	display: block;
}
.pf-project-wrapper {
	height: auto;
	width: 100%;
	margin-bottom: 20px;
	float: left;
}
.pf-image-full {
	height: auto;
	width: 100%;
}
.pf-image-full img {
	width: 100%;
	height: auto;
}


.case-hero {
	min-height: 800px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.case-main:after {
	display: block;
	content: "";
	clear: both;
}

.case-hero .case-text-position {
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0px;
	bottom: 35px;
}

.case-text-holder {
	max-width: 1130px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
}
.case-text-holder-l {
	max-width: 1130px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
}
.case-text-holder h1 {
	font-size: 3em;
	margin: 0px;
	float: right;
	clear: both;
}
.case-text-holder h3 {
	font-size: 1.1em;
	font-weight: 600;
	letter-spacing: .05em;
	margin-bottom: 8px;
	float: right;
}
.case-text-holder-l h1 {
	font-size: 3em;
	margin: 0px;
	float: left;
	clear: both;
}
.case-text-holder-l h3 {
	font-size: 1.1em;
	font-weight: 600;
	letter-spacing: .05em;
	margin-bottom: 8px;
	float: left;
	margin-left: 0px;
	padding-left: 3px;
}

.case-hero .credit-text {
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0px;
	bottom: 10px;
}

.credit-text-holder {
	max-width: 1130px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
}

.credit-text-holder p {
	font-size: 0.5em;
	margin: 0px;
	letter-spacing: 0.08em;
	float: right;
	clear: both;
	text-transform: uppercase;
}

	.new-home-hero .home-phone h4 {
	display: none;

}



.work-wrapper .container-bottom h2 {
}

.sub-image-left {
	float: left;
	width: 48.75%;
}

.sub-image-right {
	float: right;
	width: 48.75%;
}

.sub-image-left p  {
	font-size: 0.85em;
	color: #9D9D9D;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.sub-image-left h3 {
	font-size: 0.8em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #48619E;
	margin-top: 0px;
	margin-bottom: 13px;
}

.collage-wrapper {
	clear: right;
	float: left;
	width: 100%;
}
.collage-column {
	clear: right;
	float: left;
	width: 18%;
	margin-right: 1%;
	margin-left: 1%;
}
.collage-column img {
	width: 100%;
	height: auto;
}

.collage-column1 {
	clear: right;
	float: left;
	width: 18%;
	margin-right: 1%;
	margin-left: 1%;
}
.collage-column1 img {
	width: 100%;
	height: auto;
}
.address-right h2 a {
	text-decoration: none;
	color: rgba(79,79,79,1.00);
}
.news-wrapper .news-left.testimonial p {
	font-size: 1.5em;
	font-weight: 300;
	padding-left: 5px;
	text-indent: -5px;
}




/*smaller Desktop View*/

@media (max-width:1250px){
.clients-column {
	float: left;
	width: 100%;
	text-align: center;
}
	.description-right {
	width: 38%;
	float: left;
	padding-top: 17px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 17px;
}
	
	.description-wrapper h2 {
	color: #505050;
	font-family: raleway;
	font-style: normal;
	font-weight: 200;
	font-size: 1.2em;
	text-align: center;
	line-height: 130%;
}
	
	.case-hero {
	min-height: 500px;
}

	.new-home-hero {
	position: absolute;
	color: #FFFFFF;
	top: 30vh;
	width: 100%;
	text-align: center;
}
	
	.new-home-hero h1 {
	position: relative;
	font-size: 35px;
	font-weight: 100;
	text-align: center;
	max-width: 900px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

/*.new-home-hero h2 {
	position: relative;
	font-size: 1.75em;
	font-weight: 300;
	text-align: center;
	max-width: 900px;
	padding-left: 20%;
	padding-right: 20%;
	margin-left: auto;
	margin-right: auto;
}*/
	
		.new-home-hero .home-phone h4 {
	display: none;

}

	
	
}




/*Tablet View*/

@media (min-width:641px) and (max-width:768px){
	
	.expand {
	display: block;
}
.col {
	width: 49%;
}

	.bottom-nav-mid {
	display:none;
}
	
	hr {
	display: none;
}
	
.news-left {
	width: 47.5%;
	float: left;
	clear: both;
	margin-left: 15px;
}

.news-right {
	width: 44%;
	float: left;
	clear: right;
	padding-left: 20px;

}

.new-column {
		width: 93%;
	}
	
.pf-description-right {
	clear: right;
	float: right;
	height: auto;
	width: 100%;
}
.pf-description-left {
	clear: left;
	float: left;
	height: auto;
	width: 100%;
}
.pf-image-left {
	clear: left;
	float: left;
	width: 100%;
}
.pf-image-right {
	clear: right;
	float: right;
	width: 100%;
}

.sub-image-left {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.sub-image-right {
	float: right;
	width: 100%;
}

	
	
/*new gallery styles*/
.container{
  width: 50%;
}

.testimonial {
	margin-right: 0px;
	padding-right: 23px;
	width: 44%;
}
	
		.case-hero {
	min-height: 400px;
}
		.case-hero .case-text-position {
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0px;
	bottom: 40px;	
}
	.collage-column1 img {
	display: none;
}
	.collage-column {
	clear: right;
	float: left;
	width: 30%;
	margin-right: 1.5%;
	margin-left: 1.5%;
}
	
	.new-home-hero .home-phone h4 {
	display: none;

}
	


}



/*Mobile View*/

@media (max-width:640px){
	
	body {
	font-family: "raleway";
	font-style: normal;
	font-weight: 500;
}
	
/*	.home-background {
	height: 100vh;
	width: 100%;
	object-fit: cover;
	background-image: url(images/mobile-background-2.jpg);
	background-repeat: no-repeat;
}*/
	
.dbd-holder img{

	display: none;
}	
	
.mobile-view {
	display: block;
	margin-top: 1px;
	float: right;
	margin-right: 49px;
}
	
	.news-wrapper .news-left.testimonial p {
	font-size: 1.2em;
	padding-left: 5px;
	text-indent: -3px;
}

	
	.container-bottom h2 {
	font-size: 125%;
	font-weight: 300;
	line-height: 130%;
	margin-top: 20px;
	margin-bottom: 20px;
}
	
	.description-left {
	width: 100%;
	float: left;
}
.description-right {
	width: 100%;
	float: left;
	padding-top: 17px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 17px;
}
	
	.address-right {
	width: 100%;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
		padding-top: 25px;
}
	
/*.new-fullscreen{
		display:none;
	}*/
	
	
.desktop-view {
	display: none;
}
.desktop-view ul {
	margin-top: 32px;
	padding-top: 0px;
}
.expand {
	display: block;
}
.mobile-view a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 2px;
	float: none;
}
.mobile-view a:link {
	color: rgba(255,255,255,1.00);
}
.mobile-view a:hover {
	color: #FE6201;
}
.desktop-view ul li {
	display: block;
	background-color: rgba(0,0,0,0.80);
	text-align: right;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 8px;
	margin-top: 1px;
}
.home-hero h1 {
	font-size: 22px;
}
.home-hero {
	margin-top: 162px;
}
	
.new-home-hero {
	position: absolute;
	top: 30vh;
}

	
.new-home-hero h1 {
	font-size: 32px;
}
	
/*.new-home-hero h2 {
	position: relative;
	font-size: 1.25em;
	line-height: 125%;
	font-weight: 300;
	text-align: center;
	max-width: 900px;
	padding-left: 5%;
	padding-right: 5%;
	margin-left: auto;
	margin-right: auto;
}*/
	
.new-home-hero .home-phone h4 {
	position: relative;
	font-size: .8em;
	line-height: 130%;
	font-weight: 700;
	text-align: center;
	display: block;
	text-transform:uppercase;
	font-family: lato;
}
	
.new-home-hero .home-phone h4 a:link{
	text-decoration: none;
	color:rgba(255,255,255,1.00);	
}
	
.new-home-hero .home-phone h4 a:visited{
	color:rgba(255,255,255,1.00);	
}
	
	
	.new-home-hero h4 {
	display: none;
}
	
	.home-button {
	display: none;
}
	
	
.home-background {
	height: 100vh;
	width: 100%;
	position: absolute;
}
.col {
	width: 100%;
}
.bottom-nav-mid {
	display:none;
}
	
	
	.footer-container {
	padding-left: 6px;
	padding-right: 0px;
}
	
.news-left {
	width: 100%;
	float: left;
	clear: both;
	border: none;

}

.news-right {
	width: 100%;
	float: left;
	clear: right;
padding-left: 0;
	margin-top: 40px;
}
	
.new-column {
		width: 100%;
	}
	
.pf-description-right {
	clear: right;
	float: right;
	height: auto;
	width: 100%;
}
.pf-description-left {
	clear: left;
	float: left;
	height: auto;
	width: 100%;
}
.pf-image-left {
	clear: left;
	float: left;
	width: 100%;
}
.pf-image-right {
	clear: right;
	float: right;
	width: 100%;
}
	
.pf-nav-buttons {
	float: none;
    text-align:center;
	margin-bottom: 15px;
}
	
.client-name {
	float: none;
	clear: left;
	width: 100%;
}
.pf-wrapper .client-name h2 {
	color: #FE6201;
	font-weight: 400;
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sub-image-left {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.sub-image-right {
	float: right;
	width: 100%;
}
		.case-hero {
	min-height: 300px;
}
	
.case-text-holder-l h1 {
	font-size: 1.7em;
	font-weight: 200;
	margin: 0px;
	float: left;
	clear: both;
}
.case-text-holder-l h3 {
	font-size: .8em;
	font-weight: 600;
	letter-spacing: .05em;
	float: left;
}
	.case-hero .case-text-position {
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0px;
	bottom: 25px;	
}
	
	.collage-column1 img {
	display: none;
}
	.collage-column {
	clear: right;
	float: left;
	width: 100%;
	margin-bottom: 1.5%;
	margin-top: 1.5%;
}
	
.credit-text-holder p {
	display: none;
}	
	
	
/*new gallery styles*/
	.container{
  width: 100%;
}
	
	
}
.animated-opener {
	animation: Fade-In 2s ease-in;
}

@keyframes Fade-In {
	
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
