*, html {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 10px 0;
	text-align: justify;
}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
}

iframe {
	overflow: hidden;
	border: 0;
}

iframe::-webkit-scrollbar {  
        display: none;
}

h2 {
	font-size: 26px;
	margin: 30px 0 10px 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #6C9D05;
}

a {
	color: #6C9D05;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#wrap {
	position: relative;
	width: 810px;
}

#content:after {
	content: '';
	display: table;
	clear: both;
}

#content h1 {
	font-size: 24px;
	font-weight: 300;
	color: #6C9D05;
}

#content h3 {
	font-size: 18px;
	font-weight: 300;
	color: #6C9D05;
	margin-bottom: 0 !important;
}

#videoplayer {
	width: 810px;
	margin-bottom: 30px;
}

.entry {
	width: 146px;
	height: 145px;
	float: left;
	margin: 0 20px 20px 0;
	overflow: hidden;
	cursor: pointer;
	color: #6C9D05;
	font-weight: 500;
}

.entry:hover {
	text-decoration: underline;
}

.entry:nth-child(5n) {
	margin-right: 0 !important;
}

.thumb:after {
	content: '';
	position: absolute;
	width: 146px;
	height: 100px;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
	left: 0px;
	top: 0px;
}

.thumb {
	background: #f0f0f0;
	position: relative;
	width: 146px;
	height: 100px;
	overflow: hidden;
	margin-bottom: 7px;
	transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	-webkit-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
}

.thumb:hover {
	opacity: 0.7;
}

.thumb img {
	position: absolute;
	height: 100px;
	margin-left: -15px;
	z-index: 0;
}

.thumb .length {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	padding: 3px 5px 3px 5px;
	right: 0;
	bottom: 0;
	font-size: 11px;
	color: #fff;
	z-index: 1;
}

.alignleft {
	float: left;
	margin:0 15px 10px 0;
	padding-top: 5px;
}

.alignright {
	float: right;
	margin:0 0 10px 15px;
	padding-top: 5px;
}

.clear {
	clear: both;
}

.btn:after {
	content: 's';
	position: absolute;
	width: 75px;
	color: rgba(0, 0, 0, 0.0);
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
	left: 0px;
	top: 0px;
	padding: 7px 7px 7px 7px;
}

.btn {
    background: #6C9D05;
	position: relative;
    width: 75px;
    display: inline-block;
    -webkit-box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.25);
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    color: #fff;
    cursor: pointer;
    padding: 7px;
    vertical-align: top;
    white-space: nowrap;
    text-align: center;
}

.btn:active {
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
}

#videos {
	transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	-webkit-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
}

#prev {
	float: left;
}

#next {
	float: right;
}

.btn.disabled {
	cursor: default !important;
	background: #ccc !important;
}

.btn.disabled:active {
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25) !important;
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25) !important;
}

#menu, #menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu:after {
    content: '';
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	margin: 0 0 0 0;
}

#menu {
    background: #6C9D05;
    margin-bottom: 30px;
    overflow: hidden;
	padding-bottom: 1px;
	-moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
	-webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
}

#menu li {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-left: -1px;
    font-size: 12px;
    text-align: center;
    color: #d8dfea;
    font-weight: 500;
}

#menu li:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

#menu li:hover a {
	color: #fff !important;
}

#menu li a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	display: block;
	padding: 8px 0;
}

#menu li.active {
	background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
}

#menu li.active a {
    color: #fff !important;
}

#menu li:first-child:nth-last-child(4),
#menu li:first-child:nth-last-child(4) ~ * {
    width: calc(100%/4 + 1px) !important;
}
#menu li:first-child:nth-last-child(5),
#menu li:first-child:nth-last-child(5) ~ * {
    width: calc(100%/5 + 1px) !important;
}
#menu li:first-child:nth-last-child(6),
#menu li:first-child:nth-last-child(6) ~ * {
    width: calc(100%/6 + 1px) !important;
}
#menu li:first-child:nth-last-child(7),
#menu li:first-child:nth-last-child(7) ~ * {
    width: calc(100%/7 + 1px) !important;
}

#menu li div {
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -7px;
    width: 1px;
    height: 14px;
}

div.donate {
	float: left;
	width: 330px;
}

#mediawrapper {
    width: 810px;
	margin-top: 30px;
}

#mediawrapper .title {
    background: #f0f0f0;
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 7px 0 7px 0;
    color: #777;
}

.media {
    background: #e2e2e2;
    width: 100%;
    height: 100px;
    text-align: center;
    padding: 38px 0 0 16px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.social:nth-last-child(1) {
    margin-right: 0;
}

.social {
    background: url(../img/media.png);
    background-position: 0 -16px;
    width: 84px;
    height: 25px;
    float: left;
    margin-right: 12px;
    opacity: 0.6;
    cursor: pointer;
    transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	-webkit-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
}

.social:hover {
    opacity: 1.0;
}

.social#google {
    background-position: -84px -12px;
    width: 150px;
    height: 35px;
    margin-top: -3px;
}

.social#itunes {
    background-position: -233px 0;
    width: 139px;
    height: 40px;
    margin-top: -15px;
}

.social#mobile {
    background-position: -373px -4px;
    width: 115px;
    height: 44px;
    margin-top: -12px;
}

.social#crosstv {
    background-position: -488px -12px;
    width: 136px;
    height: 29px;
    margin-top: -4px;
}

.social#youtube {
    background-position: -624px -10px;
    width: 96px;
    height: 50px;
    margin-top: -6px;
}

#contactwrap {
    width: 810px;
	margin-top: 30px;
}

#contactwrap .title {
    background: #f0f0f0;
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 7px 0 7px 0;
    color: #777;
}

#contact .message {
	background: #7dbd2b;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
}

#contact .error {
    background: #d32424 !important;
}

#contact {
    background: #e2e2e2;
    padding: 15px;
}

#contact * {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
}

#contact .left {
    width: 292px;
    float: left;
}

#contact .right {
    width: 473px;
    float: right;
}

#contact input[type=text] {
    width: 100%;
    height: 30px;
    border: 0;
    margin-bottom: 15px;
    padding: 0 8px 0 8px;
	border: #ccc 1px solid;
}

#contact input[type=text]:focus {
	border: #b0b0b0 1px solid;
}

#contact input[type=text]:nth-last-child(1) {
    margin-bottom: 0;
}

#contact textarea {
    width: 100%;
    height: 75px;
    border: 0;
    vertical-align: top;
    margin-bottom: 15px;
    padding: 10px;
	resize: none;
	border: #ccc 1px solid;
}

#contact textarea:focus {
	border: #b0b0b0 1px solid;
}

.btnarea { position: relative; }

.submit:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 30px;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
	left: 0px;
	top: 0px;
}

#contact .submit {
    background: #6C9D05;
	position: relative;
    width: 100%;
	height: 30px;
	border: none;
    -webkit-box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.25);
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    white-space: nowrap;
    text-align: center;
	padding: 8px;
}

#contact .submit:active {
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
}