/*-----------------------------------------
  :RESET
  -------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, strong, b, u, i, ol, ul, li, form, label, table, caption, article, aside, canvas, footer, header, hgroup, menu, nav, output, section, time, audio, video, input, textarea, label {
	margin: 0;
	padding: 0;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
a, img, ol, ul, li, form, label, table, caption, aside, canvas, output, input, textarea, label {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	text-decoration: none;
	color: #107FC9;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a img {
	cursor: pointer;
}
ul, ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
iframe, img, object, embed {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
}
/*-----------------------------------------
  :GENERAL
  -------------------------------------------*/	
body {
	background: #fff;
	font-family: 'Roboto', Arial, Helvetiva, Tahoma, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #555;
	margin: 0;
}
.wrapper {
	overflow: hidden;
}
.container {
	overflow: hidden;
	margin: 0 auto;
}
.relative {
	position: relative;
}
/*-----------------------------------------
  :FONTS
  -------------------------------------------*/	
h1 {
	font-family: 'Roboto', Arial, Helvetiva, Tahoma, sans-serif;
}
h2, h3, h4, h5, h6 {
	font-family: 'Roboto', Arial, Helvetiva, Tahoma, sans-serif;
	font-weight: bold;
}
p, ul, li {
	font-family: 'Roboto', Arial, Helvetiva, Tahoma, sans-serif;
	color: #333;
	font-size: 1em; /* 16px */
}
.title-01 {
	font-size: 1.875em/*30px*/;
	line-height: 1.200em /*36px*/;
	font-family: 'Roboto Condensed', Arial, Helvetiva, Tahoma, sans-serif;
	font-weight: normal;
}
.title-02 {
	font-family: 'Roboto Condensed', Arial, Helvetiva, Tahoma, sans-serif;
	font-weight: normal;
	color: #b00;
	margin-bottom: 6px;
	border-top: 2px solid #999;
}
.title-03 {
	font-size: 1.875em/*30px*/;
	line-height: 1.200em /*36px*/;
	font-family: 'Roboto Condensed', Arial, Helvetiva, Tahoma, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #999;
	color: #b00;
	margin-bottom: 20px;
}
.xs {
	font-size: 0.875em/*14px*/;
	line-height: 1.429em /*20px*/;
}
.s {
	font-size: 1em/*16px*/;
	line-height: 1.250em /*20px*/;
}
.m {
	font-size: 1.375em /*22px*/;
	line-height: 1.273em /*28px*/;
}
.l {
	font-size: 1.750em/*28px*/;
	line-height: 1.286em /*36px*/;
}
.xs, .s, .m, .l {
}
/*-----------------------------------------
  :HEADER
  -------------------------------------------*/

/*------ BRANDING & SHARED BUTTON ------*/

.navbar {
	overflow: visible;
}
.navbar-fixed {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1000;
	margin-bottom: 0;
}
.navbar-brand {
	background: #1b1b1b;
	border-color: #252525;
}
.navbar-brand h1 {
	color: #fff;
	margin: 5px 0;
	float: left;
}
.navbar-brand .brand {
	float: right;
}
.navbar-brand .brand li {
	float: left;
	border-left: 1px solid #777;
	height: 46px;
	overflow: hidden;
}
.navbar-brand .brand li img {
	vertical-align: middle;
	margin: 4px 13px;
}
.navbar-brand .brand li:last-child {
	margin-right: 0;
}
/*------ MAIN NAVI ------*/

#navbar-menu .row {
	overflow:hidden;
	}
#navbar-menu {
	background: #e5e5e5;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.3);
}
ul.navi-main {
	text-align: center;
	margin: 0 auto;
}
ul.navi-main li {
	display: inline-block;
	margin: 10px;
}
ul.navi-main .more {
	display:none;
	}
#navbar-menu ul li {
	position:relative;
	}
#navbar-menu ul li ul {
	display:none;
	position:absolute;
	top:100%;
	right:0;
	background: #250C0D;
	padding:0;
	}
	
#navbar-menu ul ul li {
	width:150px;
	}
	
#navbar-menu ul li:hover ul {
	display:block;
	}
	
/*-----------------------------------------
  :BACKGROUND
  -------------------------------------------*/	
  
.darktheme {
	background: #181818;
	padding: 10px 0;
}

  footer {
	  background: #282828;
	  padding: 8px;
	  }
/*-----------------------------------------
  :CONTENT
  -------------------------------------------*/	

.content-holder {
	margin-top: 110px;
}
ul.lined-listing {
	margin-bottom: 15px;
}
ul.lined-listing li {
	border-bottom: 1px solid #ececec;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
ul.lined-listing li:last-child {
	border-bottom: none;
}
/*-----------------------------------------
  :VIDEOS
  -------------------------------------------*/
.darktheme {
	margin-bottom:15px;
	}

.darktheme .title-03 {
	color: #fff;
}
.video, .photos {
	margin-bottom:20px;
	text-align: center;
}
/*-----------------------------------------
  :STORIFY
  -------------------------------------------*/
.storify {
	margin-bottom: 25px;
}

/*-----------------------------------------
  :FOOTER
  -------------------------------------------*/
.copyright {
	  font-size:11px;
	  line-height:16px;
	  overflow:hidden;
	  display:block;
}
footer ul.copyright li {
	float:left;
	color:#999;
	}
	
.footer-link {
	float:left;
	}
	
.footer-link a {
	margin-right:20px;
	}
	
footer ul.copyright li:nth-child(2) {
	float:right;
	}


