/*
Theme Name:PulseFM
Theme URI:Description:A custom WordPress theme for PulseFM.
Version:1.3
Author:Author URI:License:GNU General Public License
License URI:license.txt
Tags:dark,light
*/

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, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	border: 0;
}

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;
}

a[href], label[for], select, input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=image]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.ie7 .clearfix {
	zoom: 1;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	overflow: auto;
}

input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], input[type=reset], input[type=button], input[type=submit], button, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

/* Normalized Styles
------------------------------------------------------------------------------*/

body {
	font: bold 16px "Gaspar", Arial, Helvetica, sans-serif;
	color: #363636;
	background: #fff url(images/bg-body.jpg) no-repeat 50% 0;
	background-size: cover;
	-webkit-text-size-adjust: none;
	min-width: 320px;
}

input, textarea, select, button {
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #363636;
}

a:hover {
	text-decoration: underline;
}

/* wrapper */

#wrapper {
	max-width: 980px;
	overflow: hidden;
	width: 100%;
	position: relative;
	padding: 18px 0 0;
	margin: 0 auto;
}

/* header */

header {
	position: relative;
	z-index: 10;
}

.banner-area {
	text-align: center;
	padding: 0 0 29px;
}

.h-area {
	overflow: hidden;
	padding: 0 0 6px;
}

.h-area-holder {
	overflow: hidden;
}

.m-nav-link {
	float: right;
	margin: 30px 0 0;
	display: none;
	background: url(images/bg-m-nav-link.png) no-repeat;
	width: 35px;
	height: 35px;
	overflow: hidden;
	text-indent: -9999px;
}

.h-frame {
	float: left;
	margin: 10px 33px 0 19px;
}

.logo {
	display: block;
	background: url(images/pulsefm-bg-logo.png) no-repeat;
	width: 278px;
	height: 101px;
	overflow: hidden;
	text-indent: -9999px;
}

.logo a {
	display: block;
	height: 100%;
}

.top-social-nav {
	float: left;
	margin: 0;
	padding: 39px 0 0;
	list-style: none;
}

.top-social-nav li {
	float: left;
	padding: 0 11px 0 0;
}

.h-area .btn-listen {
	float: right;
	background: url(images/bg-btn-listen.png) no-repeat;
	width: 228px;
	height: 107px;
	overflow: hidden;
	text-indent: -9999px;
}

.h-area .btn-listen:hover {
	background-position: 0 -107px;
}

#nav {
	margin: 0;
	padding: 0 0 5px 7px;
	list-style: none;
	font-size: 18px;
	line-height: 21px;
}

#nav .drop-arrow {
	display: none;
	padding: 0 0 0 10px;
	background: url(images/bg-nav-mobile.png) no-repeat;
	width: 8px;
	height: 13px;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	top: 15px;
	left: 6px;
}

#nav:after {
	content: "";
	clear: both;
	display: block;
}

#nav > li {
	float: left;
	position: relative;
}

#nav > li > a {
	display: block;
	padding: 10px 12px;
	cursor: pointer;
	color: #231f20;
}

#nav > li.drop:hover > a, #nav li > a:hover {
	text-decoration: none;
	color: #188d9d;
}

#nav > li.active > a {
	color: #188d9d;
}

#nav li > a span {
	display: block;
	padding: 0 22px 0 0;
	background: url(images/bg-nav.png) no-repeat 100% 7px;
}

#nav li:hover .drop-box {
	display: block;
}

#nav .drop-box {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	width: 159px;
	padding: 7px 12px;
	box-shadow: 0 2px 2px #dedede;
	-webkit-box-shadow: 0 2px 2px #dedede;
}

#nav .drop-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav .drop-box li {
	border-top: 1px solid #ccc;
	overflow: hidden;
	padding: 5px 0 7px;
	vertical-align: top;
}

#nav .drop-box li:first-child {
	border: 0;
}

#nav .drop-box a {
	color: #636466;
}

#nav .drop-box a:hover {
	color: #188b9b;
	text-decoration: none;
}

#nav li.drop:hover > a, #nav li.drop > a:hover {
	box-shadow: 0 0 2px #dedede;
	-webkit-box-shadow: 0 0 2px #dedede;
}

/* main */

#main {
	background: url(images/bg-main.gif);
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 20px 2.1%;
}

.gallery-area {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.gallery-area .slides {
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.gallery-area.promo-gallery .flex-direction-nav {
	display: none;
}

.gallery-area .slides li {
	float: left;
	width: 100%;
	display: none;
}

.gallery-area .slides li a {
	display: block;
}

.widget .flex-direction-nav {
	position: absolute;
	top: 50px;
	left: 0;
	height: 9px;
	width: 100%;
}

.widget .flex-direction-nav a {
	position: absolute;
	top: 0;
	text-indent: -9999px;
	height: 9px;
	width: 9px;
	background: url(images/slider-arrow.gif) no-repeat;
}

.widget .flex-direction-nav .flex-prev {
	background-position: 0 0;
	left: 7px;
}

.widget .flex-direction-nav .flex-prev:hover {
	background-position: 0 -9px;
}

.widget .flex-direction-nav .flex-next {
	background-position: 0 -18px;
	right: 7px;
}

.widget .flex-direction-nav .flex-next:hover {
	background-position: 0 -27px;
}

.gallery-area .slides li:first-child {
	display: block;
}

.gallery-area .flex-control-paging {
	text-align: center;
	margin: 0;
	padding: 0 0 16px;
	list-style: none;
}

.gallery-area .flex-control-paging li {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
}

.gallery-area .flex-control-paging a {
	display: block;
	width: 13px;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	cursor: pointer;
	height: 13px;
	background: #c7c7c7;
	overflow: hidden;
	text-indent: -9999px;
}

.gallery-area .flex-control-paging a.flex-active, .gallery-area .flex-control-paging a:hover {
	background: #ccd929;
	text-decoration: none;
}

.gallery-area .flex-direction-nav {
	display: none;
}

/* main-holder */

.main-hlder {
	overflow: hidden;
}

/* sidebar */

#sidebar {
	float: right;
	max-width: 300px;
	width: 32%;
	padding: 0 0 0 2%;
}

.btn-help {
	display: block;
	background: url(images/img-btn01.gif) no-repeat 50% 0;
	height: 60px;
	overflow: hidden;
	text-indent: -9999px;
}

.btn-help:hover {
	background-position: 50% -60px;
}

/* content */

#content {
	overflow: hidden;
}

.banner-lst {
	margin: 0;
	padding: 0 0 35px;
	list-style: none;
	overflow: hidden;
}

.banner-lst li {
	float: left;
	width: 31%;
	max-width: 194px;
	margin: 0 0 0 3.5%;
}

.banner-lst li:first-child {
	margin-left: 0;
}

.banner-lst a {
	display: block;
	border: 7px solid #fff;
}

/**/

.info-row {
	overflow: hidden;
	padding: 0 0 20px;
}

.info-row .box {
	background-color: #ffffff;
	float: left;
	margin: 0 4% 0 0;
	max-width: 300px;
	min-height: 250px;
	width: 48%;
}

.info-row .box:last-child {
	margin: 0;
}

.info-row .box .holder {
	padding: 18px 17px;
	color: #fff;
}

.info-row .box .title {
	display: block;
	height: 100%;
	overflow: hidden;
}

.info-row .box .ico {}

.info-row .box .ico img {
	display: block;
}

.info-row .box01 h3 {
	font: bold 38px/32px "Bebas", Arial, Helvetica, sans-serif;
	margin: 3px 0 23px;
	max-width: 150px;
	text-transform: uppercase;
}

.info-row .box01 txt-box {
	color: #FFFFFF !important;
}

/* from: http://stackoverflow.com/questions/796087/make-a-div-into-a-link */

/* need to tweak this - currently it covers the entire page
.info-row .box .box01 a span { 
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;

  /* edit: added z-index */
/*
	z-index: 1;

  /* edit: fixes overlap error in IE7/8, 
     make sure you have an empty gif */
 /* 
	background-image: url('empty.gif');
}
*/

.info-row .box02 .ico {
	float: left;
	margin: 0 5px 0 0;
}

.info-row .box02 h3 {
	color: #ffffff;
	font-size: 30px;
	line-height: 24px;
	margin: 12px 0 0;
	overflow: hidden;
	text-shadow: 0 0 2px #6db0ba;
}

.info-row .box02 .txt-box p {
	color: #ffffff;
	font-size: 21px;
	line-height: 24px;
	margin: 0 0 23px;
	text-align: center;
}

.info-row .box02 .txt-box .btn {
	display: block;
	max-width: 218px;
	margin: 0 auto;
	background: #ebe5db;
	text-transform: uppercase;
	color: #363636;
	font: bold 22px/36px "Bebas", Arial, Helvetica, sans-serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
}

.info-row .box02 .txt-box .btn:hover {
	background: #36818b;
	box-shadow: 0 0 15px #337b84 inset;
	-webkit-box-shadow: 0 0 15px #337b84 inset;
	color: #ffffff;
	text-decoration: none;
}

.info-row .box03 .holder {
	background: url(images/bg-phone-box.png) no-repeat 0 100%;
	margin: 0 auto;
	max-width: 240px;
	min-height: 225px;
	padding: 25px 22px 0 15px;
}

.info-row .box03 .title {
	overflow: hidden;
	padding: 0 0 3px;
}

.info-row .box03 .ico {
	float: left;
	padding: 0 12px 0 16px;
}

.info-row .box03 h3 {
	color: #ffffff;
	font: bold 30px/33px "Bebas", Arial, Helvetica, sans-serif;
	margin: 0;
	overflow: hidden;
}

.info-row .box03 .txt-box {
	background: #fff url(images/bg-info-row-block-txt.gif) repeat-x 0 100%;
	overflow: hidden;
	padding: 19px 10px 14px;
}

.info-row .box03 .txt-box p {
	color: #000000;
	line-height: 18px;
	margin: 0 0 15px;
	min-height: 105px;
}

.info-row .box03 .txt-box .btn {
	background: url(images/bg-btn.gif) repeat-x;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #ffffff;
	display: block;
	font: bold 22px/36px "Bebas", Arial, Helvetica, sans-serif;
	text-align: center;
}

.info-row .box03 .txt-box .btn:hover {
	background: url(images/bg-btn-hover.gif) repeat-x;
	text-decoration: none;
}

.info-row .box04 {
	background-color: #f0c40f;
}

.info-row .box04 .holder {
	padding: 19px 14% 0;
}

.info-row .box04 .title {
	margin: 0 0 0 -10px;
	padding: 0 0 15px;
}

.info-row .box04 .ico {
	float: left;
	padding: 0 15px 0 0;
	width: 42px;
}

.info-row .box04 h3 {
	color: #363636;
	font: bold 34px/30px "Bebas", Arial, Helvetica, sans-serif;
	margin: 4px 0;
	max-width: 80%;
	overflow: hidden;
}

.info-row .box04 .txt-box p {
	line-height: 18px;
	margin: 0 0 15px;
}

.info-row .box04 .txt-box .btn {
	display: block;
	max-width: 218px;
	margin: 0 auto;
	background: #ebe5db;
	text-transform: uppercase;
	color: #363636;
	font: bold 22px/36px "Bebas", Arial, Helvetica, sans-serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
}

.info-row .box04 .txt-box .btn:hover {
	background: #d5ac04;
	box-shadow: 0 0 15px #caa304 inset;
	-webkit-box-shadow: 0 0 15px #caa304 inset;
	text-decoration: none;
}

/* inform-row */

.inform-row {
	overflow: hidden;
}

.inform-row .box {
	float: left;
	margin: 0 3.5% 0 0;
	max-width: 300px;
	min-height: 250px;
	width: 49%;
}

.inform-row .box .hold {
	padding: 20px 18px 12px;
}

.inform-row .block {
	background-color: #f0c40f;
	min-height: 250px;
	overflow: hidden;
}

.inform-row .block .holder {
	padding: 29px 14% 0;
}

.inform-row .img-row {
	overflow: hidden;
	padding: 0 0 7px;
	margin: 0 0 0 -10px;
}

.inform-row .img-row .ico {
	float: left;
	padding: 0 5px 0 0;
	max-width: 104px;
	width: 40%;
}

.inform-row .img-row h3 {
	margin: 12px 0 0;
	overflow: hidden;
	color: #fff;
	font-size: 30px;
	line-height: 24px;
	text-shadow: 0 0 2px #6db0ba;
}

.inform-row .box .txt-box p {
	margin: 0 0 23px;
	text-align: center;
	color: #fff;
	font-size: 21px;
	line-height: 24px;
}

.inform-row .btn {
	display: block;
	max-width: 218px;
	margin: 0 auto;
	background: #ebe5db;
	text-transform: uppercase;
	color: #363636;
	font: bold 22px/36px "Bebas", Arial, Helvetica, sans-serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
}

.inform-row .btn:hover {
	text-decoration: none;
	background: #36818b;
	color: #fff;
	box-shadow: 0 0 15px #337b84 inset;
	-webkit-box-shadow: 0 0 15px #337b84 inset;
}

.inform-row .img-row-hold {
	overflow: hidden;
	padding: 0 0 15px;
	margin: 0 0 0 -10px;
}

.inform-row .img-row-hold .ico {
	float: left;
	padding: 0 15px 0 0;
	width: 42px;
}

.inform-row .img-row-hold h3 {
	overflow: hidden;
	max-width: 80%;
	margin: 0;
	color: #363636;
	font: bold 34px/30px "Bebas", Arial, Helvetica, sans-serif;
}

.inform-row .block p {
	margin: 0 0 15px;
	line-height: 18px;
}

.inform-row .block .btn:hover {
	background: #d5ac04;
	box-shadow: 0 0 15px #caa304 inset;
	-webkit-box-shadow: 0 0 15px #caa304 inset;
}

/* title-img */

.title-img {
	padding: 0 0 19px;
}

.concerts-lst {
	margin: 0;
	padding: 0;
	list-style: none;
}

.concerts-lst > li {
	background: #fff;
	margin: 0 0 20px;
	padding: 11px;
	overflow: hidden;
	vertical-align: top;
}

.concerts-lst .img {
	padding: 0 0 25px;
}

.concerts-lst .txt-box {
	padding: 0 10px 15px;
}

.concerts-lst .txt-box h2 {
	color: #188f9f;
	font-weight: bold;
	font-size: 26px;
	line-height: 29px;
	margin: 0 0 2px;
}

.concerts-lst .txt-box h2 a {
	color: #188f9f;
}

.concerts-lst .txt-box h3 {
	margin: 0 0 15px;
	font-weight: bold;
	color: #636466;
	font-size: 18px;
	line-height: 21px;
}

.concerts-lst .txt-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 20px;
	color: #636466;
}

.concerts-lst .txt-box ul a {
	color: #188f9f;
}

.content-frame {
	background: #fff;
	min-height: 542px;
	padding: 20px;
}

.content-frame.inner {
	padding: 10px;
}

/* txt-area */

.txt-area {
	padding: 0 0 15px;
}

.music-lst {
	margin: 0;
	padding: 0 0 22px;
	list-style: none;
}

.music-lst li {
	overflow: hidden;
	padding: 0 0 15px;
}

.music-lst .img {
	float: left;
	width: 32%;
	max-width: 184px;
	padding: 2px 24px 0 0;
}

.music-lst .txt-box {
	overflow: hidden;
}

.music-lst .txt-box .hold {
	min-height: 146px;
}

.music-lst .txt-box h3 {
	margin: 0 0 20px;
	color: #45a0ad;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
}

.music-lst .txt-box h4 {
	margin: 0 0 4px;
	color: #444446;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
}

.music-lst .txt-box h5 {
	margin: 0;
	font-size: 23px;
	line-height: 26px;
	color: #45a0ad;
	font-weight: bold;
}

.music-lst .txt-box .btn-download {
	display: inline-block;
	vertical-align: top;
	background: #1891a2;
	color: #fff;
	font: bold 22px/41px "Bebas", Arial, Helvetica, sans-serif;
	padding: 0 26px;
	color: #fff;
	text-transform: uppercase;
}

.music-lst .txt-box .btn-download:hover {
	text-decoration: none;
	background: #03607f;
}

.hits-area h2 {
	color: #188f9f;
	font-size: 28px;
	line-height: 31px;
	margin: 0 0 29px;
}

.hits-area .hits-lst {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
	line-height: 21px;
	color: #424244;
}

.hits-area .hits-lst li {
	overflow: hidden;
	vertical-align: top;
	padding: 0 0 11px;
}

.hits-area .hits-lst span {
	color: #e02b3c;
}

.photo-lst {
	margin: 0 -40px 0 0;
	padding: 0;
	list-style: none;
}

.photo-lst li {
	display: inline-block;
	vertical-align: top;
	width: 47%;
	max-width: 279px;
	margin: 0 3% 19px 0;
}

.photo-lst.inner {
	margin: 0 -20px 0 0;
}

.photo-lst.inner li {
	width: 29.5%;
	margin-bottom: 27px;
	max-width: 180px;
}

.photo-lst .img {
	padding: 0 0 3px;
}

.photo-lst h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
}

.title-area {
	padding: 0 0 19px;
}

.title-area h2 {
	margin: 0;
	color: #1a99ab;
	font-size: 30px;
	font-weight: bold;
	line-height: 33px;
}

.title-area h2 span {
	color: #636466;
}

.video-area {
	padding: 0 0 62px;
}

.video-lst {
	margin: 0 -4.5% -13px 0;
	padding: 0 0 40px;
	list-style: none;
}

.video-lst li {
	display: inline-block;
	vertical-align: top;
	width: 29.2%;
	max-width: 180px;
	margin: 0 3% 32px 0;
}

.video-lst a {
	cursor: pointer;
}

.video-lst img {
	display: block;
	margin: 0 0 4px;
}

.video-lst .txt {
	display: block;
	font-size: 14px;
	line-height: 18px;
}

.pagination-lst {
	overflow: hidden;
	margin: -11px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	font: 12px/32px Arial, Helvetica, sans-serif;
}

.pagination-lst.inner {
	margin: 0;
}

.pagination-lst li {
	display: inline-block;
	vertical-align: top;
	padding: 0 2px 10px 3px;
}

.pagination-lst a {
	display: block;
	background: #1891a2;
	color: #fff;
	padding: 0 13px;
}

.pagination-lst a.decor {
	background: none;
	color: #80a248;
}

.pagination-lst a.decor:hover {
	background: none;
}

.pagination-lst .active a, .pagination-lst a:hover {
	text-decoration: none;
	background: #92bb3c;
}

.pagination-lst a.next, .pagination-lst a.prev {
	padding: 0 22px;
}

.add-info-box {
	padding: 30px 0 0;
}

.add-info-box h2 {
	margin: 0 0 21px;
	font-weight: bold;
	text-align: center;
	color: #1891a2;
	font-size: 23px;
	line-height: 26px;
}

.apps-lst {
	margin: 0;
	padding: 0 0 79px;
	list-style: none;
	text-align: center;
}

.apps-lst li {
	display: inline-block;
	vertical-align: top;
	padding: 0 12px 15px;
}

.apps-list {
	margin: 0 -20px 0 0;
	padding: 0;
	list-style: none;
}

.apps-list li {
	display: inline-block;
	vertical-align: top;
	max-width: 184px;
	width: 31%;
	margin: 0 2% 0 0;
}

.apps-list li img {
	box-shadow: 0 1px 4px #bbb;
	-webkit-box-shadow: 0 1px 4px #bbb;
}

.txt-holder {
	border-bottom: 1px solid #cfcece;
	padding: 0 0 32px;
	margin: 0 0 21px;
}

.txt-holder.inner {
	padding: 0 0 10px;
}

.txt-holder.inner02 {
	padding: 0 0 19px;
	margin: 0 0 41px;
}

.txt-holder h1 {
	margin: 0 0 15px;
	color: #1891a2;
	font-size: 30px;
	font-weight: bold;
	line-height: 34px;
}

.txt-holder h2 {
	color: #fe7801;
	font-weight: bold;
	font-size: 30px;
	line-height: 33px;
	margin: 0 0 15px;
}

.txt-holder h4 {
	margin: 0 0 15px;
	color: #188f9f;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

.txt-holder p {
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

.txt-holder p a {
	color: #188f9f;
}

.txt-holder.inner p {
	font-weight: normal;
	margin: 0 0 9px;
}

.txt-holder.inner02 p {
	font-weight: normal;
}

.txt-holder .btn {
	display: inline-block;
	vertical-align: top;
	background: url(images/bg-btn-add.gif) repeat-x;
	font: 22px/36px "Bebas", Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 0 60px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.txt-holder .btn:hover {
	text-decoration: none;
}

.txt-info-block {
	background: url(images/sep-dotted.gif) repeat-x 0 100%;
	margin: 0 0 20px;
}

.txt-info-block h3 {
	margin: 0 0 21px;
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
}

.txt-info-block h3 span {
	font-size: 21px;
}

.txt-info-block h4 {
	margin: 0 0 10px;
	color: #1891a2;
	font-size: 24px;
	line-height: 27px;
	font-weight: bold;
}

.txt-info-block h4.decor {
	color: #92bb3c;
}

.txt-info-block p {
	margin: 0 0 32px;
	line-height: 20px;
	font-weight: normal;
}

.text-info-box {
	margin: 0 0 40px;
	border-bottom: 1px solid #cfcece;
}

.text-info-box p {
	margin: 0 0 20px;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}

.text-info-box p a {
	color: #2f99a9;
}

/* select */

select:focus {
	outline: none;
}

div.selector {
	width: auto !important;
	height: 33px;
	overflow: hidden;
	border: 1px solid #babebf;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(images/bg-select.gif) no-repeat 100% 50%;
	position: relative;
	font: 16px/33px "Gaspar", Arial, Helvetica, sans-serif;
}

div.selector select {
	color: #636466;
	font: 16px/33px "Gaspar", Arial, Helvetica, sans-serif;
	height: 33px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	opacity: 0;
	filter: alpha(opacity: 0);
	border: none;
	background: none;
	padding: 0;
	cursor: pointer;
}

div.selector span {
	width: auto !important;
	line-height: 33px;
	max-width: 76%;
	height: 33px;
	color: #636466;
	position: relative;
	z-index: 9;
	cursor: pointer;
	text-indent: 12px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.form-area .ttl {
	display: block;
	line-height: 20px;
	color: #636466;
	max-width: 80%;
	padding: 0 0 15px;
}

.form-area .title {
	display: block;
	font-size: 19px;
	line-height: 22px;
	color: #636466;
	padding: 0 0 15px;
}

.entry .radio-lst {
	margin: 0;
	padding: 0 0 32px;
	list-style: none;
	line-height: 21px;
}

.entry .radio-lst li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 0 0;
}

.entry .radio-lst .radio {
	float: left;
	width: 21px;
	margin: 0 5px 0 0;
	cursor: pointer;
	position: relative;
}

.entry .radio-lst .radio span {
	display: block;
	background: url(images/bg-radio.png) no-repeat;
}

.entry .radio-lst .radio span.checked {
	background-position: 0 -99px;
}

.entry .radio-lst .radio input {
	visibility: hidden;
}

.entry .radio-lst label {
	float: left;
	margin: 0 0 0 -26px;
	padding: 0 0 0 26px;
	position: relative;
	z-index: 4;
	color: #515153;
	font-size: 16px;
	line-height: 21px;
}

.donation-form .radio-lst label {
	float: none;
	display: block;
}

.form-area {
	padding: 0 14px 0 0;
}

.form-area .ttl {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #636466;
	padding: 0 0 15px;
}

.form-area .form-row {
	padding: 0 0 12px;
	overflow: hidden;
}

.form-area .selector {
	width: 48%;
	max-width: 276px;
}

.decor-field {
	border: 1px solid #babebf;
	overflow: hidden;
	padding: 0 11px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.form-area .form-row .decor-field {
	float: right;
	max-width: 254px;
	width: 48%;
}

.form-area .form-row .decor-field:first-child {
	float: left;
}

.decor-field input {
	float: left;
	width: 100%;
	border: 0;
	padding: 7px 0;
	background: none;
	font: 16px "Gaspar", Arial, Helvetica, sans-serif;
	height: 19px;
	color: #636466;
}

.form-area .txt {
	display: block;
	color: #636466;
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	padding: 11px 0 12px;
}

.check-row {
	overflow: hidden;
	padding: 0 0 54px;
}

.check-row input {
	float: left;
	width: 16px;
	height: 16px;
	margin: 4px 12px 0 0;
	padding: 0;
}

.check-row label {
	display: block;
	overflow: hidden;
	color: #636466;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}

.form-area h3 {
	margin: 0 0 7px;
	font-size: 19px;
	color: #636466;
	line-height: 22px;
	font-weight: bold;
}

.decor-txt-area {
	padding: 0 0 24px;
}

.decor-txt-area label {
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #636466;
	padding: 0 0 8px;
}

.decor-txt-holder {
	border: 1px solid #babebf;
	overflow: hidden;
	padding: 0 11px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 5px;
}

.decor-txt-holder textarea {
	float: left;
	width: 100%;
	border: 0;
	padding: 7px 0;
	margin: 0;
	overflow: auto;
	resize: none;
	background: none;
	font: 16px/19px "Gaspar", Arial, Helvetica, sans-serif;
	height: 63px;
	color: #636466;
}

.decor-txt-area .add-txt {
	display: block;
	font-size: 14px;
	line-height: 17px;
	color: #636466;
	font-weight: normal;
	padding: 0 0 20px;
}

.entry .btn-lst {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.entry .btn-lst li {
	float: left;
	list-style: none;
	padding: 0 6px 0 0;
}

.entry .btn-lst input {
	float: left;
	border: 0;
	background: url(images/bg-btn-add.gif) repeat-x;
	font: 22px "Bebas", Arial, Helvetica, sans-serif;
	width: 218px;
	height: 36px;
	cursor: pointer;
	padding: 0;
	text-transform: uppercase;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.entry .btn-lst input:hover {
	background: url(images/bg-btn-submit-hover.gif) repeat-x;
}

.entry .btn-lst input.btn-clear {
	width: 165px;
	background: url(images/bg-btn-clear.png) repeat-x;
}

.entry .btn-lst input.btn-clear:hover {
	background: url(images/bg-btn-clear.png) repeat-x;
}

.entry .info-lst {
	margin: 0;
	padding: 0 7px;
	list-style: none;
}

.entry .info-lst > li {
	background: url(images/sep-dotted.gif) repeat-x 0 100%;
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0 0 36px;
}

.entry .info-lst h3 {
	margin: 0 0 25px;
	color: #188f9f;
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
}

.entry .info-lst p {
	margin: 0 0 24px;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}

.entry .info-lst p .decor, .entry .info-lst p a {
	color: #188f9f;
}

.entry .info-lst ul {
	font-weight: normal;
	margin: 0;
	padding: 0 0 24px;
	list-style: none;
	font-size: 18px;
	line-height: 24px;
}

.entry .info-lst ul li {
	background: url(images/bullet-lst.png) no-repeat 2px 12px;
	padding: 0 0 0 13px;
}

.entry .txt-area-holder {
	background: url(images/sep-dotted.gif) repeat-x;
	padding: 21px 0 0;
	margin: 0 0 10px;
}

.entry .txt-area-holder h2 {
	color: #1891a2;
	font-size: 30px;
	font-weight: normal;
	line-height: 33px;
	margin: 0 0 18px;
}

.entry .txt-area-holder p {
	margin: 0 0 13px;
	line-height: 18px;
}

.entry .comment-lst {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

.entry .comment-lst h3 {
	margin: 0;
	color: #1891a2;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
}

.entry .comment-lst h4 {
	margin: 0 0 10px;
	font-weight: bold;
	color: #fe7801;
	font-size: 18px;
	line-height: 21px;
}

.entry .comment-lst p {
	font-weight: normal;
}

.contact-area {
	color: #434244;
}

.contact-area h2 {
	color: #fe7801;
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 30px;
	line-height: 33px;
}

.contact-area p {
	margin: 0 0 48px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

.contact-area h3 {
	margin: 0 0 4px;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
}

.contact-area h4 {
	margin: 0 0 34px;
	font-weight: bold;
	font-size: 20px;
	line-height: 29px;
}

.contact-area a {
	color: #1891a2;
}

.ad-lst {
	margin: 0 -20px -10px 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

.ad-lst li {
	float: left;
	max-width: 300px;
	width: 33%;
	margin: 0 1% 10px 0;
}

.entry .contact-info {
	padding: 5px 0 20px;
}

.entry .contact-info h3 {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;
	margin: 0 0 15px;
}

.entry .contact-info ul {
	margin: 0;
	padding: 0 0 25px;
	list-style: none;
	font-size: 18px;
	line-height: 21px;
}

.entry .contact-info ul li {
	list-style: none;
	padding: 0 0 19px;
}

.entry .contact-info a {
	color: #188f9f;
}

.entry .contact-info h4 {
	margin: 0 0 21px;
	color: #188f9f;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
}

.entry .contact-info p {
	margin: 0;
	line-height: 20px;
}

.donation-form {
	border-top: 1px solid #cfcece;
	margin: -10px 0 0;
	padding: 40px 0 0;
}

.donation-form > .hold {
	max-width: 75%;
}

.donation-form h3 {
	margin: 0 0 18px;
	color: #188b9b;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;
}

.donation-form h3 span {
	max-width: 342px;
	width: 60%;
	display: inline-block;
	vertical-align: top;
}

.donation-form h3 .txt {
	color: #3e3d3f;
	font-size: 16px;
	line-height: 19px;
}

.donation-form .radio-lst {
	padding: 0 0 37px 4px;
}

.donation-form .radio-lst li {
	display: block;
	padding: 0 0 10px;
	overflow: hidden;
}

.donation-form .radio-lst .hold {
	float: left;
	padding: 0 13px 0 0;
	width: 52%;
	max-width: 340px;
}

.donation-form .radio-lst .box {
	overflow: hidden;
}

.donation-form .radio-lst .ttl {
	float: left;
	padding: 2px 9px 0 0;
	line-height: 19px;
}

.donation-form .radio-lst .ttl.inner {
	padding-top: 9px;
}

.donation-form .radio-lst .decor-field {
	max-width: 125px;
}

.donation-form h4 {
	margin: 0 0 21px;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
}

.donation-form .row-hold {
	overflow: hidden;
	padding: 0 0 24px;
}

.donation-form .row-hold label {
	display: block;
	padding: 0 0 20px;
	font-size: 16px;
	line-height: 19px;
	color: #515153;
}

.donation-form .row-hold .decor-txt-holder {
	max-width: 406px;
}

.donation-form .row-hold .selector {
	max-width: 278px;
}

.donation-form .decor-txt-holder textarea {
	height: 53px;
}

/**/

.widget_weather .gallery-area .slides {
	background: url(images/bg_slid.png) repeat-x;
}

.widget_weather .gallery-area .slides .img {
	float: left;
	position: relative;
	margin: 0 22px 0 0;
	padding-right: 20px;
}

.widget_weather .gallery-area .slides .img p {
	position: absolute;
	color: #fff;
	bottom: 0;
	right: 0;
}

.widget_weather .gallery-area .slides .holder {
	padding: 8px 21px 15px;
	position: relative;
	color: #fff;
}

.widget_weather .gallery-area .slides .holder span {
	display: block;
	margin: 0 0 10px 0;
	color: #fff;
}

.widget_weather .gallery-area .slides .holder .holder_border {
	background: url(images/bg_holder_border.png) repeat-x;
	position: relative;
	padding: 15px 24px 0;
}

.widget_weather .gallery-area .flex-control-paging {
	display: none;
}

/* footer */

footer {
	background: #363636;
	overflow: hidden;
	position: relative;
	padding: 20px;
}

.f-nav {
	margin: 0;
	padding: 0 0 81px;
	list-style: none;
	line-height: 19px;
	font-weight: bold;
}

.f-nav li {
	display: inline-block;
	vertical-align: top;
	padding: 0 30px 15px 0;
}

.f-nav a {
	color: #1b8e9e;
}

.copy {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
}

/* Wordpress
------------------------------------------------------------------------------*/

 

.sidebar_widgets {
	overflow: hidden;
}

.widget {
	padding: 0 0 20px;
}

.textwidget p {
	padding: 0 0 10px 0;
}

/* Respond */

#respond {
	margin: 20px 0 20px 0;
	overflow: hidden;
}

.commentlist #respond {
	margin: 0 0 20px 0;
}

#respond .comment-reply-title {
	margin: 0 0 5px 0;
}

#respond .comment-reply-title small {
	font-size: 12px;
	font-weight: normal;
}

#commentform p {
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0;
}

#commentform p label {
	display: block;
	padding: 0 0 5px;
}

#commentform p textarea {
	width: 96%;
}

/* Comments*/

#comments {
	margin: 0 0 5px 0;
}

.commentlist {
	padding: 0;
	text-align: justify;
	line-height: 1.6em;
}

.commentlist li.comment {
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border: 1px solid #ececec;
	background: #f6f6f5;
}

.commentlist li.alt {
	margin: 10px 0 0 0;
	background: #fff;
}

.commentlist li.comment ul li.comment {
	margin-right: 15px;
	margin-left: 10px;
}

.commentlist .entry-comment p {
	margin: 10px 0 10px 0;
}

.commentlist .children {
	padding: 0;
}

/* Typography */

.entry {
	width: 100%;
}

.entry img {
	display: block;
	margin: 0 0 25px;
}

.txt-area.inner .entry img {
	margin: 0;
}

.entry a {
	text-decoration: none;
	color: #1891a2;
	font-weight: bold;
}

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

.entry .button {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 23px;
	background: #e02b3c;
	color: #fff;
	padding: 0 30px;
	font: bold 22px/41px "Bebas", Arial, Helvetica, sans-serif;
}

.entry .button:hover {
	text-decoration: none;
	background: #c91b2b;
}

.entry p {
	margin: 0 0 20px;
	font-weight: normal;
	line-height: 20px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	line-height: 1.5em;
	margin: 0 0 15px 0;
}

.entry h1 {}

.entry h2 {
	color: #188f9f;
	font-size: 30px;
	line-height: 33px;
	font-weight: bold;
	margin: 0 0 20px;
}

.entry h3 {
	color: #ff8a00;
	font-size: 23px;
	line-height: 26px;
	margin: 0 0 18px;
	font-weight: bold;
}

.entry h4 {
	margin: 0 0 5px;
	color: #188f9f;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
}

.entry h5 {}

.entry h6 {}

.txt-area.color02 .entry p a, .txt-area.color02 .entry h2 {
	color: #f26522;
}

.txt-area.color04 .entry h2 {
	color: #fe7801;
}

.txt-area.color03 .entry h2 {
	color: #92bb3c;
}

.txt-area.color04 .entry a {
	font-weight: normal;
}

.txt-area.rules .entry h2 {
	margin: 0 0 14px;
}

.txt-area.rules .entry h3 {
	font-size: 19px;
	line-height: 23px;
	color: #434244;
	margin: 0 0 38px;
}

.txt-area.rules .entry h4 {
	color: #1891a2;
	font-size: 19px;
	line-height: 22px;
	margin: 0 0 20px;
}

.txt-area.rules .entry p {
	margin: 0 0 38px;
}

.entry ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
}

.entry ul ul, .entry ul ol {
	margin: 0;
}

.entry ul li {
	list-style-type: disc;
	line-height: 1.5em;
}

.entry ul ul li {
	list-style-type: circle;
}

.entry	ul li ol li {
	list-style-type: decimal;
}

.entry ol {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
}

.entry ol ol, .entry ol ul {
	margin: 0;
}

.entry	ol li {
	list-style-type: decimal;
	line-height: 1.5em;
}

.entry	ol li ol li {
	list-style-type: lower-alpha;
}

.entry	ol li ul li {
	list-style-type: disc;
}

.entry table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}

.entry table td, .entry table th {
	border: 1px solid #ccc;
	padding: 5px;
}

.entry table th {
	background: #eee;
}

/* Calendar */

#wp-calendar {
	width: 95%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th, #wp-calendar td {
	text-align: center;
	padding: 3px 0;
}

#wp-calendar td {
	background: transparent;
}

/* Begin Images */

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

img.wp-smiley {
	padding: 0;
	border: none;
}

.alignnone {
	margin: 0;
}

.entry .aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}

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

.entry .alignleft {
	float: left;
	margin: 3px 15px 5px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

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

a img.alignnone {
	margin: 0;
}

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

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */

		padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 0 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text, .entry .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px 4px 0;
}

.al {
	float: left;
}

.ar {
	float: right;
}

/* Various Tags & Classes */

.entry acronym, .entry abbr, .entry span.caps {
	cursor: help;
}

.entry acronym, .entry abbr {
	border-bottom: 1px dashed #dfcfba;
}

.entry blockquote {
	margin: 15px 0 20px 0;
	padding: 0 15px 0 40px;
	background: url(images/bgr_blockquote.png) no-repeat;
}

.entry blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.entry pre, .entry code {
	font-family: mono-space, monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height: 20px;
}

.entry code {
	padding: 1px 20px 0 20px;
	background: #f6f6f6 url(images/bgr_code.gif) repeat scroll 0 0;
	border-top: 0;
	border-bottom: 0;
}

sup {
	position: relative;
	top: -5px;
}

sub {
	position: relative;
	top: 5px;
}

code br {
	display: none;
}

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

.clear {
	clear: both;
	line-height: 0;
}

.sticky {}

.bypostauthor {}

.page-link {
	padding: 0 0 15px;
}

/* pagination */

.pagination {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 20px 0;
}

.single .pagination {}

.pagination a {}

/* WP-PAGE-NAVI */

.wp-pagenavi {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	line-height: 32px;
	overflow: hidden;
	text-align: center;
}

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

.wp-pagenavi span {
	background-color: #92bb3c;
	color: #ffffff;
	display: inline-block;
	font-weight: normal;
	line-height: 32px;
	margin: 0 5px;
	padding: 0 13px;
	text-transform: uppercase;
}

.wp-pagenavi a {
	background-color: #1891a2;
	color: #ffffff;
	display: inline-block;
	font-weight: normal;
	line-height: 32px;
	margin: 0 5px;
	padding: 0 13px;
	text-transform: uppercase;
}

.wp-pagenavi a:hover {
	background-color: #92bb3c;
}

.wp-pagenavi .previouspostslink {
	padding: 0 22px;
}

.wp-pagenavi .nextpostslink {
	padding: 0 22px;
}

.tubepress_normal_embedded_wrapper, .tubepress_thumbnail_area {
	width: auto !important;
}

.tubepress_container {
	float: none !important;
	height: 75% !important;
	margin: 0 !important;
	width: 100% !important;
}

.tubepress_normal_embedded_wrapper {
	position: relative !important;
	padding-bottom: 56.25% !important;
	// Aspect ratio
	width: 100% !important;
	padding-top: 30px !important;
	height: 0 !important;
	margin-bottom: 20px !important;
}

.youtube-player {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.tubepress_thumbs .tubepress_thumb {
	height: 195px;
}

.tubepress_thumb > a {
	display: block;
}

.tubepress_thumb > a img {
	display: block;
}

.tubepress_thumb .tubepress_meta_title {
	padding: 4px 0 0;
}

.tubepress_thumb .tubepress_meta_title a {
	display: block;
	font-size: 14px;
	line-height: 18px;
}

.tubepress_thumb .tubepress_meta_title a:hover {
	display: block;
	font-size: 14px;
	line-height: 18px;
}

#content div.tubepress_container div.pagination {}

#content div.tubepress_container div.pagination {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	line-height: 32px;
	overflow: hidden;
	text-align: center;
}

#content div.tubepress_container div.pagination .pages {
	display: none;
}

#content div.tubepress_container div.pagination span {
	background-color: #92bb3c;
	border: none !important;
	border-radius: 0 !important;
	color: #ffffff;
	display: inline-block;
	font-weight: normal;
	line-height: 32px;
	margin: 0 5px !important;
	padding: 0 13px;
	text-transform: uppercase;
}

#content div.tubepress_container div.pagination a {
	background: #1891a2 !important;
	border: none !important;
	border-radius: 0 !important;
	color: #ffffff;
	display: inline-block;
	font-weight: normal;
	line-height: 32px;
	margin: 0 5px !important;
	padding: 0 13px;
	text-transform: uppercase;
}

#content div.tubepress_container div.pagination a:hover {
	background: #92bb3c !important;
	box-shadow: none !important;
}

/* CONTENT EVENTS */

#content-events {
	margin: 0 0 25px;
}

#content-events p {
	font-size: 16px;
	line-height: 135%;
}

/* Fonts
------------------------------------------------------------------------------*/

 

@font-face {
	font-family: 'Gaspar';
	src: url('includes/fonts/gaspar_bold-webfont.eot');
	src: url('includes/fonts/gaspar_bold-webfont.eot?#iefix') format('embedded-opentype'), url('includes/fonts/gaspar_bold-webfont.woff') format('woff'), url('includes/fonts/gaspar_bold-webfont.ttf') format('truetype'), url('includes/fonts/gaspar_bold-webfont.svg#Gaspar') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gaspar';
	src: url('includes/fonts/gaspar_regular-webfont.eot');
	src: url('includes/fonts/gaspar_regular-webfont.eot?#iefix') format('embedded-opentype'), url('includes/fonts/gaspar_regular-webfont.woff') format('woff'), url('includes/fonts/gaspar_regular-webfont.ttf') format('truetype'), url('includes/fonts/gaspar_regular-webfont.svg#Gaspar') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas';
	src: url('includes/fonts/bebasneue_bold-webfont.eot');
	src: url('includes/fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'), url('includes/fonts/bebasneue_bold-webfont.woff') format('woff'), url('includes/fonts/bebasneue_bold-webfont.ttf') format('truetype'), url('includes/fonts/bebasneue_bold-webfont.svg#Bebas') format('svg');
	font-weight: bold;
	font-style: normal;
}

/* responsive layout */

@media screen and (max-width: 1000px) {
	.donation-form > .hold {
		max-width: 95%;
	}
	.ad-lst {
		margin-right: -15px;
	}
	.ad-lst li {
		width: 32%;
	}
	.form-area .form-row .decor-field, .form-area .form-row .decor-field:first-child {
		float: none;
		width: auto;
		max-width: none;
		margin: 0 0 12px;
	}
	.form-area .selector {
		max-width: 100%;
	}
	.apps-list li {
		width: 30%;
	}
	.info-row .box {
		float: none;
		width: auto;
		max-width: 100%;
		margin: 0 0 15px;
	}
	.inform-row .box {
		float: none;
		width: auto;
		max-width: 100%;
		margin: 0 0 15px;
	}
	.photo-lst {
		margin: 0 -4.2% 0 0;
	}
	.photo-lst li {
		width: 46%;
	}
	.fancybox-close {
		top: -55px;
		right: 0;
	}
}

@media screen and (max-width: 950px) {
	.btn-help {
		background: url(images/img-btn01-m.gif) no-repeat 50% 0;
	}
}

@media screen and (max-width: 850px) {
	.fancybox-title-float-wrap {
		left: 0;
		margin: 0 0 -35px -20px;
	}
}

@media screen and (min-width: 751px) {
	#nav li: hover .drop-box {
		display: block !important;
	}
	#main, footer {
		left: auto !important;
	}
	#nav {
		right: auto !important;
	}
}

@media screen and (max-width: 750px) {
	.ad-lst {
		margin-right: -5px;
	}
	.ad-lst li {
		width: 48%;
		margin-right: 2%;
	}
	.content-frame {
		min-height: 1px;
	}
	.btn-help {
		background: url(images/img-btn01.gif) no-repeat 50% 0;
	}
	#sidebar {
		float: none;
		width: auto;
		max-width: 300px;
		padding: 0;
		margin: 0 auto;
		display: none;
	}
	.banner-area {
		display: none;
	}
	#wrapper {
		max-width: 625px;
	}
	.wrapper-holder {
		padding: 0 7px;
	}
	.top-social-nav {
		float: right;
		padding: 2px 0 0;
	}
	.h-area .btn-listen {
		float: left;
		background: url(images/bg-btn-listen-m.png) no-repeat;
		width: 126px;
		height: 42px;
	}
	.h-area .btn-listen:hover {
		background-position: 0;
	}
	.m-nav-link {
		display: block;
	}
	#nav {
		position: absolute;
		top: 100%;
		right: -254px;
		width: 228px;
		background: #363636;
		height: 100%;
		padding: 0 13px 9999px;
		margin: 0 0 -9999px;
		font-weight: normal;
	}
	#nav > li {
		float: none;
		overflow: hidden;
		vertical-align: top;
	}
	#nav > li > a {
		color: #fff;
		position: relative;
		padding: 10px 0 8px;
		border-bottom: 1px solid #636363;
		font-weight: normal;
	}
	#nav li > a span {
		background: url(images/bg-nav-mobile.png) no-repeat 6px 4px;
		padding: 0 0 0 32px;
	}
	#nav li.drop > a span.txt {
		background: none;
	}
	#nav li.drop:hover > a, #nav li.drop > a:hover {
		box-shadow: none;
		-webkit-box-shadow: none;
	}
	#nav span.drop-arrow {
		display: block;
	}
	#nav li.drop.active-item span.drop-arrow {
		background: url(images/bg-nav-mobile-active.png) no-repeat;
		width: 14px;
		height: 10px;
		left: 3px;
	}
	#nav .drop-box {
		position: relative;
		top: auto;
		width: auto;
		padding: 5px 10px 22px 31px;
		background: none;
		box-shadow: none;
		-webkit-box-shadow: none;
		border-bottom: 1px solid #636363;
	}
	#nav .drop-box li {
		border: 0;
		padding: 5px 0 1px;
	}
	#nav li:hover .drop-box {
		display: none;
	}
	#nav .drop-box a {
		color: #fff;
	}
	.h-frame {
		float: none;
		padding: 10px 0 0;
		margin: 0 0 10px;
		overflow: hidden;
	}
	.h-area-holder {
		padding: 0 0 6px;
	}
	.top-social-nav li {
		padding: 0 0 0 11px;
	}
}

@media screen and (max-width: 600px) {
	.btn-lst li {
		float: none;
		padding: 0 0 10px;
		overflow: hidden;
	}
	.btn-lst input.btn-clear {
		width: 218px;
	}
}

@media screen and (max-width: 460px) {
	.photo-lst.inner li {
		width: 45%;
		max-width: 45%;
	}
	.video-lst li {
		width: 45%;
		max-width: 45%;
		margin-right: 4%;
	}
	.apps-list {
		margin: 0 -5px 0 0;
	}
	.donation-form .radio-lst .hold {
		float: none;
		width: auto;
		max-width: 100%;
		padding: 0 0 2px;
	}
	.donation-form .radio-lst .box {
		padding: 0 0 0 21px;
	}
}

@media screen and (max-width: 400px) {
	.logo {
		width: 186px;
		height: 68px;
		background-size: 100%;
	}
	.m-nav-link {
		margin: 20px 0 0;
	}
	.f-nav {
		padding: 0 0 20px;
	}
	.f-nav li {
		display: block;
		padding: 0 0 15px;
	}
	.banner-lst {
		padding: 0;
	}
	.banner-lst li {
		float: none;
		max-width: 300px;
		width: auto;
		margin: 0 auto 10px !important;
	}
	.banner-lst img {
		width: 100%;
	}
	.content-frame {
		padding: 10px;
	}
}

@media screen and (max-width: 360px) {
	.photo-lst {
		margin: 0;
	}
	.photo-lst.inner {
		margin: 0;
	}
	.photo-lst.inner li, .photo-lst li {
		display: block;
		width: auto;
		max-width: 100%;
		margin: 0 0 15px;
	}
	.photo-lst img {
		width: 100%;
	}
	.apps-list {
		text-align: center;
	}
	.apps-list li {
		display: block;
		width: auto;
		max-width: 100%;
		margin: 0 0 15px;
	}
}