/* General Styles */

body {
  color: #555555;
	font-family: arvoGotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #dddddd;
}

a {
	color: #ff0054;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
	transition: ease-in 0.3s;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a.hslink{
	color: #D2232A;
	}

a.hslink:hover{
	color: #FFF;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'Arvo', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0;
	margin-bottom: 20px;
	color: #333;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #333;
}	

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #000;
}	

p {
	margin-bottom: 20px;
}

ol, ul {
	margin-bottom: 20px;
}

dd {
	margin: 5px 0 20px 0;
}

pre {
	margin: 20px 0;
}

#boxed .blaze-nav, #boxed #postscript, #boxed #footer {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 -15px;
}

code {
  white-space: normal;
}

/* Navbar */

.navbar {
	margin-bottom: 0;
	border: none;
}

.blaze-nav {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #333;
	text-transform: uppercase;
}

.navbar-brand {
	float: left;
	padding: 0 15px;
	margin-right: 20px;
	font-size: 32px;
	line-height: 50px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #ff0054;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #ff0054;
  outline: 0;
}

/* Header */

.site-title {
	margin: 0;
	padding-bottom: 30px;
	line-height: 40px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 900;
	color: #333;
	text-transform: uppercase;
}

.site-title a, .site-title a:hover {
  color: #333;
}

.title-glyphicon {
	margin-right: 3px;
	margin-top: -3px;
	line-height: 40px;
	font-size: 32px;
	color: #ff0054;
}

.site-description {
	line-height: 50px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ddd;
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
}

.header-extra {
  padding-top: 30px;
}

.header-search {
	float: right;
	width: 300px;
	padding-bottom: 30px;
}

.social-icons {
	float: right;
}

/* Social Icon Bar */
 
.social-icons ul {
	padding: 0;
	margin: 0 0 0 10px;
	font-size: 0;
	list-style: none;
}

.social-icons li {
  display: inline;
  list-style: none;
}
 
.social-icon {
  margin-left: 5px;
	margin-bottom: 10px;
	display: inline-block;
	opacity: 0.8;
}

.social-icon img  {
  display: block;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.social-icon:hover {
}
 
/* Main */

#main {
  padding-bottom: 30px;
}

/* Sidebars */

.sidebar .widget {
  margin-bottom: 30px;
	padding: 30px 30px 30px 30px;
	background: #ffffff;
	border-bottom: 3px solid #dddddd;
}

.sidebar .widget h3.heading {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 16px;
	text-transform: uppercase;
}

.sidebar .widget ul {
	margin-left: 0;
	padding: 0;
	list-style-position: inside;
}

.widget ul li {
	list-style: none;
}

/* Postscript */

#postscript {
	padding: 50px 0 30px 0;
	color: #ffffff;
	background: #222222;
}

#postscript a:hover {
	color: #ffffff;
}

.postscript .widget {
	color: #ddd;
  margin-bottom: 30px;
}

.postscript .widget h3.heading {
	margin: 0 0 15px 0;
	padding: 0;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
}

.postscript .widget ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

/* Footer */

#footer {
  padding: 30px 0;
	color: #ffffff;
	background-color: #333333;
	text-align: center;
}

#footer a:hover {
  color: #ffffff;
}

/* Posts */

.post-wrap {
	visibility:hidden;
}

article {
	position: relative;
  margin-bottom: 30px;
	background-color: #ffffff;
	border-bottom: 3px solid #dddddd;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

h1.title, h2.title {
  font-weight: bold;
}

h1.title {
	font-size: 32px;
}

h2.title {
	line-height: 1.2em;
  font-size: 18px;
}

.meta {
  display: block;
	padding: 15px 30px;
  color: #666666;
	text-transform: uppercase;
	background-color: #f9f9f9;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #eeeeee;
}

.meta-item {
  padding-right: 5px;
}

.edit-this {
  margin-top: 20px;
}

.comment-count {
	float: right;
	display: inline-block;
	background: #fff;
	color: #999;
	border-radius: 3px;
	padding: 2px 5px;
	margin-top: -3px;
}

.comment-count a {
  color: #999;
}

.post-content {
  padding: 20px 30px 20px 30px;
}

.more-link {
	display: block;
	margin-top: 15px;
}

.posts-navigation a {
	display: inline-block;
	padding: 10px 20px;
	color: #ffffff;
  background: #ff0054;
	border-bottom: 3px solid #cccccc;
}

.taxonomy {
	margin-top: 20px;
}

.taxonomy a {
	display: inline-block;
  padding: 2px 5px;
	font-size: 11px;
	text-transform: uppercase;
	background: #f9f9f9;
	border-radius: 3px;
}

.taxonomy a:hover {
  background: #eeeeee;
}

.category-label, .tags-label {
  font-size: 12px; 
	text-transform: uppercase;
}

.category-top {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
}

.category-top ul {
  padding: 0;
	margin: 0;
}

.category-top ul li {
	display: inline;
  list-style: none;
}

.category-top a {
  display: inline-block;
	padding: 5px 10px;
  color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background: #ff0054;
}

.categories, .tags {
	margin-bottom: 2px;
}

.post-nav {
	margin: 30px 0 10px 0;
	padding: 20px;
	background: #f9f9f9;
}

.post-nav a {
}

.prev-post {
	text-align: right;
	border-right: 1px solid #ddd;
}

.next-post {
	text-align: left;
}

.post-nav .glyphicon {
	font-size: 12px;
}

.post-nav-text {
	font-size: 12px;
	text-transform: uppercase;
}

.post-nav-date {
	font-size: 12px;
	color: #999;
}

.sticky-icon {
	display: inline-block;
	color: #fff;
  background: #333;
  padding: 3px;
	border-radius: 100%;
	margin-right: 10px;
}

.gallery-caption {
}

.bypostauthor {
}

/* Image styles */

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

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

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 20px;
}

.alignright {
	float: right;
	margin-left: 20px;
}

.wp-caption {
	max-width: 100%;
	height: auto;	
	border: 1px solid #eee;
	text-align: center;
	background-color: #f9f9f9;
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.wp-caption img {
	margin: 0;
	padding: 5px;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	line-height: 1.2em;
	padding: 20px 20px 0 20px;
	font-style: italic;
	color: #666;
}

/* Featured Image Transitions (those rolling links on hover) */

.featured-img {
	position: relative;
	overflow: hidden;
	background: #111;
}

.featured-img img {
	position: relative;
	-moz-transition: ease-in 0.2s;
	-webkit-transition: ease-in 0.2s;
	-ms-transition: ease-in 0.2s;
	-o-transition: ease-in 0.2s;
	transition: ease-in 0.2s;
	overflow: hidden;
}

.single .featured-img img {
	-moz-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.featured-img:hover img {
	-moz-trna: scale(1.2); /* Firefox */
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Safari and Chrome */
  -o-transform: scale(1.2); /* Opera */
	transform: scale(1.2);
	opacity: 0.6;
}

.single .featured-img:hover img {
	-moz-trna: none; /* Firefox */
	-ms-transform: none; /* IE 9 */
	-webkit-transform: none; /* Safari and Chrome */
  -o-transform: none; /* Opera */
	transform: none;
	opacity: 1;
}

.mask-links {
	display: inline;
	height: 32px;
	position: absolute;
	margin: auto;
	top: 0; left: 0; bottom: 0; right: 0;
	-moz-transition: ease-in 0.2s;
	-webkit-transition: ease-in 0.2s;
	-ms-transition: ease-in 0.2s;
	-o-transition: ease-in 0.2s;
	transition: ease-in 0.2s;
	opacity: 0;
	text-align: center;
}

.expand {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url('img/expand.png');
	-moz-transform: translateX(-100px) rotate(-560deg); /* Firefox */
	-ms-transform: translateX(-100px) rotate(-560deg); /* IE 9 */
	-webkit-transform: translateX(-100px) rotate(-560deg); /* Safari and Chrome */
  -o-transform: translateX(-100px) rotate(-560deg); /* Opera */
	transform: translateX(-100px) rotate(-560deg);
}

.more {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url('img/more.png');
	-moz-transform: translateX(100px) rotate(560deg); /* Firefox */
	-ms-transform: translateX(100px) rotate(560deg); /* IE 9 */
	-webkit-transform: translateX(100px) rotate(560deg); /* Safari and Chrome */
  -o-transform: translateX(100px) rotate(560deg); /* Opera */
	transform: translateX(100px) rotate(560deg);
}

.featured-img:hover .mask-links {
  opacity: 1;
}

.featured-img:hover .expand, .featured-img:hover .more {
	-moz-transform: translateX(0) rotate(0); /* Firefox */
	-ms-transform: translateX(0) rotate(0); /* IE 9 */
	-webkit-transform: translateX(0) rotate(0); /* Safari and Chrome */
  -o-transform: translateX(0) rotate(0); /* Opera */
	transform: translateX(0) rotate(0);
}

/* Post Format Specific */

.short-post .meta {
  display: block;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	background-color: transparent;
	border-top: none;
	border-bottom: none;
}

.format-status {
	background: #333333;
}

.format-status .edit-this {
	font-size: 14px;
}

.format-status .post-content {
	font-size: 16px;
}

.format-status .post-content a {
	color: #dddddd;
}

.format-link .edit-this {
	font-size: 14px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.format-link .post-content a {
	font-size: 18px;
	font-weight: bold;
	color: #555;
  font-family: 'Arvo', serif;
}

.format-link .meta a {
	font-size: 14px;
	font-weight: normal;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.format-quote {
	background: url('img/lined_paper.png');
}

.format-quote .edit-this {
	font-size: 14px;
}

.format-quote .post-content {
  padding-left: 95px;
	font-size: 16px;
	background: url('img/quote.png') 30px 20px no-repeat;
	background-size: 48px 48px;
}

.format-quote .post-content a {
	color: #777;
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
}

.format-quote blockquote {
	border: 0;
	padding: 0;
	margin: 0;
}

.meta-wrapper {
  padding: 0px 30px 20px 30px;
}

/* Author Info */

.author-info {
	margin-top: 20px;
	padding-top: 20px;
  border-top: 1px solid #ddd;
}

.author-avatar {
	float: left;
}

.author-avatar img {
  margin: 0;
	padding: 0;
}

.author-title {
	font-size: 18px;
}

.author-description {
	color: #777;
  padding-left: 80px;
}

/* Comments */

.comments-area, .comment-form-wrapper {
	padding: 30px;
  margin-bottom: 30px;
	background-color: #ffffff;
	border-bottom: 3px solid #dddddd;
}

.comments-area {
	padding-bottom: 0;
}

.comments-title {
	margin: 0;
	padding: 0 0 30px 0;
	font-size: 16px;
	text-transform: uppercase;
}

.comment-list {
	margin: 0;
	padding: 0;
}

.comment-list li {
  list-style: none;
}

.comment-avatar .avatar {
	margin: 0;
}

.comment-body {
	padding-bottom: 30px;
}

.comment-content {
	margin-left: 80px;
}

.comment-meta {
	padding-bottom: 5px;
}

.comment-author {
  font-family: 'Arvo', serif;	
	font-weight: bold;
	text-transform: uppercase;
}

.comment-date {
  color: #999;
	font-size: 12px;
}

.comment-edit {
	font-size: 12px;
	text-transform: uppercase;
}

.comment-reply {
	font-size: 12px;
	text-transform: uppercase;
}

.comment .children .comment {
	margin: 0 0 0 0;
  border: none;
}

.comment .children {
	padding: 0 0 0 80px;
	background: url(img/reply_arrow.png) 30px 20px no-repeat;
}

/* Comment Form */

.comment-reply-title {
	font-size: 16px;
	text-transform: uppercase;
}

.comment-form label {
	width: 80px;
	font-size: 12px;
	text-transform: uppercase;
}

.comment-form-author, .comment-form-email, .comment-form-url {
	width: 33.3%;
}

.comment-form textarea {
  width: 100%;
}

.form-allowed-tags {
	display:none;
}

.comment-form input#submit {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 20px;
	color: #ffffff;
  background: #ff0054;
	border-radius: 3px;
	border-bottom: 3px solid #ccc;
}

/* Breadcrumbs */

.blaze-breadcrumbs {
	padding: 20px 30px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border-bottom: 3px solid #dddddd;
}

.blaze-breadcrumbs ul {
	margin: 0 0;
	padding: 0 0;
	font-size: 12px;
	list-style:none;
	overflow:hidden;
	text-transform: uppercase;
}
 
.blaze-breadcrumbs ul li {
	display: inline;
	margin-right: 5px;
}
 
.blaze-breadcrumbs ul li.separator{
	color:#999;
}

/* Search Results */

.search-results-title {
	margin-bottom: 30px;
	font-size: 24px;
	font-family: 'Arvo', serif;	
}

/* 404 Page */

.not-found-page {
	text-align: center;
}

.not-found-page .glyphicon {
	margin-bottom: 30px;
  font-size: 160px;
	opacity: 0.3;
}

.not-found-title {
	margin-bottom: 30px;
	font-size: 38px;
	font-family: 'Arvo', serif;	
	text-align: center;
}

.not-found-page p {
	margin-bottom: 30px;
	font-size: 18px;
	text-align: center;
}

.not-found-page  .search-form {
	display: inline-block;
	width: 300px;
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
	overflow: hidden;
}

/* Archives */

.archive-title {
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 24px;
	font-family: 'Arvo', serif;	
}

.archive-meta {
	margin-bottom: 30px;
	padding: 20px 20px 10px 20px;
	background: #ffffff;
}


/* Wordpress Native Gallery */

.gallery { 
  margin: 30px -15px 0 -15px;
}

.gallery .gallery-item {
	position: relative;
	display: block;
	margin: 0 -1px 30px 0;
	padding: 0;
	float: left;
	text-align: center;
}

.gallery-icon {
	margin: 0 15px;
}

.gallery .gallery-item img {
  width: 100%;
	height: auto;
	background: #f9f9f9;
	box-shadow: 0 0 10px #eee;
}

.gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33.3%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery-columns-6 .gallery-item { width: 16.6%; }
.gallery-columns-7 .gallery-item { width: 14.25%; }
.gallery-columns-8 .gallery-item { width: 12.5%; }
.gallery-columns-9 .gallery-item { width: 11.1%; }

.wp-caption-text {
	padding: 15px;
	color: #666;
}

/* Forms */

input {
  padding: 5px 10px;
	border: 1px solid #dddddd;
}

textarea {
	border: 1px solid #dddddd;
}

/* Search Form */

.search-form {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
	overflow: hidden;
}

.search-form input {
	float: left;
	-webkit-appearance: none;
	-webkit-border-radius:0; 
	border-radius:0;
}

.search-form .search-field {
	display: block;	
	width: 100%;
	height: 40px;
	margin-right: -40px;
	color: #333;
	font-size: 14px;
	border: none;
}

.search-form .search-submit {
	display: block;	
  width: 40px;
	height: 40px;
	color: #ffffff;
	font-size: 12px;
	background: transparent url('img/search-submit.png') 50% 50%  no-repeat;
	border: none;
	text-indent: -999em;
	opacity: 0.5;
	-moz-transition: ease-in 0.2s;
	-webkit-transition: ease-in 0.2s;
	-ms-transition: ease-in 0.2s;
	-o-transition: ease-in 0.2s;
	transition: ease-in 0.2s;
}

.search-form:hover .search-submit {
	opacity: 1;
	-moz-transform: rotate(20deg); /* Firefox */
	-ms-transform: rotate(20deg); /* IE 9 */
	-webkit-transform: rotate(20deg); /* Safari and Chrome */
  -o-transform: rotate(20deg); /* Opera */
	transform: rotate(20deg);
}


/* Special styling for Wordpress Plugins 
/ * Recent Posts Extended */

body .rpwe-block ul {
	list-style: none outside none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
	margin-top: 30px;
}

body .rpwe-block li {
	border-bottom: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

body .rpwe-block h3 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	clear: none;
	font-size: 14px !important;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 0 !important;
}

body .rpwe-block a {
	display: inline !important;
	color: #ff0054;
	text-decoration: none;
}

body .rpwe-thumb {
	border: none !important;
	box-shadow: none !important;
	margin: 0 20px 0 0;
	padding: 0px !important;
	width: 60px;
	height: 60px;
}

/* Flickr Badge*/

.zframe-flickr-wrap-ltr {
	margin: 20px -5px 0;
}

.flickr_badge_image {
	float: left;
  width: 25%
}

.flickr_badge_image a {
	opacity: 0.7;
}

.flickr_badge_image a:hover {
	opacity: 1;
}

.flickr_badge_image img {
	padding: 0 5px;
	width: 100%;
	height: auto;
}

/* Simple Tweets */

.PI_SimpleTwitterTweets .tweets li {
	padding-bottom: 20px;
	color: #ddd;
}

/* Special Styling for jQuery plugins */

.masonry-container {
	position: relative;
}

#infscr-loading {
  position: absolute;
  display: block;
	padding: 20px;
  margin: 0 auto;
	bottom: 0;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #555;
	text-align: center;
	z-index: 100;
}

#infscr-loading p {
  margin: 0;
	padding: 0;
}

.no-more {
	display: inline-block;
	margin: 0 auto;
	padding: 10px;
	background: #ffffff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

iframe {
	width: 100%;
	margin-bottom: -5px;
}

/* Built-in Refineslider*/

#slider {
	margin: 0 auto;
  text-align: center;
}

.rs-wrap {
	margin-bottom: 30px;
}

.rs-slider {
  margin: 0;
	padding: 0;
}

.rs-slider li {
	position: relative;
}

.rs-slider > li img {
  display:block;
  max-height:none;
  max-width:none;
	width: 100%;
	height: auto;
}

.rs-arrows .rs-prev, .rs-arrows .rs-next {
	position: absolute;
	display: block;
	width: 64px;
	height: 64px;
	margin: auto 0;
	top: 0; bottom: 0;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.2s;
	-o-transition: ease-in 0.3s;
	transition: ease-in 0.3s;
	opacity: 0;
	-moz-transform: translateY(-100px); /* Firefox */
	-ms-transform: translateY(-100px); /* IE 9 */
	-webkit-transform: translateY(-100px); /* Safari and Chrome */
  -o-transform: translateY(-100px); /* Opera */
	transform: translateY(-100px);
}

.rs-arrows .rs-prev {
	left: 30px;
	background: url('img/prev-next.png') top left no-repeat;
}

.rs-arrows .rs-next {
	right: 30px;
	background: url('img/prev-next.png') top right no-repeat;
}

.rs-arrows .rs-next, .rs-arrows .rs-prev {
	z-index: 1000;
}

.rs-wrap:hover .rs-arrows .rs-next, .rs-wrap:hover .rs-arrows .rs-prev {
	opacity: 1;
	-moz-transform: translateY(0); /* Firefox */
	-ms-transform: translateY(0); /* IE 9 */
	-webkit-transform: translateY(0); /* Safari and Chrome */
  -o-transform: translateY(0); /* Opera */
	transform: translateY(0);
}

.rs-caption {
	font-family: 'Arvo', serif;	
	padding: 20px 30px;
	color: #ffffff;
	font-size: 18px;
	background: rgba(0,0,0,0.6);
	text-align: left;
}

.rs-caption h2 {
	color: #ffffff;
}

.rs-link:hover {
	color: #ffffff;
}

/* PrettyPhoto jQuery Plugin */

div.pp_default .pp_description {
	font-size: 11px;
	font-weight: 700;
	font-size:18px;
	line-height: 24px;
	margin: 5px 50px 5px 0;
}

.diablo-credit {
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
}

.world-peace {
	margin: 0 15px 30px 15px;
	padding: 20px;
	font-size: 18px;
	font-family: 'Arvo', serif;	
	text-align: center;
	background: #eee;
	border: 1px solid #ddd;
}


@media only screen and (-Webkit-min-device-pixel-ratio: 1.25),
only screen and (min--moz-device-pixel-ratio: 1.25),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.25) {
		
	.format-quote .post-content {
		background: url('img/quote@2x.png') 30px 20px no-repeat;
		background-size: 48px 48px;
	}
	
	.comment .children {
		background: url('img/reply_arrow@2x.png') 30px 20px no-repeat;
		background-size: 16px 14px;
	}	
	
	.expand {
		background-image: url('img/expand@2x.png');
		background-size: 32px 32px;
	}
	
	.more {
		background-image: url('img/more@2x.png');
		background-size: 32px 32px;
	}

	.search-form .search-submit {
		background: transparent url('img/search-submit@2x.png') 50% 50%  no-repeat;
		background-size: 24px 24px;
	}
			
}

@media (min-width: 768px) {
	
	.navbar-collapse {
		padding-left: 0px;
		padding-right: 0px;
	}
	
}

@media (max-width: 768px) {
	
	.site-branding {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	
	.site-title {
		text-align: center;
	}
	
	.header-search {
		float: left;
		width: 100%;
		padding-bottom: 30px;
	}
	
}