@import url(https://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic|Archivo+Narrow:400,400italic,700italic,700&subset=latin,cyrillic-ext,greek-ext,vietnamese,greek,latin-ext,cyrillic);

/* 
	font-family: 'Arimo', sans-serif;
	
*/

/*	----------------------------------------------------------
	Reset default browser CSS.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*	----------------------------------------------------------

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

tr, th, td{
    vertical-align: middle;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

form label{
    font-size: 16px;
    font-family: 'Arimo', sans-serif;
}

form input[type="text"],form input[type="email"],form textarea{
    border-color: #a2a2ad !important;
    border-radius: 2px !important;
    border-style: solid !important;
    border-width: 1px !important;
}

input:disabled, select:disabled{
    background:#eee !important;
}


/*	----------------------------------------------------------
	Remember to define focus styles!
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

:focus {
	outline: 0;
}

body {
	background: #fff;
	line-height: 1;
}

ol, ul {
	list-style: none;
}


/*	----------------------------------------------------------
	Tables still need 'cellspacing="0"' in the markup
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: 0;
}


/*	----------------------------------------------------------
	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-left: auto;
	margin-right: auto;
}

.text-center {
	text-align: center
}


/*	----------------------------------------------------------
	Global
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

body, input, textarea {
	color: #3b3b3d;
	font-size: 14px; 
	font-family: 'Arimo', sans-serif;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

.clear{
	clear: both;
}

.clear-widget{
	clear: both;
	padding: 37px 0;
}

.fleft{
	float: left;
}

.view-events-link{
    text-decoration: none;
    color:#000 !important;
}

.fright {
	float: right;
}


.video{
    max-width:43%;
/*    padding-left:20px;*/
}
.video iframe{
    width:100%;
    min-height:240px;
/*    padding-left:20px;*/
}
.radius{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.radius-bottom{
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}


/*	----------------------------------------------------------
	Headings
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: 'Archivo Narrow', sans-serif;
	color: #7a2168;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
/*	margin-bottom: 1.5em;*/
    margin-top: -20px;
}

h1 {
	font-size:30px;
    margin-bottom: 20px;
}

h2 {
	font-size:24px;
    margin-bottom: 10px;
}

h3 {
	font-size:22px;
    margin-bottom: 5px;
}

h4 {
	font-size:20px;
}

h5 {
	font-size:18px;
}

h6 {
	font-size:16px;
}


/*	----------------------------------------------------------
	Text elements
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

p {
	margin-bottom: 1.5em;
	font-size: 15px;
}

ul, ol {
	margin: 0 0 1.5em 2.5em;
}

ul {
	list-style: square;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.5em;
}

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

blockquote {
	font-style: italic;
	margin: 0 3em;
}

blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch",Courier,monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
	padding: 0.75em 1.5em;
}

code, kbd {
	font: 13px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

input[type=text],
textarea {
	border: 1px solid #888;
}

textarea {
	padding-left: 3px;
/*	width: 98%;*/
}

input[type=text] {
	padding: 3px;
}


/*	----------------------------------------------------------
	Links
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

a {
	color: #7a2168;
}

a:visited {
	color: #5d2850;
}

a:focus,
a:active,
a:hover {
	color: #111;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
}


/*	----------------------------------------------------------
	Text meant only for screen readers
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.screen-reader-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.teaser-page{ 
	height: 350px; 
	width: 100%; 
	background-color: #e53b51 !important;
}

.teaser-page-list{
	width: 100%; 
    
/*	background-color: #e53b51 !important;*/
}

.teaser-page-404 {
	height: 400px;
	width: 100%;
	background-color: #e53b51 !important;
}

#main .inner{
	margin: 0 0;
}


/*	----------------------------------------------------------
	Header
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#sticky_navigation {
	position: fixed;
	top:0;
	left:0;
	background: #7a2168;
	width: 100%;
	z-index: 99;
/*	padding: 20px 0;*/
	min-height: 101px;
/*	border-bottom: 1px solid #f3f3f3;*/
}

#toolbar {
	background: #282828;
	height: 45px;
}

#toolbar ul  {
	float: left;
	text-align: right !important;

}

#toolbar ul li{
	float: left;
	font-size: 16px;
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}

#toolbar ul li a {
	color: #fff;
	margin: 0;
	padding: 0px 0 0 0;
	text-decoration: none;
	display: inline-block;
	background: none;
    line-height: 140%;
}
a.login-button.follow.radius{
	padding: 4px 15px !important;
    float: right;
    margin-top: 3px !important;
}

li.pb-menu-sub-item.menu-item:hover{
    background:#333;
}

#toolbar ul .phone a {
	padding-right: 10px;
	padding-top: 11px;
	font-size: 14px;
}

#toolbar ul .rss a, #toolbar ul .contact a, #toolbar ul .share a, #toolbar ul .search a{
	padding-top: 10px;
	width: 40px;
	height: 30px;
	background: none;
	 -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}


/*	----------------------------------------------------------
	Toolbar Share, social icons
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#toolbar ul .share-items {
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	-webkit-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	-moz-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	-ms-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	-o-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	position:absolute;
	top:40px !important;
	right:0px;
	z-index:6000;
	list-style:none;
	margin:0;
	padding:24px !important;
	width: auto;
	min-width:123px;
	background:#3b3b3d;
}

#toolbar ul .share-items .share-item-fb a:hover{
	background: #3a589b;
}

#toolbar ul .share-items .share-item-tw a:hover{
	background: #19bfe8;
}

#toolbar ul .share-items .share-item-gp a:hover{
	background: #d64136;
}


/*	----------------------------------------------------------
	Search hover items
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#toolbar ul .search-items {
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	-webkit-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	-moz-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	-ms-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	-o-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	position:absolute;
	top:40px !important;
	right:0px;
	z-index:5000;
	list-style:none;
	margin:0;
	padding: 24px !important;
	width: auto;
	min-width:272px;
	background:#e53b51;
}

#toolbar ul .search-items li{
	width: 100%;
}

#toolbar ul #s {
	width: 90%; 
	border: none;
	height: 30px;
	font-size: 14px;
	color: #c9c9cf;
}

#toolbar ul #s:focus { 
	background-color: #f3f3f3;
	color: #000;
}

#toolbar ul #searchsubmit { 
	display: none;
}


/*	----------------------------------------------------------
	Donate
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#toolbar ul .donate a {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	text-transform: uppercase;
	height: 32px;
	background: #f18d06;
	font-size: 14px;
}

/* ==|== Hover = = = = = = = = = = = = = = = = = = = = = */

#toolbar ul .rss a:hover{
	background: #ff9900;
}

#toolbar ul .contact a:hover{
	background: #20a7ff;
}

#toolbar ul .share a:hover{
	background: #3b3b3d;
}

#toolbar ul .share:hover{
	background: #3b3b3d;
}

#toolbar ul .share:hover .share-items{
	visibility:visible;
	opacity: 1;
	filter:alpha(opacity=100);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#toolbar ul .search a:hover{
	background: #e53b51;
}

#toolbar ul .search:hover {
	background: #e53b51;
}

#toolbar ul .search:hover .search-items{
	visibility:visible;
	opacity: 1;
	filter:alpha(opacity=100);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#toolbar ul .donate a:hover{
	background: #f6c004;
	color: #fff;
/*
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
*/
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
}


#branding{
	min-height:101px;
}

#site-title{
	font-size: 30px;
	color: #e53b51;
	font-family: 'Archivo Narrow', sans-serif;
	line-height: 36px;
	font-weight: normal; 
}

#site-title a{
	text-decoration: none;
}

#site-description{
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
}

#teaser{
	background: #000;
}

.description{
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
	

/*	----------------------------------------------------------
	Menu
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#branding nav {
	float: left;
	width: 100%;
}
#site-title img {
    max-width: 80%;
    margin-top: 10px;
}

#eclipse-logo img{
	width: 80%;
	margin: auto;
	margin-top: auto;
	margin-top: -15px;
}
nav select {
  display: none;
}


/* ==|== top navigation  = = = = = = = = = = = = = = = = = = = = = */

.main-navigation {
	margin: 0 auto;
	max-width: 66.75;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 11px 0px 0 0;
	text-align: left;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #3b3b3d;
	display: block;
	font-size: 16px;
	/* font-family: 'Archivo Narrow', sans-serif;
	text-transform: uppercase; */
	line-height: 1;
	padding: 10px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	border-bottom: 0px solid #e9e9e9;
}

.nav-menu .sub-menu,
.nav-menu .children {
	/*	  -moz-box-shadow: 0 0px 8px rgba(0,0,0,0.2);*/
	/* -webkit-box-shadow: 0 0px 8px rgba(0,0,0,0.2); */
	/* box-shadow: 0 0px 8px rgba(0,0,0,0.2); */
	 background: #222;
	padding-top: 10px !important;
	display: none;
	position: absolute;
	left: -56px;
	color: #3b3b3d;
	z-index: 99999;
	text-align: left;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 145px;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #3b3b3d;
	padding-top: 12px !important;
	padding-bottom: 7px !important;
	padding-left: 18px !important;
	margin: 0 ;
	width: 160px;
	text-align:left !important;
	border-bottom: 1px solid #555 !important;
}




ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
	color: #fff;
	border-bottom: 1px solid #ccc;
	
	animation-delay: 0s; /* W3C and Opera */
	-moz-animation-delay: 0s; /* Firefox */
	-webkit-animation-delay: 0s; /* Safari and Chrome */
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
    
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
    
    background: #7a2168;
}



ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.menu-toggle {
	display: none;
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {background: #e53b51;}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {color: #e53b51;}

/*	----------------------------------------------------------
	Content
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.teaser-page .page-title{
	margin-top: 140px;
}

.teaser-page-list .page-title{
	margin-top: 40px;
}

.page-title{
	color: #111;
/*	border: 2px solid #fff;*/
	padding: 10px 20px;
    padding-left:0;
	display: inline-block;
    font-weight: 700;
    font-size: 32px;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
	animation-delay: 0s; /* W3C and Opera */
	-moz-animation-delay: 0s; /* Firefox */
	-webkit-animation-delay: 0s; /* Safari and Chrome */
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

#rootline {
	padding-top: 10px;
    padding-bottom: 25px;
}

.teaser-page-list #rootline {
	margin-top: 64px;
}

#rootline{
	font-size: 14px;
	text-align: right;
	color: #111;
}

#rootline a{
	color: #111;
	text-decoration: none;
}

#rootline a:hover{
	color: #aaa;
	text-decoration: underline;
}

#rootline * ul{
    list-style-type: none;
}

#rootline * ul li{
    display:inline-block;
}

.teaser-page-404 {
	text-align: center;
}

.teaser-page-404 .page-title {
	margin-top: 120px;
	font-size: 92px;
}

.teaser-page-404 h2 {
	margin-top: 48px;
	font-size: 22px;
	color: #fff !important;
}

.single-404 {
	text-align: center;
}
.single-404 .button { 
	margin-bottom: 0px !important;
}


/*	----------------------------------------------------------
	Article List
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

article.list {
	margin-bottom: 48px;
	padding-bottom: 48px;
	border-bottom: 1px solid #ddd;
}

.short-content .entry-header{
	color: #7a2168;
	font-size: 22px;
	background: #fff;
	display: inline;
}

.short-content .entry-header a{
	text-decoration: none;
}

.right-widget-panel .entry-header{
    min-height:55px;
}

.left-widget-panel{
    width:26%;
    float:left;
    top:0;
}
.right-widget-panel{
    width:65%;
    float:left;
    padding-left:15px;
    border-left: #ddd 2px solid;
}

.short-content figure {
	margin: 8px 24px 5px 0;
}

figure {
	float:left;
	margin: 0;
	padding:0px;
	position: relative;
}

figure img{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	height: auto;
	display: block;
}

figure .mask{
	width: 100%;
	height: auto;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background: transparent;
	text-align: center;
}

figure .mask .mask-square {
	display: none;
}

figure:hover .mask-square {
	position: relative;
	top: 0px;
	margin: 60px 20px 0 20px;
	left: 0%;
	font-size: 22px;
	display: inline-block;
	color: #e53b51;
	text-align: center;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;

	animation-delay: 0s; /* W3C and Opera */
	-moz-animation-delay: 0s; /* Firefox */
	-webkit-animation-delay: 0s; /* Safari and Chrome */


	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
	background: #fff;
	width: 40px;
	height: 35px;
	padding-top: 5px;
}


figure:hover .mask{
	background: rgba(0, 0, 0, 0.8);
}

.entry-meta {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 0;
	overflow: hidden;
}

.short-content p{
	margin:  0 0 15px 0;
}

.short-content .entry-meta p {
	margin: 10px 12px 0 12px;
	padding: 0;
}

.sponsors i {
	color: #e53b51;
}

.fund i {
	color: #3b3b3d; 
}

.time{ 
	color: #20a7ff;
}

.time a{
	text-decoration: none;
}

.fb{
	color: #3a589b;
}

.fb a {
	text-decoration: none;
}

.short-content .buttons {
	background: #a7a7b2;
	color: #fff;
	padding: 10px 44px;
	text-decoration: none;
	text-transform: uppercase;
}

.short-content .buttons:hover {
	background: #3b3b3d;
	color: #fff;
	
	animation-delay: 0s; /* W3C and Opera */
	-moz-animation-delay: 0s; /* Firefox */
	-webkit-animation-delay: 0s; /* Safari and Chrome */
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
    
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
}


/* ==|== Fb = = = = = = = = = = = = = = = = = = = = = */

.entry-meta .buttons.facebook i{
	color: #3a589b;
}

.entry-meta .buttons.facebook{
	background: #fff;
	color: #3b3b3d;
	text-transform: none;
	padding: 10px 12px;
}
.entry-meta .buttons.facebook:hover {
	background: #3a589b;
	color: #fff;
}

.entry-meta .buttons.facebook:hover i{
	background: none;
	color: #fff;
}


/* ==|== time = = = = = = = = = = = = = = = = = = = = = */

.entry-meta .buttons.time i{
	color: #20a7ff;
}

.entry-meta .buttons.time{
	background: #fff;
	text-transform: none;
	padding: 10px 12px;
	color: #747373;
}

.entry-meta .buttons.time:hover {
	background: #20a7ff;
	color: #fff;
}

.entry-meta .buttons.time:hover i{
	background: none;
	color: #fff;
}


/* ==|== Author = = = = = = = = = = = = = = = = = = = = = */

.entry-meta .buttons.author i{
	color: #f18d06;
}

.entry-meta .buttons.author{
	background: #fff;
	text-transform: none;
	padding: 10px 12px;
	color: #3b3b3d;
}

.entry-meta .buttons.author:hover {
	background: #f18d06;
	color: #fff;
}

.entry-meta .buttons.author:hover i{
	background: none;
	color: #fff;
}


/*	----------------------------------------------------------
	Single cause
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.square-info{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 50%;
	background: #fff;
	z-index: 1;
}

.square-info-margins{
	margin: 24px 24px 8px 24px;
}

progress {
	width: 100%;
	height: 15px;
	margin: 5px auto 12px auto;
	display: block;
	/* Important Thing */
	-webkit-appearance: none;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #e6c9cd;
}

/* All good till now. Now we'll style the background */
progress::-webkit-progress-bar {
	background: #e6c9cd;
	padding: 0px;
}

/* Now the value part */
progress::-webkit-progress-value {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
	background:
		-webkit-linear-gradient(-45deg, transparent, transparent 33%, rgba(0, 0, 0, 0.051) 33%, rgba(0, 0, 0, 0.051) 66%, transparent 66%),
		-webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.1)),
		-webkit-linear-gradient(left, #e53b51, #e53b51);
	
	/* Looks great, now animating it */
	background-size: 25px 14px, 100% 100%, 100% 100%;
	-webkit-animation: move 5s linear 0 infinite;
}

@-webkit-keyframes move {
	0% {background-position: 0px 0px, 0 0, 0 0}
	100% {background-position: 100px 0px, 0 0, 0 0}
}


progress::-moz-progress-bar {
	-moz-border-radius: 2px;
	box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
	background:
		-moz-linear-gradient(-45deg, transparent, transparent 33%, rgba(0, 0, 0, 0.051) 33%, rgba(0, 0, 0, 0.051) 66%, transparent 66%),
		-moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.1)),
		-moz-linear-gradient(left, #e53b51, #e53b51);
	
	/* Looks great, now animating it */
	background-size: 25px 14px, 100% 100%, 100% 100%;
}

.progress-percent, .progress-money{
	background: #e53b51;
	padding: 0px 5px;
	color: #fff;
	position: relative;
}

.progress-percent .arrow, .progress-money .arrow {
	height: 5px;
	width: 5px;
	background: #e53b51;
	position: absolute;
	bottom: -3px;
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.progress-percent .arrow {
	left: 12px;
}

.progress-money .arrow{
	right: 12px;
}

.square-info-margins .meta p{
	margin: 12px 0;
}

.square-info-margins .meta p i{
	margin-right: 12px;
}

.square-info .buttons {
	background: #f18d06;
	color: #fff;
	margin-top: 22px;
	padding: 10px 24px;
	text-decoration: none;
	text-transform: uppercase;
}

.square-info .buttons i{
	margin-left: 12px
}

.square-info .buttons:hover {
	background: #f6c004;
	color: #fff;
	

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
    
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.entry-content figure{
	margin-bottom: 48px;
}

.event-map, .book-your-place {
	display: none;
	margin-top: 24px;
}

.book-your-place h3, .event-map h3 {
	color: #fff;
}

.event-map iframe{
	width: 100%;
	height: 250px;
}

#reservation-form input, #reservation-form textarea{
	border: none;
	background: #fff;
	padding: 5px 10px;
}


/*	----------------------------------------------------------
	Event
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.event-details-container{
    width:100%; 
    display: table;
    font-size: 16px;
}

.event-details-lcol{
    float: left;
    display: table-header-group;
    width: 75px;
    margin-top: -12px;
    
}

@-moz-document url-prefix(){
     .event-details-lcol{
        padding-top: 12px;
     } 
}

.event-details-rcol{
   /* float: right; */
  padding-right: 20px;
  /* text-align: right; */
  display: table;
  display: -moz-box;
  margin-top: -17px;
  padding: 5px 10px;
  min-width: 200px;
}

.event-info {
	background: #e53b51;
	padding: 24px;
	margin-bottom: 48px;
}

.event-info .day {
	font-size: 50px;
	color: #fff;
	margin-right: 12px;
	line-height: 1;
}

.event-info .month-time{
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	margin-right: 48px;
	text-decoration: none;
}

.month-time .month {
	line-height: 27px;
}

.icon-time{
    color:#a2a2ad !important;
}

.icon-map-marker{
    color:#a2a2ad !important;
}

.event-address{
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	width: 35%;
}

.event-address a:hover{
	text-decoration: underline;
}

.event-location{
	color: #fff;
	font-size: 40px;
	line-height: 48px;
	margin-right: 12px;
}

.event-info .buttons.facebook i{
	color: #3a589b;
}

.event-info .buttons.facebook{
	background: #fff;
	color: #3b3b3d;
	text-transform: none;
	padding: 10px 12px;
	text-decoration: none;
}

.event-info .buttons.facebook:hover {
	background: #3a589b;
	color: #fff;
	
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

.event-info .buttons.facebook:hover i{
	background: none;
	color: #fff;
}


/* ==|== Book your place = = = = = = = = = = = = = = = = = = = = = */

.event-info .buttons.bookplace i{
	color: #3b3b3d;
}

.event-info .buttons.bookplace{
	background: #fff;
	color: #3b3b3d;
	text-transform: none;
	padding: 10px 12px;
	text-decoration: none;
	margin-left: 24px;
	cursor: pointer;
}

.event-info .buttons.bookplace:hover {
	background: #3b3b3d;
	color: #fff;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
    
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.event-info .buttons.bookplace:hover i{
	background: none;
	color: #fff;
}


/* ==|== book your place button = = = = = = = = = = = = = = = = = = = = = */

.buttons.send{
	background: #fff;
	color: #3b3b3d;
	text-transform: none;
	padding: 10px 12px;
	text-decoration: none;
	cursor: pointer;
}


.buttons.send:hover, input[type="submit"]:hover {
	background: #3b3b3d !important;
	color: #fff;
/*
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
    
*/
    min-width: 150px;
    font-size: 16px;
    
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
}


/*	----------------------------------------------------------
	Press
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.entry-meta-press{
	padding: 12px;
	display: block;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 48px;
}

.entry-meta-press time{
	margin-right: 12px;
}

.entry-meta-press time i{
	color: #20a7ff;
}

.entry-meta-press .tag-i i {
	color: #c0392b;
}

.entry-meta-press .author-i i{
	color: #f18d06;
}

.entry-meta-press .category-i, .entry-meta-press .tag-i {
	margin-right: 12px;
}

.entry-meta-press .category-i a, .entry-meta-press .tag-i a, .entry-meta-press .author-i  a{
	text-decoration: none;
	color: #3b3b3d;
}

.entry-meta-press .category-i a:hover, .entry-meta-press .tag-i a:hover, .entry-meta-press .author-i a:hover{
	text-decoration: underline;
}


/*	----------------------------------------------------------
	Contact Form
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


#contact-form input, #contact-form select, #contact-form textarea, .standard-form input, .standard-form textarea {
	border: 1px solid #bbb !important;
	background: #fff ;
	padding: 5px 10px !important;
    border-radius: 2px !important;
    min-height: 30px  !important;
    margin-left: 150px !important;
}

#contact-form * select{
    min-height: 42px !important;
    min-width: 36% !important;
}

#contact-form p, .standard-form p{
        margin-bottom:10px !important;
    }

#contact-form label, .standard-form label{
    padding-top: 10px;
    position: absolute;
}

#contact-form input[type="text"], #contact-form input[type="password"], #contact-form select,#contact-form input[type="email"], .standard-form input[type="text"],.standard-form input[type="email"], .standard-form input[type="password"], .standard-form input[type="password"] {
	min-width: 33%;
}
#contact-form input[type="submit"], .standard-form input[type="submit"], .donate-submit{
    background: #7a2168;
    color: #fff;
    min-width: 180px;
    height: 38px;
    cursor:pointer;
    border: none;
    min-width: 150px;
    font-size: 16px;
    margin-top:25px;
    min-width: 150px;
    font-size: 16px;

}

.standard-form.zero-left-margin input{
    margin-left:0px !important;
}

#contact-form textarea, .standard-form textarea {
	width: 33%;
}

#contact-form * .riSingle a.riDown{
      margin-left: -10px;
      vertical-align: inherit;
}

#contact-form * .RadInput a.riDown{
      margin-top: 11px;
}

.receipt-title{
    width: 35%;
    display: inline-block;
}

.receipt-value{
    width: 50%;
}

input#page_layout_page_template_pbFormField4_ctl_donationamount_7ead {
  margin-right: 5px;
}

#page_layout_page_template_pbscDonationFormSubmit1_ajaxPanel_CheckoutProceed input{
    margin-left:0px;
}

.creditCard ul {
  list-style-type: none;
  margin-left: 0;
  padding-top: 19px;
}

.creditCard ul li span {
    min-width: 20% !important;
    display: inline-block;
    margin-bottom: 10px !important;
}
.creditCard ul li div{
    margin-bottom: 10px !important;
    margin-left: -4px;
}
.rcbScroll{
    background: #fff;
}

/*** Table Styles **/

.table-fill {
  background: white !important;
  border-radius:3px !important;
  border-collapse: collapse !important;
  height: 320px !important;
  max-width: 600px !important;
  padding:5px !important;
  width: 100% !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) !important;
  animation: float 5s infinite !important;
}



.table-fill  tr {
  border-top: 1px solid #C1C3D1 !important;
  border-bottom: 1px solid #C1C3D1 !important;
  border-left: 1px solid #C1C3D1;
  color:#666B85 !important;
  font-size:16px !important;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1) !important;
}

.table-fill td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

#page_layout_page_template_pbFormField5_ctl_donationamount_7ead{
    height: 37px !important;
  margin-right: 11px !important;
}

.pbForgotPassword div ul {
  list-style-type: none;
}

.pbForgotPassword div ul li {
  padding-bottom: 36px;
  margin-left: -32px !important;
}


.statusMessage {
  color: #666;
}

.statusMessage {
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0, 0.5);
    box-shadow: 0 2px 5px rgba(0,0,0, 0.5);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0, 0.5);
}

.statusMessage {
  display: none;
  margin: auto;
  width: 30em;
  height: 2em;
  padding: 1.5em;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.statusMessage p {
  text-align: center;
  margin: 0;
  padding: 0;
}


/*	----------------------------------------------------------
	Staff
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.candidate {
	-moz-box-shadow: 0 0 2px #747373;
	-webkit-box-shadow: 0 0 2px#747373;
	box-shadow: 0 0 2px #747373;
	margin-bottom: 48px;
	float: left;
}

.home .candidate { 
	margin-bottom: 0px !important
}

.candidate-margins {
	margin: 24px;
}

.candidate img{
	width: 100%;
	height: auto;
}

.candidate .name{
	font-size: 24px;
	color: #7a2168;
	font-family: 'Archivo Narrow', sans-serif;
	text-align: center;
	margin-top: 12px;
}

.candidate .position {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
	color: #3b3b3d;
	text-align: center;
}
/**
.candidate:hover {
	-moz-box-shadow: inset 0 0 12px #c2c0c0;
	-webkit-box-shadow: inset 0 0 12px #c2c0c0;
	box-shadow: inner 0 0 12px #c2c0c0;
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}
**/
.candidate a {
	text-decoration: none;
}

.candidate-about{
	margin-left: 12px;
	width: 59%;
}

.social-icons {
	text-align: center;
	margin-top: 24px;
	font-size: 20px
}

.social-icons a{
	padding: 3px 5px;
}

.social-icons a:hover{
	

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

.social-icons .fb {
	color: #3a589b;
}

.social-icons .fb:hover{
	color: #fff;
	background: #3a589b;
}

legend.header{
    font-size: 19px !important;
    padding-top: 23px;
    padding-bottom: 8px;
}

.chequeDetails{
    list-style: none !important;
}

/* ==|== Twitter  = = = = = = = = = = = = = = = = = = = = = */

.social-icons .tw {
	color: #19bfe8;
}

.social-icons .tw:hover{
	color: #fff;
	background: #19bfe8;
}


/* ==|== Pinterest = = = = = = = = = = = = = = = = = = = = = */

.social-icons .pn {
	color: #e53b51;
}

.social-icons .pn:hover{
	color: #fff;
	background: #e53b51;
}


/* ==|== Linkedin = = = = = = = = = = = = = = = = = = = = = */

.social-icons .in {
	color: #3a589b;
}

.social-icons .in:hover{
	color: #fff;
	background: #3a589b;
}


/* ==|== Google+  = = = = = = = = = = = = = = = = = = = = = */

.social-icons .gp {
	color: #f12842;
}

.social-icons .gp:hover{
	color: #fff;
	background: #f12842;
}


/* ==|== Git Hub = = = = = = = = = = = = = = = = = = = = = */

.social-icons .gh {
	color: #754c24;
}

.social-icons .gh:hover{
	color: #fff;
	background: #754c24;
}


/* ==|== Flickr = = = = = = = = = = = = = = = = = = = = = */

.social-icons .fl {
	color: #d73990;
}

.social-icons .fl:hover{
	color: #fff;
	background: #d73990;
}


/*	----------------------------------------------------------
	Attachments
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*	----------------------------------------------------------
	Images
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

a img {
	border: none;
}

p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
a img { display: block; }

/*	----------------------------------------------------------
	Resize images to fit the main content area.
		- Applies only to images uploaded via WordPress by targeting size-* classes.
		- Other images will be left alone. Use "size-auto" class to apply to other images.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}

img.alignleft {
	margin-right: 1.5em;
}

img.alignright {
	margin-left: 1.5em;
}

.wp-caption {
	padding: .5em;
	text-align: center;
}

.wp-caption img {
	margin: .25em;
}

.wp-caption .wp-caption-text {
	margin: .5em;
}

.gallery-caption {

}

.wp-smiley {
	margin: 0;
}


/*	----------------------------------------------------------
	Navigation
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#primary nav {
	clear: both;
	overflow: hidden;
	margin: 0 0 1.5em;
}

.nav-previous {
	float: left;
	width: 50%;
}

.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.errors{
    color: red;
}




/*	----------------------------------------------------------
	Pagination
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.pagination {
	list-style: none;
	margin: 0;
	padding: 0;
    padding-bottom:70px;
}

.pagination li {
	margin: 0;
	float: left;
	margin-right: 10px;
}

.pagination li a{
	padding: 3px 6px;
	background: #fff;
	text-decoration: none;
	border: 1px solid #a2a2ad;
	color: #a2a2ad;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.pagination li .active {
	background: #7a2168;
	color: #fff;
	border: 1px solid #7a2168;
}

.pagination li a:hover{
	background: #7a2168;
	color: #fff;
	border: 1px solid #7a2168;
}


/*	----------------------------------------------------------
	Widgets
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

aside.widget {
	margin-bottom: 48px;
}
aside.WPlookStaff {
	margin-bottom: 0;
}
aside ul {
	list-style: none;
	margin: 0px;
}


/*	----------------------------------------------------------
	List
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.widget ul li {
	background: transparent url('images/border-x.png') left bottom repeat-x;
	padding: 10px !important;
    padding-left: 0px !important;
	margin: 0px;

}

.widget ul li a {
	color: #343434;
	text-decoration: none;
}



.widget ul li:hover {
	color: #fff;
	background: #e53b51;

	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	-ms-animation-duration:0.5s;
	-o-animation-duration:0.5s;
	animation-duration:0.5s;
}

.widget ul li:hover a {
	color: #fff;
}


/*	----------------------------------------------------------
	Home page widgets
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.first-home-widget-area, .second-home-widget-area, .third-home-widget-area{
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.forth-home-widget-area{
    margin-bottom: 1px;
	padding-bottom: 1px;
}

#secondary .grid_16 {
	margin: 0; padding: 0;
}

.widget-title{
	background: transparent url("images/widget-title-bg.png") repeat-x 0 60%;
	margin-bottom: 24px;
}

.widget-title h3 {
	background: #fff;
    font-size: 26px;;
	display: inline-block;
	padding-right: 12px;
	color: #000;
}

.widget-title .viewall {
	background: #fff;
	padding-left: 12px;
	font-size: 12px;
    margin-top: -30px;
    font-size: 12px;font-family: 'Arimo', sans-serif;font-weight: 400;
    text-transform: uppercase;
}

.widget-title .viewall a {
	color: #111; border: 1px solid #dddddd; text-decoration: none; padding: 2px 8px; margin: 10px 0 0 0; display: inline-block;
}

.widget-title .viewall a:hover {
	color: #fff; border: 1px solid #ddd; background: #3dcef8;

	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	-ms-animation-duration:0.5s;
	-o-animation-duration:0.5s;
	animation-duration:0.5s;
}

.widget h3 a {
	text-decoration: none;
	line-height: normal;
	font-size: 20px;
}

/* ==|== Latest causes = = = = = = = = = = = = = = = = = = = = = */

.widget-causes-body .cause-item {
	float: left; 
	width: 23%; 
	margin: 0 1% 24px 1%;
}
.widget-causes-body .cause-item figure { 
	margin-bottom: 12px;
}
.widget-causes-body .cause-item p {
	margin-bottom: 0px;
}

/* Grid 8 */
.grid_8  .widget-causes-body .cause-item { 
	float: left; 
	width: 46%; 
	margin: 0 2%;
}

/* Grid 4 */
.grid_4 .widget-causes-body .cause-item{
	width: 100%; 
	padding-bottom: 24px; 
	margin-bottom: 24px; 
	border-bottom: 1px solid #ddd;
}

.grid_4 .widget-causes-body .cause-item:last-child {
	border-bottom: none;
}


/* ==|== Latest events  = = = = = = = = = = = = = = = = = = = = = */

.widget-event-body .event-item  figure {
	margin-bottom: 12px;
}

.widget-event-body .event-item {
	float: left;
	width: 23%;
	margin: 0 1% 24px 1%;
}

/* Grid 8 */
.grid_8 .widget-event-body .event-item {
	float: left;
	width: 46%;
	margin: 0 2%;
}

/* Grid 4 */
.grid_4 .widget-event-body .event-item {
	width: 100%; 
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #ddd;
}

.grid_4 .widget-event-body .event-item:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0;
}

.event-item h3>a{
    color: #7a2168;
    font-size: 24px;
    line-height: 28px;
}

.entry-meta-widget i {
	padding: 2px 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center; 
	color: #3b3b3d;
    margin-left:-43%;
    padding-right:26%;
}

.entry-meta-widget a {
	text-decoration: none;
	color: #3b3b3d;
}

.entry-meta-widget div {
	margin-top: 5px;
}

.entry-meta-widget .date i {
	color: #20a7ff;
}

.entry-meta-widget .location i{
	color: #f18d06;
}

.entry-meta-widget .facebook i{
	color: #3a589b;
}

.left-widget-panel i{
    padding-left: 40%;
    bottom:0px;
}

.date-holder{
    background:url(../images/date-background.png);
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
}

.date-holder .month{
    color: #ffffff;
    font-size: 14px;
    padding-left:14px; 
    margin-top: -6px;
}

.date-holder .day{
    color: #ffffff;
    font-size: 22px;
    padding-left:14px;  
}

.date-holder.news-item{
    display: inline-block;
    margin-right: 23px;
    float:left;
}

.news-header{
    display: inline-block;
    max-width: 70%;
       line-height: 10px;
    float:left;
    margin-bottom:10px;
}

.news-header a{
    color: #7a2168;
    font-size: 24px !important;
    
 
}

.news-description p{
    font-size: 16px !important;
    font-family: 'Arimo', sans-serif;
    display: inline-block;
}

.received{
    font-size: 16px !important;
    font-family: 'Arimo', sans-serif;
    display: inline-block;
    padding-left: 5px;
}

.more-events a {
	text-align: right; 
	text-transform: uppercase; 
	display: block; 
	text-decoration: none; 
	color: #3b3b3d; 
	font-size: 12px;
}

.more-events a:hover{ 
	color: #e53b51;
}


/*	----------------------------------------------------------
	TagCloud
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.tagcloud a {
    padding: 8px 10px;
    display: inline-block;
    margin: 4px 2px;
    font-size: 14px !important;
    text-decoration: none;
    background: #e53b51;
    border: 1px solid #e53b51;
    color:  #fff;
}

.tagcloud a:hover {
    color: #e53b51;
    background-color: #fff;
    border-color: #e53b51;
	background: #fff;

	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	-ms-animation-duration:0.5s;
	-o-animation-duration:0.5s;
	animation-duration:0.5s;
}


/* ==|== Widget announce = = = = = = = = = = = = = = = = = = = = = */

.announce-body h1 {margin-bottom: 10px; font-weight: bold; color: #fff}
.announce-body h3 { color: #fff;font-family: 'Arimo', sans-serif;font-weight: 400;max-width: 90%;margin:0 auto;}
.announce-body {
	font-family: 'Arimo', sans-serif;
	background: #4dc4cf;
	padding: 48px 0;
	text-align: center;
}


/* ==|== Widget Adrress = = = = = = = = = = = = = = = = = = = = = */

.widget_adress {
	color: #fff;
	font-size: 15px;
}

.widget_adress a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}


/*	----------------------------------------------------------
	Widget Latest News Home page
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.latestnews-body .image{
	width: 58%;
}

.video-content{
    width: 50%;
}

.video-content p{
    color: #000;
}

.latestnews-body .content{
	width: 38%;
}

.flexslider-news { 
	margin: 0; padding: 0; 
}
.flexslider  .slides{
    background: #222;
}

.flexslider .slides img{
    max-width: 1320px;
    margin: auto;
}
.flexslider-news .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden; 
	position: relative;
	} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider-news .slides img {
	width: 100%; 
	display: block;
}

.flex-active-slide h1{
    text-shadow: 2px 2px 4px #333;
}


.flex-active-slide h2{
    text-shadow: 2px 2px 4px #333;
}

.flex-content .flex-button a{
    text-shadow: 2px 2px 4px #333;
}

.latestnews-body .flex-direction-nav {
	width: 70px;
	position: absolute;
	top: 6px;
	right: 0px;
	bottom: none;
	background: #fff;
	display: block;
}

.latestnews-body .flex-direction-nav li {
	width: 35px; 
	display: inline-block; 
	height: 18px;
}

.latestnews-body .flex-direction-nav a {
	width: 25px;
	height: 25px;
	margin: 0;
	display: block;
	background: transparent url('../images/bg_direction_nav_small.png') no-repeat 0 0;
	position: absolute;
	top: 0%;
	z-index: 10; 
	cursor: pointer; 
	text-indent: -9999px; 
	opacity: 0.8; 
	-webkit-transition: all .3s ease;
}

.latestnews-body .flex-direction-nav .flex-next {
	background-position: 100% 0; 
	right: 0px;
}

.latestnews-body .flex-direction-nav .flex-prev {
	left: 12px;

}

.latestnews-body:hover .flex-next:hover, 
.latestnews-body:hover .flexslider:hover,
.latestnews-body:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: .3!important; filter:alpha(opacity=30); cursor: default;
}

.flexslider-news .category {
	font-size: 13px;
	margin: 12px 0;
	padding: 0;
}

.flexslider-news .flex-button-red i {
	font-size: 16px;
	margin-left: 8px;
}

.flexslider-news .flex-button-red a{
	border: 1px solid #7a2168;
	padding: 11px 15px;
    color:#7a2168;
    font-size: 16px;;
	text-transform: uppercase;
	text-decoration: none;
}

.flexslider-news .flex-button-red a:hover {
	background: #7a2168;
	color: #fff;

	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	-ms-animation-duration:0.5s;
	-o-animation-duration:0.5s;
	animation-duration:0.5s;
}

.form-group label{
/*    display: block;*/
    font-weight: 400 !important;
    width: 17%;
}

.form-group input[type="text"],.form-group select{
    border: 1px solid #bbb;
	background: #fff;
	padding: 5px 10px;
    border-radius: 2px;
    min-height: 40px;
    width:50%;
/*    margin-left: 150px;*/
    
}

.field input[type="text"], .field textarea{
    border: 1px solid #bbb;
    min-width: 40%;
	background: #fff;
	padding: 5px 10px;
    border-radius: 2px;
    min-height: 30px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    text-align: left;
    padding-right:15%;
}

/*	----------------------------------------------------------
	Comments
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.newsletter-wrapper{
    min-height: 145px;
    background-color: #7a2168;
    padding-top:28px;
    margin-top:70px;
}
.newsletter-wrapper h2{
    color: #ffffff;
    font-size: 31px;
    padding-bottom:22px;
}

.newsletter-form div{
    color:#ffffff;
    font-size: 16px;
    font-family: 'Arimo', sans-serif;
    padding-right:26px;
    display:inline-block;
}

.newsletter-form input[type="text"]{
    width: 20%;
    margin-right: 40px;
    height: 34px;
    border-radius: 2px !important;
}

.newsletter-form input[type="submit"]{
    width: 150px;
    font-size: 16px;
    background:none;
    color:#ffffff;
    font-family: 'Arimo', sans-serif;
    border-radius: 2px !important;
    height: 40px;
    width: 15%;
    border:solid 1px #fff;
    cursor:pointer;
}
/*	----------------------------------------------------------
	Footer
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#colophon {
	background: #282828 url("images/footer-transparent.png") repeat-x top;
	padding-top: 40px;
}

.vcard{
    font-size: 16px;
}

#colophon .widget h3 {
	color: #fff;
    font-size: 26px;
	margin-bottom: 20px;
}

#colophon .widget ul li {
	background: transparent url('images/border-x-footer.png') left bottom repeat-x;
	padding: 12px;
	margin: 0px;
	color: #fff;
}

#colophon .widget ul li a {
	color: #fff;
    font-size: 16px;
	text-decoration: none;
}

#colophon .widget ul li:hover {
	color: lightgray;
    text-decoration: underline;
/*
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	-ms-animation-duration:0.5s;
	-o-animation-duration:0.5s;
	animation-duration:0.5s;
*/
        -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

#colophon .widget ul li:hover a {
	color: lightgray;
}

.latest-tweets-body {
	color: #fff;
    font-size: 16px;
	margin-bottom: 24px;
}

.latest-tweets-body a{
	color: #ffeef0;
	text-decoration: none;
}

a.follow{
	color: #fff;
	border: 2px solid #fff;
    font-size: 16px;;
	padding: 10px 18px;
	text-decoration: none;
    text-transform: uppercase;
}
a.follow:hover{
	background-color: #4dc4cf;
}

a.donate{
	color: #fff;
	border: 2px solid #fff;
    font-size: 19px;
	padding: 10px 18px;
	text-decoration: none;
    text-transform: uppercase;
    background-color: #3dcef8;
    border-radius: 4px;
    font-weight: bold;
}
a.donate:hover{
	background-color: #7a2168;
}

.donate-widget h2{
    
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color:#333;
}

.donate-widget p{
    
    padding-top: 15px;
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
}

.site-info {
	background: #222222;
	font-size: 12px;
}

.copy{
	color: #fff;
	margin: 10px 0 0 0;
    font-size: 12px;
    font-family: 'Arimo', sans-serif;
}

.designby{color: #fff; 
	margin: 10px 0;
	text-align: right;
    font-size: 12px;
    font-family: 'Arimo', sans-serif;    
}

.designby a{color: #fff;}


/*	----------------------------------------------------------
	Shortcode
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.column-margin {
	margin: 12px;
}

.col25,
.col33,
.col50,
.col75 { 
	float: left; 
	font-size: 15px;
}

.col25 p,
.col33 p,
.col50 p,
.col75 p {
	font-size: 15px;
}

.col25{
	width: 25%;
}

.col33{
	width: 33%;
}

.col50{
	width: 50%;
}

.col75{
	width: 75%;
}

.box{
	width: 98%; 
/*	background: #e53b51; */
	font-size: 15px; 
/*	color: #fff; */
	padding: 12px 1%; 
	margin-bottom: 40px;
	margin-top: 10px;
}

.box p{
	margin-bottom: 0px;
	width: 85%;
	float: left;
}

.box .button {
	float: right;
	margin-bottom: 0px !important;
}


/*	----------------------------------------------------------
	Button Styles
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

a.button,
a.button:visited {
	display: inline-block;
	color: #fff!important;
	text-decoration: none!important;
	text-align: center;
	font-family: Helvetica, Arial, Sans-serif;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	font-size: 14px;
	outline: none;
	font-weight: bold;
	line-height: 1em;
	padding: 7px 13px!important;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	border: 1px solid #0d507a!important;
	margin: 0 1em 1.5em 0!important;
	vertical-align: middle;
	background: #0c6fb1;
	background: -webkit-gradient(linear, left top, left bottom, from(#14a7cf), to(#0c6fb1));
	background: -webkit-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -moz-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -ms-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -o-linear-gradient(top, #14a7cf, #0c6fb1);
}

a.button.square {
	border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	-o-border-radius: 0px!important;
}

a.button.round {
	border-radius: 15px!important;
	-webkit-border-radius: 15px!important;
	-moz-border-radius: 15px!important;
	-o-border-radius: 15px!important;
}

a.button.medium {
	padding: 11px 16px!important;
	font-size: 16px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}

a.button.large {
	padding: 15px 20px!important;
	font-size: 18px;
	border-radius: 20px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
}

a.button:hover {
	text-decoration: none;
}

a.button:active {
	position: relative;
	top: 1px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}

a.button.green {
	border-color: #69963b!important;
	background: #7fc33c;
	background: -webkit-gradient(linear, left top, left bottom, from(#5bb75b), to(#7fc33c));
	background: -webkit-linear-gradient(top, #5bb75b, #7fc33c);
	background: -moz-linear-gradient(top, #5bb75b, #7fc33c);
	background: -ms-linear-gradient(top, #5bb75b, #7fc33c);
	background: -o-linear-gradient(top, #5bb75b, #7fc33c);
}

a.button.green:hover {
	background: #8dd242;
	background: -webkit-gradient(linear, left top, left bottom, from(#7fc33c), to(#5bb75b));
	background: -webkit-linear-gradient(top, #7fc33c, #5bb75b);
	background: -moz-linear-gradient(top, #7fc33c, #5bb75b);
	background: -ms-linear-gradient(top, #7fc33c, #5bb75b);
	background: -o-linear-gradient(top, #7fc33c, #5bb75b);
}

a.button.light-blue {
	border-color: #2681a2!important;
	background: #2caada;
	background: -webkit-gradient(linear, left top, left bottom, from(#46cae8), to(#2caada));
	background: -webkit-linear-gradient(top, #46cae8, #2caada);
	background: -moz-linear-gradient(top, #46cae8, #2caada);
	background: -ms-linear-gradient(top, #46cae8, #2caada);
	background: -o-linear-gradient(top, #46cae8, #2caada);
}

a.button.light-blue:hover {
	background: #32bcef;
	background: -webkit-gradient(linear, left top, left bottom, from(#2caada), to(#46cae8));
	background: -webkit-linear-gradient(top, #2caada, #46cae8);
	background: -moz-linear-gradient(top, #2caada, #46cae8);
	background: -ms-linear-gradient(top, #2caada, #46cae8);
	background: -o-linear-gradient(top, #2caada, #46cae8);
}

a.button.blue {
	border-color: #0d507a!important;
	background: #0c6fb1;
	background: -webkit-gradient(linear, left top, left bottom, from(#14a7cf), to(#0c6fb1));
	background: -webkit-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -moz-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -ms-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -o-linear-gradient(top, #14a7cf, #0c6fb1);
}

a.button.blue:hover {
	background: #1188d6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0c6fb1), to(#14a7cf));
	background: -webkit-linear-gradient(top, #0c6fb1, #14a7cf);
	background: -moz-linear-gradient(top, #0c6fb1, #14a7cf);
	background: -ms-linear-gradient(top, #0c6fb1, #14a7cf);
	background: -o-linear-gradient(top, #0c6fb1, #14a7cf);
}

a.button.red {
	border-color: #ab4b44!important;
	background: #9E0D18;
	background: -webkit-gradient(linear, left top, left bottom, from(red), to(#9E0D18));
	background: -webkit-linear-gradient(top, red, #9E0D18);
	background: -moz-linear-gradient(top, red, #9E0D18);
	background: -ms-linear-gradient(top, red, #9E0D18);
	background: -o-linear-gradient(top, red, #9E0D18);
}

a.button.red:hover {
	background: #ff5e56;
	background: -webkit-gradient(linear, left top, left bottom, from(#9E0D18), to(red));
	background: -webkit-linear-gradient(top, #9E0D18, red);
	background: -moz-linear-gradient(top, #9E0D18, red);
	background: -ms-linear-gradient(top, #9E0D18, red);
	background: -o-linear-gradient(top, #9E0D18, red);
}

a.button.orange {
	border-color: #dc9014!important;
	background: #ffb031;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#ffb031));
	background: -webkit-linear-gradient(top, #ff9900, #ffb031);
	background: -moz-linear-gradient(top, #ff9900, #ffb031);
	background: -ms-linear-gradient(top, #ff9900, #ffb031);
	background: -o-linear-gradient(top, #ff9900, #ffb031);
}	

a.button.orange:hover {
	background: #ffc531;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffb031), to(#ff9900));
	background: -webkit-linear-gradient(top, #ffb031, #ff9900);
	background: -moz-linear-gradient(top, #ffb031, #ff9900);
	background: -ms-linear-gradient(top, #ffb031, #ff9900);
	background: -o-linear-gradient(top, #ffb031, #ff9900);
}

a.button.purple {
	border-color: #996192!important;
	background: #d17ac6;
	background: -webkit-gradient(linear, left top, left bottom, from(#e3acdc), to(#d17ac6));
	background: -webkit-linear-gradient(top, #e3acdc, #d17ac6);
	background: -moz-linear-gradient(top, #e3acdc, #d17ac6);
	background: -ms-linear-gradient(top, #e3acdc, #d17ac6);
	background: -o-linear-gradient(top, #e3acdc, #d17ac6);
}

a.button.purple:hover {
	background: #eb90e0;
	background: -webkit-gradient(linear, left top, left bottom, from(#d17ac6), to(#e3acdc));
	background: -webkit-linear-gradient(top, #d17ac6, #e3acdc);background: -moz-linear-gradient(top, #d17ac6, #e3acdc);
	background: -ms-linear-gradient(top, #d17ac6, #e3acdc);
	background: -o-linear-gradient(top, #d17ac6, #e3acdc);
}

a.button.grey {
	color: #555!important;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-color: #acacac!important;
	background: #e0dddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0dddd));
	background: -webkit-linear-gradient(top, #ffffff, #e0dddd);
	background: -moz-linear-gradient(top, #ffffff, #e0dddd);
	background: -ms-linear-gradient(top, #ffffff, #e0dddd);
	background: -o-linear-gradient(top, #ffffff, #e0dddd);
}

a.button.grey:hover {
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#e0dddd), to(#ffffff));
	background: -webkit-linear-gradient(top, #e0dddd, #ffffff);
	background: -moz-linear-gradient(top, #e0dddd, #ffffff);
	background: -ms-linear-gradient(top, #e0dddd, #ffffff);
	background: -o-linear-gradient(top, #e0dddd, #ffffff);
}

a.button.black {
	border-color: #323232!important;
	background: #444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444444));
	background: -webkit-linear-gradient(top, #000, #444444);
	background: -moz-linear-gradient(top, #000, #444444);
	background: -ms-linear-gradient(top, #000, #444444);
	background: -o-linear-gradient(top, #000, #444444);
}

a.button.black:hover {
	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#000000));
	background: -webkit-linear-gradient(top, #444444, #000000);
	background: -moz-linear-gradient(top, #444444, #000000);
	background: -ms-linear-gradient(top, #444444, #000000);
	background: -o-linear-gradient(top, #444444, #000000);
}


/*	----------------------------------------------------------
	Alert
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.alert {
	padding: 0.8em;
	margin: 0 0 1.5em 0;
	line-height: 1.6em;
	border-radius: 4px!important;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
	-o-border-radius: 4px!important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6); 
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6); 
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6); 
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
}

.alert.white {
	background: #fff;
	border: 1px solid #dfdfdf;
	color: #373737;
}

.alert.red {
	background: #e53b51;
	border: 1px solid #e53b51;
	color: #fff;
}

.alert.yellow {
	background: #f18d06;
	border: 1px solid #f18d06;
	color: #fff;
}

.alert.green {
	background: #2eb44b;
	border: 1px solid #2eb44b;
	color: #fff;
}

.alert.blue {
	background: #20a7ff;
	border: 1px solid #20a7ff;
	color: #fff;
}

.alert.grey {
	background: #fbfbfb;
	border: 1px solid #dfdfdf;
	color: #373737;
}


/*	----------------------------------------------------------
	Tabs
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.tabs li a {
  margin-top: 10px;
  background: #e53b51;
  border: 1px solid #e53b51;
  height: 32px;
  line-height: 31px;
  color: #3b3b3d;
  font-size: 13px;
  padding: 0 14px 0 44px;
  margin:0;
  cursor: pointer;
}

.tabs_table {
	clear: both; margin:12px 0;
}

.tabs {
	padding: 0 0 0 1px !important;
	margin-bottom:-1px !important;
	margin-left:0;
	height: 34px;
}

.tabs li {
  float: left;
  list-style-type: none !important;
  list-style-position: outside !important;
  cursor: pointer;
  white-space: nowrap;
  margin-left: -1px;
  padding: 0 !important;
}

.tabs li a {
  display: block;
  float: left;
  padding-left: 14px;
  background: #e53b51;
  margin: 0;
  color: #fff;
  margin-right: 6px;
}

.tabs li a:hover {
	text-decoration: none;
	background: #f3f3f3;
	color:#444;
}

.tabs li a.selected {
	background: #fff;
	border-bottom: #fff 1px solid; 
	position: relative; color:#e53b51; 
}

.panes { 
	border: 1px solid #e53b51; 
	padding: 17px; 
	line-height: 1.7em;
}


/*	----------------------------------------------------------
	Toggle content
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.toggle-content {
	background: #e53b51;
	border: 1px solid #e53b51;
	clear: both;
	display: block;
	margin: 20px 0 8px;
	color: #fff;
}

.toggle-content:hover { 
	background: #e53b51;
}

.toggle-content + .toggle-content {
	margin: 0;
}

.toggle-content .expand-button {
	background: url('images/toggle-open.png') left top no-repeat;
	cursor: pointer;
	font-weight: 700;
	overflow: hidden;
}

.toggle-content .expand-button.close {
	background: url('images/toggle-close.png') left top no-repeat;
}

.toggle-content .expand-button p {
	line-height: 40px;
	margin: 0;
	padding-left: 40px;
}

.toggle-content .expand {
	margin: 0;
	background: #fff;
	line-height: 160%;
	color: #3b3b3d;
	padding: 20px 20px 20px;
}

.toggle-content .expand {
	display: none;
}

.no-js .toggle-content .expand {
	display: block;
}
/*-------------------------------------------------------
            *** Shopping Cart ***
--------------------------------------------------------*/

.form{
    margin: 0px;
    list-style: none;
}

.pbForm input[type="submit"]{
    background: #7a2168;
    color: #fff;
    padding-left: 10px;
    padding-right:10px;
    height: 38px;
    cursor: pointer;
    border: none;
    margin-top: 15px;
    min-width: 150px;
    font-size: 16px;
    margin-top:25px;
}

.form li{
    padding-top:10px;
}

.form>li>.label{
    float: left;
    width:25%;
    padding-top:10px;
}

/*
.riUp {
    background: url(../images/arrow-up.png) no-repeat transparent !important;
    color:#fff;
    padding-top: 5px
}

.riDown {
    background: url(../images/arrow-down.png) no-repeat transparent !important;
    color: #fff;
      margin-left: -8px;
  
}
*/

.riUp {
    background: url(../images/arrow-up.png) no-repeat transparent !important;
    color:#fff;
    padding-top: 5px;
    width: 10px !important;
    position: absolute;
}

.riDown {
    background: url(../images/arrow-down.png) no-repeat transparent !important;
     color: #fff;
  margin-bottom: -8px;
  display: inline-block !important;
  height: 10px !important;
  width: 10px !important;
  
}

.riUp span, .riDown span {
  display: none;
}

.riSingle input{
    margin-right:10px;
}

span.checkbox{
    margin-top:8px;
}

span.required{
    padding-left: 5px;
  color: red;
}

.checkbox input[type="checkbox"]{
    margin-left: 0px !important;
    position: inherit !important;
}

.title-checkbox{
    width: 35% !important;
}

.checkbox{
    display: inline-block !important;
}

.table>tbody>tr>td{
    border-top:none !important;
}

.table thead{
    border-top: 1px solid #ddd;
}

.calculation-total.first{
    border-top: 1px solid #ddd !important;
}

.table-cart.thank-you th{
    padding: 10px !important;    
}

.table-cart.thank-you tr{
    padding-top: 10px !important;
    padding-bottom: 10px !important;  
}

.checkout-payment-details.box{
    background: #eee;
  border: 1px solid #ccc;
  border-radius: 6px;
    
}

.paymentMethod>div, .paymentMethod>span{
    padding-left:18px;
}

tr.tr-item{
    height: 40px !important;
}

.tr-item td{
    padding-left:10px;
}

.pbCheckoutPostage.label{
    color: #555;
    font-size: 16px;
    font-weight:400;
    font-family: 'Arimo', sans-serif;
    padding-left:18px;
}

.btn-primary{
    background-color: #5D2858 !important;
    border-color: #ddd !important;
    
    height: 41px;
    cursor: pointer;
    border: none;
    margin-top: 0px !important;
    min-width: 150px;
    font-size: 16px;
    border-radius: 0px !important;
}
/*-------------------------------------------------------
            *** Extra Items ***
--------------------------------------------------------*/

.pb-menu{
    font-size: 12px;
    font-family: 'Arimo', sans-serif;
}

.pb-menu li a{
    text-decoration: none;
}

.events{
        margin-bottom:44px;
    }

.url.summary{
    color:#7a2168;
}

.summary img{
    width:272px;
    height: 150px;
}

.short-description.description{
    padding-top: 8px;
    min-height:59px;    
}

.short-description.description p{
    font-size: 16px;
    font-family: 'Arimo', sans-serif;
}

.long-description h3{
    font-size: 24px !important;
    line-height: 30px;
}
h4{
    color: #000000;
    font-size: 26px;
}
.long-description p, .long-description ul li{
    font-size:17px !important;
    font-family: 'Arimo', sans-serif !important;
    line-height: 22px !important;
}

.long-description p span{
    font-size:17px !important;
    font-family: 'Arimo', sans-serif !important;
    line-height: 22px !important;
}


/*-------------------------------------------------------
            *** new header ***
--------------------------------------------------------*/
.top-nav{
   /* margin-left:27% !important;*/
    width: 100% !important;
    max-height: 23px !important;
}
.top-nav>.menu-item{
    margin-right: 14px !important;
	padding-bottom: 40px !important;
}

.top-nav .menu-item a{
    font-size:16px !important;
}
.top-nav .menu-item i{
    font-size:20px !important;
}



#menu-main-menu-container{
    text-align: left;
    margin-bottom: 10px;
    padding-top:0px;
    margin-bottom: 0;
}
.coloured-menu-item{
    padding:10px 20px !important;
    margin-right: 16px;
    border-radius: 5px;
    box-shadow: 1px 3px 0px 3.00px #5D2857;
}

.coloured-menu-item>a{
    padding: 0 !important;
    margin: 0 !important;
    color:#fff !important;
    font-size: 24px !important;
    font-family: 'Archivo Narrow', sans-serif !important;
    font-weight:700 !important;
    text-transform: uppercase;
}

ul.pb-menu-sub.pb-menu-mega.sub-menu{
/*      display: block;*/
      width: 100%;
      position: fixed;
      margin: 40px 56px;
      min-height: 256px;
      text-align: center;
      padding-top: 49px !important;
      margin-top: 22px;
      border-top: 17px solid #7a2168;
      background-color: inherit;
}
ul.pb-menu-sub.pb-menu-mega.sub-menu li{
    margin-right: 11px;
    padding-bottom: 10px !important;
}
ul.pb-menu-sub.pb-menu-mega.sub-menu li a {
  border: 1px solid #fff !important;
  min-height: 35px;
  border-radius: 5px;
  display: flex;
     color:#fff !important;
    font-size: 24px !important;
    font-family: 'Archivo Narrow', sans-serif !important;
    font-weight:700 !important;
    width: inherit;
    padding-left:18px !important;
    padding-right:18px !important;
     padding-bottom: 0px !important;
    text-transform: uppercase;
    background: rgba(0,0,0,0.1);
}

ul.pb-menu-sub.pb-menu-mega.sub-menu li a:hover {
    background: rgba(0,0,0,0.5);
}


li.pb-menu-item.menu-item.coloured-menu-item:after {
/*  content: '▼';*/
    
  content: url(../images/mega-menu-arrow.png);

  z-index: 100000;
  position: absolute;
  font-size: 45px;
  color: #7a2168;
  display: none;
}


li.pb-menu-item.menu-item.coloured-menu-item:nth-child(1):after{
    padding-top: 27px;
    padding-left: 30px;
    padding-right: 30px;
}

li.pb-menu-item.menu-item.coloured-menu-item:nth-child(2):after{
    padding-top: 27px;
    padding-left: 50px;
    padding-right: 50px;
}

li.pb-menu-item.menu-item.coloured-menu-item:nth-child(3):after{
    display:none !important;
}


li.pb-menu-item.menu-item.coloured-menu-item:hover:after{
    display: block;
}

.mega-menu-content{
    display: block;
    max-width:1200px;
    margin:0 auto;
    margin-bottom: 64px;
}

.mega-menu-content h1, .mega-menu-content h2, .mega-menu-content h3{
    font-size: 28px !important;
    color: #ffffff !important;
    line-height: 29px !important;
    font-family: 'Archivo Narrow', sans-serif;
    padding-bottom: 15px;
}

.mega-menu-content p{
    font-size: 16px !important;
    color: #ffffff !important;
    line-height: 22px !important;
    font-family: 'Arimo', sans-serif;
}

.logo{
    margin-right: 4%;
}
.social{
    float:right !important;
    padding-left:0px;
/*    min-width:100px;*/
}
.social li{
    padding-right: 8px !important;
    padding-top:3px !important;
    display:block;
}
.menu-search{
    float: right;
    width:285px;
    margin-right: -15px;
}
.menu-search input[type="image"]{
    font-size: 35px;
    color: #ffffff;
    margin-left:-45px;
    padding-top:10px;
    position:absolute;
    cursor:pointer;
}

span.ndis-label {
    font-size: 18px;
    color: #fff;
    width: 280px;
    text-align: center;
    display: block;
    font-family: 'Arimo', sans-serif !important;
    padding-bottom: 10px;
    padding-top: 5px;
}

.ndis-link:visited {
    color: #fff;
}

#page_layout_pbAdvBasicSearch1_ctl00_SearchText2_SearchText2_Input_wrapper{
    display: inline-block;
}

.menu-search input[type="text"]{
    width: 91%;
    height:44px;
    background:#5D2857;;
    border:none !important;
    font-size:22px;
    padding-left:12px;
    color:#9e74bb;
}
.menu-search ::-webkit-input-placeholder {
    font-size:22px;
    color:#9e74bb;
}

#site-navigation{
    width:76%;
}

.mobile-menu-button{
    display:none;
}
.mobile-menu{
    display:none;
}

/*	----------------------------------------------------------
	Responsive Structure
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media (max-width: 1200px) {
    
    #branding nav{
        width:68%;
    }
    
    .menu-search{
        width:30%;
    }
    
	.flex-button-red { 
/*		display: none;*/
	}
    
    a.donate{
        font-size: 100%;
    }
	.page-title {
		font-size: 26px
	}

	.entry-meta {
		margin-top: 24px;
	}

	.event-info .buttons.facebook {
		display: none;
	}
    
    .left-widget-panel{
        display: none;
    }
    .right-widget-panel{
        width:100%;
        border:none;
    }
    .viewall{
        display: none;
    }
    .icon-time{
        display: none !important;
    }
    .icon-map-marker{
        display: none !important;
    }
	
	#menu-main-menu, .top-nav{
		width:125%;
	}
    
    #toolbar ul {
	    margin-left: 0 !important;
	}
}

@media (max-width: 900px) {
    
    .standard-form * input{
        margin-left: 0px !important;
    }
    
    #branding nav{
          width: 42%;
    }
    
	#toolbar ul{
		max-width: 297px;
		max-width: 297px;
	}
	
	#eclipse-logo{
		display: none;
	}
	
    #contact-form label, .standard-form label {
	position: relative;
        float:left;
    }
    
    #contact-form input, .standard-form input{
        margin-left: 0;
        width: 90%;
        float:left;
    }
    #contact-form textarea, .standard-form textarea {
	width: 90%;
        margin-left: 0;
    }
    .grid_4{
    width: 100% !important;
    }
    .video{
        max-width:100%;
        float:left;
        padding-bottom: 20px;
    }
    
    .video-content{
        width:100%;
        float:left;
    }
    
	.event-info .month-time {
		margin-right: 24px;
	}

	.announce-body .margin {
		margin: 0 24px;
	}

	.announce-body h1 {
		font-size: 26px;
	}

	.announce-body h3 {
		font-size: 18px;
	}

	nav select {
		display: inline-block;
		background-color: #FFFFFF;
		border: 1px solid #DFDFDF;
		height: 3em;
		padding: 9px;
		width: 98%;
		margin: 10px 1%;
	}

	nav ul {
		/*		display: none;*/
	}
	
	nav{
		max-height: 20px !important;
	}

	#sticky_navigation .grid_5{
		/*width: 30%;*/
	}

	#sticky_navigation .grid_11{
		/*width: 45%;*/
	}

	#sticky_navigation {
		position: relative !important;
		min-height: 110px !important;
		z-index: 999;
	}
	
	.latestnews-body .image {
		width: 100%;
	}

	.latestnews-body .content {
		width: 100%;
	}
    .newsletter-wrapper h2{
        width:50%;
    }
    
    
    .newsletter-form input[type="text"]{
        margin-right: 0;
        width:68%;
        margin-bottom: 12px;
    }
    .newsletter-form div{
        width: 23%;
    }
    
    .newsletter-form input[type="submit"]{
        width:150px;
        margin-left:28%;
        margin-bottom: 30px;
    }
	
	.coloured-menu-item{
        display:none !important;
    }
    #site-navigation{
        width: auto;
        padding-top:11px;
    }
    .mobile-menu-button{
        cursor:pointer;
        display:block;
        
/*        margin-top:-42px;*/
    }
    
    .tablet-menu-button{
        display: inline-block;
    }
    
    .menu-search{
        float:left;
        padding-right: 6%;
        margin-top:0px;
        margin-top: -20px;
    }
    .logo img{
        width: 77%;
    }
    .logo{
/*        margin-top:-42px;*/
    }
    .menu-search{
        width:75%;
    }
    .menu-search input[type="text"]{
/*    width: 151px;*/
    text-overflow: ellipsis;
    }

    .mobile-menu{
/*        display:block;*/
        position: absolute;
        width:100%;
        height:150%;
        z-index: 1000;
        background:#7a2168;
    }
    
    .mobile-menu>ul{
    margin-top:80px;
    text-align: center;
    }
    
    .mobile-menu>ul ul{
        display:none;
    }
    .mobile-menu ul{
        list-style:none;
        margin-left:0px;
    }

    .mobile-menu li{
        padding-top:15px;
        padding-bottom:15px;
        border-top:1px solid #ccc;
        background:#773E6B;
    }
    
    .mobile-menu li a{
        text-decoration: none;
        color:#fff;
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Arimo', sans-serif;
        font-size:17px;
    }
    
    #menu-main-menu, .top-nav{
        padding-top: 0px !important;
    }
}

@media (max-width: 640px) {
    
    .menu-search{
        width: 100%;
    }
		#eclipse-logo{
		display: none;
	}
	.flex-button-red {
		display: inline-block;
	}

	.pagination {
		padding-bottom: 48px;
	}
    
    #contact-form * input, #contact-form * textarea{
        margin-left: 0px !important;
        width:91% !important;
    }
    #contact-form * select{
        margin-left: 0px !important;
        width:96% !important;
    }

 


	.event-item figure {
		width: 98%
	}

	.latestnews-body .image {
		width: 100%;
	}

	.latestnews-body .content {
		width: 100%;
	}

	.widget-causes-body figure {
		width: 98%;
	}

	.widget-causes-body .cause-item {
		width: 100%;
	}

	.designby {
		float: left;
	}

	.square-info {
		position: relative;
		width: 100%;
	}

	.entry-content figure{
		width: 98%;
	}

	.square-info-margins {
		margin: 24px 12px;
	}

	.event-info .month-time {
		margin-right: 48px;
	}

	.candidate-about {
		width: 98%; 
		margin-top: 48px;
	}
    
    .form>li>.label{
    float: none;
    }
    
    .form>li>.field>input{
    width:90%;
    }
	
	.tablet-menu-button{
         background:#5a164c;
         width: 108.8% !important;
         text-align: center;
         padding-top:8px;
         margin-top: 30px;
         margin-left: -4.4%;
    }
    #sticky_navigation{
        padding-bottom:0px !important;
    }
    #toolbar ul{
        max-width: 200px;
        padding-left: 0%;
         margin-left:0 !important;
    }
    
    .liFieldInput input{
        margin-left:0px !important;
    }
    
    .RadInput input{
        margin-left:0px !important;
    }
    
    .liButton input{
        margin-left:0px !important;
        margin-top:15px !important;
    }
    
    #page_layout_page_template_pbAdvMemberLogin1_ctl00_LoginButton_LoginButton_button{
        margin-left:0px !important;
        margin-top:10px !important;
    }
    
}

@media (max-width: 480px) {
    
    .menu-search{
        width: 130%;
    }
		#eclipse-logo{
		display: none;
	}
	.event-info .month-time, 
	.event-address { 
		width: 100%;
	}

	.event-address {
		margin: 12px 0;
	}

	.event-location {
		font-size: 20px;
		line-height: normal;
	}

	.event-info .buttons.bookplace {
		float: left; 
		margin-left: 0px;
	}

	#toolbar ul .donate{
		display: none;
	}

	.short-content figure {
		width: 98%;
	}

	.entry-meta .buttons.author {
		display: none;
	}

}

@media (max-width: 320px) {
	#toolbar ul .share, 
	#toolbar ul .rss{
		display: none;
	}
	.social{
		display: none;
	}
		#eclipse-logo{
		display: none;
	}
}

/*	----------------------------------------------------------
	Print
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media print {
	
}


/* Adi */

img.member-image {
    width: 200px;
    height: auto;
}

.member_name{
	font-size: 22px;
    font-weight: bold;    
    padding-left: 22px;
}
.td_heading {
    font-size: 20px;
	vertical-align:top;
	padding-top:20px;
}
.td_value {
    font-size: 18px;
	padding-top:20px;
}
tr.spaceUnder > td
{
  padding-bottom: 2em;
  padding-top:2em;
}
tr.tr_newItem > td
{
  padding-bottom: 3em;
  border-bottom:1px solid lightgrey;
}

.copy a,.copy a:hover {
	color: white;
}