html { 
  background: url(../../images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body{
	background: rgba(0,0,0,0);
	color: #fff;
}

#minilogo{
	visibility: hidden;
}

#wrapper {
  padding-left: 23%;
  transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
  margin-left: -17%;
  left: 17%;
  width: 17%;
  background: rgba(0,0,0,0.5);
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.4s ease 0s;
  font-family: 'Univers';
  overflow: hidden;
}

#page-content-wrapper {
  width: 100%;
}

.sidebar-nav {
  top: 0;
  width: 110px;
  list-style: none;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0;
  border: 1px solid white;
  text-indent: 20px;
}

.sidebar-footer {
  font-size: 12px;
  width: 130px;
  margin: 0 auto;
}

.sidebar-footer > .company-name {
    font-size: 1.3em;
    font-weight: 800;
}

.sidebar-footer > p {
    padding-top: 20px;
}

.sidebar-nav li {
  line-height: 40px;
  list-style: none;
}

.sidebar-nav li a {
  color: #fff;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid white;
}

.sub-menu{
  //background-color: rgba(255,255,255,0.3);
}

.sub-menu li {
  line-height: 30px;
  list-style: none;
}
.sub-menu li a {
  color: #fff;
  display: block;
  text-decoration: none;
  margin-left: -15px;
  padding-left: 10px;
  //border-left: 10px solid white;
}

.sidebar-nav li a:hover {
  color: #fff;
  border-left: 10px solid white;
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
  border-left: 10px solid white;
}

.sub-menu li a:hover {
  color: #fff;
  border-left: 15px solid white;
  text-decoration: none;
}

.sub-menu li a:active,
.sub-menu li a:focus {
  text-decoration: none;
  border-left: 15px solid white;
}

.sidebar-nav > .current-menu-item > a, 
.sidebar-nav > .current-menu-item > a:hover, 
.sidebar-nav > .current-menu-item > a:focus 
{
  text-decoration: none;
  border-left: 10px solid white;
  color: #f2142a;
}

.sub-menu > .current_page_item > a, 
.sub-menu > .current_page_item > a:hover, 
.sub-menu > .current_page_item > a:focus 
{
  text-decoration: none;
  border-left: 15px solid white;
  color: #f2142a;
}


.sidebar-brand {
  height: auto;
  line-height: 60px;
  font-size: 18px;
  padding-top: 30px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}


.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}


.content-header {
  height: 65px;
  line-height: 65px;
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 65px;
  display: inline-block;
}
.menu-item-has-children > a
{
  border: none !important;
  border-bottom: 1px solid white !important;
  color: rgba(255,255,255,0.7) !important; 
}


.box-desc {
  //margin-top: 20px;
  padding: 10px;
  border: 1px solid white;
  font-size: 14px;
  font-family: Verlag;
  background: rgba(0,0,0,0.5);
}

.gallery-img-desc-box {
  margin-bottom: 10px;
  margin-top:-25px;
  padding: 10px;
  border: 1px solid white;
  font-size: 14px;
  font-family: Verlag;
  background: rgba(0,0,0,0.5);
}
.row {
	margin: 5px -15px;
}
#menu-toggle {
  display: none;
}

.inset {
  padding: 20px;
}

.carousel-caption {
    top: 20%;
    left: 55%;
    bottom: auto;
    right: 0;
    color: #FFFFFF;
	height: inherit;
	width: 35%;
    padding: 20px 15px;
    position: absolute;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    z-index: 10;
	background: rgba(0,0,0,0.8);
}
.carousel-caption-title {
	font-family: 'Univers';
	font-size: 1.5em;
	font-weight: bold;
}

.carousel-caption-desc {
	font-family: 'Verlag';
	font-size: 0.9em;
	padding-top: 10px;
}

.carousel-caption-desc > ul {
	padding-left: 20px;
}

.carousel-caption-desc > ul li {
	padding-top: 5px;
}

.carousel-control {
	width: 5%;
}
.left-btn {
	background-image: url('../../images/left-btn.png');
	display: inline-block;
    position: absolute;
    top: 50%;
	left: 50%;
    z-index: 5;
	width: 38px;
	height: 38px;
}
.right-btn {
	background-image: url('../../images/right-btn.png');
	display: inline-block;
    position: absolute;
    top: 50%;
	right: 50%;
    z-index: 5;
	width: 38px;
	height: 38px;
}

.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
    background: rgba(0,0,0,0);
    color: #FFFFFF;
	border-bottom: 10px solid white;
}
.nav-pills > li > a {
    border-radius: 0px;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav > li > a:hover,
.nav > li > a:focus {
    background: rgba(0,0,0,0);
	color: white;
}
.nav > li > a {
	color: white;
    display: block;
    padding: 10px;
    position: relative;
}
.nav {
	border: 1px solid white;
    padding: 5px;
	font-family: "Univers";
	font-size: 12px;
	margin-bottom: 20px;
}

.thumbnail {
    background-color: rgba(0,0,0,0);
    border: 0px;
}

@media (max-width:767px) {

	#wrapper {
	  padding-left: 0;
	}

	#sidebar-wrapper {
	  left: 0;
	  overflow: hidden;
	  background: rgba(0,0,0,1);
	}
	
	.content-header{
	  background-color: rgba(0,0,0,0.8);
	}
	#wrapper.active {
	  //position: relative;
	  left: 200px;
	}

	#wrapper.active #sidebar-wrapper {
	  left: 17%;
	  width: 200px;
	  transition: all 0.4s ease 0s;
	}
	
	.sidebar-nav{
		width:100%;
	}

	#menu-toggle {
	  display: inline-block;
	}

	.inset {
	  padding: 15px;
	}

	#minilogo{
		visibility: visible;
	}
	
	.sidebar-brand {
		visibility: hidden;
		margin-top: -80px;
	}
	.carousel-caption {
		visibility: hidden;
	}
	.sidebar-footer {
		visibility: hidden;
	}
}

.contact-page h3{font-family: 'Univers';}

 
@font-face {
	font-family: 'Helvetica Light';
	src: url('/fonts/helveticaltstd-light-webfont.eot');
	src: local('?'), url('../fonts/helveticaltstd-light-webfont.woff') format('woff'), url('/fonts/helveticaltstd-light-webfont.ttf') format('truetype'), url('/fonts/helveticaltstd-light-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Univers';
	src: url('/fonts/universltstd-lightcn-webfont.eot');
	src: local('?'), url('../fonts/universltstd-lightcn-webfont.woff') format('woff'), url('/fonts/universltstd-lightcn-webfont.ttf') format('truetype'), url('/fonts/universltstd-lightcn-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {	
	font-family: 'Verlag';
	src: url('/fonts/verlag_xlight-webfont.eot');
	src: local('?'), url('../fonts/verlag_xlight-webfont.woff') format('woff'), url('/fonts/verlag_xlight-webfont.ttf') format('truetype'), url('/fonts/verlag_xlight-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

#cboxLoadedContent p {color: #000;}
.marginbottom10 {margin-bottom: 10px;}

.menu .dropdown .sub-menu { display: none !important; }