@import "bootstrap.min.css";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";

@font-face {
	font-family: 'Bebas Neue';
	src: url('../webfonts/bebas/BebasNeue.eot');
	src: url('../webfonts/bebas/BebasNeue.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/bebas/BebasNeue.woff') format('woff'),
		url('../webfonts/bebas/BebasNeue.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body{
	overflow-x: hidden;
}

a{
	text-decoration: none !important;
	color: #6d6e70 !important;
}

.time{
	width: 12px;
}

.form-control{
	border-radius: 0px;
}

.form-control:focus{border-color: #fbab41;  box-shadow: #fbab41; -webkit-box-shadow: #fbab41;} 
.has-error .form-control:focus{box-shadow: #fbab41; -webkit-box-shadow: #fbab41;}

.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance:textfield !important;
}


td{
	padding: 3px;
}

.btn-primary{
	position:relative;
	float: right;
	background: #fbab41;
	border: none;
	color: #fff;
	font-family: 'Bebas Neue';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    border-radius: 0px;
    margin-top: 10px;
    width:180px;
}

.btn-primary:hover{
	background: red;
}

.footer{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	z-index: 5000;
	padding-top: 10px;
	background: #6d6e70;
	color:#fff;
}

.footer img{
	width: 20px;
}

.thousand-two-hundred-px{
	width: 1200px;
}

.center-layout{
	position: relative;
	margin: 0 auto;
}

.dark-gray{
	color: #6d6e70;
}

.yellow-gold{
	color:#fbab41;
}

.plain-white{
	color: #fff !important;
}

.bebas{
	font-family: 'Bebas Neue';
    font-weight: normal;
    font-style: normal;
}

.wrapper{
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}

.thirty-three-percent-height{
	height: 33.33vH;
	/*background:blue;*/
}

.fifty-percent-height{
	height: 50vH;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.my-top-nav{
	position: fixed;
	z-index: 100;
	width: 100%;
	/*margin-left: 2%;*/
	padding: 20px;
	padding-top:10px;
	padding-bottom: 15px;
	/*padding-left: 15px;*/
	font-size: 24px;
	color: #6d6e70;
}

.navbar{
	position: relative;
	float: left;
	width: 99%;
	margin-left: 0.5%;
	background:none;
	border: none;
	margin-bottom: 0px;
	margin-top:10px;
}

.navbar-brand{
	display: none;
}

.navbar-nav{
	background: none;
}

.navbar-nav>li>a{
	padding: 10px;
}

.navbar-nav>li>a:hover{
	background: none;
	/*border: solid 1px #fbab41;*/
}

.logo-wrapper{
	position: fixed;
	z-index: 180;
	right: 0px;
	width: 34.5%;
	padding-left: 30px;
	padding-right: 80px;
	padding-bottom: 25px;
	/*height: 100vH;*/
	/*background: #fff;*/
}

.overCne:hover{
	color:#fbab41 !important;
}

.active-li{
	border: solid 2px #fbab41;
}

.main-logo{
/*	position: relative;
	float: left;*/
	width:100%;
	margin-top:25px;
	margin-bottom: 20px;
}

.twenty-top{
	margin-top: 20px;
}

.group-logo-layout{
	position: relative;
	float: left;
	width: 100%;
	/*height: 150px;*/
	cursor: pointer;
}

.group-logos{
	position: relative;
	float: left;
	width:70%;
}

.group-smaller{
	width: 40%;
}

.group-smallverage{
	width: 50%;
}

.group-average{
	width: 60%;
}

.group-larger{
	width:95%;
}

/*.menu-button{
	position: relative;
	float: left;
	background: none;
	border: none;
	margin-top: 8px;
	display: none;
}*/

.menu-list{
	position:relative;
	float:left;
	margin-top:10px;
	display: block;
}

.zoom-in-img{
	-webkit-animation-name: zoomInCss; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 20s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
    animation-name: zoomInCss;
    animation-duration: 20s;
    animation-iteration-count: infinite;
}

.mod-width{
	position: relative;
	float: left;
	width:65%;
	padding-left: 80px;
	padding-top: 90px;
}

#maps{
	position: relative;
	float: left;
	width: 100%;
	height: 460px;
	margin:0px;
	padding:0px;
}

.contact-bottom-text{
	position: absolute;
	bottom: 20px;
	right: 40px;
	font-size: 36px;
}

.full-image{
	width: 100%;
}

.full-height{
	display: block;
	margin: auto;
}

.twenty-height{
	height: 20px;
}

.thirty-height{
	height: 30px;
}

.contact-icons{
	width:30px;
}

.side-news{
	height: 260px;
	margin-bottom: 20px;
	overflow: hidden;
}

.side-news-title{
	position: absolute;
	right:10px;
	bottom: 0px;
	font-size: 35px;
}

.side-news-img{
	position: relative;
	float: left;
	height: 100%;
}

.side-news-overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #6d6e70;
	opacity: 0;
	transition: all 1s;
}

.side-news-overlay:hover{
	opacity: 0.6;
}

.top-clearance{
	margin-top: 160px; 
}

.item-grp {
	position: relative;
	float: left;
	/*width: calc(100% - 20px);*/
    margin-bottom: 20px;
    overflow: hidden;
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}

.brnds{
	width: 100%;
	transition: all 0.5s ease-in-out;
}


.item-grps{
	position: relative;
	float: left;
	/*width: calc(100% - 20px);*/
    margin-bottom: 20px;
    overflow: hidden;
}

.brnds:hover{
	transform: scale(1.1);
}

.thirty-margin-bottom{
	margin-bottom: 30px;
}

.float-left{
	position: relative;
	float: left;
}

.float-right{
	position: relative;
	float: right
}

.custom-fifty{
	width: calc(50% - 10px);
}

::-webkit-scrollbar {
    width: 0.5em;
}
 
::-webkit-scrollbar-track {
    background: #eaeaea;
}
 
::-webkit-scrollbar-thumb {
  background-color: #6d6e70;
  outline: 1px solid #6d6e70;
  border-radius: 500px;
}

.def-height{
	height: 100%;
}

.minute-logo{
	height: 40px;
	margin-top: -10px;
}

button{
	border: none !important;
	color: #fff;
}




.carousel-inner.vertical {
  height: 100%;
}
.carousel-inner.vertical > .item {
  -webkit-transition: .6s ease-in-out top;
  -o-transition: .6s ease-in-out top;
  transition: .6s ease-in-out top;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner.vertical > .item.next,
  .carousel-inner.vertical > .item.active.right {
    top: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .carousel-inner.vertical > .item.prev,
  .carousel-inner.vertical > .item.active.left {
    top: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  .carousel-inner.vertical > .item.next.left,
  .carousel-inner.vertical > .item.prev.right,
  .carousel-inner.vertical > .item.active {
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner.vertical > .active {
  top: 0;
}
.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
  top: 0;
  height: 100%;
  width: auto;
}
.carousel-inner.vertical > .next {
  left: 0;
  top: 100%;
}
.carousel-inner.vertical > .prev {
  left: 0;
  top: -100%
}
.carousel-inner.vertical > .next.left,
.carousel-inner.vertical > .prev.right {
  top: 0;
}
.carousel-inner.vertical > .active.left {
  left: 0;
  top: -100%;
}
.carousel-inner.vertical > .active.right {
  left: 0;
  top: 100%;
}


#pop-bDev{
	cursor: pointer;
}

#pop-recruit{
	cursor: pointer;
}



.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none;
}

.social-icons{
	width:30px;
}

.pop-up-bg{
	position: fixed;
	width: 100%;
	height: 100vH;
	z-index: 50000;
	top: 0px;
	left: 0px;
	background: url(../images/trans-bg.png);
	display: none;
}

.csr-pop-up-bg{
	position: fixed;
	top:0px;
	left: 0px;
	z-index:50;
	width: 100%;
	height: 100vH;
	background: url(../images/trans-bg.png);
}

.csr-lightbox{
	position: fixed;
	width: 100%;
	height: 100vH;
	z-index: 50000;
	top: 0px;
	left: 0px;
	background: url(../images/trans-bg.png);
	display: none;
}

.csr-close{
	position: relative;
	float: right;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.recruit-pop-up{
	position: relative;
	margin: 0 auto;
	margin-top: 150px;
	width: 500px;
	padding: 30px;
	text-align: center;
	display: none;
	/*cursor: pointer;*/
}

.bDev-pop-up{
	position: relative;
	margin: 0 auto;
	margin-top: 150px;
	width: 500px;
	padding: 30px;
	text-align: center;
	display: none;
	/*cursor: pointer;*/	
}

.csr-content{
	width: 70%;
	background: white;
	margin-top: 50px;
	padding: 20px;
}

.csr-content-data{
	/*max-height: 450px;
	min-height: 230px;*/
	overflow-y: scroll;
	margin-top: 15px;
}

.control-btn-wrapper{
	position: relative;
	float: left;
	width:100%;
}

.control-btn{
	width: 60px;
}

.navbar-default .navbar-toggle{
	color: #6d6e70;
	/*border: 2px solid #6d6e70;*/
}



/* Safari 4.0 - 8.0 */
@-webkit-keyframes zoomInCss {
    0% {-ms-transform: scale(1,1);-webkit-transform: scale(1,1);  transform: scale(1,1);}
	50% {-ms-transform: scale(1.2,1.2);-webkit-transform: scale(1.2,1.2);  transform: scale(1.2,1.2);}
	100% {-ms-transform: scale(1,1);-webkit-transform: scale(1,1);  transform: scale(1,1);}
}

/* Standard syntax */
@keyframes zoomInCss {
	0% {-ms-transform: scale(1,1);-webkit-transform: scale(1,1);  transform: scale(1,1);}
	50% {-ms-transform: scale(1.2,1.2);-webkit-transform: scale(1.2,1.2);  transform: scale(1.2,1.2);}
	100% {-ms-transform: scale(1,1);-webkit-transform: scale(1,1);  transform: scale(1,1);}
}



/* Change the direction of the transition. */
@media all and (transform-3d), (-webkit-transform-3d) {
  #ltr-slider >.carousel-inner > .item.next,
  #ltr-slider >.carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  #ltr-slider >.carousel-inner > .item.prev,
  #ltr-slider >.carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

#first-slide{
	margin-top:-30px;
}





@media screen and (max-width : 768px) {

	.navbar-nav{
		background: #fff;
	}

	.navbar-nav .plain-white{
		color: #6d6e70!important;
	}

	.navbar-toggle{
		margin-top:-8px;
	}

	.my-top-nav{
		/*background:#fff;*/
	}

	.main-logo{
		display: none;
	}

	.navbar-brand{
		display: block;
	}

	.logo-wrapper{
		/*position: relative;*/
		/*float: right;*/
		z-index: 80;
		width: 220px;
		padding-left: 20px;
		padding-right: 20px;
		/*background: #000;*/
		padding-top:60px;
	}

	.thirty-three-percent-height{
		height: 250px;
		/*background:blue;*/
	}

	.fifty-percent-height{
		height: 250px;
		background:pink;
	}

	#first-slide{
		margin-top:0px;
	}
}


@media screen and (max-width : 408px) {

	.my-top-nav{
		/*background:#fff;*/
	}

	.main-logo{
		display: none;
	}

	.navbar-brand{
		display: block;
	}

	.logo-wrapper{
		/*position: relative;*/
		/*float: right;*/
		z-index: 80;
		width: 150px;
		padding-left: 20px;
		padding-right: 20px;
		/*background: #000;*/
	}

	.thirty-three-percent-height{
		height: 150px;
		background:blue;
	}

	.fifty-percent-height{
		height: 200px;
		background:pink;
	}
}

/*@media only screen and (min-height: 800px) {

	.footer{
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 40px;
		z-index: 5000;
		padding-top: 10px;
		background: #6d6e70;
		color:#fff;
	}

}*/