#jb-about-us {
	/*padding: 87px 0 87px;*/
	background: #000 url(../images/bg.jpg) no-repeat 0 0;
	background-size: cover;
	color: #fff;
	background-position: center top;
	text-align: justify;
}
#jb-about-col {
	/*padding: 87px 0 87px;*/
	background: #000 url(../images/bg-col.jpg) no-repeat 0 0;
	background-size: cover;
	background-position: center top;
	color: #fff;/*height: 500px;*/
}
#jb-contact {
	/*padding: 87px 0 87px;*/
	background: #000 url(../images/dark_Tire.png) repeat 0 0;
	background-size: auto;
	background-position: center top;
	color: #000;/*height: 500px;*/
	background-color: #000;
	padding-bottom: 50px;
}
#jb-rental {
	padding: 87px 0 87px;
	background: #000 url(../images/rentals.jpg) no-repeat 0 0;
	background-size: cover;
	color: #fff;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}


.parallax-titles{
	text-align: center;
	margin: auto 0;
	vertical-align: middle;
	/*height: 400px;*/
	padding-top: 120px;
}


.about-us-left{
	width: 60%;
	float: left;
	padding-right: 60px;
	padding-bottom: 50px;
	/*background-color: #e11313;*/
	font-family: 'Lato', sans-serif;
}

.solid-titles{
	text-transform: uppercase;
	color: #fff;
	font: normal 50px/48px Lato;
	font-weight: bold;
	letter-spacing: -2px;
	text-shadow: 2px 2px 4px #000000;
}

.solid-subtitles{
	color: #fff;
	font: bold 20px/33px Lato;
	text-transform: uppercase;
}

.solid-content-text{
	color: #fff;
	font-family: Lato;
line-height: 27px;
}
.about-us-right{
	width: 40%;
	float: left;
}

.contact-section{
	width: 50%;
	float: left;
}

.left-col-single-title {
	margin-left: 40px;
	margin-bottom: 20px;
}
.left-col-single-text {
	color: #E11313;
	width: 500px;
	text-align: justify;
	margin-left: 40px;/*line-height: 1.4em;*/
}
.left-col-single-text p {
	color: #E11313;
}
.section-header-mgt {
	margin-bottom: 50px;
}
.mgt-team-profile {
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
.mgt-team-profile img {
	width: 100%;
	height: 100%;
}
.mgt-team-profile-name {
	width: 100%;
	text-align: center;
}
.mgt-team-profile-name img {
	width: 100%;
	height: 100%;
	padding: 30px;
}

.mgt-team-profile-mobile {
	display: none;
	visibility: hidden;
}

.roll-over-profile {
	opacity: 0;
	transition: .5s ease;
	position: relative;
	width: 100%;
}
.roll-over-profile:hover {
	opacity: 1;
	cursor: pointer;
}
.roll-over-profile-top {
	opacity: 1;
	transition: .5s ease;
	position: absolute;
	width: 100%;
}
.roll-over-profile-top:hover {
	opacity: 0;
}
.slider-left {
	width: 100%;
	float: left;/*border: 2px solid red;*/
}

.about-col-left {
	/*border: 2px solid red;*/
	width: 40%;
	float: left;
	padding: 180px 40px;
}
.about-col-left img {
	width: 100%;
}
.contact-col-left {
	/*border: 2px solid red;*/
	width: 40%;
	float: left;
	padding: 40px 40px 0px;
}
.contact-col-left img {
	width: 100%;
}
.about-col-right {
	/*border: 2px solid green;*/
	width: 60%;
	float: left;
	background: url(../images/about-col-text-bkg.png) no-repeat 0 0;
	background-size: cover;
	padding: 87px 0px 40px 130px;
	text-align: justify;
}
.contact-col-right {
	/*border: 2px solid green;*/
	width: 60%;
	float: left;
	background: url(../images/about-col-text-bkg.png) no-repeat 0 0;
	background-size: cover;
	padding: 40px 0px 40px 130px;
	text-align: justify;
}
.about-col-right p {
	color: #fff;
	padding: 0px 10px;
}


.col-md-3 img {
	width: 95%;
	height: 95%;
	padding: 0px 0px 30px;
}
.rentals-container {
	width: 50%;
	float: right;
}
.rentals-container img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.rentals-text {
	color: #FFF;
	width: 500px;
	text-align: center;
	margin: 0 auto;/*line-height: 1.2em;*/
}
.tb {
	display: table;
	max-width: 100%;/*margin: 0px auto;*/
}
.tbr {
	display: table-row;
}
.tbc {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}
.tb img {
	max-width: 100%;
	opacity: 0.85;
}
.tbc img:hover {
	opacity: 1;
	transition: all 0.3s ease 0s;
}
#back-to-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	background: #cccccc;
	color: #f7941d;
	font-weight: bolder;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}
#back-to-top:hover {
	background: #e9ebec;
}
#back-to-top.show {
	opacity: 1;
}
.jb-cameras {
	padding: 40px 60px;
}
.jb-cameras img {
	max-width: 100%;
	opacity: 0.75;
}
.jb-cameras img:hover {
	opacity: 1;
	transition: all 0.3s ease 0s;
}
.fadeInUp img {
	opacity: 0.75;
}
.fadeInUp img:hover {
	opacity: 1;
	transition: all 0.3s ease 0s;
}


.btn-lg2{
	background-color: #272727;
	color: #FFFFFF;
}

.btn-lg2:hover{
	background-color: #000000;
	color: #FFFFFF;
}

	#jb-contact .address3 p {
	font-size: 13px;
	/* Edit Color here*/
	color: #FFF;
	margin: 0px;
	/*padding-bottom: 5px;*/
}




@media only screen and (min-width: 768px) {
#main-slider {
	height: 600px;

}
#main-slider .item {
	height: 600px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

	.about-us-left{
		width: 60%;
		padding: 0;
	}
	
	
.main-logo{
	position: absolute;
	z-index: 999;
	text-align: center;
	width: 100%;
	padding-top: 150px;
}
	.main-logo img{
		width: 400px;
		height: auto;
	}

	.contact-col-right img {
		width: 60%;
}
	
	
}

@media only screen and (min-width: 1200px) {
#main-slider {
	height: 750px;
}
#main-slider .item {
	height: 750px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}
.main-logo{
	position: absolute;
	z-index: 999;
	text-align: center;
	width: 100%;
	padding-top: 250px;
}	

		.main-logo img{
		width: 600px;
		height: auto;
	}
	.contact-col-right img{
		width: 50%;
	}
	
}



.leaders-image{
	width: 20%;
	/*border: 1px solid green;*/
	float: left;
}
.leaders-info{
	width: 30%;
	/*border: 1px solid red;*/
	float: left;
	padding: 0px 25px 0px 15px;

}

.leader-name{
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: -1px;
		color: #000;

}

.leader-title {
	/*color: #e11313;*/
	color: #666;
	margin: 0px;
	padding: 2px 0;
	text-transform: uppercase;
}

.leader-bio{
	text-align: justify;
	margin-bottom: 0px;
	color: #222;
	
}

/* ******************************************************************************IPAD PORTRAIT and LANDSCAPE */
@media (min-width: 768px) and (max-width:1024px) {
#jb-about-us {
	padding: 0px;
	background: #000 url(../images/bg-mob.jpg) no-repeat 0 0;
	background-size: cover;
	color: #fff;
}

#jb-contact {
	/*padding: 87px 0 87px;*/
	background: none;
	background-size: cover;
	background-position: center top;
	color: #000;
	background-color: #000000;/*height: 500px;*/
}
	
.navbar-brand img {
	width: 250px;
}
	
.leaders-image{
	width: 40%;
	/*border: 1px solid green;*/
	float: left;
	padding: 10px 50px;
}
.leaders-info{
	width: 60%;
	/*border: 1px solid red;*/
	float: left;
	padding: 15px 15px;

}
	
	
	.clear-mob{
		clear: both;
		height: 20px;
	}
	
.main-logo{
	position: absolute;
	z-index: 999;
	text-align: center;
	width: 100%;
	padding-top: 380px;
}
	
	
.left-col-single-title {
	margin: 40px;
	margin-bottom: 20px;
	width: 380px;
}
.left-col-single-title img {
	width: 100%;
	height: 100%;
}
.left-col-single-text {
	color: #E11313;
	width: 380px;
	text-align: justify;
	margin: 40px;
	line-height: 1.2em;
}
.section-header-mgt {
	margin: 0 auto;
	margin-bottom: 40px;
	/*width: 600px;*/
}
.section-header-mgt img {
	width: 100%;
	height: 100%;
}
.mgt-team-profile {
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
.mgt-team-profile img {
	width: 100%;
	height: 100%;
}
.mgt-team-profile-name {
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
.mgt-team-profile-name img {
	width: 100%;
	height: 100%;/*	padding: 20px;*/
}
.rentals-container {
	width: 50%;
	float: right;
}
.rentals-container img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.rentals-text {
	color: #FFF;
	width: 100%;
	text-align: center;
	margin: 0 auto;/*line-height: 1.2em;*/
}
.about-col-left {
	/*border: 2px solid red;*/
	width: 100%;
	float: none;
	padding: 87px 40px;
	text-align: center;
}
.about-col-left img {
	width: 45%;
	height: 45%;
}
.about-col-right {
	/*border: 2px solid green;*/
	width: 100%;
	float: none;
	background: none;
	padding: 40px;
	text-align: justify;
	background-color: #E11313;
}
.contact-col-left {
	/*border: 2px solid red;*/
	width: 50%;
	float: left;
	padding: 50px 20px 0px;
	text-align: left;
}
.contact-col-left img {
	width: 80%;
	height: 80%;
}
.contact-col-right {
	/*border: 2px solid green;*/
	width: 50%;
	float: left;
	padding: 40px;
	text-align: justify;
	background-color: #E11313;
}
/* Inside of the right column */

.about-col-thumbs {
	float: left;
}
.about-col-right p {
	padding-right: 10px;
}

	.about-us-left{
		width: 60%;
		padding: 0;
	}
.col-md-3 {
	padding: 0px;
	margin: 0px;
	width: 33.3%;
}
.col-md-3 img {
	width: 90%;
	height: 90%;
}
.col-sm-6 {
	padding: 0px;
	margin: 0px;
}.col-sm-6 {
	padding: 0px;
	margin: 0px;
}
.jb-cameras {
	padding: 40px 30px;
}
}/**********************************************************************IPAD PORTRAIT and LANDSCAPE */

/************************************************************************** MOBILE DEVICE LANDSCAPE */

@media (max-width:767px) {
#jb-about-us {
	padding:0;
	/*background: none;*/
	/*background-color: #e11313;*/
	/*background-size: cover;*/
	background: #000 url(../images/bg-mob.jpg) no-repeat 0 0;
	background-size: cover;
	color: #fff;
}
#jb-rental {
	padding: 110px 0 87px;
	background: none;
	/*background: #000 url(../images/rentals-mob-p.jpg) no-repeat 0 0;*/
	color: #fff;
	background-color: #000;
}
#main-slider {
height: 300px;
}

#main-slider .item {
	height: 300px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}
	

	.about-us-left{
		width: 100%;
		padding: 0;
	}
	
.solid-titles{
	text-transform: uppercase;
	color: #fff;
	font: normal 40px/20px Lato;
	font-weight: bold;
	letter-spacing: -2px;
}

.solid-subtitles{
	color: #fff;
	font: bold 18px/22px Lato;
	text-transform: uppercase;
	padding: 0px;
	text-align: justify;
}

.solid-content-text{
	color: #fff;
	font-family: Lato;
	line-height: 20px;
	text-align: justify;
}
	
	.leaders-image{
		width: 50%;
		padding: 10px 30px;
		/*border: 1px solid green;*/
	}
	.leaders-info{
		width: 50%;
		margin-bottom: 25px;
		padding: 20px 0 0;
		/*border: 1px solid red;*/
	}
	.clear-mob{
		clear: both;
	}
	
.main-logo{
	position: absolute;
	z-index: 999;
	text-align: center;
	width: 100%;
	padding-top: 220px;
}

	.main-logo img {
		width: 250px;
		height: auto;
	}
	
.left-col-single-title {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 500px;
}
.left-col-single-title img {
	width: 100%;
	height: 100%;
}
.left-col-single-text {
	color: #E11313;
	width: 500px;
	text-align: justify;
	margin: 0 auto;
	line-height: 1.2em;
}
.section-header-mgt {
	margin: 0 auto;
	margin-bottom: 20px;
	/*width: 500px;*/
}
.section-header-mgt img {
	width: 100%;
	height: 100%;
}
.mgt-team-profile {
	margin: 0 auto;
	margin-bottom: 20px;
	/*modigy this for mobile landscape profile picture size width*/
	width: 380px;
	text-align: center;
	visibility: hidden;
	display: none;
}
	
.mgt-team-profile-mobile {
	margin: 0 auto;
	margin-bottom: 20px;
	/*modigy this for mobile landscape profile picture size width*/
	width: 380px;
	text-align: center;
	visibility: visible;
	display: block;
	
}
	
	.mgt-team-profile-mobile img{
		width: 100%;
	height: 100%;
	}
	
.mgt-team-profile-name {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 500px;
	text-align: center;
}
.mgt-team-profile-name img {
	width: 100%;
	height: 100%;
	padding: 20px;
}
.roll-over-profile {
	opacity: 0;
	transition: .5s ease;
	position: relative;
	width: auto;
}
.roll-over-profile:hover {
	opacity: 1;
	cursor: pointer;
}
.roll-over-profile-top {
	opacity: 1;
	transition: .5s ease;
	position: absolute;
	width: inherit;
}
.roll-over-profile-top:hover {
	opacity: 0;
	padding: 20px;
}
.rentals-container {
	width: 100%;
	float: none;
}
.rentals-container img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.rentals-text {
	color: #FFF;
	width: 100%;
	text-align: center;
	margin: 0 auto;/*line-height: 1.2em;*/
}
.about-col-left {
	/*border: 2px solid red;*/
	width: 100%;
	float: none;
	padding: 110px 40px 40px;
	text-align: center;
}
.about-col-left img {
	width: 100%;
	height: 100%;
}
.contact-col-left {
	/*border: 2px solid red;*/
	width: 100%;
	float: none;
	padding: 60px 10px 10px;
	text-align: left;
}
.contact-col-left img {
	width: 100%;
	height: 100%;
}
.about-col-right {
	/*border: 2px solid green;*/
	width: 100%;
	float: none;
	background: none;
	padding: 20px;
	text-align: justify;
	background-color: #E11313;
}
.contact-col-right {
	/*border: 2px solid green;*/
	width: 100%;
	float: left;
	background: none;
	padding: 20px;
	text-align: justify;
	background-color: #E11313;
	background-color: #E11313;
}
/* Inside of the right column */

.about-col-thumbs {
	float: left;
}
.about-col-right p {
	padding-right: 10px;
	color: #fff;
}

	

	.btn-lg{
		margin-bottom: 20px;
	}

	
	.contact-col-right img {
		width: 70%;
}
	
	.contact-col-left img {
		width: 70%;
}
	
.col-md-3{
		width: 33.3%;
		float: left;
	}
	
.col-md-3 img {
	width: 100%;
	height: 100%;
	padding: 0px 0px 30px;
}

.parallax-window {
    min-height: 300px;
    background: transparent;
}


.parallax-titles{
	text-align: center;
	margin: auto 0;
	vertical-align: middle;
	/*height: 400px;*/
	padding-top: 90px;
}
	


} /******************************************************************************* MOBILE DEVICE LANDSCAPE */

/********************************************************************************** MOBILE DEVICE PORTRAIT */
@media (max-width:500px) {
.navbar-brand img {
	width: 164px;
}
#jb-about-us {
	padding: 0;
	/*background: #000 url(../images/bg-mob-p.jpg) no-repeat 0 0;*/
	/*background-size: cover;*/
	color: #fff;
	/*background-color: #e11313;*/
}
#pricing {
	padding: 0;
	background: #fff url("../images/subtle_white_feathers.png") repeat 0 0;
	background-size: auto;
	background-position: center top;
	/*background: #c4f0fb;*/
	/*background: #242426;*/
}
#jb-rental {
	padding: 100px 0px 20px;
	background: none;
	background-size: cover;
	color: #fff;
	background-color: #000;
}
	.about-us-left{
		width: 100%;
		padding: 0;
	}
	
.solid-titles{
	text-transform: uppercase;
	color: #fff;
	font: normal 35px/15px Lato;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: -2px;
}

.solid-subtitles{
	color: #fff;
	font: bold 18px/22px Lato;
	text-transform: uppercase;
	padding: 0px;
}

.solid-content-text{
	color: #fff;
	font-family: Lato;
	line-height: 20px;
}
	
	.leaders-image{
		width: 100%;
		padding: 10px 20px;
	}
	.leaders-info{
		width: 100%;
		margin-bottom: 25px;
		padding: 0;
	}
	
	.leader-bio{
		line-height: 20px;
		margin-bottom: 10px;
		text-align: left;
		text-align: justify;
	}
	
	.contact-section{
	width: 100%;
		margin-bottom: 20px;
	}
	
.main-logo{
	position: absolute;
	z-index: 999;
	text-align: center;
	width: 100%;
	padding-top: 170px;
}

	.main-logo img {
		width: 250px;
		height: auto;
	}
.left-col-single-title {
	margin: 0;
	margin-bottom: 20px;
	width: 100%;
}
.left-col-single-title img {
	width: 100%;
	height: 100%;
}
.left-col-single-text {
	color: #E11313;
	width: 100%;
	text-align: justify;
	margin: 0;
	line-height: 1.2em;
}
.section-header-mgt {
	margin: 0;
	margin-bottom: 20px;
	width: 100%;
}
.section-header-mgt img {
	width: 100%;
	height: 100%;
}
.mgt-team-profile {
	/*padding: 10px 30px;*/
	width: 100%;
	visibility: hidden;
	display: none;
	
}
	
.mgt-team-profile-mobile {
	/*padding: 10px 30px;*/
	width: 100%;
	display: block;
	visibility: visible;
}
	
.mgt-team-profile img {
	width: 100%;
	height: 100%;
}
.mgt-team-profile-name {
	padding: 10px;
	width: 100%;
}
.mgt-team-profile-name img {
	width: 100%;
	height: 100%;
	padding: 0px;
}
.rentals-container {
	width: 100%;
	float: none;
}
.rentals-container img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

	.btn-lg{
		margin-bottom: 20px;
	}
	
#jb-contact .address p {
	font-size: 14px;
	/* Edit Color here*/
	color: #FFF;
	margin: 0px;
	/*padding-bottom: 5px;*/
}

	#jb-contact .address2 p {
	font-size: 13px;
	/* Edit Color here*/
	color: #FFF;
	margin: 0px;
	/*padding-bottom: 5px;*/
}
	
	.btn.btn-primary {
		margin-bottom: 10px;
	}
	
	.col-md-3{
		width: 50%;
		float: left;
	}
	
.col-md-3 img {
	width: 100%;
	height: 100%;
	padding: 0px 0px 30px;
}
	

.parallax-window {
    min-height: 200px;
    background: transparent;
}


.parallax-titles{
	text-align: center;
	margin: auto 0;
	vertical-align: middle;
	/*height: 400px;*/
	padding-top: 50px;
}
	
}/************************************************************************************************* MOBILE DEVICE PORTRAIT */
