html {
	height: 100%;
}
body {
	position: relative;
	font-family: "Roboto", sans-serif;
}
/* HEADER */
#header-bar {
	margin-top: 8.5rem;
	background-color: #ff6f00;
	height: 7.5rem;
	color: white;
}
#header-bar h3 {
	position: relative;
	top: 1.6rem;
	left: 0;
}
#header-bar p {
	position: relative;
	top: 4rem;
}
#header-bar p .fa-envelope {
	padding-left: 10px;
}
#header-bar a {
	color: white;
}
.nav {
	transition: 0.5s ease;
	background-color: white;
	border-bottom: 3px solid #ff6f00;
}

.nav > li > a {
	color: black;
	white-space: nowrap;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.nav > li > a:hover,
.nav > li > a:focus {
	color: black;
	font-size: 1.5em;
	font-weight: 900;
	background: none;
}
.navbar-collapse.in {
	overflow: visible;
}
.off-screen {
	max-width: 400px;
	max-height: 575px;
	padding: 5rem;
	background: rgba(0,0,0,0.8);
	position: fixed;
	z-index: 10000;
	top: 8rem;
	left: -407px;
	border: 3px solid #ff6f00;
	box-shadow: 4px 4px 9px black;
}
.contact-text {
	margin-top: -3rem;
	margin-bottom: 1rem;
	color: white;
}
.off-screen form {
	color: white;
}
.off-screen input,
.off-screen textarea {
	border-bottom: 0;
}
.off-screen-toggle {
	position: fixed;
	z-index: 100001;
	left: -7.8rem;
	top: 30rem;
	transform: rotate(90deg);
	background: #ff6f00;
	padding: 0 1rem 0.5rem 1rem; 
	box-shadow: 4px 0px 9px black;
}
.off-screen-toggle h3 {
	margin-top: 1rem;
	font-size: 3.5rem;
	color: white;
}
.off-screen-toggle h3:hover {
	font-weight: 900;
	cursor: pointer;
}
.off-screen-toggle .glyphicon-chevron-up {
	position: relative;
	top: -0.2rem;
	left: 0.5rem;
	font-size: 2rem;
}
.rotate {
	transform: rotate(180deg);
	transition: ease 0.5s;
}
/* FIRST SECTION */
#carousel-1 {
	z-index: 0;
}
#carousel-1 .carousel-inner .item {
	width: 100%;
	height: 500px;
}
#carousel-1 .carousel-inner .item-1 {
	background-image: url("../_img/_carousel/carousel-img-1.jpg");
	background-size: cover;
	background-position: center center;
}
#carousel-1 .carousel-inner .item-2 {
	background-image: url("../_img/_carousel/carousel-img-2.jpg");
	background-size: cover;
	background-position: center center;
}
#carousel-1 .carousel-inner .item-3 {
	background-image: url("../_img/_carousel/carousel-img-3.jpg");
	background-size: cover;
	background-position: center center;
}
#carousel-1 .carousel-inner .item-4 {
	background-image: url("../_img/_carousel/carousel-img-4.jpg");
	background-size: cover;
	background-position: center center;
}
.carousel-indicators {
	z-index: 1;
	right: 50px;
	bottom: 0px;
}
.carousel-indicators li {
	width: 20px;
	height: 20px;
}
.carousel-indicators .active {
	background-color: #ff6f00;
	width: 20px;
	height: 20px;
}
.carousel-caption {
	left: 100px;
	top: 0;
}
.carousel-caption h1 {
	color: black;
	background-color: rgba(255,255,255,0.9);
	padding: 0.5rem;
	width: 44%;
	font-size: 5rem;
}
.carousel-caption p {
	font-size: 2rem;
	background-color: rgba(255,255,255,0.9);
	width: 35%;
	color: black;
	padding: 1rem;
}
#caption3 h1 {
	width: 40%;
}
#caption4 h1 {
	width: 27.5%;
}
#bg-image,
#how-it-works,
#about,
#FAQ {
	min-height: 500px;
}
#bg-image h1,
#how-it-works h1,
#about h1,
#FAQ h1,
#features h1,
#contact h1 {
	font-weight: 900;
}
/*SECTION TWO */
#about .row {
	margin-bottom: 5rem;
}
#about h2 {
	font-weight: 700;
}
#about .aboutBlurb {
	font-size: 1vw;
}
/* SECTION THREE */
#how-it-works {
	background-color: #eee;
}
#how-it-works h1 {
	color: black;
}
.embed-responsive {
	margin: 2rem 0 2rem 0;
}
.howitworks {
	width: 100%;
	color: black;
	padding: 0 0.5rem 1rem 0;
	margin-top: 2rem;
}
.howitworks p {
	font-size: 3rem;
}
.benefits {
	background: white;
	margin-bottom: 3rem;
}
.benefits-list {
	font-size: 2rem;
	margin-bottom: 3rem;
}
/* FLIP ANIMATION */

.flip {
  -webkit-perspective: 800;
perspective: 800;

    position: relative;
 text-align: center;
}
.flip .card.flipped {
  -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
}
.flip .card {

  height: 280px;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
}
.flip .card .face {

  -webkit-backface-visibility: hidden ;
    backface-visibility: hidden ;
  z-index: 2;
   
}
.flip .card .front {
  position: absolute;
   width: 100%;
  z-index: 1;

}
.flip .card .back {
  -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
	background-color: rgba(0,0,0,0.5);
	color: white;
	padding: 0 0.25rem 0.2rem 0.5rem;
	max-height: 287px !important;
}
  .inner{margin:0px !important;}

/* FIGCAPTIONS */
.wp-caption {
	position: relative;
	padding: 0;
	margin: 0;
}
.wp-caption img {
	display: block;
	width: 100%;
	height: auto;
}
.wp-caption-text {
	opacity: 0;
	position: absolute;
	width: 42.5%;
	color: #fff;
	right: 0;
	bottom: 0;
	padding: 0.75em 1em;
	font-weight: 900;
	font-size: 1.5rem;
	z-index: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0,0,0,.7);
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.wp-caption-title {
	opacity: 1;
	position: absolute;
	width: 75%;
	color: #000;
	left: 0;
	top: 10px;
	padding: 0;
	padding-left: 5px;
	font-weight: 900;
	font-size: 2.5rem;
	z-index: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.wp-caption:hover .wp-caption-text {
	opacity: 1;
}
.wp-caption:hover .wp-caption-title {
	opacity: 1;
}
#onlineAuction {
	width: 80%;
}
/* FAQ */
#FAQ {
	background-color: #eee;
}
#FAQ h1 {
	color: black;
}
#FAQ .row {
	margin-bottom: 5rem;
}
#FAQ .col-sm-4 h2 {
	color: white;
	background: rgba(0,0,0,0.5);
}
.panel-title span:hover {
	text-decoration: underline;
	cursor: pointer;
}
/* CONTACT */
#contact p.text-center {
	max-width: 960px;
	margin: 0 auto;
	margin-bottom: 3rem;
}
form {
	max-width: 768px;
	margin: 0 auto;
}
form textarea {
	resize: none;
}
.form-control {
	border: 0;
	border-radius: 0;
	border-bottom: 3px solid #aaa;
	box-shadow: none;
	font-size: 2.5rem;
}
.form-control::-webkit-input-placeholder {
	color: black;
	font-size: 2.5rem;
}
.form-group > button {
	font-size: 2.5rem;
	border: 0;
	border-radius: 0;
	margin-bottom: 3rem;

}
.to-top a {
	color: black;
}
.to-top i:hover {
	transform: rotate(360deg);
	transition: 1s;
}
.to-top p {
	font-size: 2rem;
	margin-bottom: 3rem;
}
/* FOOTER */
footer {
	border-top: 3px solid #ff6f00;
	padding-top: 2rem;
}
footer a {
	color: inherit;
}
footer .col-sm-8 a {
	color: black;
	text-decoration: none;
}
footer .col-sm-8 a:hover {
	font-weight: 900;
}
#twitter:hover {
	color: #1b95e0;
}
#facebook:hover {
	color: #3b5998;
}
#linkedin:hover {
	color: #069;
}
#youtube:hover {
	color: #cc181e;
}
/* MEDIA QUERIES */

@media (min-width: 1200px) {
	#about h2 {
		margin-top: 15vh;
	}
}
@media (min-width: 768px) {
	.aboutBlurb {
		max-width: 100%;
		margin: 0 auto;
	}
	.howitworks p {
		font-size: 4vh;
	}
}

@media (max-width: 1024px) {
	#carousel-1 .carousel-inner .item {
		height: 300px;
	}
	#about h2 {
	margin-top: 7.5rem;
	}
	#about .aboutImg {
		margin-top: 5rem;
	}
	#how-it-works {
		min-height: 300px;
	}
	.wp-caption-title {
		font-size: 2rem;
	}
	.wp-caption-text {
		opacity: 1;
		font-size: 1.2rem;
	}
	.carousel-caption {
		left: 100px;
	}
	.howitworks p {
		font-size: 2rem;
	}
}
@media (max-width: 768px) {
	#header-bar h3 {
		margin-top: 2.3rem;
		white-space: nowrap;
	}
	#header-bar p {
		white-space: nowrap;
		font-size: 1.2rem;
		right: 2rem;
		top: 3.5rem;
	}
	#about .aboutBlurb h2 {
		margin-top: 5rem;
	}
	#about .aboutBlurb {
		font-size: 2vw;
	}
	#about .aboutImg {
		margin-top: 7rem;
	}
	.carousel-caption {
		left: 50px;
	}
	.carousel-caption h1 {
		font-size: 4rem;
	}
	.carousel-caption p {
		font-size: 2rem;
	}
	#caption3 h1 {
		width: 40%;
	}
	#caption3 p {
		width: 100%;
	}
	#caption4 h1 {
		width: 30%;
	}
	#caption4 p {
		width: 80%;
	}
	.aboutImg {
		margin-top: 7rem;
	}
	.howitworks {
		font-size: 2rem;
		margin-bottom: 1.5rem;
	}
	.wp-caption-text {
		font-size: 0.9rem;
	}
	#FAQ h2 {
		font-size: 2.2rem;
	}
}
@media (max-width: 767px) {
	.navbar-toggle {
		top: 5rem;
	}
	.nav {
		border: 2px solid #ff6f00;
		background-color: white
	}
	.navbar-collapse {
		margin-top: 9rem;
	}
	#bg-image {
		min-height: 350px;
	}
	.wp-caption-title {
		font-size: 2rem;
}
/* SMALL DEVICES */
@media (max-width: 767px) {
	.navbar-toggle {
		margin-top: -5rem;
		left: 2rem;
	}
	.navbar-collapse {
		margin-top: 9.1rem;
	}
	#header-bar {
		width: 100%;
		position: fixed;
		z-index: 1;
		margin-top: -0.75rem;
		text-align: center;
		height: 120px
	}
	#header-bar h3 {
		margin: 1rem 0 1rem 0;
	}
	#header-bar p .fa-envelope {
	padding-left: 0;
	}
	.mobile-contact {
		margin-top: -2rem;
		margin-left: 2rem;
	}
	#carousel-1 {
		margin-top: 10rem;
	}
	.carousel-caption {
		left: 10px;
	}
	.carousel-caption h1 {
		font-size: 2rem;
	}
	.carousel-caption p {
		font-size: 1.2rem;
	}
	#caption3 h1 {
		width: 40%;
	}
	#caption3 p {
		width: 100%;
	}
	#caption4 h1 {
		width: 30%;
	}
	#caption4 p {
		width: 100%;
	}
	.aboutImg {
		margin-top: 1rem;
	}
	#about .aboutBlurb {
		font-size: 4vw;
	}
	#bg-image {
		min-height: 300px;
	}
	.howitworks p {
		font-size: 1.75rem;
	}
	.benefits ul {
		font-size: 1.5rem;
	}
	.gallery .col-sm-4 {
	margin-bottom: -7rem;
	}
	.overlay-text {
		padding-top: 7.5rem;
	}
	.overlay-text h1 {
		font-size: 5rem;
	}
	.overlay-text h3 {
		font-size: 2rem;
	}
	.form-control::-webkit-input-placeholder {
	font-size: 2rem;
	}
}
	
@media (max-width: 350px) {
	.carousel-caption h1 {
		font-size: 2rem;
	}
	.carousel-caption p {
		width: 100%;
		font-size: 1.5rem;
	}
	#caption3 h1 {
		width: 50%;
	}
	#caption3 p {
		width: 15rem;
	}
	#caption4 h1 {
		width: 30%;
	}
	#caption4 p {
		width: 15rem;
	}
}
@media (max-width: 320px) and (max-height: 480px) {
	#nav-logo {
		display: none;
	}
}
@media (orientation: landscape) {
	#header-bar {
		position: fixed;
		width: 100%;
		z-index: 2;
		margin-top: -.5rem;
		height: 70px;
	}
	#header-bar h3 {
		margin-top: 0.75rem;
	}
	.navbar-toggle {
		margin-top: -5rem;
	}
	#nav-logo {
		display: none;
	}
	.mobile-contact-lg p,
	.mobile-contact p {
		display: none;
	}
	.navbar-collapse {
		margin-top: 4.25rem;
		font-size: 1rem;
	}
	#carousel-1 {
		margin-top: 6.3rem;
	}
	.carousel-caption {
		left: 10px;
	}
	.carousel-caption h1 {
		font-size: 3rem;
	}
	.carousel-caption p {
		font-size: 1.5rem;
	}
	#caption3 h1 {
		width: 50%;
	}
	#caption4 p {
		width: 60%;
	}
	img {
		width: 50%;
		margin: 0 auto;
	}
	#features .col-sm-4 {
		margin-top: 10rem;
		margin-bottom: 12rem;
	}
}
@media (max-height: 320px) {
	.carousel-caption h1 {
		font-size: 3rem;
	}
	.carousel-caption p {
		font-size: 1.5rem;
	}
}