
.navbar-brand {
  display: inline-block;
  position:fixed;
}
.main-button {
  right: 15px;
}
.main-button > button {
  background-color:#fff !important;
}
.main-button > button span {
  background: #000 !important;
}
.cbp-spmenu {
  background:transparent;
  top:75px;
  box-shadow:none;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding-right:10px;
}
.main-button > button {
  background-color: transparent;
}
.main-button > button span {
  background:#fff;
}
.cbp-spmenu-vertical {
  width:180px;
  overflow:inherit;
}

.left_nav li{
	display:block;
	margin-bottom:10px;
	text-align:right;
}
.left_nav li a {
  font-family: 'montserratlight';
  background:#000;
  color: #fff;
  font-size: 20px;
  padding:5px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display:inline-block;
}
.left_nav li a:hover{
	background:#07AAA5;
}





span.new {
    background: #121416;
    color: #fff;
    padding: 3px 10px;
    font-size: 9px;
    text-transform: uppercase;
    border-radius: 3px;
    margin: 0 0 0 10px;
}
.certified{ background:#eaeaea;}


.item-container .overlay {
	background: rgba(0,0,0,.75);
}

.overlay h4 , .overlay p{
  color: #fff;
}
.overlay-inner{
	text-align:left;
	padding-left:10px;
}
.overlay h4 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
	display:inline-block;
}

.overlay h4::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height:2px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.item-container:hover h4::after {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.overlay  p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	-webkit-transform: translate3d(100%,0,0);
	-ms-transform: translate3d(100%,0,0);
	-otransform: translate3d(100%,0,0);
	-moz-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.item-container:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.go-top:hover, .go-top:focus {
	color:rgba(7,170,165,1);}














@media only screen and (min-width: 768px) and (max-width: 1024px){
	.zerogrid .col-1-3{
		width:50%;
	}
}






