* {
  margin: 0;
  padding: 0;
  border: 0; }

::-webkit-input-placeholder {
	color: #000; 
}

:-moz-placeholder { /* Firefox 18- */
	color: #000; 
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #000;
}

:-ms-input-placeholder {  
	color: #000;
}
#headerlink img.logo {
	max-width: 439px;
}

a {
  text-decoration: none;
  border: none; }

html {
  background: #000;
  height: 100%; }

body {
  font: 62.5%/1.5 "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	color: #fff;
  height: 100%;
  -webkit-font-smoothing: antialiased; }

#bodypat {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
background-image: url(/common/rundlelantern/images/bg.jpg);

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-size: 100%;

	z-index: 0;
	background-attachment: fixed;
	background-position: center;
	width: 100%;
	height: 100%;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  max-width: 1400px; 
max-width: 1200px;
}

.topbar {
background: none repeat scroll 0 0 rgba(10, 10,10, 0.8);
/*  border-bottom: 4px solid #222;*/
box-shadow: 0px 1px 1px 1px rgba(50,50,50,0.5);
  height: 110px;
  position: fixed;
  z-index: 999;
  width: 100%;
}

header .pad {
  padding: 0px;

}

#headerlink {
	left: 50%;
	margin-left: -230px;
	position: absolute;
	display: block;
}

#container {
	max-width: 1400px;
	max-width: 1200px;
	text-align: center;
	margin: auto;
	position: relative;
	padding-top: 110px; }

.container {
	margin: 0 auto;
	max-width: 1400px; 
	max-width: 1200px;
}

.clearfix:after {
	content: " ";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block; }

.centered {
  margin: 0 auto; }

/*----------------------------------------------------------------------------
TYPOGRAPHY
----------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  padding: 5px 0; }

h1 {
  font-size: 2.8em; }

h2 {
  font-size: 2.6em;
  color: white;
  text-shadow: 1px 1px 3px #000; }

h3 {
  font-size: 2.4em; }

h4 {
  font-size: 2.2em; }

h5 {
  font-size: 2.0em; }

p {
	font-size: 1.3em;
	line-height: 1.5em;
	padding-bottom: 20px;
	font-family: "Helvetica Neue", Arial, Tahoma, sans-serif; }

p a {
	color: #CA4407;
}

/*----------------------------------------------------------------------------
Header
----------------------------------------------------------------------------*/
header a {
  border: none;
  text-decoration: none; }

header {
/*  min-height: 100px;*/
  margin: 0 5px 10px 5px;
}


#logo {
  display: inline;
  margin: 23px 0 0 20px;
  vertical-align: top;
  width: 60px;
}

#sitename {
  font-size: 7.2em;
  color: #fff;
  line-height: 100px;
  margin-left: 20px; }

nav {
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-top: 40px; }

#nav a {
  color: #e5e5e5; }

/*----------------------------------------------------------------------------
Navigation
----------------------------------------------------------------------------*/
header nav a {
  color: white; }

.slicknav_menu {
  background: none;
  position: relative; }

.slicknav_nav {
  margin-top: 60px; }

.slicknav_btn {
  position: absolute;
  left: 3px;
  z-index: 999; }

#categories-slide-nav  {
	margin-bottom: 40px;	
	display: block;
	min-height: 50px;


    position: fixed;
    width: 100%;
    z-index: 100;
	left: 0; 
}
#categories-slide-nav ul.categories-list {
	display: none;
	padding: 20px;
	background: rgba(50,50,50,0.95);
}
#categories-slide-nav a.tab-categories .down {
	font-size: 14px;
}
#categories-slide-nav a.tab-categories {
	position: absolute;

	display: block;
	background: #e1921b;	
	width: auto; 
	padding: 0 30px;
	height: 35px;
	border-bottom: 3px solid #754600;
	border-radius: 0 0 10px 10px;

	left: 50%;
	margin-left: -75px;
	line-height: 32px;
	text-transform: lowercase;
	color: #fce9c2;

	text-shadow: -1px 0px 1px rgba(50,50,50,0.5);
	font-size: 16px;
	cursor: pointer;
}
.categories-list {
	background: rgba(230, 230, 230, 0.5); 
}
.categories-list li {
	list-style-type: none;
}
.categories-list a {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
	color: #fff;
}

/* exposed using media queries */
#mobilenav {
  display: none; }

/*----------------------------------------------------------------------------
Content - Universal
----------------------------------------------------------------------------*/
#content {
  color: #bfbfbf;
  margin-top: 40px; }

#content-title {
  font-size: 5.8em;
  font-weight: 200;
  color: #fff;
  line-height: 50px;
  border-bottom: 3px solid;
  margin: 0 5px 10px 5px;
  padding-left: 30px;
  text-align: left;
  text-transform: uppercase; }

.content-sub-title {
  color: #f7f7f7; }

.content-img {
  padding-bottom: 20px;
  max-width: 100%; }

.break {
  width: 100%;
  height: 1px;
  display: block;
  clear: both;
  margin: 10px 0; }

.one-half,
.one-third,
.two-thirds,
.one-fourth,
.three-fourths {
  margin: 0 4% 20px 0;
  float: left;
  position: relative; }

.one-half h2,
.one-third h2,
.two-thirds h2,
.one-fourth h2,
.three-fourths h2,
.one-half h3,
.one-third h3,
.two-thirds h3,
.one-fourth h3,
.three-fourths h3 {
  color: #f7f7f7; }

.one-half {
  width: 48%; }

.one-third {
  width: 30.66%; }

.two-thirds {
  width: 65%; }

.one-fourth {
  width: 22%; }

.three-fourths {
  width: 74%; }

.quote,
.quote-w,
.lb-quote {
  background: url(images/quote.png) no-repeat top left;
  padding: 10px 0 30px 50px;
  font-size: 1.8em;
  font-style: italic; }

.quote-w {
  background: url(images/quote-w.png) no-repeat top left; }

.quote-author {
  text-align: right;
  color: #7d7d7d; }

.no-text-dec {
  text-decoration: none; }

article ul {
  padding: 0 0 20px 20px;
  font-size: 1.4em; }

article ul li {
  padding: 5px 0; }

.section-title {
  font-size: 4.8em;
  letter-spacing: -0.03em;
  color: #f7f7f7;
  padding: 10px 0 !important;
  margin-left: 30px;
  text-transform: uppercase;
  font-weight: 200; }

.enlarge {
  width: 100%;
  height: 100%;
  background: url(images/bloglistbg.png) repeat;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  opacity: 0;
  filter: alpha(opacity=0); }

.enlargeicon {
  background: url(images/enlarge.png) no-repeat center;
  width: 100%;
  height: 100%; }

/*----------------------------------------------------------------------------
Content - Main Page Tiles
----------------------------------------------------------------------------*/
.live > div {
  position: absolute; }

.live img {
  border: none; }

.live-front {
  width: 100%;
  height: 100%;
  z-index: 20; }

.live-back {
  width: 100%;
  height: 100%;
  z-index: 10; }

.live-img {
  display: block;
  height: 100%;
  width: 100%; }

.live-img img {
	width: 100%;
	height: 100%;
}

.tile {
  margin: 0 5px 10px 5px;
  float: left;
  overflow: hidden;
  position: relative;
  transition: opacity 0.5s ease 0.1s;
  -moz-transition: opacity 0.5s ease 0.1s;
  -o-transition: opacity 0.5s ease 0.1s;
  -webkit-transition: opacity 0.5s ease 0.1s; 
	background: #fff;
}
.tile.masonry-brick {
	-webkit-backface-visibility: hidden !important;	
}

.tilehover .pad {
  display: block;
  padding: 10px; 
	padding-top: 30px;
}
.activated .live-front .lbl-overlay {
	display: none;
}
.activated .tilehover {
	background: transparent;
}
.activated .tilehover .pad {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding: 0;
	padding-bottom: 10px;
}
.activated .tilehover .lbl {
	display: block;
	background: rgba(0,0,0,0.7);
	display: none;
}


.tilehover span.lbl,
.tilehover label {
  text-shadow: 1px 1px 3px #000;
  font-size: 20px; 
	color: #C6FBFE;
	font-size: 15px;
}

.tilehover {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
  display: none;
  background: none repeat scroll 0 0 rgba(240,240,240, 0.87);
  color: white;
  width: 100%;
  height: 100%;
  line-height: 20px;
  transition: 750ms; }

.tile-wrap {
	cursor: pointer !important;
}
.tile-wrap .tile {
	-webkit-backface-visibility: hidden !important;
	-webkit-perspective: 1000 !important;
}
.tile-wrap .tile:hover {
  border: 0px solid #fff;
  margin: 0 5px 10px 5px; }

.exclude:hover {
  border: none;
  margin: 0 5px 10px 5px; }

.tile-wrap .tile:hover .tilehover {
  display: inline-block !important;
}

.tile-text {
  color: #fff;
  font-size: 2.4em;
  bottom: 5px;
  left: 10px;
  position: absolute;
  z-index: 30;
  text-align: left; }

.large {
  width: 330px;
  height: 330px; }

.medium {
  width: 330px;
  height: 160px; }

.small {
  width: 160px;
  height: 160px; }

.fade {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.tile-date {
  background: none;
  color: #7f7f7f;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 99; }

.tile-date .date {
  font-size: 6em; }

.tile-date .month {
  font-size: 2em;
  position: absolute;
  top: 70px;
  right: 5px; }

.tile-cat {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 2.4em;
  color: #fff;
  z-index: 99;
  text-align: left;
  padding: 0 10px;
  visibility: hidden; }

.tile:hover .tile-cat {
  visibility: visible; }

.bloglist .tile-cat {
  visibility: visible; }

#tweeter {
  font-size: 1.2em;
  color: #fff;
  text-align: left;
  margin: 10px 20px 0 20px; }

#tweeter a {
  color: #fff;
  text-decoration: underline; }

#tweeter a:hover {
  text-decoration: none; }

#tweeter li {
  margin: 0 0 10px 10px;
  list-style: square; }

.tweeter {
  margin-left: 10px; }

#mainpage-mos {
  padding: 0;
  margin: 80px 0 30px 0;
  position: relative; }

/*-------------------------------Search Box------------------------------*/
#search {
  margin: 10px 5px 20px 0;
  position: relative;
  width: 100%; }

#search-field {
  background: #404040;
  line-height: 30px;
  height: 30px;
  padding-left: 10px;
  width: 270px;
  color: #bfbfbf;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-appearance: none; }

#search-field:focus {
  color: #fff; }

#search-submit {
  background: url(images/search.png) center center no-repeat #404040;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s; }

#search-submit:hover {
  cursor: pointer; }

/*----------------------------------------------------------------------------
Footer
----------------------------------------------------------------------------*/
footer {
margin: 30px 10px;
padding: 30px 0;
border-top: 1px solid rgba(200,200,200,0.5);
  margin: 0 5px; 
}

footer > small {
  font-size: 1.2em;
  line-height: 30px;
  color: #bfbfbf;
  text-align: center; }

/*----------------------------------------------------------------------------
Position-dependent classes
----------------------------------------------------------------------------*/
.last {
  margin-right: 0; }

a.no-video {
	cursor: default !important;	
}

/*-------------------------Browser Specific CSS-----------------------------*/
noindex:-o-prefocus, #content-title, .page-sub-title h1, .section-title, .widget h5 {
  font-family: 'Segoe UI Light' !important; }

@media all and (-webkit-min-device-pixel-ratio: 0) {
  #content-title, .page-sub-title h1, .section-title, .widget h5 {
    font-family: 'Segoe UI Light' !important; } }


/*********************** custom css *****************************************/
button.button.btn-tweet .icon-external {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: transparent url('/common/rundlelantern/images/external-arrow.png') no-repeat 50% 50%;
	position: relative;
	top: 2px;
	left: 2px;
}
.button,
button.button,
button.button.btn-tweet {
	display: inline-block;
	padding: 10px 25px;
	border-radius: 2px;
	font-size: 15px;
	margin-bottom: 10px;
	cursor: pointer;
	color: #c6fbfe;
	position: relative;
	border-bottom: 4px solid #176468; 

	transition: 100ms background-color;
	-webkit-transition: 100ms background-color;
	-moz-transition: 100ms background-color;
	-ms-transition: 100ms background-color;
	-o-transition: 100ms background-color;

	padding-left: 45px;
	background: #299fa5;
}
button.button.btn-tweet {
	background: #299fa5 url('../images/twitter-bird.png') no-repeat 20px 54%;
}
button.button.btn-tweet:hover {
	background: #39afb5 url('../images/twitter-bird.png') no-repeat 20px 54%;
}
button.btn-play {
	padding-Left: 25px;
}
.no-video .btn-play {
	display: none;
}
.button:hover {
	background: #39afb5;
}
.form-wrap {
background: none repeat scroll 0 0 rgba(100, 100, 100, 0.5);
	border-radius: 5px;
	padding: 30px;
	margin: 10px 2%;		
}
.tweet-preview {
    font-size: 20px;
text-shadow: 1px 1px 2px rgba(0,0,0,1.0);
}
.ajax-video-loader {
	position: absolute;
	width: 100%;
	height: 100%;
	/*width: 360px;
	height: 360px;*/
	left: 0;
	top: 0;
	z-index: 99999;
	background: rgba(0,0,0,0.5) url('../images/ajax-loader.gif') no-repeat 50% 50%;
}
.nav-collapse #menu li {
	display: inline-block;
	float: left;
	margin-right: 5px;
}
.nav-collapse #menu a {
	display: block;
	padding: 15px 10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-weight: normal;
	letter-spacing: 1px;
}
.nav-collapse #menu {
	position: absolute;
	left: 0px;
	top: 27px;
}
.search-form-wrap {
	position: absolute;
	right: 40px;
	top: 32px;
}
.search-form-wrap input[type="text"] {
	position: relative;
	padding: 10px 15px;
	background: #a19d9d url('../images/search.svg') no-repeat 98% 50%;
	background-size: 16px 16px;
	width: 200px;
	border-radius: 3px;
}
.search-form-wrap input[type="submit"] {
	position: absolute;
	z-index: 999;
	height: 25px;
	background: transparent;
	width: 25px;
	top: 0;
	right: 0;
	text-indent: -9999px;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
}
.message-wrap .tile {
	overflow: visible;
}
.message-wrap p.message {
	color: #fff;
	font-size: 26px;
	padding: 20px;
	background: rgba(100,100,100,0.5);
	border-radius: 2px;
	text-shadow: 1px 1px 2px rgba(0,0,0,1.0);
}
.frame-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index: 999;
}
.frame-wrap { 
	background: #fff;	
	border-radius: 10px;
	margin: 2%;
}
.tile {
max-width: 330px;
max-height: 330px;
}
.content-mos > a {
	cursor: default !important;
}
.tile img {
min-width: 330px;
min-height: 330px;
}
.tile.small img {
min-width: 160px;
min-height: 160px;
}

.lbl-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 5px;
    color: #FFFFFF;
    font-size: 14px;
    height: 30px;
    height: auto;
    left: 0;
    letter-spacing: 1px;
    line-height: 1.2em;
    position: absolute;
    text-align: center;
    width: 100%;
}
.lbl-overlay,
.lbl {
	padding: 5px 0px;
}
.lbl-overlay span {
	display: block;
}
.lbl-overlay span,
.lbl span {
	display: block;
	padding: 0 5px;
}

.webcam-wrap {
	margin-top: 30px;
	width: 60%;
	float: left;
}
.webcam-wrap + .text-wrap {
	width: 40%;
	float: right;
	margin-top: 30px;
	
}
.webcam {
	background: rgba(100,100,100,0.5);
	border-radius: 2px;
	max-width: 90%;
}
.internal-wrap {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    color: #000000 !important;
    padding: 45px;
    position: relative;
    text-align: left;
	margin: 0 10px; 
}
.internal-wrap h1 {
	color: #ca4407;	
	border-bottom: 1px dashed #b4b4b4;
	display: block;
}
.internal-wrap h3 {
	color: #1572a6;
	font-size: 20px;
}
.internal-wrap h3:first-child {
	margin-top: 0;
	padding-top: 0;
	margin-top: -5px;
}
.internal-wrap .default-feature-image {
	float: right;
}
.internal-wrap h2 {
    color: #1572A6;
    font-size: 2em;
    margin-top: 15px;
    text-transform: uppercase;
	text-shadow: none !important;
}
.default-feature-image {
    float: right;
	width: 30%;
}
.default-feature-image img {
	display: block;
	border-radius: 4px;
	width: 100%;
}
.default-feature-image img {
	width: 100%;
}
.main-content {
	float: left;
	width: 65%;
}

body {
/*
	background-color: #000;
	height: auto;
*/
height: auto; /* make bodypat stretch to hight properly */
}


/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* ipad-sized tablets */
@media (min-device-width: 768px) and (max-device-width: 1199px) {
	html {
		height: 100%;
	}
	body {
		position: static;
		height: auto; 
	}
	#bodypat {
		background: #000;
		position: absolute; 
		top: 0;
		left: 0;
		background-size: 200%; 
	}
	.topbar .pad {
		text-align: center;
	}
	.search-form-wrap input[type="text"] {
		width: 150px;
	}
	#headerlink {
		margin: 0 auto; 
		margin-top: 20px;
		width: 250px;
		margin-left: -125px;
		
	}
	#headerlink img.logo {
		max-width: 250px;
		width: 250px;
	}


}

/* Landscape phones and portrait tablets (smaller than ipad) */
@media (max-width: 767px) {
	body {
		min-height: 100%;
	}
	#bodypat {
		background: #000;
	}
	.search-form-wrap {
		display: none;
	}
	header {
		height: 60px !important;
		text-align: center;
		margin: 0;
	}
	.last {
		margin-right: auto;
	} 


	.search-form-wrap {
		display: none;
	}
	.slicknav_btn {
		margin-top: 7px;
		margin-left: 10px;
	}

	.slicknav_nav {
		width: 100%; }

	.slicknav_nav a {
		font-size: 20px; }

	.slicknav_menu {
		font-size: 23px; }

	#menu {
		display: none; }

	#mobilenav {
		display: block;
		width: 100%;
		background: rgba(0, 0, 0, 0.8); } 

	#headerlink img.logo {
		display: block;
		max-width: 200px;
		width: 200px;
		margin: 0 auto;
	}

	.topbar {
		height: 60px; 
		top: 0;
	}
	#mainpage-mos {
		margin-top: 120px;
	}
	.nav-collapse ul#menu {
		left: 50%;
		margin-left: -75px;
		top: 50px;
	}

	#categories-slide-nav {
		top: 60px;
	}

	#headerlink {
	    left: 0;
	    margin: 0 auto;
	    position: absolute;
	    top: 0;
	height: 60px;
	    width: 100%;
	}
	#container {
		padding-top: 0;
	}
	.default-feature-image,
	.main-content {
		display: block;
		float: none !important;
		width: 100%;
	}
	.default-feature-image {
		display: none;
	}
	.webcam-wrap + .text-wrap,
	.webcam-wrap {
		width: 100%;
		display: block;
		float: none;
	}

}

/* Landscape phones and smaller */
@media (max-device-width: 480px) {
	body {
		min-width: 340px;
		max-width: 340px;
	}
}







/*----------------------------iPAD Version--------------------------------*/
@media all and (max-width: 780px) {
}

