/* http: //meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
tablea, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html,body {
	background: #fff;
	color: #3c434b;
	font: 1em/1.2 'Montserrat', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
	outline: none
}
small {
	font-size:11px;
}
.green {
	color: #729f39 !important;
}
.grey {
	color:#ccc !important;
}
.shadow-dark {
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}
.shadow-light {
	text-shadow:1px 1px 1px rgba(255,255,255,0.3);
}
/* Typography */
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	margin:0 0 10px 0;
}
h4,h5,h6 {
	line-height:120%;
}
h1,h2,h3 {
	line-height:100%;
	letter-spacing:-2px;
	padding:10px 0 20px 0;
	margin-top:10px;
}
h1 {font-size:4.5em;}
h2 {font-size:4em;}
h3 {font-size:3.5em;}
h4 {font-size:2.25em;}
h5 {font-size:1.2em;font-weight:normal}
h6 {font-size:1.25em;font-weight:normal}
.load {margin:60px auto 0 auto;opacity:0.3;width:700px;text-align:center;}
.load img {height:52px;width:52px;}
a:link,a:visited {
	color: #729f39;
	-moz-transition: all .2s;
	-webkit-transition: all .3s;
	text-decoration: none;
}
a:hover {
	color: #729f39;
	text-decoration: none;
}
.cats {
	min-width: 780px;
	max-width: 1060px;
	margin: 20px auto;
	overflow:hidden;
	display:block;
	padding:0 20px 20px 20px;
}
.cats li {
	display:inline-block;

}
#container {
	min-width: 780px;
	max-width: 1060px;
	margin: 20px auto;
	padding:0 0 0 5px;
}
a.cat-bubble {
	padding:15px 25px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color: #fff;
	background:#3c434b;
	font-weight:400;
	-moz-transition: all .2s;
	-webkit-transition: all .5s;
	text-decoration: none;
	font-size:19px;
	display:inline-block;
	margin:10px 6px 0 0;
}
a.cat-bubble:hover, a.cat-bubble.selected {
	background: #729f39;
	color:#fff;
}

.cat-desc {
	height:230px;
	display:block;
	width:340px;
	background:#3c434b;
	margin-bottom:20px;
	margin-top:10px;
}
a.viewall {
	clear: both;
	color: #729f39;
	display:block;
	padding:20px 0 0 0;
}
.header-content a {
	color:#3c434b;
	-moz-transition: all .2s;
	-webkit-transition: all .5s;
}	
.header-content a:hover {
	color:#729f39
}
/* Main CSS */
#page-wrap {
	min-width: 780px;
	max-width: 1100px;
	margin: 0 auto;
	padding:0 20px;
}
#page-wrap #inside {
	margin: 20px 0;
}

.social {
	float:right
}
.social .fa{
	margin-right:10px;
	font-size:14px;
	vertical-align: middle;
}
.social a:last-child {
	margin-right:5px;
}
.header {
	display:block;
	z-index: 999;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-width:100%;
    background:#fff;
    color:#3c434b;
    top:0;
    margin-bottom:40px
}
.logo {
	overflow:visible;
	float:left;
	padding-left:20px;
}
.logo img{
	display:inline-block;
	margin:15px 0 0 0;
	width:400px;
}
.nav {
	overflow:hidden;
	float:right;
	margin:15px 0 0 20px;
	padding-right:20px;
}

#twitter-widget-0 { vertical-align: text-bottom !important; }
.main-nav{height:24px;}
.nav ul li {
	display:inline-block;
	margin-right:10px;
	text-decoration:none;
	height:24px;
}
.nav ul li:last-child {
	margin-right:0;
}
.nav ul li a {
	text-decoration: none;
}

a.load-more{
	padding:15px 25px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:#3c434b;
	background: #fff;
	font-weight:400;
	-moz-transition: all .2s;
	-webkit-transition: all .5s;
	text-decoration: none;
	font-size:19px;
	display:inline-block;
	margin:10px 6px 0 0;
}

.stuck {
	position: fixed;
	top: 0px;
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.1);
}
.padded {
	margin-bottom: 84px;
}
.header-content {
	min-width: 780px;
	max-width: 1100px;
	margin: 0 auto;
	overflow:hidden;
	display:block;

}
.divider {
	margin:10px 0;
	padding:10px 0;
	clear:both;
	display:block;
}
.copyright {
	padding:0 20px;
	display:inline-block;
		opacity:0.3;
		font-size:12px;
}
.copyright .fa {font-size:18px;margin-right:5px;}
.footer {
	clear:both;
	position:static;
	overflow:hidden;
	padding:40px 0;
	text-align:center;
	width:100%;
	font-size:16px;
	margin-top:40px;
}

#container > div {
	margin-bottom:10px;
	margin-right:5px;
	margin-left:5px;
	overflow:hidden;
	background-color:#3c434b;
	max-width:340px;
	display:inline-block;
	vertical-align: top;
}
#container > div img {
	width:340px;
	height:auto !important;
	margin-top:-33px;
	overflow:hidden;
	background-color:#3c434b;
}
.vtitle {
	width:320px;
	padding:10px;
	background-color:#292e34;
	color:#fff;
	font-size:14px;
}
.vouter {
	overflow: hidden
}
.ytIMG {
	margin-top:-170px !important;
}
#container > div iframe,
#container > div object
#container > div embed {
	max-width:100%;
	max-height:100%;
	background-color:#3c434b;
}
div.html5-video-content {
	top:0px !important;
	background-color:#3c434b;
}
.fa-file-text-o{
	font-size:100px
}

.rev_icons{
	font-size:50px
}

.doc{text-align:center;vertical-align:top;width:195px;text-align:center;display:inline-block;padding:10px}
.doc:hover{background:#eee}
/*.v img {
	margin-top:-33px;
}*/
/* iPads (portrait and landscape) ----------- */
@media screen and (max-width : 1024px) {
.nav{
	clear:both;
	display:block;
	float:left;
}
}