* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0;
}

#Content{
		padding-top: 0px !important;
	}
#pagewrap {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}
#pagewrap h3 {
	color: white;
}
#pagewrap .rowTitle {
	background-color: #be2121;
	padding: 25px 0 15px;
	text-align: center;
}
#pagewrap .rowNav {
	padding: 10px 0;
	background-color: #2d2d2d;
	text-align: center;
	color:#575757;
}
#pagewrap .rowNav a{
	color: #fff;
	text-decoration: none;
	padding: 2px 5px;
}
#pagewrap .rowNav a.active{
	background-color: #be2121 !important;
}
#pagewrap .rowNav a:hover {
	color: #ffc000;
}
#pagewrap button {
	padding: 15px 30px;
	background-color: red;
	border: none;
	color: White;
	font-size: 18px;
}
#pagewrap .gallery {
	width: 100%;
	margin: 0 auto;
	padding: 0vh 2vh;
	display: flex;
	flex-wrap: wrap;
	min-height: 300px;
}
#pagewrap .service {
	width: 33%;
	background-color: #fff;
	text-align: center;
	padding: 50px;
}
#pagewrap .service:nth-child(odd) {
	background-color: #f8f9f9;
}
#pagewrap .projectMainImg{
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
	border-bottom: 5px solid #be2121;
	width: 100%;
	height: 200px;
}
#pagewrap h4 {
	height: 100px;
}
#pagewrap .service p {
	padding: 10px;
}

.reno-restore-badge{
	background-color:green;
	padding: 0px 7px;
	font-size: 14px;
	color: white;
	display: table;
	margin: 0 auto;
	border-radius: 5px;
	line-height: 18px;
}




/* BEGIN PORTFOLIO PAGE STYLES */

/* add padding to related posts area*/
.portfolio-template-default .section-related-ul .column{
	padding: 20px;
}
.portfolio-template-default .section-post-related{
	padding: 20px;
}

/* hide the media share area */
.portfolio-template-default .section-post-intro-share{
	display: none;
}
#projectWrapper{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}

#projectFixedNav{
	width: 25%;
	box-sizing: border-box;
	background-color: #e2e2e2;
}
#projectContainer{
	width: 75%;
	box-sizing: border-box;
	padding: 0px;
}

#projectBox h3 {
	color: white;
}
#projectBox .rowTitle {
	background-color: #be2121;
	padding: 25px 0 15px;
	text-align: center;
	margin-bottom: 60px;
}
#projectWrapper article{
	padding: 0 40px;
}
#projectWrapper .orangeDivider{
	background-color: #fbab52;
	height: 3px;
	width: 150px;
	margin: 20px 0;
}
#projectWrapper .locationBox{
	margin: 30px 0 0px 0;
}
#projectWrapper .detailsBox{
	margin: 20px 0 0 0;
}

#projectWrapper .videoPlayerBox{
	width:100%;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}

#projectWrapper #fixedSideNav{
	background-color: #2d2d2d;
	padding: 30px;
	border-bottom: 5px solid #be2121;
	list-style: none;
}
#projectWrapper #fixedSideNav li{
	text-align: left;
	padding: 0px 0px 0px 10px;
}
#projectWrapper #fixedSideNav li.active{
	background-color: #be2121;
}

#projectWrapper #fixedSideNav a{
	color: #ffffff;
}
	
#projectWrapper .photoSlideBox{
	width: 100%;
	background-size: cover;
}

/* END PORTFOLIO PAGE STYLES */

/* begin of reno/restore toglge button styling */
.reno-restore-toggle-container{
	text-align: right; 
	margin: 10px 10px 0 0; 
	font-size: 16px;
}	
/* The switch - the box around the slider */
.reno-restore-toggle-container .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

/* Hide default HTML checkbox */
.reno-restore-toggle-container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.reno-restore-toggle-container .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.reno-restore-toggle-container .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.reno-restore-toggle-container input:checked + .slider {
  background-color: #38861A;
}

.reno-restore-toggle-container input:focus + .slider {
  box-shadow: 0 0 1px #38861A;
}

.reno-restore-toggle-container input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.reno-restore-toggle-container .slider.round {
  border-radius: 34px;
}

.reno-restore-toggle-container .slider.round:before {
  border-radius: 50%;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


@media (max-width: 1080px) {
	.service {
		width: 50% !important;
	}
	
	.gallery {
		padding: 10vh 1vh;
	}
	#pagewrap .gallery {
		padding: 20px 10px;
	}
}

@media (max-width: 960px) {
	#pagewrap h4 {
		height: 60px;
	}
	
}



@media (max-width: 768px) {
	.service {
		width: 100% !important;
	}
	#pagewrap h4 {
		height: auto;
	}
	#pagewrap .projectMainImg{
		height: 250px;
	}
	
	#projectFixedNav{
		width: 100%;
		z-index: 10000000;
	}
	#projectWrapper #fixedSideNav{
		padding: 10px;
	}
	#projectContainer{
		width: 100%;
	}
	#projectWrapper #fixedSideNav li{
		text-align: center;
		background-color: rgba(255,255,255,0.12);
		margin-bottom: 1px;
	}
}










