/*  
Theme Name: Willie Nelson
Theme URI: http://musiconelive.com
Version: 3.1.2
Description: Based on Standard theme. Standard is a sleek, exacting product designed for uncluttered and sophisticated presentation of your content on desktop and mobile devices.
Tags: blog, professional, clean, minimal, simple, black, white, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, responsive-width, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready
Author: Music One Live Team
*/

/*

/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ CONTENTS /\/\/\/\/\/\/\/\/\/\/\/\/\/\//\/\/\/\

	1.  Misc
	2.  Typography
	3.  Main Styles
	4.  Header Navigation
		   -Header Menu
		   -nav social-icons
		   -Footer Menu
	5.  Header
	6.  Posts
		   -post formats
	7.  Sidebar
		   -Widgets
	8.  Footer
	9.  404 page
	10. Search Page
	11. Page templates
			 -sitemap
			 - offline page template
	12. IE8 Styles
	13. Inline Grid
	14. Media queries
*/


/* ------------------------------------------------------------------------ 1. Misc */

body * { 
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}

img {
	max-width: 100%;
	height: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.first { 
	margin-left: 0 !important; 
}

.last {
	margin-right: 0 !important;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	float: none;
	display: block; 
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: auto !important; 
	margin-right: auto !important; 
}


/* 
 * override Bootstrap span class that was 
 * causing issues with some post_class() tags 
 */
[class*="span"] {
    float: none;
    margin-left: 0;
}

[class^="span"] {
    float: left;
    margin-left: 20px;
}

input[type="submit"] {
	cursor: pointer;
	display: inline-block;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	padding: 5px 14px 6px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333;
	font-size: 13px;
	line-height: normal;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}

input[type="submit"]:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}

input[type="submit"]:focus {
  outline: 1px dotted #666;
}

/*
input[type="text"] {
	width: 97%;
}
*/

table td.label {
	color: #444;
	background: #f1f1f1;
	border-radius: 0;
}

table td.label a {
	color: #444;
	text-shadow: none;
}

.fademe img,
a img {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;	
	-webkit-transition: opacity .25s ease-in-out;
}

.fademe img:hover,
a img:hover {
	opacity: 0.5;
}

.form-allowed-tags code { 
	float: left; 
	margin: 8px 0 12px 0;
}

#wpstats {
	display: none;
}

/* ------------------------------------------------------------------------ 2. Typography */

h1, h2, h3, h4, h5, h6 {
  color: #444;
  margin-bottom: 10px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #bfbfbf;
}

h1 small {
  font-size: 18px;
}

h2 {
  font-size: 24px;
  line-height: 36px;
}

h2 small {
  font-size: 14px;
}

h6 {
  text-transform: inherit;
}

/* links */ 

a { 
	color: #4d8b97;
}

abbr, tla, acronym {
	cursor: help;
	text-decoration: underline;
}

cite, q {
	font-style: italic;
}

ins {
	background-color: rgba(254, 255, 0, 0.68);
	text-decoration: none;
}

pre {
	margin-bottom: 20px;
}

/* ------------------------------------------------------------------------ 3. Main Styles */

html {
	overflow-y: auto;
	-webkit-text-size-adjust: auto;
}

body {
	background: #efefef;
}

#wrapper {
	padding: 20px 0 40px;
    margin-bottom: -20px;
}

/* ------------------------------------------------------------------------ 4. Menu-Navigation */

.navbar-fixed-top {
	position: relative;
}

.navbar-inner, .navbar .fill {
	background-color: #202020;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(32, 32, 32)), to(rgb(28, 28, 28)));
	background-image: -webkit-linear-gradient(top, rgb(32, 32, 32), rgb(28, 28, 28));
	background-image: -moz-linear-gradient(top, rgb(32, 32, 32), rgb(28, 28, 28));
	background-image: -o-linear-gradient(top, rgb(32, 32, 32), rgb(28, 28, 28));
	background-image: -ms-linear-gradient(top, rgb(32, 32, 32), rgb(28, 28, 28));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#202020', EndColorStr='#1c1c1c');
}

.navbar .nav > li > a {
	padding: 11px 10px 10px;
}

.navbar .nav {
	margin-left: -10px;
}

#social-networking {
	float: right;
	margin-right: -10px;
}

.navbar .social-icons > li {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.navbar .social-icons > li a {
	margin: 0;
	padding: 0;
	line-height: 0;
}

#menu-under-header {
	margin: 0;
	z-index: auto;
}

/* Navbar collapse styles */

.btn-navbar {
	float: left;
	margin-top: 0 !important;
}

/* Dropdown styling */

.navbar .dropdown-menu {
  top: 100%;
  z-index: 1000;
  min-width: 160px;
  padding: 4px 0;
  margin-top: 0;
  border-color: #E4E4E4;
  border-top-width: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  list-style: none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow: none;
}

.dropdown .caret {
	margin-left: 5px;
}

.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
	border-top-color: inherit;
	border-bottom-color: inherit;
}

/* Enable Bootstrap dropdowns on hover */
.navbar .dropdown:hover .dropdown-menu {
    display: block;  
}

/* 3rd level dropdown */
.navbar .dropdown-menu:hover .dropdown-menu {
	border-top-width: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.navbar .dropdown-menu .dropdown-menu::after, .navbar .dropdown-menu .dropdown-menu::before {
	display: none;
}

/* dropdown indicator */ 
.navbar .dropdown-menu .caret {
	border-right-width: 0px !important;
	border-top-color: #888 !important;
	border-bottom-color: #888 !important;
	right: 5px;
	margin-left: 5px;
	position: absolute;
}

.navbar .dropdown-menu a {
	padding: 8px 15px;
	color: #888;
	border-bottom: 1px solid #e4e4e4;
}

.navbar .dropdown-menu li:last-child > a {
	border-bottom: 0;
}

.navbar .dropdown-menu > li a:hover, .navbar .dropdown-menu > li.active a:hover {
	color: #222;
	background: none;
}

.navbar .dropdown-menu .active > a {
	background: none;
	color: #222;
}

.dropdown.open .dropdown-toggle {
	background: none;
	color: #888;
}


/* ------------------------------------------------------------------------ 5. Header */

#head-wrapper {
	position: relative;
	overflow: hidden;
	padding-bottom: 35px;
}


#hgroup {
	padding: 45px 0 20px;
	position: relative;
}


#header {
	min-height: 20px;
}

#logo {
	float: left;
}

#header-widget {
	float: right;
}

#site-title, #site-title a  {
	color: #000;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	margin-bottom: 0;
}

#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #454545;
}

#site-description {
	color: #7a7a7a;
	font-size: 14px;
}

#header-image img, #header-image a img {
	max-width: 100%;
	width: auto;
	height: auto;
	opacity: 1;
}

/* if header image is present lets adjust a few things */ 

.imageyup #hgroup {
	position: absolute;
	width: 94%;
	margin: 0 4%;
}

#header-image a {
	display: block;
}

/* ------------------------------------------------------------------------ 6. Posts */

.post, #comments, #pings, #no-comments, #respond {
	background: #fff;
	margin: 0 0 20px 0;
	position: relative;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2),transparent 0 0 0,transparent 0 0 0,transparent 0 0 0,transparent 0 0 0;
	-moz-box-shadow: inset	0 1px 2px 0 rgba(0, 0, 0, 0.2),transparent 0 0 0,transparent 0 0 0,transparent 0 0 0,transparent 0 0 0;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2),transparent 0 0 0,transparent 0 0 0,transparent 0 0 0,transparent 0 0 0;
	-webkit-box-sizing: border-box;	
    -moz-box-sizing: border-box;  
    box-sizing: border-box;         
}

.post-header {
	border-bottom: 1px solid #eee;
	padding: 20px;
	margin-bottom: 15px;
}

.post-header .thumbnail {
	margin-top: 0;
	margin-bottom: 0;
}

.post-title {
	font-size: 32px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 5px;
}

.post .entry-content h1, .post .entry-content h2, .post .entry-content h3, .post .entry-content h4, .post .entry-content h5, .post .entry-content h6 {
	line-height: 140%;
	margin-bottom: 10px;
}

.post-header-meta {
	color: #999;
	margin: 0;
}

.post-title a, .post-title a:visited { 
	color: #444;
}

.post-title a:hover, .post-title a:active {
	color: #888;
	text-decoration: none;
}

.post .entry-content, .post .entry-summary {
	padding: 0 20px 20px;
}

.post p {
	margin-bottom: 20px;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

.entry-content .wp-caption {
	border: 1px solid #eee;
	text-align: center;
	background-color: #f8f8f8;	
	padding-top: 4px;
	margin: 0 0 20px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-image: initial;
	max-width: 100%;
}

.entry-content .wp-caption.alignleft {
	margin-right: 20px;
}
.entry-content .wp-caption.alignright {
	margin-left: 20px;
}

.entry-content .wp-caption img {
	max-width: 98%;
	height: auto;
}

.gallery-caption {
	margin: 10px 0;
}

p.wp-caption-text {
	color: #888;
	font-size: 11px;
	margin-bottom: 0;
}


/* content Tables */

#main table {
	width: 100%;
	margin: 20px 0;
	border: 1px solid #dddddd;
	border-left: 0;
	border-collapse: separate;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#main table th, #main table td {
	padding: 8px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

#main table thead:first-child tr:first-child th,
#main table tbody:first-child tr:first-child th,
#main table tbody:first-child tr:first-child td {
  border-top: 0;
}
#main table thead:first-child tr:first-child th:first-child,
#main table tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
#main table thead:first-child tr:first-child th:last-child,
#main table tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
#main table thead:last-child tr:last-child th:first-child,
#main table tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
#main table thead:last-child tr:last-child th:last-child,
#main table tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}

.post-meta {
	color: #888;
	font-size: 12px;
	border-top: 1px solid #eee;
	padding: 20px 20px 20px;
}

.post-meta .the-category {
	margin-right: 5px;
}

.post-meta .the-tags {
	background: url(images/icn-tags.png) no-repeat;
	padding-left: 20px;
}

.post-meta .the-comment-link, .post-meta .post-link {
}

.post-meta .post-link {
	padding-left: 10px;
	margin-top: -1px;
}

#single-post-nav .pager {
	margin-bottom: 20px;
}

#single-post-nav .previous-page {
	margin-left: 0;
}

#single-post-nav .next-page {
	text-align: right;
	margin-left: 20px;
}

#single-post-nav .no-previous-page-link {
	margin-left: 0;
}

/* image attachment page */

.single-attachment img.attachment-thumbnail {
	margin-top: 30px;
}

/* Pagination */ 

.pager {

}

.pager a i {
	opacity: 0.4;
}

.pager a:hover i {
	opacity: 1;
}

.pager a, .previous-page a, .next-page a {
	color: #999;
	font-size: 12px;
	border-width: 0 0 0 0;
	padding: 20px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: transparent;
}

.pager a:hover, .previous-page a:hover, .next-page a:hover {
	color: #444;
	background: #f5f5f5;
	text-decoration: none;
	cursor: pointer;
}

.page-link {
	padding: 10px;
	border: 1px solid #eee;
}

.page-link span {
	font-weight: bold;
}

/*infinate handle */

#infinite-handle span {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.post .thumbnail {
	padding: 4px;
}

.breadcrumb {
	padding: 4px 17px;
}

.breadcrumb .active {
	width: auto;
	max-width: 100%;
	display: inline;
	word-wrap: break-word;
}


/* WP pagenavi styles */

.wp-pagenavi {
  height: 36px;
  margin: 18px 0;
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.wp-pagenavi a, .wp-pagenavi .pages, .wp-pagenavi .current {
	background: #fff;
	float: left;
	display: block;
	padding: 0 14px;
	line-height: 34px;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0;
}

.wp-pagenavi .extend { 
	display: none; 
}

.wp-pagenavi a:hover,
.wp-pagenavi .active a {
 	background-color: #f5f5f5;
}

.wp-pagenavi .current {
	color: #999999;
	cursor: default;
}

.wp-pagenavi .current {
	color: #999999;
	cursor: default;
	background-color: transparent;
}

.wp-pagenavi .pages {
	color: #999;
	display: block;
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.wp-pagenavi li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

/* Post Format Image */
	
.format-image .entry-content {
	padding: 0;
	overflow: hidden;
}

.format-image .post-format-image {
	margin-bottom: 20px;
}

.format-image img.wp-post-image {
	width: 100%;
}

.format-image .entry-content img,
.format-image .entry-content a {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%;
}

.format-image .entry-content > * {
	margin-left: 20px;
	margin-right: 20px;
}

.format-image .entry-content ol, .format-image .entry-content ul {
	padding-left: 20px;
	padding-right: 20px;
}

.format-image .entry-content table {
	margin-right: 0;
	width: 93%;
}

.format-image .entry-content .wp-caption {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100% !important;
}

.format-image .entry-content .wp-caption p.wp-caption-text {
	padding-bottom: 20px;
}

.format-image .entry-content .wp-caption img {
	width: 100%;
	max-width: 100%;
}
	
.format-image {
	margin-bottom: 20px;
	display: block;
	max-width: 100%;
	overflow: hidden;
}


/* Post Format Video */

.format-video .video-container, .fluid-width-video-wrapper {
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 20px;
}

.format-video .entry-content {
	padding: 0;
}

.format-video .entry-content > *  {
	margin-left: 20px;
	margin-right: 20px;	
}

.format-video .entry-content *:first-child,
.format-video .video-container,
.format-video .fluid-width-video-wrapper {
	margin-left: 0;
	margin-right: 0;
}

.format-video .entry-content ol, .format-video .entry-content ul {
	padding-left: 20px;
	padding-right: 20px;
}

.format-video .entry-content table {
	margin-right: 0;
	width: 93%;
}


/* Post format status */

.post.format-status .post-title {
	font-size: 20px;
}

.post.format-status .post-header {
	background-color: #ebebeb;
	background-color: #ebebeb;
	background-image: -webkit-gradient(radial, 50% 0%,100,50% 150%,100, from(rgb(252, 252, 252)), to(rgb(235, 235, 235)));
	background-image: -webkit-radial-gradient(50% 100%, rgb(235, 235, 235), rgb(252, 252, 252));
	background-image: -moz-radial-gradient(50% 100%, rgb(235, 235, 235), rgb(252, 252, 252));
	background-image: -ms-radial-gradient(50% 100%, rgb(235, 235, 235), rgb(252, 252, 252));
	background-image: radial-gradient(50% 100%, rgb(235, 235, 235), rgb(252, 252, 252));
	margin-bottom: 0;
	border-bottom: 0;
	-moz-box-shadow: inset 0 1px 2px #fff;
	-webkit-box-shadow: inset 0 1px 2px #fff;
	box-shadow: inset 0 1px 2px #fff;
}

a.post-permalink:hover {
	color: #e0e0e0;
	text-decoration: none;
}

.post.format-status .post-header .entry-content {
	min-height: 60px;
	padding: 0;
}

.post.format-status .post-avatar img {
	width: 100%;
	margin-bottom: 20px;
}

/* Post format Quote */

.post.format-quote .post-title {
	font-size: 20px;
}

.post.format-quote .post-header {
	padding-bottom: 30px;
	margin-bottom: 5px;
	background-color: #c0dadf;
	background-image: url(images/bg-quote.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	border-bottom: 0;
}

.post.format-quote .post-header .entry-content {
	padding-left: 80px;
	padding-bottom: 0;
	min-height: 60px;
	background-image: url(images/icn-quote-dark.png);
	background-repeat: no-repeat;
	
}

.post.format-quote .post-header .entry-content p {
	font-size: 24px;
	line-height: 130%;
	font-family: Georgia, times, serif;
	font-style: italic;
	text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}

.post.format-quote .the-comment-link {
	float: right;
}

/* Post format Link */

.post.format-link .post-title {
	font-size: 24px;
	line-height: 120%;
	color: #f0f0f0;
}

.post.format-link .post-title a {
	color: #f0f0f0;
}

.post.format-link .post-title a:hover {
	color: #999;
}

.post.format-link .post-header {
	background-color: #28292d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(40, 41, 45)), to(rgb(7, 7, 10)));
	background-image: -webkit-linear-gradient(top, rgb(40, 41, 45), rgb(7, 7, 10));
	background-image: -moz-linear-gradient(top, rgb(40, 41, 45), rgb(7, 7, 10));
	background-image: -o-linear-gradient(top, rgb(40, 41, 45), rgb(7, 7, 10));
	background-image: -ms-linear-gradient(top, rgb(40, 41, 45), rgb(7, 7, 10));
	background-image: linear-gradient(top, rgb(40, 41, 45), rgb(7, 7, 10));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#28292d', EndColorStr='#07070a');
	margin-bottom: 0;
	border-bottom: 0;	
}

.post.format-link .post-header .entry-content {
	padding-left: 80px;
	padding-bottom: 20px;
	min-height: 60px;
	background-image: url(images/icn-link.png);
	background-repeat: no-repeat;
}

.post.format-link .the-comment-link {
	float: right;
}

.post.format-link .link-description {
	margin-top: 20px;
}

#standard-post-advertisement-image,
#standard-post-advertisement-adsense {
	text-align: center;
	margin: 12px 0 12px 0;
}

/* Post Author Box */

#author-box {
	margin-bottom: 20px;
}

.author-box-image {
	float: left;
	margin-right: 20px;
}

#author-box .author-link {
	color: #999;
	background-image: url(images/icn-author-sprites.png);
	background-repeat: no-repeat;
	overflow: hidden;
	line-height: 1;
	padding-left: 18px;
	margin-right:10px;
	display: inline-block;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

#author-box .author-link:hover {
	opacity: 0.6;
	text-decoration: none;
}

.author-link.author-posts-url {
	background-position: 0 0;
}

.author-link.author-url {
	background-position: 0 -19px;
}

.author-link.icn-twitter {
	background-position: 0 -37px;
}

.author-link.icn-facebook {
	background-position: 0 -58px;
}

.author-link.icn-gplus {
	background-position: 0 -78px;
}

/* Other post styles */

.home .sticky:before {
	display: inline-block;
	background: transparent url(images/sticky.png) no-repeat;
	width: 58px;
	height: 45px;
	content: "";
	position: absolute;
	top: 26px;
	left: -9px;
}

.home .sticky .post-header {
	padding-left: 60px;
}

#pings, #no-comments {
	padding: 20px;
}

#no-comments .title {
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	color: #444;
}


#pings h3 {
	margin-bottom: 20px;
}

#pings ol.pinglist li {
	margin: 20px 0;
}

/* Comments */


#comments {
	margin-bottom: 20px;
}

#comments > h3 { 
	padding: 20px 20px 0;
	line-height: 1;
}

#comments > ol, #comments > ul {
	list-style: none;
	margin: 0;

}

#comments > ol > li, #comments > ul.children > li {
	display: table;
	border-collapse: collapse;
	width: 100%;
}

#comments .nopassword {
	padding: 20px;
}

#comments .comment-container {
	padding: 20px 20px;
	border-bottom: 1px solid #eee;
}


#comments .bypostauthor > .comment-container {
	background: #f9f9f9;
	border-right: 5px solid #202020;
}

#comments .comment-container .avatar-holder {
	display: table-cell;
	vertical-align: top;
	width: 10%;
}

#comments .comment-container .avatar-holder img.avatar {
	padding: 2px;
	border: 1px solid #eee;
}

#comments .comment-container .comment-head {
	padding-bottom: 10px;
}

#comments .comment-container .comment-entry {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
	width: 85%;
}

#comments .comment-container .comment-entry .comment-text {
	word-wrap: break-word;
}

#comments .comment-container .comment-entry .name 	{
	color: #444;
}

#comments .comment-container .comment-entry .date {
	color: #999;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}

#comments .comment-container .comment-head span {
	font-weight: bold;
}

/* Children Comments */

#comments  ol ul.children {
	list-style: none;
}

/* 3rd level */
#comments > ol > li > ul.children {
	margin-left: 20px;
}

#comments > ol > li > ul.children > li .comment-container {
	border-left: 1px solid #eee;
	border-top: 1px solid #f8f8f8;
}

/* 4th level */
#comments > ol > li > ul > li > ul.children {
	margin: 0 0 0 20px;
}


/* comment input */

#respond {
	padding: 20px;
}

.comment-container #respond {
	padding: 20px 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#comment-form-avatar img {
	width: 50px;
	height: auto;
}

.pre-comment-avatar {
	float: left;
}

.pre-comment-avatar #gravatar  {
	background: #fff;
	padding: 4px;
	border: 1px solid #e3e3e3;
}

.pre-comment-avatar.admin-avatar {
	margin-right: 10px;
}

#cancel-comment-reply-link { 
	padding: 5px 8px;
	font-size: 11px;
}

#commentform #comment-form-wrapper {
	float: left;
	width: 100%;
}

#commentform #comment-form-avatar {
	float: left;
}

#commentform #comment-form-wrapper #comment-form-elements,
#commentform #comment-form-wrapper #comment-form-elements-full {
	float: right;
}

#commentform #comment-form-wrapper #comment-form-elements {
	width: 84%;
}

#commentform #comment-form-wrapper #comment-form-elements-full {
	width: 92%;
}

#comment-form-avatar {
	padding: 2px;
	border: 1px solid #eee;
}

#commentform .form-allowed-tags {
	cursor: pointer;
}

#commentform code {
	font-size: 10px;
	display: none;
}

#form-inputs { 
	margin-bottom: 20px;
}

#commentform label {
	color: #777;
	width: auto;
	text-align: left;
	float: left;
}

#commentform .required {
	color: red;
	float: left;
}

#commentform input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 5px 10px;
	height: 32px;
}

#commentform textarea {
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#commentform input[type="submit"] {
	margin: 0 12px 10px 0;
}

.comment-notes, .comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment {
	float: left;
	width: 100%;
}

.comment-navigation {
	padding: 20px;
}

.comment-navigation a {
	opacity: 0.6;
	color: #999;
}

.comment-navigation a:hover {
	opacity: 1;
	text-decoration: none
}

.comment-navigation i {
	opacity: 0.4;
}

.comment-prev-nav, .comment-prev-nav {
	
	float: left;
}

.comment-next-nav {
	float: right;
}


/* ------------------------------------------------------------------------ 7. Sidebar */

/* basic widget styling */

#sidebar .widget {
	margin-bottom: 30px;
}

.widget_categories ul.children {
    border-left: 1px solid #E0E0E0;
    padding-left: 5px;
}

#footer-widgets .widget {
	margin-bottom: 30px;
}

.widget label {
	float: none;
	width: auto;
}

.widget h4.widget-title {
	line-height: 24px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}

.widget h4.widget-title a {
	color: #444;
	text-decoration: none;
}

#footer-widgets .widget h4.widget-title {
	border-bottom: 1px solid #999;
}

.widget ul {
	margin: 0;
	padding: 0;
}

.widget ul li {
	padding: 5px 0;
	list-style: none;
}

.widget ul li a {
	color: #777;	
}

.widget ul li a:hover {
	color: #999;
}

/* post widget */

#standard-post-advertisement {
	text-align: center;
}

#standard-post-advertisement .widget {
	margin-bottom: 20px;
}


/* text widget */

.textwidget img {
	max-width: 100%;	
	height: auto;
}

/* search widget */

#header-widget .widget_search {
	width: 260px;
	float: right;
	background: rgba(255,255,255,0.2);
	padding: 10px;
}

#header-widget .widget_search form, #header-widget .widget_search form input {
	margin-bottom: 0
}

#sidebar .widget_search {
	margin-bottom: 10px;
}

#sidebar .widget_search form {
	margin-bottom: 0;
}

.widget_search label.screen-reader-text {
	text-align: left;
	width: 100%;
	padding-right: 5px;
	padding-top: 0;
}

.widget_nav_menu ul.sub-menu {
	border-left: 1px solid #E0E0E0;
	padding-left: 5px;
}

#footer-widgets .widget_nav_menu ul.sub-menu {
	border-left-color: #999;
}

/* RSS widget */

.widget_rss h3.widget-title a {
	color: #444;
}

.widget_rss a.rsswidget img {
	display: none;
}


.widget_rss ul li .rss-date {
	font-size: 12px;
	font-style: italic;
}

.widget_rss ul li .rssSummary {
	font-size: 12px;
	color: #404040;
}


/* WP-Cal widget */

table#wp-calendar {
	background: #fff;
	width: 100%;
}

table#wp-calendar caption {
	padding: 10px 0;
	color: #999;
}

table#wp-calendar thead {
	color: #f0f0f0;
	background: #333;
}

table#wp-calendar td {
	background: #fff;
}

table#wp-calendar td:hover {
	background: #f5f5f5;
}

table#wp-calendar tfoot {
	background: #f8f8f8;
}

table#wp-calendar tfoot td {
	padding: 5px 15px;
	border-top: 1px solid #e0e0e0;
	background-color: #fefefe;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(245, 245, 245)), to(rgb(255, 255, 255)));
	background-image: -webkit-linear-gradient(top, rgb(245, 245, 245), rgb(255, 255, 255));
	background-image: -moz-linear-gradient(top, rgb(245, 245, 245), rgb(255, 255, 255));
	background-image: -o-linear-gradient(top, rgb(245, 245, 245), rgb(255, 255, 255));
	background-image: -ms-linear-gradient(top, rgb(245, 245, 245), rgb(255, 255, 255));
	background-image: linear-gradient(top, rgb(245, 245, 245), rgb(255, 255, 255));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#ffffff');
}

table#wp-calendar tfoot td#prev {
	text-align: left;
}

table#wp-calendar tfoot td#next {
	text-align: right;
}

table#wp-calendar tfoot td a {
	color: #999;
}

table#wp-calendar th, table#wp-calendar td {
	padding: 5px 5px 9px;
	line-height: 18px;
	text-align: center;
}


/* Tag Cloud Widget */

.tagcloud a {
	padding: 4px 6px;
	margin: 3px 1px;
	display: inline-block;
	background: #f5f5f5;
	font-size: 14px !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* Jetpack Widgets */

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

.entry-content .sharing {
	clear: both;
}

.widget_freshposts ul li img {
	width: 100%;
	height: auto;
}

/* jetpack post comment subscription form */
.comment-subscription-form {
	clear: both;
}

.comment-subscription-form input[type="checkbox"] {
	float: left;
	margin-right: 10px;
}

/* jetpack blog subscription widget */
.jetpack_subscription_widget {
	background: #fff;
	padding: 20px 20px 11px 20px;
	border-radius: 5px;
}

.jetpack_subscription_widget form {
	margin-bottom: 0;
}

.jetpack_subscription_widget label {
	font-weight: bold;
}

.jetpack_subscription_widget input[type="text"] {
	width: 96% !important;
	padding: 4px !important;
}

.jetpack_subscription_widget input[type="submit"] {
	margin-bottom: 0;
}


/*jetpack contact form */
.contact-form > div {
	margin-bottom: 15px;
}

.contact-form .clear-form { 
	clear: both; 
}
.contact-form input[type='text'] { 
 	margin-bottom: 13px;
}
.contact-form select { 
	margin-bottom: 13px; 
}
.contact-form textarea { 
	height: 200px; 
	width: 97%; 
	float: none; 
	margin-bottom: 13px;
}
.contact-form input[type='radio'], .contact-form input[type='checkbox'] {
	margin-bottom: 13px; 
}
.contact-form label {
	margin-bottom: 3px; 
	float: none; 
	font-weight: bold; 
	display: block; 
}
.contact-form label.checkbox, .contact-form label.radio { 
	margin-bottom: 3px; 
	float: none; 
	font-weight: bold; 
	display: inline-block; 
}
.contact-form label span { 
	color: #aaa; 
	margin-left: 4px; 
	font-weight: normal; 
}


/* Wordpress.com widget styling */

#flickr_badge_wrapper {
	border: none;
	background: none;
}

/* ------------------------------------------------------------------------ 8. Footer */

#footer {
	background: #e0e0e0;
	padding: 0;
}

#footer #footer-widgets {
	padding-top: 40px;
}

#sub-floor {
	background: #000;
	padding: 10px 0;
}

#footer-links {
	float: left;
}

#sub-floor #credit {
	color: #666;
	padding: 13px 0;
	text-align: right;
	float: right;
}

#sub-floor #credit a {
	color: #999;
}

#sub-floor #credit a:hover {
	text-decoration: none;
	color: #fff;
}

/* ------------------------------------------------------------------------ 9. 404 page */

body.error404 {
	min-height: 800px;
}

#nothing-found {
	padding: 40px 0 180px;
	text-align: center;
}

#nothing-found h1 {
	font-size: 8em;
	line-height: 100%;
	color: #000;
}

#nothing-found h1 span {
	color: red;
}

#nothing-found label {
	float: none;
}

/* ------------------------------------------------------------------------ 10. Search/archive page */

#search-page-title,
#archive-page-title {
	margin-bottom: 20px;
}

#search-page-title h3,
#archive-page-title h3 { 
	color: #999;
	font-size: 14px; 
	font-weight: normal;
	margin-bottom: 0;
}

.no-results {
	padding: 20px;
}

.no-results .entry-content {
	padding: 20px 0;
}


/* ------------------------------------------------------------------------ 11. Page Templates */

/* site map */

h2#authors, h2#pages, h2#posts {
	font-weight: normal;
	border-bottom: 1px solid #eee;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 35px;
	background: url(images/icn-sitemap.png) no-repeat;
	background-position: 0 5px;
}

h2#pages {
	background-position: 0 -25px;
}

h2#posts {
	background-position: 0 -52px;
}

.sitemap-author-meta {
	position: relative;
	margin-top: 5px;
}

.sitemap-author-meta > img {
	border: 1px solid #eee;
	background: #f9f9f9;
	padding: 5px;
}

.sitemap-author-meta > span {
	top: -4px;
	left: -4px;
	position: absolute;
}

ul#sitemap-posts {
	margin-left: 0;
}

ul#sitemap-posts > li {
	list-style: none;
}

ul#sitemap-posts > li h3 {
	font-weight: normal;
	margin-bottom: 0;
}

ul#sitemap-posts ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* search results */

#cse-search-results iframe {
	width: 100%;
	height: 1080px;
}

/* offline page template */

#offline-wrapper {
	width: 100%;
	height: 800px;
	text-align: center;
	display: table;
	overflow: hidden;
}

#offline-container {
	display: table-cell;
	vertical-align: middle;
}

#offline-content {
	position: relative;
	top: -50%;
}

#offline-wrapper .offline-message {
	margin: 20px 0 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e0e0e0;
}

#offline-wrapper .offline-message p {
	font-size: 48px;
	font-weight: 900;
	line-height: 1;
}

#offline-wrapper #offline-title {
	font-size: 18px;
}

#offline-wrapper #offline-title small {
	color: #888;
	font-size: 14px;
}

.pmpro-levels table#pmpro_levels_table {
    background: #1b1b1b;
}

/* ------------------------------------------------------------------------ 12. IE8 Styles */

#ie8 .thumbnail,
#ie8 .thumbnail a,
#ie8 .thumbnail a img {
	width: auto;
}

#ie8 .post-title a {
	display: block;
}

#ie8 .format-image img {
	width: auto\9;
}

#ie8 body .entry-content .wp-caption {
	background: #f6f6f6;
}

#ie8 body .post .thumbnail {
	width: 150px;
	height: 150px;
}

#ie8 body .format-image .entry-content img,
#ie8 body .format-image .entry-content a {
	min-width: 100%;
	max-width: 100%;
}

#ie8 body .format-video .entry-content > * {
	margin-top: -20px;
}

#ie8 body .post.format-status .post-header {
	border: 1px solid #f6f6f6;
}

#ie8 body #comments .comment-container .avatar-holder {
	width: 50px;
}

#ie8 body #comment-form-avatar img {
	min-width: 50px;
	min-height: 50px;
}

#ie8 .menu-navigation {
	min-height: 40px;
}

/* ------------------------------------------------------------------------ 13. inline-grid */

.inline-grid { display: block; overflow: hidden; }
.inline-grid>li { display: block; height: auto; float: left; }

.inline-grid.two-up { margin-left: -4% }
.inline-grid.two-up>li { margin-left: 4%; width: 46%; margin-bottom: 4%;}
.inline-grid.two-up>li:nth-child(2n+1) {clear: left;}

.inline-grid.three-up { margin-left: -2% }
.inline-grid.three-up>li { margin-left: 2%; width: 31.2%; margin-bottom: 2%;}
.inline-grid.three-up>li:nth-child(3n+1) {clear: left;}

.inline-grid.four-up { margin-left: -2% }
.inline-grid.four-up>li { margin-left: 2%; width: 23%; margin-bottom: 2%;}
.inline-grid.four-up>li:nth-child(4n+1) {clear: left;}

.inline-grid.five-up { margin-left: -1.5% }
.inline-grid.five-up>li { margin-left: 1.5%; width: 18.5%; margin-bottom: 1.5%;}
.inline-grid.five-up>li:nth-child(5n+1) {clear: left;}


/* ------------------------------------------------------------------------ 14. Media queries */


/* Smartphones */
@media (max-width: 480px) {
	
	#hgroup {
		text-align: center;
	}
	
	#hgroup > * {
		float: none;
	}
	
	.imageyup #head-wrapper {
		padding: 0;
	}
	
	#header-widget .widget_search {
		width: 100%;
		box-sizing: border-box;
		margin-top: 20px;
	}
	
	#header.imageyup #logo #site-title a, #header.imageyup #logo #site-title {
		font-size: 1.25em;
		line-height: 1;
	}
	
	#header-widget .standard-billboard {
		width: 92%;
		margin: 0 auto;
		text-align: center;
	}
	
	/* posts */
	.post .thumbnail img {
		width: 80px;
		height: auto;
	}
	
	.post .post-title {
		font-size: 2em;
		line-height: 1.2;
	}
		
	.entry-content embed, .entry-content iframe, .entry-content object,
	.entry-content p embed, .entry-content p iframe, .entry-content p object {
		max-width: 100%;
		height: 210px; /* Setting a height - Android displays correctly, iPhone was showing letterbox. */
	}
	
	.entry-content .gallery img {
		max-width: 94%;
	}
	
	/* Post Comments */	
	.author-box-image img {
		width: 50px;
		height: auto;
	}
	
	.post.format-status .post-header .entry-content, .fullwidth .post.format-status .post-header .entry-content {
		min-height: 60px;
	}
	
	/* post format video */
	.format-video embed, .format-video iframe, .format-video object {
	 	max-width: 100%;
	}
		
	/* footer area */
	#sub-floor #credit {
		text-align: center;
	}
	
	/* comment form */
	#comment-form-avatar img {
	width: 20px;
	height: auto;
}

	/* sitemap tweaks */
	#sitemap-authors li {
		margin-right: 20px;
	}
	
	/* sidebar / widgets */
	.standard-ad-125x125 .thumbnails > li .thumbnail > img {
		max-width: 112px;
		padding: 0;
	}

}

/* tablet and mobile */ 
@media (max-width: 979px) {	

	
	.imageyup #hgroup.no-logo {
		position: absolute;
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	.imageyup #hgroup.has-logo {
		position: relative;
		width: 100%;
		margin: 0 0 20px 0 !important;
		padding: 0;
		text-align: center;
	}
	
	.imageyup #hgroup > * {
		float: none;
	}
	

	#header-widget .standard-ad-billboard {
		margin-top: 10px;
	}

	/* make the menu pretty while in dropdown */
	#social-networking {
		position: absolute;
		top: 0px;
		right: 170px;
		margin-right: 0;
	}
		
	.social-icons.nav {
		display: inline-block;
                margin: 0;
	}
	
	.social-icons.nav > li {
		float: left;
	}
	
	.social-icons.nav > li {
		margin: 10px 5px;
                display: inline-block;
	}
	
	.navbar .dropdown-menu .active > a {
		color: #fff;
	}
	
	.navbar .dropdown-menu li a:hover, .navbar .dropdown-menu li.active a:hover{
		color: #fff;
	}
	
	/* navbr items */
	
	.navbar .dropdown-menu {
		padding: 0;
	}
	
	.navbar ul.nav-menu {
		border-top: 1px solid #444;
		margin-top: 15px;
		padding-top: 10px;
	}
	
	.navbar .dropdown-menu a {
		border-bottom: 0;
	}
	
	.navbar b.caret {
		display: none;
	}
	
	.navbar .nav-menu > li a {
		padding: 10px 15px;
	}
	
	.navbar .nav > li > a, .navbar .dropdown-menu a {
		font-weight: normal;
	}
	
	.navbar .nav-menu li > a:hover, .navbar .nav .active > a, .navbar .nav .active > a:hover {
		color: #fff;
		background: none;
	}
	
	.navbar .btn-navbar {
		margin-left: 15px;
	}
	
	/* wp-pagnavi */
	.wp-pagenavi .larger, 
	.wp-pagenavi .smaller { 
		display: none; 
	}
	
			
}

/* mobile to tablet */ 
@media only screen and (max-width: 767px) {

	#header.imageyup #logo #site-title a, #header.imageyup #logo #site-title {
		font-size: 1.25em;
		line-height: 1;
	}
	
	#header-widget .standard-billboard {
		width: 92%;
		margin: 0 auto;
		text-align: center;
		margin-top: 34px;
	}
	
	
	body {
		padding-left: 0;
		padding-right: 0;
	}
	
	.navbar-fixed-top {
	    margin-left: 0;
	    margin-right: 0;
	}
	  
	.navbar .nav {
	 	margin-left: 0;
	}
	
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#footer .container {
		padding-left: 0;
		padding-right: 0;
	}
	
	#footer #footer-links {
		float: none;
		padding: 0 20px;
	}
	
	#footer #credit {
		text-align: center;
		float: none;
		padding: 0 20px;
	}
	
	/* post format status */
	.post.format-status .post-avatar {
		float: left;
		margin: 0 20px 20px 0;
	}
	
	/* WP-pagenavi */
	.wp-pagenavi { 
		margin-bottom: 25px; 
	}
	
}

/* default desktop */
@media (min-width: 980px) {
	
	.menu-header-container {
		width: 680px;
	}
	
	/* Position the submenus. This is toggled with theme.js */
	.submenu-show {
		display:block; 
		position:absolute; 
		left:100%;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		margin-top: -25px !important;
	}
	
	/* Hide the submenus. This is toggled with theme.js. */
	.submenu-hide {
		display: none !important;
		float:right;
		position: relative;
		top: auto;
	}

}



/* Customizations
---------------------------------------------------------------------------------- */
@font-face {
    font-family: 'belwe';
    src: url('css/fonts/belwe-lt-bt-medium-webfont.eot');
    src: url('css/fonts/belwe-lt-bt-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/belwe-lt-bt-medium-webfont.woff') format('woff'),
         url('css/fonts/belwe-lt-bt-medium-webfont.ttf') format('truetype'),
         url('css/fonts/belwe-lt-bt-medium-webfont.svg#belwe_lt_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Lato Font */
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/8qcEw_nrk_5HEcCpYdJu8BTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/MDadn8DQ_3oT6kvnUq_2r_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v11/rZPI2gHXi8zxUjnybc2ZQFKPGs1ZzpMvnHX-7fPOuAc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v11/MgNNr5y1C_tIEuLEmicLmwLUuEpTyoUstqEm5AMlJo4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* ----------------------
  Globals
----------------------- */
body {
	color: #d6d0c8;
}

h1, h2, h3, h4, h5, h6, #no-comments .title, .widget-title {
	font-family:'Lato', Georgia, serif;
	color: #a28561;
}
a, a:visited, .post-title a, .post-title a:visited, .widget h4.widget-title a {
	color: #a28561;
}
a:hover, a:active, .post-title a:hover, .post-title a:active {
	color: #a28561;
	text-decoration: underline;
}

a.thumbnail:hover {
	border-color: #a28561;
}

hr {
	border-top:none;
	border-bottom:1px solid #a28561;
}

section {
	margin-bottom:20px;
}

.section-title {
	border-bottom: 1px solid #a28561;
}

.well {
  background-color: #020003;
  border: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.widget {
  background-color: #020003;
  padding:20px;
}

.table tbody tr:hover td, .table tbody tr:hover th {
	background-color: transparent;
	background-image:url(images/gold-tile.png);
}
#main table th:first-child, #main table td:first-child {
border-left: none;
}
table td.label {
	color: #fff;
	background: #a28561;
}
table td.label a {
	color: #fff;
}

label {
	color: #a28561;
}
label input[type=checkbox] {
	display:inline;
	margin-left:5px;
}

.tab-content {
	display: table;
}

/* modals */
.modal {
  background-color: #a28561;
  border: 1px solid #8a7153;
  color:#000;
}
.modal a {
  color:#000;
  text-decoration:underline;
}
.modal label {
  color:#000;
}
.modal input[type=text] {
  width:210px;
}
.modal-header {
  border-bottom: 1px solid #8a7153;
}

.modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5, .modal-header h6 {
  color:#000;
}
.modal-footer {
  background-color: #8a7153;
  border-top: 1px solid #8a7153;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25);
}
.close {
  color: #a28561;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  padding-bottom: 5px;
}
.close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}



/* buttons */
a.btn, button.btn {
	color:#fff;
}
.btn {
	color: #fff;
	background-color: whiteSmoke;
	background-image: -moz-linear-gradient(top, #a28561, #8a7153);
	background-image: -ms-linear-gradient(top, #a28561, #8a7153);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a28561), to(#8a7153));
	background-image: -webkit-linear-gradient(top, #a28561, #8a7153);
	background-image: -o-linear-gradient(top, #a28561, #8a7153);
	background-image: linear-gradient(top, #a28561, #8a7153);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a28561', endColorstr='#8a7153', GradientType=0);
	border-color: #8a7153 #8a7153 #b3926b;
	border: 1px solid #705c43;
	border-bottom-color: #705c43;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #8a7153;
}
.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #a28561;
}


/* ----------------------
  Utility
----------------------- */
.menu-header-container {
	width: auto;
}

#nav-login {
  background-color:rgba(169,0,0,.65);
  float:right;
}
#nav-login a {
	font-family:'Lato', Georgia, serif;
  padding:10px;
  color:#b29674;
  display:inline-block;
  height:20px;
  font-size:18px;
  text-decoration:none;
}

.navbar .nav .active > a, .navbar .nav .active > a:hover {
	background-color: transparent;
}
.navbar-inner, .navbar .fill {
  filter:none;
	background-color:transparent;
	background-image:url(images/top_nav_bg.png);
	background-position:top center;
	background-repeat:repeat-x;
	margin-bottom:30px;
}
.navbar .nav > li {
	border-right:1px solid #a28561;
	font-size:18px;
}
.navbar .nav > li:last-child {
	border-right:none;
}
.navbar .nav > li > a {
	font-family:'Lato', Georgia, serif;
	color: #b29674;
	padding:9px 9px 10px;
        font-weight: 700;
}
.navbar .nav > li.current_page_item > a {
	color: #fff;
}
.dropdown-menu {
	background-color: #000;
	border-color: #000;
}
.navbar .dropdown-menu::before {
	border-bottom: 7px solid #000;
}
.navbar .dropdown-menu::after {
	border-bottom: 6px solid #000;
}
.navbar .dropdown-menu {
border-color: #000;
}
.navbar .dropdown-menu a {
color: #a28561;
border-bottom: 1px solid #a28561;
}
.navbar .dropdown-menu > li a:hover, .navbar .dropdown-menu > li.active a:hover {
	color: #a28561;
	text-decoration:underline;
}

.navbar .nav.social-icons > li{
        border: none;
}

/* Original Caret Color 
.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
	border-top-color: inherit;
	border-bottom-color: inherit;
}*/
/* Willie Caret Color */
.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
	border-top-color: #a28561;
	border-bottom-color: #a28561;
	opacity:.75;
}
.navbar .nav .dropdown-toggle:hover .caret, .navbar .nav .open.dropdown:hover .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

/* ----------------------
  Header
----------------------- */
#header {
	background-image:url(images/content_bg_top.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:75px;
}
#hgroup {
	padding-top:0;
}

#header-widget .widget {
  background-color:transparent;
}

/* ----------------------
  Wrapper
----------------------- */
#wrapper {
	background-image:url(images/content_bg.png);
	background-position:top center;
	background-repeat:repeat-y;
	padding-bottom:5px;
}
#wrapper > .container {
  margin-top:-40px;
  margin-bottom:-40px;
}

/* ----------------------
  Content
----------------------- */


/* Breadcrumbs */
.breadcrumb {
	background-color: transparent;
	background-image: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	filter:none;
}
.breadcrumb li {
	text-shadow: none;
}

/* Main */
#main table {
	border: none;
	-webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#main table th, #main table td {
border-top: 1px solid #a28561;
border-left: none;
color: #FFFFFF;
}



/* home */
.home-story {
	list-style-type:none;
	border-bottom: 1px solid #a28561;
	margin-bottom:10px;
}




/* Post */
.post,#comments,#pings,#no-comments,#respond {
	background:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.post-header {
	border-bottom: 1px solid #a28561;
}
.post-meta {
	border-top: 1px solid #a28561;
}
.page-link {
	border: 1px solid #a28561;
}
.entry-content .wp-caption {
	background-color:#a28561;
}

.entry-content .iframe-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.entry-content .iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

p.wp-caption-text {
	color:#fff;
}

.pager a:hover, .previous-page a:hover, .next-page a:hover {
color: #fff;
background: #a28561;
text-decoration: none;
cursor: pointer;
}

/* post formats */
.format-image .post-meta {
	border-top:none;
}
.post.format-link .post-header {
	background-color: #a28561;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a28561), to(#07070A));
	background-image: -webkit-linear-gradient(top, #a28561, #07070A);
	background-image: -moz-linear-gradient(top, #a28561, #07070A);
	background-image: -o-linear-gradient(top, #a28561, #07070A);
	background-image: -ms-linear-gradient(top, #a28561, #07070A);
	background-image: linear-gradient(top, #a28561, #07070A);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#a28561', EndColorStr='#07070a');
	margin-bottom: 0;
	border-bottom: 0;
}
.post.format-quote .post-header {
	background-color: #a28561;
	background-image: url(images/bg-quote.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	border-bottom: 0;
}
.post.format-quote cite a {
	color:#d6d0c8;
}
.post.format-quote cite a:hover, .post.format-quote cite a:hover {
	color:#fff;
}

.post.sticky:before {
	display: inline-block;
	background: transparent url(images/sticky.png) no-repeat;
	width: 58px;
	height: 45px;
	content: "";
	position: absolute;
	top: 26px;
	left: -9px;
}
.post.sticky .post-title.entry-title {
	margin-left:40px;
}

#news .post.format-link .post-title.entry-title {
	margin-left:50px;
}
#news .post.sticky .post-title.entry-title {
	margin-left:60px;
}

#nothing-found h1 {
	font-size: 6em;
	line-height: 100%;
	color: #a28561;
}

/* Widgets */
.widget h4.widget-title {
	border-bottom: 1px solid #a28561;
}

.widget ul li a {
	color: #a28561;
}
.widget ul li a:hover {
	color: #a28561;
}

.NextGEN.Slideshow.widget-title {
	display:none;
	visibility:hidden;
}
.ngg-widget-slideshow {
	overflow:hidden;
}
.ngg-widget-slideshow img {
	width:100% !important;
	height:auto !important;
}

.tweets li {
	border-bottom: 1px solid #a28561;
}
.widget_twitter iframe {
	margin-top:10px;
}

.photos-nav li.page_item {
  list-style-type:none;
}



/* promo boxes */
.promo {
  background-image:url(images/promo-bg.jpg);
	border:1px solid #a28561;
	padding:10px;
	margin-bottom:30px;
}

/* ----------------------
  Features
----------------------- */
.nav-tabs {
	border-bottom: 1px solid #a28561;
}
.nav > li > a {
	color:#a28561;
	background-color: transparent;
	font-family:'Lato', Georgia, serif;
	border:1px solid transparent;
	font-size:18px;
}
.nav > li > a:hover {
	background-color: transparent;
	border:1px solid transparent;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	color: #fff;
	background-color: transparent;
	border:1px solid transparent;
}
.carousel-inner .item {
	height:300px;
}
.carousel-inner .item .feature-content {
	position:relative;
}
.playhead {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-12.5%;
}

.carousel-control {
	color: #fff;
	text-align: center;
	background: #a28561;
	border: none;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#recent-photos .ngg-widget {
  padding:0;
  margin-top:-14px;
}
#recent-photos .ngg-widget a img {
  border:none;
}

.feature-photo-widget, .feature-photo-widget .ngg_slideshow.widget {
	padding: 0;
}

.feature-photo-widget .widget-title {
	display:none;
	visibility:hidden;
}

#radio .carousel-inner .item {
  height: auto;
}

#radio .carousel-control.left {
	position: absolute;
	top: 100%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: 0;
	font-size: 30px;
	line-height: 15px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#radio .carousel-control.right {
	position: absolute;
	top: 100%;
	right: 0;
	width: 20px;
	height: 20px;
	margin-top: 0;
	font-size: 30px;
	line-height: 15px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#radio p object {
  width:420!important;
}


/* -----------
  Events
------------ */
.event .row > div {
  display:inline-block;
}
.event-date h1, .event-date h2, .event-date h3, .event-date h4, .event-date h5, .event-date h6 {
	margin-bottom:0;
}
.event-date .event-month {
  font-size: 24px;
  line-height: 36px;
}
.event-date .event-day {
  font-size: 36px;
  line-height: 42px;
}

.thumbnail.alignleft[class*="span"] {
  margin-left:0;
  float:left;
}
.info.alignright[class*="span"] {
  margin-left:0;
  float:right;
}

.event-details div span {
  margin:5px;
}
.event-details div span:first-child {
  margin-left:0;
}


/* -----------
  Videos
------------ */
#main.videos .navbar {
}
#main.videos .navbar-inner {
  background-image:none;
  background-color:#a28561;
  min-height:30px;
}
#main.videos .navbar .nav > li > a {
  color: #000;
  padding: 5px 10px 4px;
}
#main.videos .navbar .nav > li > a:hover {
  color: #fff;
}
#main.videos .navbar .nav > li.current_page_item > a {
	color: #fff;
}

.youtubeFeederplaylist {
	background: none;
	border: none;
}
.youtubeFeederPlaylistList {
float: none;
width: auto;
}
.youtubeFeederPlaylistList li {
	list-style-type: none;
	display: inline-block;
	background: none;
	float: none;
	width: 165px;
	height:165px;
	overflow:hidden;
	border: none;
	padding: 5px !important;
}
.youtubeFeederPlaylistList li:nth-child(3n) {
}
.currentvideo {
	background: none !important;
}
.youtubeFeederPlaylistList li img {
	width:165px;
float: none;
border:none;
}
.youtubeTitle {
	display:none;
}

div.youtubeVideo {
  width:100%;
  max-height:400px;
  margin-bottom:20px;
}
div.youtubeVideo iframe {
  width:100%;
  max-height:400px;
}


/* -----------
  Albums
------------ */
#main.albums .navbar {
}
#main.albums .navbar-inner {
  background-image:none;
  background-color:#a28561;
  min-height:30px;
}
#main.albums .navbar .nav > li > a {
  color: #000;
  padding: 5px 10px 4px;
}
#main.albums .navbar .nav > li > a:hover {
  color: #fff;
}
#main.albums .navbar .nav > li.current_page_item > a {
	color: #fff;
}
#main.albums .thumbnails .span4 {
	margin-bottom:15px;
}

/* -----------
  Photos
------------ */
#main.photos .navbar {
}
#main.photos .navbar-inner {
  background-image:none;
  background-color:#a28561;
  min-height:30px;
}
#main.photos .navbar .nav > li > a {
  color: #000;
  padding: 5px 10px 4px;
}
#main.photos .navbar .nav > li > a:hover {
  color: #fff;
}
#main.photos .navbar .nav > li.current_page_item > a {
	color: #fff;
}

#main.photos .post .entry-content, #main.photos .post .entry-summary {
  padding: 0;
}

.ngg-galleryoverview.thumbnails {
  margin:0 auto;
  width:auto;
}

.ngg-gallery-thumbnail {
  float: none;
  margin:0;
  border:none;
}

.ngg-gallery-thumbnail-box {
  float:left;
}

.ngg-gallery-thumbnail img, {
  border:none;
  padding:0;
  margin:0;
}
.ngg-widget img {
  border-color:#000;
}

.ngg-navigation a.page-numbers, .ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.page-numbers, .ngg-navigation span.next, .ngg-navigation span.prev {
  border: none;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
}
.ngg-navigation a.page-numbers:hover, .ngg-navigation a.next:hover, .ngg-navigation a.prev:hover, .ngg-navigation span.page-numbers:hover, .ngg-navigation span.next:hover, .ngg-navigation span.prev:hover {
  background-color: transparent;
}

.ngg-navigation.pager {

}

.ngg-navigation.pager a i {
	opacity: 0.4;
}

.ngg-navigation.pager a:hover i {
	opacity: 1;
}

.ngg-navigation.pager a, .ngg-navigation.pager a.prev, .ngg-navigation.pager a.next {
	color: #a28561;
	font-size: 12px;
	border-width: 0 0 0 0;
	padding: 20px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: transparent;
}

.ngg-navigation.pager a:hover, .ngg-navigation.pager a.prev:hover, .ngg-navigation.pager a.next:hover {
	color: #fff;
	background: #a28561;
	text-decoration: none;
	cursor: pointer;
}


/* -----------
  Footer
------------ */
#footer {
	background-color: #000;
	background-image:url(images/content_bg_bottom.png);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:85px;
        text-align: center;
}

#footer #credit p {
  margin-bottom:0;
}

#footer .span12 {
    margin: 0;
}

#footer .footer-credit{
        text-align: center;
        font-size: 11px;
        color: #999999;
}
#footer .footer-credit a{
        color: #999999;
}

#footer .footer-credit a:hover{
        color: #FFFFFF;
}

#footer #m1-logo {
        text-align: center;
        padding:13px 0;
}
.footer-social {
        border-bottom: 1px solid #a28561;
        margin: 0 0 10px;
        display: inline-block;
        width: 300px;
}

.footer-social .social-icons{
        display: block;
        text-align: center;
        margin: 0 0 10px;
}

.footer-social .social-icons li{
        display: inline-block;
        padding: 0 5px;
        float: none;
}

#menu-legal {
}
#menu-legal li {
  display:inline-block;
  border-right:1px solid #999;
  padding-right:5px;
}
#menu-legal li:last-child {
  border-right:none;
}
#menu-legal > li > a {
  font-size:11px;
  line-height:11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Media Queries
---------------------------------------------------------------------------------- */

/* Smartphones */
@media (max-width: 480px) {
	body.custom-background{
		background-size:contain;
	}
	.navbar ul.nav-menu {
background-color:#000;	}
	#header, #wrapper, #footer {
		background-size:100%;
	}
	
	/*video player*/
	div.youtubeVideo {
    width:100%;
    max-height:250px;
  }
  div.youtubeVideo iframe {
    width:100%;
    max-height:250px;
  }
	
}

/* Tablet & Mobile */
@media (max-width: 979px) {	
	body.custom-background{
		background-size:contain;
	}
	.navbar ul.nav-menu { background-color:#000;	}	
	.navbar .nav > li {
    float: none;
    border-right:0px;
  }
  .navbar .nav > li > a {
    padding:0;
  }
  .navbar .dropdown-menu a {
    border-bottom:0;
  }
  #nav-login {
    position:absolute;
    top:0;
    right:0;
    height:38px;
  }
	#main.videos .navbar ul.nav-menu { background-color:transparent; }
	#header, #wrapper, #footer {
		background-size:100%;
	}
        
        #footer .span12{
                width: 100%;
        }
}

/* Mobile to Tablet */
@media only screen and (max-width: 767px) {
	body.custom-background{
		background-size:contain;
	}
	.navbar ul.nav-menu { background-color:#000;	}	
	.navbar .nav > li {
    float: none;
    border-right:0px;
  }
  .navbar .nav > li > a {
/*    padding:5px 15px;*/
  }
  .navbar .dropdown-menu a {
    border-bottom:0;
  }
  #nav-login {
    position:absolute;
    top:0;
    right:0;
    height:38px;
  }
	#main.videos .navbar ul.nav-menu { background-color:transparent; }
	#header, #wrapper, #footer {
		background-size:100%;
	}
	.modal.fade.in {
    top: 10%;
  }
	.row {
	  width:280px;
	}
        
        #social-networking{
                right: 220px;
        }
        
        #social-networking li{
                margin: 8px 5px;
        }
        
        #wrapper > .container{
                margin-bottom: 20px;
                margin-top: -20px;
        }
                
}


@media only screen and (max-width: 420px){
        #nav-login{
                width: 120px;
        }
        
        #nav-login a{
                padding: 10px 6px;
                font-size: 13px;
        }
        
        #social-networking{
                right: 120px;
        }
}

/* Landscape Tablets */
@media (min-width: 768px) and (max-width: 979px) {
	body.custom-background{
		background-size:contain;
	}
	.navbar ul.nav-menu { background-color:#000;	}
	#main.videos .navbar ul.nav-menu { background-color:transparent; }
	#header, #wrapper, #footer {
		background-size:100%;
	}	
}

/* Desktop */
@media (min-width: 980px) {
	#logo {
		width: 100%;
                text-align: center;
	}
	#header-widget {
		position:absolute;
		bottom:20px;
		right:0;
	}
	#feature-banner .feature-content img {
    max-width:422px;
  }
  .social_stickers_widget {
    text-align:right!important;
  }
}

@media(max-width: 980px){
	div#advanced_text-2
	{
		overflow: hidden;
	}
}




#wrapper {
  padding-top: 75px !important;
  
}

#footer {
padding-top: 121px !important;
}