@font-face{
	font-family: avenir-heavy;
	src: url('fonts/AvenirLTStd-Heavy.otf');
}
@font-face{
	font-family: avenir;
	src: url('fonts/AvenirLTStd-Roman.otf');
}
body{
	font-family: avenir;
}
.main-menu{
	font-family: avenir-heavy;

}
.navbar-default .navbar-nav.main-menu>li>a{
	color: #6F6F6E;
	font-size: 16px;
}
.logo-wrapper{
	display: none;
	
}
.small-logo {
	   padding: 12px 7px 7px 7px;
    width: 77%;
}
.small-logo, .small-logo img{

display: inline-block;
}
.carousel-inner img{
	width: 100%;
}
footer, footer a{
	color: #999999;
}
footer li{
	display: inline-block;
}
footer .footer-menu{
	padding: 0;
}
.contentarea h1, .contactus h1{
	text-transform: uppercase;
	font-size: 40px;
	border-bottom: 1px solid #6F6F6E;
	color: #6F6F6E;
}
.contentarea p, .contactus label{
	font-size: 14px;
	color: #6F6F6E;
}
.navbar-toggle{
	margin-top: 4%;
}

.item img.mob{
	display: block;
}
.item img.desktop{
	display: none;
}
.navbar-default .navbar-nav.main-menu>li>a{
	text-transform: uppercase;
}
.contentarea h1, .contactus h1 {
    font-size: 20px;
}
a {
    color: #6F6F6E;
    text-decoration: none;
}
.footer-wrapper{
	    padding-right: 0px;
    padding-left: 0px;
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 900px) {
.small-logo{
	display: none;
}  
.logo-wrapper{
	display: block;
padding: 36px 0;
}
.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}
.navbar-right{
	margin-right: 0;
}
.navbar {
    position: relative;
    min-height: 38px;
    margin-bottom: 10px;
    border-radius: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .40);
}
.navbar-collapse, .menu-container{
	padding: 0;
}
.navbar-default .navbar-nav.main-menu>li>a{
    padding: 15px 15px 0 0px;
    text-transform: uppercase;
}
.social-menu{
	
}
.social-menu>li>a{
padding: 5px 0px 0 0px;

}
.footer-wrapper{
	margin-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, .40);
	padding: 10px 0;
}
.contentarea{
	    position: absolute;
    top: 50%;
    margin-top: -172px;
    background: #fff;
    width: 384px;
    right: 0;
    margin-right: 16px;
    padding: 20px;
    color: #6F6F6E;
    -webkit-box-shadow: 0px 6px 20px 0px #B3B3B3;
box-shadow: 0px 6px 20px 0px #B3B3B3;
}

.carousel-inner img.staticimg{
	width: 80%;
}
.full-fit-img{
	max-width: 100%;
}
.item img.mob{
	display: none;
}
.item img.desktop{
	display: block;
}

}