/*
Theme Name: Stillmotion 2014
Theme URI: http://stillmotionblog.com/
Author: Stephen Gray
Author URI: http://www.stillmotion.ca/
Description: An SM EDU update in 2014, refreshing our education platform for a sleek, modern experience that fits responsive on all devices.
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stillmotion
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Stillmotion is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {

}
html {
}
body {
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
}
ol, ul {
}
table { /* tables still need 'cellspacing="0"' in the markup */
}
caption, th, td {
}
blockquote:before, blockquote:after,
q:before, q:after {
}
blockquote, q {
}
a:focus {
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
}
hr {
}

/* Text elements */
p {
}
ul, ol {
}
ul {
}
ol {
}
ul ul, ol ol, ul ol, ol ul {
}
dt {
}
dd {
}
b, strong {
}
dfn, cite, em, i {
}
blockquote {
}
address {
}
pre {
}
code, kbd, tt, var {
}
abbr, acronym {
}
mark, ins {
}
sup,
sub {
}
sup {
}
sub {
}
small {
}
big {
}
figure {
}
table {
}
th {
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
}
input[type=text],
input[type=email] {
}
textarea {
}

/* Links */
a {
}
a:visited {
}
a:hover,
a:focus,
a:active {
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Structure
----------------------------------------------- */

.site {
}

/* =Menu
----------------------------------------------- */

.main-navigation {
}
.main-navigation ul {
}
.main-navigation li {
}
.main-navigation a {
}
.main-navigation ul ul {
}
.main-navigation ul ul ul {
}
.main-navigation ul ul a {
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
}
.main-small-navigation .menu {
}


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

.sticky {
}
.hentry {
}
.entry-meta {
}
.byline {
}
.single .byline,
.group-blog .byline {
}
.entry-content,
.entry-summary {
}
.page-links {
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
}


/* =Media
----------------------------------------------- */

/*
.blog-1 .content .entry-content {}
.blog-1 .content .entry-content .player:first-child {max-width: 700px; max-height: 450px;}
*/

@media (max-width: 767px) {
	.blog-1 .content .entry-content .player:first-child {max-width: 100%;}
}
@media (min-width: 767px) {
	.blog-1 .content .entry-content .player:first-child {max-width: 490px; max-height: 310px;}
}
@media (min-width: 992px) {
	.blog-1 .content .entry-content .player:first-child {max-width: 700px; max-height: 450px;}
}


.blog-1 .content .entry-content img:first-child {display: none;}
.blog-1 .content .entry-content .firstimgblock img {display: block;}
.blog-1.blog-article .content .entry-content img:first-child {display: inline-block; max-width: 700px;}
.blog-1.blog-article .content .entry-content img.aligncenter:first-child {
display: block; 
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.blog-1.blog-article .content .entry-content img.aligncenter.size-full:first-child {max-width: 1140px;
margin-left: auto;
margin-right: auto;
}
.blog-1.blog-article .content .entry-content img.size-large {max-width: 1140px;
margin-left: auto;
margin-right: auto;
}

.blog-1.blog-article p img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

@media (max-width: 480px) { 
	#wrapper {max-width: 480px; overflow: hidden;}
	.blog-1.blog-article .content .entry-content img:first-child {display: inline-block; max-width: 290px;}
	.wp-caption .wp-caption-text {width: 80%; max-width: 290px; font-size: 15px; font-style: italic;}
	.wp-caption {margin-bottom: 10px;}
}

.blog-1 .content .entry-content p:first-child {/*max-width: 700px;*/}
.blog-1.blog-article .content .entry-content p:first-child {}

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
}
.site-header img,
.entry-content img,
img.size-full {
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
}
.wp-caption {
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
}
.wp-caption img {
}
.wp-caption-text {
}
.wp-caption .wp-caption-text {
}
.site-content .gallery {
}
.gallery-caption {
}
.site-content .gallery a img {
}
.site-content .gallery dd {
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
}
.site-content .nav-previous {
}
.site-content .nav-next {
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
}

/* Search widget */
#searchsubmit {
}

.entry-content .fb-like {
font-size: 19.3px;
line-height: 1.74;
margin: 0 0 15px;
color: #9d9d9d;
font-weight: 350;
letter-spacing: 0.4px;
font-style: italic;
}

#woobox-root {
font-size: 19.3px;
line-height: 1.74;
margin: 0 0 15px;
color: #9d9d9d;
font-weight: 350;
letter-spacing: 0.4px;
font-style: italic;
}

.woobox-offer {margin-left: auto; margin-right: auto; display: block!important; margin-top: 15px; margin-bottom: 15px; max-width: 100%!important;}


#secondary {background: #f2f2f1;}

#secondary aside {
}

#secondary #recent-posts-2, #secondary #recent-comments-2, #secondary #archives-2, #secondary #categories-2, #secondary #meta-2 {
	position: relative;
	padding: 5.1%;
	text-align: left;
	color: #7f8c8d;
	width: 44%; display: inline-block;
}
#secondary #recent-posts-2 h1, #secondary #recent-comments-2 h1, #secondary #archives-2 h1, #secondary #categories-2 h1, #secondary #meta-2 h1 {
	font-size: 19px;
	font-weight: normal;
	color: #2c3e50;
	font-weight: 300;
	line-height: 40px;
	margin: 0 0 25px;
}
#secondary #recent-posts-2 ul, #secondary #recent-posts-2 ol, #secondary #recent-comments-2 ul, #secondary #recent-comments-2 ol, #secondary #archives-2 ul, #secondary #archives-2 ol, #categories-2 ul, #categories-2 ol, #meta-2 ul, #meta-2 ol {
	margin: 0; padding: 0; list-style: none;
}
#secondary #recent-posts-2 ul li, #secondary #recent-posts-2 ol li, #secondary #recent-comments-2 ul li, #secondary #recent-comments-2 ol li, #secondary #archives-2 ul li, #secondary #archives-2 ol li, #categories-2 ul li, #categories-2 ol li, #secondary #meta-2 ul li, #secondary #meta-2 ol li {
	font-size: 15.5px;
	font-weight: 200;
	color: #7f8c8d;
	line-height: 26px;
}
#secondary #recent-posts-2 ul li a, #secondary #recent-posts-2 ol li a, #secondary #recent-comments-2 ul li a, #secondary #recent-comments-2 ol li a, #secondary #archives-2 ul li a, #secondary #archives-2 ol li a, #secondary #categories-2 ul li a, #secondary #categories-2 ol li a, #secondary #meta-2 ul li a, #meta-2 ol li a{
	font-weight: normal;
	color: #7f8c8d;
}





/*

#tribe-events {
  margin-top: 10px;
}

.tribe-bar-submit {
  margin-left: 0;
}

.tribe-events-notices {
  background-color: #FFF;
  border: none;
  color: #868686;
  font-family: "proxima-nova", sans-serif;
}

.tribe-events-event-meta {
  font-size: 14px;
  font-size: 0.875rem;
}
.tribe-events-event-meta a, .tribe-events-event-meta span {
  line-height: 2;
}
.tribe-events-event-meta .tribe-events-gmap, .tribe-events-event-meta .url a {
  color: #3a3a3a;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.tribe-events-event-meta .tribe-events-gmap:hover, .tribe-events-event-meta .url a:hover {
  color: #4b80c4;
}
.tribe-events-event-meta .tribe-events-gmap {
  margin-bottom: 5px;
  display: block;
}

.tribe-events-venue-meta h2.entry-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #3a3a3a;
  font-weight: bold;
}
.tribe-events-venue-meta .tribe-events-gmap, .tribe-events-venue-meta .url a {
  color: #4b80c4;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-weight: bold;
}
.no-touch .tribe-events-venue-meta .tribe-events-gmap:hover, .no-touch .tribe-events-venue-meta .url a:hover {
  opacity: .8;
  color: #4b80c4;
}

.tribe-events-venue address.venue-address span {
  line-height: 1.3;
}

.tribe-events-organizer .tribe-events-organizer-meta {
  max-width: 960px;
}
.tribe-events-organizer .tribe-events-organizer-meta .entry-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #3a3a3a;
  font-weight: bold;
  margin-bottom: 10px;
}
.tribe-events-organizer .tribe-events-organizer-meta .organizer-address {
  line-height: 2;
  font-size: 14px;
  font-size: 0.875rem;
}
.tribe-events-organizer .tribe-events-organizer-meta .organizer-address .url a, .tribe-events-organizer .tribe-events-organizer-meta .organizer-address .email a {
  color: #4b80c4;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.tribe-events-organizer .tribe-events-organizer-meta .organizer-address .url a:hover, .tribe-events-organizer .tribe-events-organizer-meta .organizer-address .email a:hover {
  color: #719bd1;
}

.tribe-events-list-event-title, .tribe-events-map-event-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin: .8em 0 .8em;
}
.tribe-events-list-event-title a, .tribe-events-map-event-title a {
  color: #3a3a3a;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touch .tribe-events-list-event-title a:hover, .no-touch .tribe-events-map-event-title a:hover {
  opacity: .8;
  color: #4b80c4;
}

#tribe-events-pg-template {
  padding: 40px 20px;
}

#tribe-events-content .tribe-events-single-event-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: .8em 0 .4em 0;
  color: #3a3a3a;
  line-height: 1.3;
}
@media only screen and (min-width: 480px) {
  #tribe-events-content .tribe-events-single-event-title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  #tribe-events-content .tribe-events-single-event-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  #tribe-events-content .tribe-events-single-event-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
#tribe-events-content .tribe-events-schedule {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #868686;
  margin: 8px auto;
}
#tribe-events-content .tribe-events-schedule span.tribe-events-cost {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
#tribe-events-content .tribe-events-single-event-description p {
  line-height: 1.6;
  font-size: 16px;
  font-size: 1rem;
  color: #868686;
}
#tribe-events-content .tribe-events-meta-group {
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.875rem;
  color: #868686;
  padding-left: 0;
  margin-bottom: 25px;
}
#tribe-events-content .tribe-events-meta-group .tribe-events-single-section-title {
  color: #3a3a3a;
  font-weight: bold;
}
#tribe-events-content .tribe-events-meta-group dt {
  color: #868686;
  font-weight: bold;
  margin-top: 8px;
}
#tribe-events-content .tribe-events-meta-group a {
  color: #4b80c4;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-weight: bold;
}
.no-touch #tribe-events-content .tribe-events-meta-group a:hover {
  opacity: .8;
  color: #4b80c4;
}
@media only screen and (min-width: 768px) {
  #tribe-events-content .tribe-events-meta-group {
    width: 33.33333%;
    float: left;
    padding-left: 4%;
  }
}
#tribe-events-content .tribe-events-event-meta {
  margin-bottom: 30px;
}
#tribe-events-content .tribe-events-meta-group:first-child {
  padding-left: 0;
}
#tribe-events-content .tribe-related-events .tribe-related-events-title a {
  color: #3a3a3a;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#tribe-events-content .tribe-related-events .tribe-related-events-title a:hover {
  color: #719bd1;
}

.tribe-events-venue-details .author a, .tribe-events-list-event-description a, .tribe-events-nav-previous a, .tribe-events-nav-next a, .tribe-events-back a, .tribe-events-map-event-description a {
  color: #3a3a3a;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-weight: bold;
}
.no-touch .tribe-events-venue-details .author a:hover, .no-touch .tribe-events-list-event-description a:hover, .no-touch .tribe-events-nav-previous a:hover, .no-touch .tribe-events-nav-next a:hover, .no-touch .tribe-events-back a:hover, .no-touch .tribe-events-map-event-description a:hover {
  opacity: .8;
  color: #4b80c4;
}

.tribe-events-back a {
  font-weight: 400;
}

.tribe-events-list-event-description p, .tribe-venue-description p, .tribe-events-map-event-description p, .tribe-events-map-event-description {
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.875rem;
  color: #868686;
}

.tribe-events-single #tribe-events-footer {
  display: none !important;
}

.tribe-events-calendar th[id*="tribe-events-"] {
  overflow: hidden;
  color: #666;
}
.tribe-events-calendar th[id*="tribe-events-"]:first-letter {
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  .tribe-events-calendar th[id*="tribe-events-"] {
    color: #FFF;
  }
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present {
  background-color: #4b80c4;
}

.tribe-events-sub-nav {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px !important;
}
.tribe-events-sub-nav li a {
  color: #3a3a3a !important;
  background-color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
}
@media only screen and (min-width: 600px) {
  .tribe-events-sub-nav {
    margin-bottom: 60px;
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .tribe-events-sub-nav {
    margin-bottom: 75px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .tribe-events-sub-nav {
    margin-bottom: 90px;
    margin-top: 50px;
  }
  .tribe-events-sub-nav li, .tribe-events-sub-nav .tribe-events-nav-previous, .tribe-events-sub-nav .tribe-events-nav-next {
    display: inline-block;
    margin: 0;
  }
  .tribe-events-sub-nav li a {
    margin: 0 !important;
    padding: 17px 45px;
    border: 1px solid #DFDFDF;
    color: #3a3a3a !important;
    background-color: #FFF;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700;
    font-family: "proxima-nova", sans-serif;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .no-touch .tribe-events-sub-nav li a:hover {
    color: #4b80c4 !important;
    border: 1px solid #c6c6c6;
  }
}

#tribe-events-content .tribe-events-page-title, #tribe-events-content .tribe-events-list-separator-month span {
  color: #3a3a3a;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  display: inline-block;
  padding: .8em .8em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  background: #4b80c4;
  color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.no-touch #tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
  background: #719bd1;
}

#tribe-bar-form.tribe-bar-mini .tribe-bar-submit, .tribe-bar-submit {
  margin-left: 0 !important;
}

.tribe-events-read-more {
  font-size: 14px;
  font-size: 0.875rem;
}

#tribe-bar-views .tribe-bar-views-list {
  z-index: 1;
}

#tribe-events-content .tribe-events-ical.tribe-events-button, #tribe-events-content .tribe-events-gcal.tribe-events-button {
  display: none;
}

#tribe-events-footer + a.tribe-events-ical.tribe-events-button {
  display: none;
}
*/



/* Events Styling */


#tribe-events-content h2.tribe-events-page-title {
font-weight: 200;
font-size: 55px;
color: #333333;
text-transform: uppercase;
font-family: "futura-pt", futura-pt, Futura, Arial, sans-serif;
text-align: center;
margin-top: 120px;
margin-bottom: 30px;
}




/*

.tribe-events-list .tribe-events-event-cost span {
	font-size: 0.675rem;
	padding: .3em 1.1em;
	display: inline-block;
	border: 1px solid #aaaaaa;
	background: transparent;
	color: #aaaaaa;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

a.tribe-events-read-more {
	font-size: 12px;
	font-size: 0.75rem;
	padding: .4em .8em;
	padding: 1em 2em;
	margin: 1em 0;
	background: #4b80c4;
	color: #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	text-transform: uppercase;
}
a.tribe-events-read-more:hover {color: white!important;}


*/

.single-tribe_events .tribe-events-event-meta {
background: #fafafa;
border: none;
-webkit-border-radius: 4px;
border-radius: 4px;
color: #333333;
}

.single-tribe_events .tribe-events-event-meta a {background: none!important; color: #fd6d2e!important; border: none!important; padding-left: 0!important; font-weight: bold!important; font-size: 14px; word-wrap: break-word;
	-ms-word-break: break-all;
     word-break: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}
.single-tribe_events .tribe-events-event-meta a:hover {color: #333333!important;}

.single-tribe_events .tribe-events-schedule .tribe-events-cost {
background: #eee;
border: 1px solid #ddd;
padding: 5px 10px;
line-height: 1.3;
font-style: normal;
text-overflow: ellipsis;

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
line-height: 22px;

color: #f9a735;
background-color: transparent!important;
border: 1px solid #f9a735;
margin-left: 5px;
font-size: 14px;
font-weight: 300!important;
text-align: right;
background: none;
}

.tribe-events-notices {
background: #fafafa;
border: none;
color: #fd6d2e;
margin: 10px 0 18px;
padding: 8px 35px 8px 14px;
text-shadow: none!important;
-webkit-border-radius: 4px;
border-radius: 4px;
}

a.tribe-events-read-more {margin-top: 30px;}

a.tribe-events-gmap {
	font-size: 0.675rem;
	padding: .3em 1.1em;
	display: inline-block;
	border: 1px solid #aaaaaa;
	background: transparent;
	color: #aaaaaa!important;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	display: inline!important;
	text-transform: uppercase;
}
a.tribe-events-gmap:hover {
	border: 1px solid #aaaaaa;
	background: #aaaaaa;
	color: white!important;
}

#tribe-bar-form input[type="text"] {
	border: 2px solid #dee1e3;
	width: 100%;
	color: #aaaaaa!important;
	font-size: 15px;
	line-height: 1.467;
	font-weight: 400;
	padding: 8px 12px;
	height: 42px;
	-webkit-appearance: none;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
	
}

#tribe-events .tribe-events-content p, .tribe-events-before-html p, .tribe-events-after-html p {
	color: #7a7a7a;
	font-size: 15px;
	margin-top: 0px;
	font-family: "proxima-nova", Proxima Nova, sans-serif, Arial, Helvetica;
	line-height: 1.75em;
}
.tribe-events-list .vevent.hentry h2 {
	font-size: 28px;
	font-weight: 200;
	margin-top: 0px;
	display: block;
	text-transform: none;
}
.tribe-events-list .vevent.hentry h2 a {
	text-transform: none;
}




#tribe-events-content .tribe-events-page-title {font-size: 36px; font-weight: 400;}
#tribe-events-content .tribe-events-page-title, #tribe-events-content .tribe-events-list-separator-month span {}
#tribe-events-content .tribe-events-list-separator-month span {font-style: italic; font-weight: 300;}
#tribe-bar-form .tribe-bar-filters-inner {background: transparent!important;}
#tribe-bar-form {background: transparent!important;}
#tribe-events-bar * {}
.tribe-bar-views-inner {background: transparent; 
	border: 1px solid #aaaaaa;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
#tribe-bar-views .tribe-bar-views-list {}
#tribe-bar-views li.tribe-bar-views-option {background: #aaaaaa;}










#secondary #tribe-events-adv-list-widget-2 {vertical-align: top;
	padding: 5.1%;
	text-align: left;
	color: #7f8c8d;
	width: 95%; margin-left: auto; margin-right: auto; display: block;
}
#secondary #tribe-events-adv-list-widget-2 h1 {display: inline-block; width: 25%;
	color: #7f8c8d; font-size: 30px; letter-spacing: -1px; font-weight: 200;
	vertical-align: top;
	margin-top: 0; padding-top: 0;
	text-transform: none;
}
#secondary #tribe-events-adv-list-widget-2 ol {margin: 0; padding: 0; display: inline-block; list-style: none; margin-left: 5%; width: 44%;}
#secondary #tribe-events-adv-list-widget-2 ol li h4 {
	font-size: 19px;
	font-weight: normal;
	color: #7f8c8d;
	font-weight: 300;
	line-height: 15px;
	margin: 0; padding: 0;
	z-index: 10;
	margin-bottom: 15px;
}
#secondary #tribe-events-adv-list-widget-2 ol li h4 a {color: #7f8c8d;}
#secondary #tribe-events-adv-list-widget-2 ol li .duration {
	font-size: 14px; font-weight: 200; color: #7f8c8d;
}
#secondary #tribe-events-adv-list-widget-2 ol li .duration .date-start {
	font-size: 14px; font-weight: 200; color: #7f8c8d;
}
#secondary #tribe-events-adv-list-widget-2 ol li .tribe-events-divider {
	font-size: 14px; font-weight: 200; color: #7f8c8d;
}
#secondary #tribe-events-adv-list-widget-2 ol li .tribe-events-event-cost {
	font-size: 14px; font-weight: 200; color: #7f8c8d;
	padding-left: 5px; padding-right: 5px; padding-bottom: 2px; padding-top: 2px; border: 1px solid #7f8c8d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#secondary #tribe-events-adv-list-widget-2 ol li .tribe-events-event-cost span {}
#secondary #tribe-events-adv-list-widget-2 ol li .location {
	font-size: 14px; font-weight: 200; color: #7f8c8d; margin-top: 10px;
}
#secondary #tribe-events-adv-list-widget-2 .tribe-events-widget-link {display: inline-block; width: 25%; text-align: right; vertical-align: top; margin-top: 0; padding-top: 0;}
#secondary #tribe-events-adv-list-widget-2 .tribe-events-widget-link a {
	padding: 8px 35px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 22px;
	-webkit-transition: color 0.25s, background 0.25s;
	-moz-transition: color 0.25s, background 0.25s;
	-o-transition: color 0.25s, background 0.25s;
	transition: color 0.25s, background 0.25s;
	background: transparent!important;
	color: #a6a59c!important;
	border: 1px solid #7f8c8d!important;
	font-size: 19px;
	display: inline-block;
	text-align: center;
	margin-right: 0;
	margin: 0;
}
#secondary #tribe-events-adv-list-widget-2 .tribe-events-widget-link a:hover {
	background: #7f8c8d!important;
	border: 1px solid #b4b3aa!important;
	color: white!important;
}





#tertiary {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #e5e3d7;
	font-size: 45px;
	font-weight: normal;
	color: #b4b3aa;
	font-family: "futura-pt", futura-pt, Futura, Arial, sans-serif;
	font-weight: 200;
	letter-spacing: -1px;

	margin-right: auto;
	margin-left: auto;
}

#tertiary #tribe-events-adv-list-widget-2 {vertical-align: top;}
#tertiary #tribe-events-adv-list-widget-2 h1 {display: inline-block; width: 25%;
	color: #b4b3aa; font-size: 30px; letter-spacing: -1px; font-weight: 200;
	vertical-align: top;
	margin-top: 0; padding-top: 0;
	text-transform: none;
}
#tertiary #tribe-events-adv-list-widget-2 ol {margin: 0; padding: 0; display: inline-block; list-style: none; margin-left: 5%; width: 44%;}
#tertiary #tribe-events-adv-list-widget-2 ol li h4 {
	font-size: 19px;
	font-weight: normal;
	color: #b4b3aa;
	font-weight: 300;
	line-height: 15px;
	margin: 0; padding: 0;
	z-index: 10;
	margin-bottom: 10px;
}
#tertiary #tribe-events-adv-list-widget-2 ol li h4 a {color: #b4b3aa;}
#tertiary #tribe-events-adv-list-widget-2 ol li .duration {
	font-size: 14px; font-weight: 200; color: #b4b3aa;
}
#tertiary #tribe-events-adv-list-widget-2 ol li .duration .date-start {
	font-size: 14px; font-weight: 200; color: #b4b3aa;
}
#tertiary #tribe-events-adv-list-widget-2 ol li .tribe-events-divider {
	font-size: 14px; font-weight: 200; color: #b4b3aa;
}
#tertiary #tribe-events-adv-list-widget-2 ol li .tribe-events-event-cost {
	font-size: 14px; font-weight: 200; color: #b4b3aa;
	padding-left: 5px; padding-right: 5px; padding-bottom: 2px; padding-top: 2px; border: 1px solid #b4b3aa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#tertiary #tribe-events-adv-list-widget-2 ol li .tribe-events-event-cost span {}
#tertiary #tribe-events-adv-list-widget-2 ol li .location {
	font-size: 14px; font-weight: 200; color: #b4b3aa;  margin-top: 10px;
}
#tertiary #tribe-events-adv-list-widget-2 .tribe-events-widget-link {display: inline-block; width: 25%; text-align: right; vertical-align: top; margin-top: 0; padding-top: 0;}
#tertiary #tribe-events-adv-list-widget-2 .tribe-events-widget-link a {
	padding: 8px 35px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 22px;
	-webkit-transition: color 0.25s, background 0.25s;
	-moz-transition: color 0.25s, background 0.25s;
	-o-transition: color 0.25s, background 0.25s;
	transition: color 0.25s, background 0.25s;
	background: transparent!important;
	color: #a6a59c!important;
	border: 1px solid #b4b3aa!important;
	font-size: 19px;
	display: inline;
	text-align: right;
	margin-right: 0;
	margin: 0;
}
#tertiary #tribe-events-adv-list-widget-2 .tribe-events-widget-link a:hover {
	background: #b4b3aa!important;
	border: 1px solid #b4b3aa!important;
	color: white!important;
}

@media (max-width: 767px) {
	#tertiary #tribe-events-adv-list-widget-2 .tribe-events-widget-link, #secondary #tribe-events-adv-list-widget-2 .tribe-events-widget-link, #secondary #tribe-events-adv-list-widget-2 ol, #tertiary #tribe-events-adv-list-widget-2 ol, #secondary #tribe-events-adv-list-widget-2 ol li h4, #tertiary #tribe-events-adv-list-widget-2 ol li h4, #secondary #tribe-events-adv-list-widget-2 ol li h4 a, #tertiary #tribe-events-adv-list-widget-2 ol li h4 a, #secondary #tribe-events-adv-list-widget-2 h1, #tertiary #tribe-events-adv-list-widget-2 h1	{
		display: block; text-align: center;
		width: 100%;
	}
}

.tribe-events-back a {
-webkit-border-radius: 5px!important;
-moz-border-radius: 5px!important;
border-radius: 5px!important;
line-height: 22px!important;
-webkit-transition: color 0.25s, background 0.25s;
-moz-transition: color 0.25s, background 0.25s;
-o-transition: color 0.25s, background 0.25s;
transition: color 0.25s, background 0.25s;
color: #fd6d2e!important;
background-color: transparent!important;
border: 1px solid #fd6d2e!important;
font-size: 15px!important;
font-weight: normal!important;
line-height: 1.4!important;
border-radius: 4px!important;
padding: 10px 55px!important;
-webkit-font-smoothing: subpixel-antialiased;
margin-bottom: 35px;
margin-left: 15px;
width: 180px;
margin-top: 75px;
}
.tribe-events-back a:hover {
	color: white!important;
	background-color: #fd6d2e!important;
	border: 1px solid #fd6d2e!important;
}

#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next, #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next {width: 38%; display: block; text-align: center; float: right;}

#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous {width: 38%; display: block; float: left;}

#tribe-events-header .tribe-events-sub-nav a, #tribe-events-footer .tribe-events-sub-nav a {
	-webkit-border-radius: 5px!important;
-moz-border-radius: 5px!important;
border-radius: 5px!important;
line-height: 22px!important;
-webkit-transition: color 0.25s, background 0.25s;
-moz-transition: color 0.25s, background 0.25s;
-o-transition: color 0.25s, background 0.25s;
transition: color 0.25s, background 0.25s;
color: #fd6d2e!important;
background-color: transparent!important;
border: 1px solid #fd6d2e!important;
font-size: 15px!important;
font-weight: normal!important;
line-height: 1.4!important;
border-radius: 4px!important;
padding: 15px 55px!important;
-webkit-font-smoothing: subpixel-antialiased;
margin-bottom: 35px;
width: auto;

margin-left: auto; margin-right: auto;
margin-top: 50px; text-align: center;
}

#tribe-events-header .tribe-events-sub-nav a:hover, #tribe-events-footer .tribe-events-sub-nav a:hover {
color: white!important;
background-color: #fd6d2e!important;
border: 1px solid #fd6d2e!important;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]>a, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, #tribe-events .tribe-events-button, .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover {background-color: #fd6d2e;}

#tribe-events-content {width: 85%; margin-left: auto; margin-right: auto;}


a.more-link {
	width: 280px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
	font-size: 23px;
	letter-spacing: 0.5px;
	font-weight: 200;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 22px;
	-webkit-transition: color 0.25s, background 0.25s;
	-moz-transition: color 0.25s, background 0.25s;
	-o-transition: color 0.25s, background 0.25s;
	transition: color 0.25s, background 0.25s;
	white-space: normal;
	padding: 13px 35px;
	color: #fd6d2e;
	background-color: transparent;
	border: 1px solid #fd6d2e;
	-webkit-font-smoothing: subpixel-antialiased;
	margin-top: 75px;
}

a.more-link:hover {
	color: white;
	background-color: #fd6d2e;
	border: 1px solid #fd6d2e;

}

a.yarpp-thumbnail {margin-bottom: 8px;}

span.yarpp-thumbnail-default {margin-left: 0!important; margin-bottom: 5px!important;}


.yarpp-thumbnail-default > img, .yarpp-thumbnails-horizontal .yarpp-thumbnail > img, .yarpp-thumbnail-default img {
	-webkit-border-radius: 180px!important;
	-moz-border-radius: 180px!important;
	border-radius: 180px!important;
	margin-right: 12px;
	display: block!important;
	float: left!important;
	width: 40px!important;
	height: 40px!important;
	overflow: hidden;
	max-width: 40px!important;
	max-height: 40px!important;
	min-width: 40px!important;
	min-height: 40px!important;
	margin-left: 0;
}


#originalspage .content-32.ctarelated {display: none!important;}
#aboutpage .content-32.ctarelated {display: none!important;}
#eventspage .content-32.ctarelated {display: none!important;}

.defaulttitle {}
.defaulttitle h1 {text-align: center;}
.page-header.defaulttitle {margin-top: 0; padding-top: 65px; padding-bottom: 25px; margin-bottom: 50px;}
#content.defaultcontent {}

#fourofourpage {}
#fourofourpage .content-13.subscribe-form {padding-left: 25px; padding-right: 25px; width: 75%; margin-left: auto; margin-right: auto; background: transparent!important;}
#fourofourpage .content-15 p {font-size: 22px; font-weight: 200;}
#fourofourpage .col-sm-6 {}
#fourofourpage .col-sm-6 h2 {}
#fourofourpage .col-sm-6 ul {list-style: none;}
#fourofourpage .col-sm-6 ul li {
	font-size: 18px;
	font-weight: normal;
	color: #7f8c8d;
	margin-bottom: 15px;
}
#fourofourpage .col-sm-6 ul li a {
	color: #7f8c8d;
}

#pagetemplate {}
#pagetemplate .content-32.ctarelated {display: none!important;}
#pagetemplate #comments {display: none!important;}
#pagetemplate .content-15 p {
	font-size: 19.3px;
	line-height: 1.74;
	margin: 0 0 15px;
	color: #9d9d9d;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.4px;
}

blog-1.blog-article.pagetemplateblog {padding-bottom: 0!important;}
.pagetemplateblogtwo {padding-top: 0!important; padding-bottom: 0!important;}
.pagetemplateblogtwo .content-15 {padding-top: 0!important; padding-bottom: 50px!important;}
.pagetemplateblogtwo #comments {display: none!important;}

.pagetemplateblog {margin-bottom: 0!important; padding-bottom: 0!important;}
.pagetemplateblog .title {margin-bottom: 0!important;}
.pagetemplateblogparttwo {margin-top: 0!important;}
#pagetemplate .content-15 {padding-top: 50px!important; padding-bottom: 50px!important;}

.site-content .nav-previous a {
width: 280px;
text-align: center;
margin-left: auto;
margin-right: auto;
display: block;
margin-bottom: 75px;
font-size: 23px;
letter-spacing: 0.5px;
font-weight: 200;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
line-height: 22px;
-webkit-transition: color 0.25s, background 0.25s;
-moz-transition: color 0.25s, background 0.25s;
-o-transition: color 0.25s, background 0.25s;
transition: color 0.25s, background 0.25s;
white-space: normal;
padding: 13px 35px;
color: #fd6d2e;
background-color: transparent;
border: 1px solid #fd6d2e;
-webkit-font-smoothing: subpixel-antialiased;
margin-top: 0px;}
.site-content .nav-previous a:hover {
	color: white;
	background-color: #fd6d2e;
	border: 1px solid #fd6d2e;
}

/* Tutorial Vault */

.projects-4.tutorialads {padding-top: 10px; padding-bottom: 35px;}
.projects-4 .projects .photo {
opacity: 100!important;
filter: alpha(opacity=10000)!important;
opacity: 100!important;
filter: alpha(opacity=100)!important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.tutorialads .projects .photo img {max-width: auto!important; max-height: auto!important; margin: 0!important; padding: 0!important;}

@media (max-width: 767px) {
	.projects-4 .projects .project-wrapper {max-width: 280px; margin-left: auto; margin-right: auto;}
	.projects-4 .projects .photo {text-align: center;}
	.projects-4 .projects .photo img {}
	.vault-tags ul.categories {display: none;}
}


.vidcategories {padding-top: 75px;}

.tutorialsignup.newslettercta {
	background: #f7f7f7; padding: 20px; 
	padding-left: 30px; padding-right: 30px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 25px;
}
.tutorialsignup.newslettercta p {margin-bottom: 2px; font-weight: 200; text-align: left;}
.tutorialsignup.newslettercta p span {font-size: 14px; font-weight: 100; text-align: left;}
.tutorialsignup.newslettercta h3 {text-align: left; margin: 0; margin-bottom: 15px;}
.tutorialsignup.newslettercta form input {
	width: 31.1%;
	display: inline-block;
	margin-right: 1%;
}

.tutorialsignup.newslettercta .signup-form .btn.btn-inverse {
background: #fd6d2e;
color: white;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 15px;
font-weight: 400;
text-align: center;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
-webkit-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.35);
-moz-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.35);
box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.35);
border: none;
width: 31.1%;
}

.tutorialsignup.newslettercta form input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.35);
	box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.35);
	border: none;
}



.vault-maindesc {margin-left: 4%; margin-right: 4%;}

dd.tubepress_meta_title, dd.tubepress_meta_title a, dd.tubepress_meta_title a:hover {
font-size: 15px;
line-height: 1.1;
color: #9d9d9d;
font-weight: 400;
font-style: normal;
letter-spacing: 0.4px;
margin: 0;
margin-bottom: 8px;
margin-top: 8px;
}

div.tubepress_container div.pagination a:hover , div.tubepress_container div.pagination span.current {
font-size: 13px;
line-height: 1.14;
margin: 0 0 7px;
color: #9d9d9d;
letter-spacing: 0.4px;
border: 1px solid #fd6d2e;
border-radius: 30px;
cursor: pointer;
display: inline-block;
height: 38px;
width: 38px;
line-height: 38px;
margin: 0 1px;
position: relative;
text-align: center;
text-decoration: none;
background: #fd6d2e!important;
color: #ffffff!important;
-webkit-box-shadow: none;
box-shadow: none;
}
div.tubepress_container div.pagination a {
font-size: 13px;
line-height: 1.14;
margin: 0 0 7px;
color: #9d9d9d;
letter-spacing: 0.4px;
height: 38px;
width: 38px;
display: inline-block;
padding: 0;
background: transparent;
color: #fd6d2e;
border: 1px solid #fd6d2e;
border-radius: 38px;
cursor: pointer;
display: inline-block;
height: 38px;
width: 38px;
line-height: 38px;
margin: 0 1px;
position: relative;
text-align: center;
text-decoration: none;
-webkit-box-shadow: none;
box-shadow: none;
}

dd.tubepress_meta_runtime {background: transparent; color: #f36d32; padding: 1px 6px;
border: 1px solid #f36d32;
font-size: 12px;
font-weight: 400;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.tubepress_thumb {
float: left;
width: 30%;
margin-right: 2.5%;
height: 225px;
line-height: 1.1em;
font-size: 11px;
overflow: hidden;
text-align: left;
}
dl.tubepress_meta_group {margin: inherit!important;}
.tubepress_thumb img {background: url(http://stillmotionblog.com/wp-content/themes/stillmotion/images/vault-hover.jpg) no-repeat center center #333333; background-size: cover;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.tubepress_thumb:hover img {
  opacity: 40!important;
  filter: alpha(opacity=4000)!important;
  opacity: 0.4!important;
  filter: alpha(opacity=40)!important;
  
	-webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.tubepress_thumb:hover a {color: #333333;}

div.tubepress_container div.pagination {}
.vault-tags ul.categories {text-align: left; background: none;}
.vault-tags ul.categories li {display: block; float: none;
margin: 0;
padding: 0;
width: 100%;
height: 35px;
background: none;
text-align: left;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.vault-tags ul.categories li:hover {background: none;}
.vault-tags ul.categories li a {
font-size: 13px;
font-weight: 500;
color: #898989;
padding-left: 45px;
padding-top: 2px;
height: 27px;
display: block;
cursor: default!important;
}

.vault-tags ul.categories li a button {border: none!important; background: none!important;
font-size: 13px;
font-weight: 500;
color: #898989;
cursor: pointer!important;
width: 100%;
text-align: left;
}

.vault-tags ul.categories li a:hover {color: #333333;}
.vault-tags ul.categories li a.active {color: #333333;}

.vault-tags ul.categories li a.all {background: url(images/vault/category-all.gif) left center no-repeat;}
.vault-tags ul.categories li a.audio {background: url(images/vault/category-audio.gif) left center no-repeat;}
.vault-tags ul.categories li a.business {background: url(images/vault/category-business.gif) left center no-repeat;}
.vault-tags ul.categories li a.camera {background: url(images/vault/category-camera.gif) left center no-repeat;}
.vault-tags ul.categories li a.gear {background: url(images/vault/category-gear.gif) left center no-repeat;}
.vault-tags ul.categories li a.lighting {background: url(images/vault/category-lighting.gif) left center no-repeat;}
.vault-tags ul.categories li a.post {background: url(images/vault/category-post.gif) left center no-repeat;}
.vault-tags ul.categories li a.story {background: url(images/vault/category-story.gif) left center no-repeat;}

.vaultintro {padding-top: 25px; padding-bottom: 25px;}

.blog-1.blog-article.mainadarea {padding-bottom: 25px; padding-top: 25px; margin-bottom: 0; background: #f6f6f6;}
.blog-1.blog-article.mainadarea .projects-4.tutorialads {padding-bottom: 10px; padding-top: 10px;}

@media (max-width: 767px) {
	.blog-1.blog-article.mainadarea .projects-4 .projects .project-wrapper + .project-wrapper {margin-top: 10px;}
}

@media (max-width: 480px) {
	/*.vidcategories .tubepress_thumb img {max-width: 90px!important;}*/
	.tubepress_thumb {width: 31%!important; margin-right: 1.5%!important;}
	.tubepress_thumb img {max-width: 85px!important;}
	.tubepress_thumb dd.tubepress_meta_title, .tubepress_thumb dd.tubepress_meta_title a, .tubepress_thumb dd.tubepress_meta_title a:hover {max-width: 85px!important;}
}
@media (max-width: 767px) {
	/*.vidcategories .tubepress_thumb img {max-width: 125px!important;}*/
	.tubepress_thumb {width: 31%!important; margin-right: 1.5%!important;}
	.tubepress_thumb img {max-width: 125px!important;}
	.tubepress_thumb dd.tubepress_meta_title, .tubepress_thumb dd.tubepress_meta_title a, .tubepress_thumb dd.tubepress_meta_title a:hover {max-width: 125px;}
}