/*

Theme Name: DeBarra - Based on Nova Lite
Theme URI: http://themeinprogress.com/nova/
Description: Nova is a responsive clean Tumblog Wordpress Theme, based on Bootstrap framework. The theme support all modern browsers like Firefox, Chrome, Safari, Opera and Internet Explorer 8, 9 and 10 and uses the most modern technologies like Html5 and Css3.
Author: Theme in Progress.
Author URI: http://themeinprogress.com
Version: 1.0.8
Tags: blue, green, orange, purple, red, yellow, light, two-columns, left-sidebar, right-sidebar, photoblogging, custom-background, post-formats, theme-options, translation-ready
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

*/

html { 
	min-height:101%;
}
body{ 
background:#111111;
}

.home-wrapper {
   max-width:1400px;
    background:url(images/background.jpg) no-repeat top center fixed; 
    margin:0 auto;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.about-wrapper {
   max-width:1400px;
    background:url(images/about-bg.jpg) no-repeat center center fixed; 
    margin:0 auto;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.listings-wrapper {
   max-width:1400px;
    background:url(images/music-bg.jpg) no-repeat top center fixed; 
    margin:0 auto;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.singleevent-wrapper {
   max-width:1400px;
    background:url(images/event-bg.jpg) no-repeat center center fixed; 
    margin:0 auto;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.studio-wrapper {
   max-width:1400px;
    background:url(images/studio-bg.jpg) no-repeat center center fixed; 
    margin:0 auto;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.gallery-wrapper {
   max-width:1400px;
    background:url(images/gallery-bg.jpg) no-repeat center center fixed; 
    margin:0 auto;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contact-wrapper {
   max-width:1400px;
    background:url(images/contact-bg.jpg) no-repeat center center fixed; 
    margin:0 auto;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.news-wrapper {
   max-width:1400px;
    background:url(images/news-bg.jpg) no-repeat center center fixed; 
    margin:0 auto;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* ===============================================
   SLIDESHOW
   =============================================== */

   
   
   
   
   #slider {
  position: relative;
  overflow: hidden;
  margin: 0px auto 0px auto;
  border-radius: 0px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 385px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 770px;
  height: 385px;
  background: #ccc;
  text-align: center;
  line-height: 385px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

   
   
   
   
   
   
   
   
.banner { 
    position: relative; 
	overflow: hidden; 
	margin:0px 0px 30px 0px;
	height:385px;
}
.banner ul {
    margin:0px!important;
	padding:0px!important;
}
.banner li { 
    list-style: none; 
}

.banner ul li { 
    float: left; 
	color:#fff; 
	background:#444;
    padding:0px!important;
	margin:0px!important;
}

.banner .btn, .banner .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}
	
.banner .dots {
	position: absolute;
	right: 20px;
	bottom: 0px;
}
.banner .dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	background:url(images/grey-dot.png)no-repeat;
	text-indent: -999em;
    cursor: pointer;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

.banner .dots li.active {
	background:url(images/gold-dot.png)no-repeat;
	
}


.featured-event {
   display:block;
   position:relative;
   width:100%;
   height:385px;
   background-position:center center;
   	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.featured-event-image {
   display:block;
   z-index:1;
}
.featured-event-date {
   display:inline-block;
   position:absolute;
   z-index:80;
   padding:0px 20px 0px 20px;
   color:#000000;
   bottom:50px;
   left:0;
   height:25px;
   line-height:25px;
   margin:0px;
   background:url(images/featured-event-date-bg.png);
   font-size:18px;
   font-family:'Open Sans', Arial, Helvetica, sans-serif;
   text-transform:uppercase;
}

.featured-event-title {
   clear:both;
   display:inline-block;
   position:absolute;
   z-index:90;
   background:#444444;
   padding:0px 20px 0px 20px;
   color:#ffff;
   bottom:20px;
   left:0px;
   height:30px;
   line-height:30px;
   margin:0px;
   background:url(images/featured-event-title-bg.png);
   font-size:20px;
   font-family:'Open Sans', Arial, Helvetica, sans-serif;
   text-transform:uppercase;
}
.featured-event-link{
   color:#f6d082!important;
}
.featured-event-link:hover{
   color:#ffffff!important;
}

/* ===============================================
   TYPOGRAPHY
   =============================================== */


body,
p,
address,
dd,
blockquote, 

.textwidget { 
	font-size:15px; 
	line-height:1.8em;
	font-family:'PT Sans',Arial, Helvetica, sans-serif; 
	color:#444444;
	margin:0px;
}

.textwidget hr { 
margin: 20px 0;
border: 0;
border-top: 1px dotted #999;
border-bottom: 1px solid #fff;
}

p { margin:0px 0px 25px 0px;}
 
p a {
   font-weight:bold;
}
   
h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title { 
	font-family:'Open Sans','PT Sans',Arial, Helvetica, sans-serif; 
	font-weight:600;
	text-transform:uppercase;
	line-height:1.2;
	letter-spacing:1px;
	margin-top:0px;

}

h3.title a {
    font-weight:600;
}
   
h1,
h2,
h3,
h4
{ 
	font-family:'Open Sans','PT Sans',Arial, Helvetica, sans-serif; 
	font-weight:400;
	text-transform:uppercase;
	line-height:1.2;
	letter-spacing:1px;
	margin:0px 0px 10px 0px;

}
   
h5,
h6{ 
	
	line-height:1.2;
	font-weight:bold;
	margin:0px 0px 0px 0px;

}   
   
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

.title i {
	padding: 0;
	margin: 0 10px 0 0;
	line-height: 50%;
}

code {
	display:block;
	white-space:normal !important;
}

ul {
	list-style:none;
	margin-left:0px !important;
}

iframe, 
embed, 
object, 
video {
	max-width:100%;
}

/* ===============================================
   ELEMENTS
   =============================================== */

a { 
	outline: none; 
	border:none;
	text-decoration:none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	color:#a26018
}
a:hover,
a:focus {
	border:none;
	outline:none;
	color:#f6d082!important;
	text-decoration:none !important;
}
.clear { 
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
::selection {
	background: #444444;
	color:#fff; 
}
::-moz-selection {
	background: #444444;
	color:#fff; 
}

.button {
	background: url(images/button-bg.png);
	border: none;
	outline: none;
	padding: 12px 15px;
	color: #f6d082!important;
	margin: 35px 0 -10px 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
    font-family:'PT Sans',Arial, Helvetica, sans-serif; 
	font-size: 16px;
	text-align: left;
	position: relative;
	display: inline-block;
	border-radius:1px;
}

.button:hover {
	text-decoration:none;
	border:none;
	outline:none;
	background:#444444;
}

#masonry .button {
	margin-top:5px;
}

a.btn {
    font-family:'PT Sans',Arial, Helvetica, sans-serif; 
	margin-right:5px;
	border:none;
}

.alert,
.btn {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}
/* ===============================================
   START HEADER
   =============================================== */

#header { 
	position:relative;
	text-align:center;
	margin:0 0 60px 0;
	padding:0;
	min-height:60px;
    background:url(images/menu-bg.png) no-repeat;
	background-position:bottom center;
}

#header-home { 
	position:relative;
	text-align:center;
	margin:0 0 10px 0;
	padding:0;
	min-height:60px;
    background:url(images/menu-bg.png) no-repeat;
	background-position:bottom center;
}

#header .header-logo-left {
    display:inline-block;
	float:left;
	margin:0px 0px 0px 30px;
	height:60px;

}

.banner-logo {
    width:180px;
	height:34px;
	margin:12px 0px 0px 0px;
	
}


#header .header-menu-right {
    display:inline-block;
	float:right;
}



.icons {
    display:inline-block;
	float:right;
	text-align:right;
	margin-left:10px;
	
}
.mobile-icons {
    display:none;
	
}

.icon {
    text-align:center;
	display:inline-block;
	color:#ffffff!important;
	line-height:60px;
	margin:0px 0px 0px 15px;
}
.icon:hover {
	color:#ffffff!important;
		-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease; 
	-o-transition: all .3s ease;
}




.home-logo{
    margin-left:30px;
	margin-top:-60px;
	z-index:1;
	position:relative;
	text-align:center;
}

.mailing-list-button{
    background-image:url(images/mailing-list-bg.png);
    position:absolute;
	top:20px;
	right:0px;
	height:47px;
	width:209px;
	font-family:'Open Sans',Arial, Helvetica, serif sans;
	color:#fff!important;
	line-height:40px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:14px;
	background-size: 209px 47px;
}
.homepage-content-div {
    margin-top:-45px; 
	padding-top:20px;
	background-image:url(images/gold-line-bg.png);
	background-repeat:no-repeat;
	background-position:top right;
}	

/* ================= MAIN MENU ================= */

nav#mainmenu { 
	padding:0; 
	text-align:right;
	position:relative; 
	min-height:60px;
	word-wrap: break-word;
}

nav#mainmenu ul { 
	list-style:none; 
	margin:0; 
	display:inline-block;
	position:relative;
	width:100%;	
}

nav#mainmenu ul li {
	display:inline-block;
	position:relative; 
	text-align:left;
	padding:0;
	margin-bottom:-5px;
	width:auto;
	max-width:100%;
}


nav#mainmenu ul li a { 
	text-decoration:none; 
	display:block; 
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	z-index:1; 
	padding:20px 11px 19px 10px;
	margin:0px 0px 0px -4px;
	color:#fff; 
	font-size:15px; 
	letter-spacing:1px;
	-webkit-transition: all .3s linear; 
	-moz-transition: all .3s linear; 
	-o-transition: all .3s linear; 
	position:relative;
	text-transform:uppercase;	
}

nav#mainmenu ul li:last-of-type a {
	padding:20px 11px 19px 10px;
	margin:0px -11px 0px 0px;
}

nav#mainmenu ul li a:hover,
nav#mainmenu li:hover > a{ 
	color:#fff!important; 
	background:url(images/menu-bg.png);
}


nav#mainmenu ul li.current-menu-item > a, 
nav#mainmenu ul li.current_page_item > a, 
nav#mainmenu ul li.current-menu-parent > a, 
nav#mainmenu ul li.current_page_ancestor > a, 
nav#mainmenu ul li.current-menu-ancestor > a { 
	color:#f6d082;
	background:url(images/menu-bg.png);
}

nav#mainmenu .sf-sub-indicator { 
	padding:0 0 0 10px; 
	float:right; 
	font-size:10px;
}

nav#mainmenu ul ul { 
	display:none; 
	position: absolute; 
	top:60px; 
	left:0; 
	z-index:1000;
	width:100%;
	z-index:1000;
	margin-top:0;
	min-width:211px;
	background:#4e465d;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(40, 40, 40, 0.6);
-moz-box-shadow:    0px 2px 4px 0px rgba(40, 40, 40, 0.6);
box-shadow:         0px 2px 4px 0px rgba(40, 40, 40, 0.6);

}

nav#mainmenu ul ul li { 
	position:relative; 
	margin:0;
	line-height:1em;
	text-transform:none;
	width:100%;
	min-width:211px;
	min-height: inherit;
}
nav#mainmenu ul ul li a{ 
	text-decoration:none; 
	text-align:left; 
	display:block; 
	border-bottom:solid 1px #615871;
	height:14px;
	padding:10px;
	margin:0;
	font-family:'PT Sans', Arial, Helvetica, sans-serif; 
	text-transform:inherit; 
	text-shadow:inherit; 
	color:#fff; 
	line-height:1.8em;
	min-height: inherit;
	height:auto;
}
nav#mainmenu ul ul li:last-of-type a {
	border-bottom:none;
	padding:10px;
	margin:0px 0px 0px 0px;
}

nav#mainmenu ul ul li ul { 
	top:-3px; 
	left:192px; 
}

nav#mainmenu ul ul li ul:before {
	display:none;
}

/* ================= MOBILE MENU ================= */

.tinynav,
.select-menu {
	display:none;
	visibility:hidden;
}

/* ===============================================
   HOMEPAGE
   =============================================== */

.eme_nav_center {
   font-size:22px;
}
   
/* ===============================================
   EVENT - LISTINGS
   =============================================== */
.eme_events_list {
list-style-type: none!important;
padding: 0px 0px 0px 0px!important;
margin: 0px 0px 0px 0px!important;  
 }  
#events-pagination-top{
   	padding: 25px;
	margin: -25px -25px 20px -25px;
	background:url(images/h3-widget-title-bg.png)bottom center;
	color:#f6d082;
	position:relative;
	line-height:inherit;
	font-family:'Open Sans','PT Sans',Arial, Helvetica, sans-serif;
	text-transform:uppercase;

}   

#events-pagination-bottom{
   	padding: 25px;
	margin: 20px -25px -25px -25px;
	background:url(images/h3-widget-title-bg.png)bottom center;
	color:#f6d082;
	position:relative;
	line-height:inherit;
	font-family:'Open Sans','PT Sans',Arial, Helvetica, sans-serif;
	text-transform:uppercase;

}   

#locations-pagination-top a, 
#locations-pagination-bottom a, 
#events-pagination-top a, 
#events-pagination-bottom a {
margin: 0 0px 0 0px!important;
text-decoration: none;
padding: 3px 0;
}

.eme_nav_left{

}

.eme_nav_right{

}

   
.listings-event{
   display:inline-block;
   width:100%;
   margin:0px 0px 0px 0px;
   padding:20px 0px 20px 0px;
   border-bottom:1px dotted #cccccc;
}   

.listings-event p{
   margin:0px 0px 0px 0px;
   padding:0px;
}   

.listings-event-title{
   font-family: 'Open Sans','PT Sans',Arial, Helvetica, sans-serif;
   font-weight: 400;
   text-transform: uppercase;
   line-height: 1.2;
   letter-spacing: 0px;
   margin: 0px 0px 0px 0px;
}
.listings-event-link{
   color:#444444!important;
   font-weight:normal;
} 

.listings-event:hover{
   font-weight:normal;
   background:#ffffff;
}     

.listings-event-thumb{
   display:inline-block;
   float:left;
   margin:0px 15px 0px 0px;
   width:150px;
   height:100px;
}   
.listings-event-info-single{
   display:inline-block;

}
.listings-event-book-ticket{

   float:right;
   background: url(images/button-bg.png);
	border: none;
	outline: none;
	padding: 8px 15px;
	color: #f6d082!important;
	margin: 6px 0px 0px 0px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
    font-family:'PT Sans',Arial, Helvetica, sans-serif; 
	font-size: 16px;
	text-align: left;
	position: relative;
	display: inline-block;
	border-radius:1px;
}
   
.see-all-listings{
    float:right;
	display: inline-block;
   background: url(images/button-bg.png);
	border: none;
	outline: none;
	padding: 8px 15px;
	color: #f6d082!important;
	margin: 10px 0px 20px 0px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
    font-family:'PT Sans',Arial, Helvetica, sans-serif; 
	font-size: 16px;
	text-align: left;
	position: relative;
	border-radius:1px;
}   
   
   
/* ===============================================
   EVENT - SINGLE
   =============================================== */
.single-event-container{
   display:inline-block;
   width:100%;
}   
.single-event-date-box {
   display:inline-block;
   float:left;
   height:84px;
   width:84px;
   background:url(images/single-event-date-box-bg.png);
   background-position:center center;
   background-repeat: repeat-x;
   text-align:center;
   margin:0px 20px 20px 0px;
   padding:2px;
}   
.single-event-date-box-day {
   display:block;
   color:#f6d082;
   font-size:12px;
   font-weight:600;
   font-family:'PT Sans', Arial, helvetica, sans-serif;
   text-transform:uppercase;
   margin:0px 0px 0px 0px;
   padding:0px;
}
.single-event-date-box-date {
   display:block;
   color:#ffffff;
   font-size:40px;
   font-weight:700;
   font-family:'Open Source', Arial, helvetica, sans-serif;
   text-transform:uppercase;
}
.single-event-date-box-month{
   display:block;
   color:#f6d082;
   font-size:12px;
   font-weight:600;
   font-family:'PT Sans', Arial, helvetica, sans-serif;
   text-transform:uppercase;
}

.single-event-title-box{
   overflow:hidden;

}

.single-event-title-box p{
   margin:0px!important;

}

.single-event-title{
   display:block;
   width:100%;
   font-size:36px;
   border-bottom:1px dashed #cccccc;
}

.single-event-ticket-link{
float:right;
   display:inline-block;
   padding:8px 15px 8px 15px;
   color:#121212!important;
   font-weight:normal;
   text-shadow: rgb(217, 182, 122) 1px 1px 0px;
   margin:0px;
   line-height:1;
   background:url(images/featured-event-date-bg.png);
}

.single-event-ticket-link:hover{
   color:#ffffff!important;
   text-shadow: rgb(217, 182, 122) 1px 1px 0px;
   background:#000000;
}

.single-event-info-left{
   display:inline-block;
   float:left;
}

.ssba{
   display:inline-block;
   float:right;
}

.single-event-attributes{
   display:inline-block;
   width:100%;
   float:none;
   margin:-30px 0px 10px 0px;
}

.single-event-button {
   padding: 5px 14px 5px 14px;
   margin: 13px 6px 0 0;
   width: auto;
   height: auto;
   font-weight:normal;
   font-size:13px;
   position: relative;
   float: left;
   display: inline-block;
   color: #fff !important;
   z-index: 100;
   -webkit-transition: .3s;
   -moz-transition: .3s;
   -o-transition: .3s;
   transition: .3s;
}
.single-event-button:hover {
   color: #fff !important;
   background-color: #444444;
}
.event-website {
   background-color: #ea6f21;
}

.event-facebook {
   background-color: #3b5998;
}
.event-twitter {
   background-color: #22bcf2;
}
.event-youtube {
   background-color: #cc181e;
}

.return-to-listings{
   margin-left:30px;
   color:#fff!important;
}


   
/* ===============================================
   EVENT WIDGET 
   =============================================== */
.event-widget-listing {
   clear:both;
   display:block;
   overflow:auto;
   margin:0px 0px 10px 0px;
   padding:0px 0px 10px 0px;
   border-bottom:1px dotted #cccccc;
   font-size:14px;
   line-height:120%;
}


.event-widget-image{
   display:inline-block;
   float:left;
   margin:0px 15px 0px 0px;
   height:60px;
   width:90px;
}

.event-widget-text{
   padding:10px 0px 0px 0px;
}
   
   
/* ===============================================
   EVENT CALENDAR WIDGET 
   =============================================== */
table.eme-calendar-table td {
text-align: center;
}

   
table.eme-calendar-table td.eventful a, table.eme-calendar-table td.eventful-today a {
font-weight: bold;
color: #333333!important;
display:block;
}

table.eme-calendar-table td.eventful a:hover , table.eme-calendar-table td.eventful-today a:hover {
font-weight: bold;
background: #f6d082!important;
display:block;
}

td.eventful{

}
tr td.eventful:first-child {
border-width: 1px 1px 1px 0px;
}   
tr td.eventful:last-child {
border-width: 0px 0px 0px 1px;
}   
/* ===============================================
   TABLES
   =============================================== */
   
   
table{
width:100%;

}

table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}

 tr:nth-child(odd){ background-color:#cccccc; 	}

 tr:nth-child(even)    { background-color:#e5e5e5; }.CSSTableGenerator td{
	vertical-align:middle;
    border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#444444;
}

 tr:last-child td{
	border-width:0px 1px 0px 0px;
}

 tr td:last-child{
	border-width:0px 0px 1px 0px;
}

tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}


 tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
 
 
 


/* ===============================================
   BOTTOM, FOOTER AND SIDEBARS
   =============================================== */

/* ================= BOTTOM AND FOOTER ================= */

.staff-login{
font-style: 300;
display: inline-block;
position: relative;
color: #ffffff;
padding: 10px 20px 10px 20px;
margin: 30px 0px 0px 0px;
background: #000000;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;

}
.staff-login:hover{

color: #ffffff!important;
background: #333333;
}


.bottom_widget { 
	background:#262626;
	border-top:solid 1px #333333;
}

.bottom_socials { 
	background:#212121;
	padding: 25px 0;
	border-top:solid 1px #333333;
}

.bottom_widget .widget-box {
	padding:30px 0 50px 0;
}

#footer { 
	background:#111111 url(images/footer-bg.png) no-repeat;
	background-position:top center;
	color:#ffffff;

}

.bottom ul, 
#footer ul, 
#sidebar ul { 
	list-style:none;
	font-weight: 300;
	color:#444444;
	margin:0;
	padding:0;
}

.bottom h3.title { 
	margin: 0;
	padding: 0 0 20px 0;
}

.footer-logo {
    float:left;
	width:225px;
	height:182px;
	margin:0px 30px 0px 0px;
}
.footer-address{
    float:left;
	text-align:left;
	margin:10px 0px 0px 0px;
}

.bottom .textwidget, 
#footer .textwidget{ 
	font-size:12px;
	line-height:1.8em;
}

.bottom a,
.bottom p,
.bottom li,
.bottom address,
.bottom dd,
.bottom blockquote,
.bottom td,
.bottom th,
.bottom .textwidget, 
#footer a,
#footer p,
#footer li,
#footer address,
#footer dd,
#footer blockquote,
#footer td,
#footer th,
#footer .textwidget { 
	font-size:14px; 
	line-height:1.9em;
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: 300;
}

.bottom_widget a,
.bottom_widget h3,
.bottom_widget label,
.bottom_widget caption,
.bottom_widget p,
.bottom_widget li,
.bottom_widget address,
.bottom_widget dd,
.bottom_widget blockquote,
.bottom_widget td,
.bottom_widget th,
.bottom_widget .textwidget, 
#footer a,
#footer p,
#footer li,
#footer address,
#footer dd,
#footer blockquote,
#footer td,
#footer th,
#footer .textwidget { 
	color:#fff;
}

#footer a { 
	color:#bb9345;
	text-decoration:none;
}


#sidebar a:hover , 
.bottom a:hover , 
#footer a:hover { 
	color:#f6d082;
	text-decoration:none;
}

.bottom select, 
.bottom textarea,
.bottom input[type="text"],
.bottom input[type="password"],
.bottom input[type="datetime"], 
.bottom input[type="datetime-local"], 
.bottom input[type="date"],
.bottom input[type="month"],
.bottom input[type="time"],
.bottom input[type="week"],
.bottom input[type="number"],
.bottom input[type="email"],
.bottom input[type="url"],
.bottom input[type="search"],
.bottom input[type="tel"],
.bottom input[type="color"],
.bottom .uneditable-input ,
#footer select, 
#footer textarea,
#footer input[type="text"],
#footer input[type="password"],
#footer input[type="datetime"], 
#footer input[type="datetime-local"], 
#footer input[type="date"],
#footer input[type="month"],
#footer input[type="time"],
#footer input[type="week"],
#footer input[type="number"],
#footer input[type="email"],
#footer input[type="url"],
#footer input[type="search"],
#footer input[type="tel"],
#footer input[type="color"],
#footer .uneditable-input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width:96%;
	padding: 5px 2%;
}

#footer .title,
#footer p,
#footer li,
#footer address,
#footer dd,
#footer blockquote,
#footer td,
#footer th,
#footer .textwidget { 
	color:#fff;
}

#footer .copyright {
	line-height:15px;
	padding:50px 0 25px 0;
	text-align:left;
	line-height:1.2;
}
#footer .footer-right {
	line-height:15px;
	padding:50px 25px 25px 0;
	text-align:right;
}
@media (max-width: 767px) {
#footer .footer-right {
	line-height:15px;
	padding:0px 25px 25px 0;
	text-align:right;
}
}

#back-to-top {
	position:fixed; 
	opacity: 0.8; 
	filter: alpha(opacity=80);
	bottom:0;
	right:50%;
	margin-right:-30px;
	display:none;
}

#back-to-top a{
	padding: 10px;
	display: block;
	background: #262626;
	border: solid 1px #333;
	border-bottom: none;
	width: 25px;
	height: 15px;
	text-align: center;
	line-height: 15px;
}

#back-to-top i {
	color:#fff;
}

#back-to-top a:hover {
	background:#615871;
	border-color:#615871;
	text-decoration:none;
}

/* ================= SIDE SIDEBAR ================= */

#sidebar {
	margin-bottom:30px;
}

.content .left-sidebar {
	float:right;
}
.content .right-sidebar {
	float:left;
}

#sidebar.left-sidebar {
	float:right;
}
#sidebar.right-sidebar {
	float:left;
}

#blog .pin-article.span8,
#blog .span8.left-sidebar,
#blog .span8.right-sidebar  {
	margin-bottom:25px;
}

#blog .pin-article.span8:last-of-type,
#blog .span8.left-sidebar:last-of-type,
#blog .span8.right-sidebar:last-of-type  {
	margin-bottom:0;
}

#sidebar h3.title { 
	padding: 15px 25px;
	margin: -25px -25px 20px -25px;
	background:url(images/h3-widget-title-bg.png)bottom center;
	color:#bb9345;
	position:relative;
	line-height:inherit;
	font-family:'Open Sans','PT Sans',Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}


#sidebar p,
#sidebar li,
#sidebar address,
#sidebar dd,
#sidebar blockquote,
#sidebar td,
#sidebar th,
#sidebar .textwidget { 
	font-size:13px; 
	line-height:1.9em;
	font-family:'PT Sans', Arial, Helvetica, sans-serif; 
	font-weight: 300;
	color:#616161;
}


/* ===============================================
   HOME-SIDEBARS
   =============================================== */
.sidebar-homeleft{
   float:left;
   margin-left:0px!important;

}

.sidebar-homemiddle{
   float:right!important;
   margin-left:0px!important;

}

.sidebar-homefull{
   float:left;
   margin-left:0px!important;

}

/* ===============================================
   LATEST NEWS WIDGET
   =============================================== */
.latest-news-div {
   padding:0px 0px 20px 0px;
   margin:0px 0px 20px 0px;
   border-bottom:1px dotted #cccccc;
}

.latest-news-div  p {
   margin:0px!important;
   padding:0px!important;
}
   
.title-contribution{
   font-size:20px;
   line-height:120%!important;

}
.byline {
   font-size:0.8em;
}

.more-link {
   font-weight:normal;
}


/* ===============================================
   CONTENT
   =============================================== */

.pin-article { 
	background:#fff url(images/paper-bg.jpg); 
	margin-bottom:50px;

    -webkit-box-shadow: 0px 2px 4px 0px rgba(40, 40, 40, 0.6);
-moz-box-shadow: 0px 2px 4px 0px rgba(40, 40, 40, 0.6);
box-shadow: 0px 2px 4px 0px rgba(40, 40, 40, 0.6);

}

.activities-title {
    color:#ffffff;
	background:#3b5998;
	padding:24px;
	margin:0px;
}

.activities-widget { 
	background:#fff; 
	margin-bottom:30px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(40, 40, 40, 0.6);
-moz-box-shadow: 0px 2px 4px 0px rgba(40, 40, 40, 0.6);
box-shadow: 0px 2px 4px 0px rgba(40, 40, 40, 0.6);

}



.pin-article ul { 
	list-style-type:disc;
	padding:10px 0px 0px 30px;
	margin:0px 0px 20px 0px;

}
.pin-article ul li { 
	padding:0px 0px 15px 0px;
	margin:0px 0px 0px 0px;

}

.head_widget .pin-article .article,
#sidebar .pin-article .article{
	padding:25px;
}

#sidebar .pin-article {
	margin-bottom:25px;
}

#sidebar .pin-article:last-of-type{
	margin-bottom:0;
}

.pin-container {
	overflow: hidden; 
	position: relative;
	height:auto;
	max-height:100%;
}

.page-title {
	display:inline-block;
	position:relative;
	font-family:'Open Sans','PT Sans',Arial, Helvetica, sans-serif; 
	font-size:36px;
	text-transform:uppercase;
	color:#f6d082;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 30px;
}

.pin-article h1.title {
	font-style: 300;
	display:inline-block;
	position:relative;
	color:#ffffff;
	padding:3px 20px 3px 30px;
	margin:0 0 25px -30px;
	background: url(images/title-bg.png);
	-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    1px 1px 1px 0px rgba(50, 50, 50, 0.3);
box-shadow:         1px 1px 1px 0px rgba(50, 50, 50, 0.3);
}

.span12.pin-article h1.title {
		font-weight: normal;
	display:inline-block;
	position:relative;
	color:#ffffff;
	padding:3px 20px 3px 55px;
	margin:-20px 0 25px -55px;
	background: #615871;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    1px 1px 1px 0px rgba(50, 50, 50, 0.3);
box-shadow:         1px 1px 1px 0px rgba(50, 50, 50, 0.3);
}

.pin-article h3.title a {
	color:#616161;
}
.pin-article h3.title a:hover {
	color:#615871;
}

.pin-article .attachment p { 
	text-align:center;
}
.pin-article .attachment .entry-info { 
	width:120px;
}
.pin-article .attachment .entry-info .entry-date { 
	margin:auto;
}

.pin-article .article { 
	padding:50px;
}

.pin-article .article  a{
	color:#bb9345;
}

.span8 article.article, 
.span6 article.article, 
.span4 article.article, 
.span3 article.article { 
	padding:25px;
}

#blog {
	margin-bottom:50px;
	padding:0 !important;
}

#blog .pin-article.span4,
#blog .pin-article.span6 {
	margin-bottom:25px;
}

#blog .pin-article:last-child {
	margin-bottom:0;
}

.pin-article .wp-post-image {
	z-index:999;
}

.pin-article.span4 .line {
	margin:30px 0 20px 0;
}

.pin-article .separator:after {
	background:url(images/separator.png) repeat;
	width:100%;
	height:5px;
	content: '';
	display: inline-block;
	margin:0;
}

.pin-article .container-fluid {
	padding:0;
	margin: 0 0 45px 0;
}
.pin-article .container-fluid:last-child {
	padding:0;
	margin: 0;
}

.article-header {
	font-family: 'PT Sans',Arial, Helvetica sans-serif;
	margin:0 0 20px 0; 
	color:#000; 
	font-size:13px; 
	position:relative;
	text-align:center;
}

article blockquote { 
	background:#f8f1f9;
	position:relative; 
	margin-left:0px;
	padding:25px;
}

article blockquote p { 
	text-align:left; 
	line-height:1.6em; 	
	font-size:14px;
	color:#444444;
	font-style:italic;
	margin:0px 0px 20px 0px;
}

.entry-info ul { 
	display:inline; 
	list-style:none;
}
.entry-info li { 
	display:inline;
}
.entry-info a { 
	display:inline;
	color:#616161;
}
.entry-info a:hover { 
	color:#615871;
}

.tags { 
	background:#fff;
	padding:0 15px;
}

.tags a { 
	font-weight:300;
}
#sidebar .line { 
	margin:20px 0;
}

.post-date {
	color:#999999; 
	font-size:0.9em;
	text-align:left;
	display:block;
	line-height:100%;
	margin:0px 0px 5px 0px;
	}
.day { 
	font-size:14px; 
	line-height:1.1em;
}
.archive { 
	margin:0;
}
.span4 .line {
	width:auto;
	background:none;
	margin:inherit;
}
.span4 .line:before {
	display:none;
}
.span4 .line .tags {
	padding:0;
}
.span4 .entry-info {
	padding:0;
}

.span4 .entry-info .entry-date, 
.span4 .entry-info .entry-comments,
.span4 .entry-info .entry-audio, 
.span4 .entry-info .entry-video,
.span4 .entry-info .entry-standard,
.span4 .entry-info .entry-gallery {
	display:block;
	text-align:left;
	width:inherit;
	padding:inherit;
	margin:5px auto;
}

.span4 .sep  {
	display:none;
}

/* ===============================================
   COMMENTS
   =============================================== */
   
.commentlist { 
	list-style:none;
	line-height:1px; 
	margin:0;
}

.commentlist ul { 
	list-style:none; 
	padding:0; 
	margin:0;
}
.comment-container { 
	margin:0 0 45px 0; 
	padding:25px 15px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	position: relative; 
	background:#fff;
	border:solid 1px #ddd;
}

#sidebar .comment-container {
	margin-bottom:15px;
}

.comment-avatar img { 
	padding:4px; 
	border:solid 1px #ddd; 
	float:left; 
}
.comment-text {
	position:relative; 
	margin-left:110px;
	border-left:solid 1px #ddd;
	padding:0 0 0 15px
}

.comment-text p {
	font-size:14px !important
}

.comment-container .comment-date { 
	padding:10px 0;
}
.comment-avatar { 
	position:relative; 
	width:110px; 
	float:left;
}

.comment-author .author { 
	font-family: "Open Sans", Times, serif; 
	font-size:18px; 
	display:block; 
	font-weight:bold;
}

.children li {
	margin-left:110px;
}
.comment-notes { 
	font-size:12px; 
	margin:-30px 0 25px 0;
}

h3#reply-title, 
h3.comments { 
	font-family: 'Open Sans',Verdana, Geneva, sans-serif;
	font-weight: 300;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 5px 45px;
	height:45px;
	line-height:45px;
	background:url('images/icons/comment.png') no-repeat center left; 
	margin:45px 0;
}

h3#reply-title small, 
.logged-in-as { 
	font-family: 'PT Sans',Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 14px !important;
	font-weight: bold;
	margin:-20px 0 40px 0;
}

.form-allowed-tags { 
	font-size: 14px !important;
}

/* ===============================================
   COMMENT, SEARCH AND CONTACT FORM
   =============================================== */

.contact-form form,
#searchform {
	margin:0 !important;
}

#searchform input[type=text], 
#searchform textarea,
.contact-form input[type=text], 
.contact-form textarea,
.comment-form input[type=text], 
.comment-form textarea {
	padding: 15px 2%;
	background:#fafafa;
	width: 95%; 
	margin:0 0 15px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border:none;
    font-family:'PT Sans',Arial, Helvetica, sans-serif; 
}

#searchform input[type=submit],
.contact-form input[type=submit],
.comment-form input[type=submit] {
	background:#9975a4;
	border:none;
	outline:none;
	padding: 12px 15px;
	color:#fff;
	margin:25px 0 -20px 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease; 
	-o-transition: all .3s ease;
    font-family:'PT Sans',Arial, Helvetica, sans-serif; 
	font-size:16px;
	text-align:center;
	position:relative;
	display: block;
}

.span12 #searchform input[type=submit],
.span12 .contact-form input[type=submit],
.span12 .comment-form input[type=submit] {
	margin:45px 0 -20px 0;
}

#searchform input[type=submit] {
	padding: 15px 2%;
}

.contact-form input[type=submit] {
	margin-top:0;
}

#searchform input[type=submit]:hover,
.contact-form input[type=submit]:hover,
.comment-form input[type=submit]:hover {
	background:#615871;
	color:#fff;
	text-decoration:none;
}

.searchform {
	margin:15px 0 0 0;
}

#searchform #searchsubmit {
	width: 15%;
	margin:0;
	padding: 10px 1%;
	display:inline-block;
}

#searchform input[type=text] { 
	width: 80%;
	margin:0;
	padding: 10px 2%;
	display:inline-block;
}

.span6 #searchform #searchsubmit,
.span4 #searchform #searchsubmit,
.span3 #searchform #searchsubmit {
	width:30%;
}

.span6 #searchform input[type=text] {
	width:65%;
}
.span4 #searchform input[type=text],
.span3 #searchform input[type=text] {
	width:64%;
}


#searchform .input-search:hover, 
#searchform .input-search:active, 
#searchform .input-search:focus {
    outline:0px !important;
	-webkit-appearance:none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#searchform .input-search:hover, 
#searchform .input-search:active, 
#searchform .input-search:focus {
    outline:0px !important;
	-webkit-appearance:none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.logged-in-as a, 
#comments a {
	color:#616161;
}

span.messaggeok {
	font-weight:bold;
}

span.error {
	display:none;
	color:#b93333;
    font-family:'PT Sans',Arial, Helvetica, sans-serif; 
	margin-bottom:10px;
	font-weight:bold;
}

.entry-tags { 
    font-family:'PT Sans',Arial, Helvetica, sans-serif; 
	font-size:14px; 
	border-bottom:solid 1px #ddd; 
	border-top:solid 1px #ddd; 
	position:relative; 
	font-weight:bold;
}
.entry-tags span { 
	font-weight:300;
}


.entry-info i {
	margin: 0 10px;
	font-size:14px;
	line-height:21px
}

.entry-info .entry-date i {
	margin: 0 10px 0 0;
}

.entry-info {
    font-family:'PT Sans',Arial, Helvetica, sans-serif; 
	color:#919191;
	display:inline;
	font-size:14px;
}
.entry-info a {
	color:#919191;
}

.entry-info .entry-date,
.entry-info .entry-comments,
.entry-info .entry-audio,
.entry-info .entry-video,
.entry-info .entry-standard,
.entry-info .entry-gallery { 
	width:90px; 
	display:inline;
}


/* ===============================================
   IMAGE STYLE
   =============================================== */

img.size-auto, 
img.size-full, 
img.size-large, 
img.size-medium, 
.attachment img {
	max-width:100%; 
	height:auto;
}
.alignleft,
img.alignleft {
	display:inline;
	float:left;
	margin-right:24px;
	margin-top:4px;
}
.alignright, 
img.alignright {
	display:inline;
	float:right;
	margin-left:24px;
	margin-top:4px;
}
div.aligncenter, 
img.aligncenter {
	display: block; 
	margin-left: auto !important; 
	margin-right: auto !important; 
	float:none;
}
img.alignleft, 
img.alignright, 
img.aligncenter {
	margin-bottom:12px;
}
.wp-caption {
	background:#f1f1f1;
	line-height:18px;
	margin-bottom:20px;
	max-width:558px !important; 
	padding:4px;
	text-align:center;
}
.wp-caption img {
	margin:5px 5px 0;
	width:98%;
}
.wp-caption p.wp-caption-text {
	color:#888;
	font-size:12px;
	margin:5px;
}
.wp-smiley {
	margin:0;
}
.gallery {
	margin:15px auto;
}
.gallery .gallery-item {
	float:left;
	margin:0 0 15px 0;
	text-align:center;
	width:16.5%;
}
.gallery-columns-2 .gallery-item {
	width:50%;
}
.gallery-columns-4 .gallery-item {
	width:25%;
}
.gallery-columns-2 .attachment-medium {
	max-width:92%;
	height:auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width:84%;
	height:auto;
}
.gallery .gallery-caption {
	color:#888;
	font-size:12px;
	margin:0 0 12px;
}
.gallery dl {
	margin:0;
}
.gallery img {
	border:1px solid #ddd; 
	background:#fff; 
	padding:4px;
}
.gallery br+br {
	display:none;
}
.gallery a {
	border-bottom:none;
}
.attachment img{
	display:block;
	margin:0 auto;
}    
p.list-tags {
	line-height:25px;
	margin-top:20px;
	border-top:1px solid #dcdbdb;
	padding:10px 0 10px 36px;
	background:url('images/icons/article.png') left 15px no-repeat;
}
article .overlay-image { 
	position:relative; 
	overflow:hidden;
}
.overlay-image .overlay{ 
	opacity: 0; 
	filter: alpha(opacity=0);
	border:none;
}
.overlay-image .zoom { 
	background: #000 url(images/icons/zoom.png) no-repeat center; 
	position:absolute; 
	top:5px; 
	left:5px; 
	-webkit-transition: none; 
	-moz-transition: none; 
	-o-transition: none;
}
.overlay-image .link { 
	background: #000 url(images/icons/link.png) no-repeat center; 
	position:absolute; 
	top:5px; 
	left:5px; 
	-webkit-transition: none;
	-moz-transition: none; 
	-o-transition: none;
}
.overlay-image .video { 
	background: #000 url(images/icons/video.png) no-repeat center; 
	position:absolute; 
	top:5px; 
	left:5px; 
	-webkit-transition: none; 
	-moz-transition: none; 
	-o-transition: none;
}
.overlay-image .wp-post-image { 
	border:solid 1px #ddd;
	padding:4px;
	max-width:100%;
	max-height:100%;
}

.pin-container .overlay-image .wp-post-image { 
	border:none;
	padding:0;
}

.pin-container .overlay-image .link { 
	top:0; 
	left:0; 
}

.wp-post-image { 
	width:auto;
	height:auto;
}

/* ===============================================
   WIDGETS
   =============================================== */

.widget-box {
	margin:20px 0;
}

#sidebar li,
.bottom_widget .widget-box li{
	padding:5px 0 5px 5px;
	margin:0;
	list-style-type:none;
	border-bottom: 1px dotted #cccccc;
}

#menu-courses-menu .current-menu-item{
	padding:5px 0 5px 5px!important;
	background:#f5f5f5
}

.bottom_widget .widget-box li{
	border-bottom:solid 1px #333333;
}

#sidebar ul li:last-of-type{
	border-bottom:0;
}

.bottom_widget .widget-box {
	margin-bottom:0;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
	background:#fff;
}

#wp-calendar th, 
#wp-calendar #today, 
#wp-calendar #today a { 
	background:#212121; 
	font-family:Arial, Helvetica, sans-serif; 
}

#wp-calendar #today, 
#wp-calendar #today a { 
	background:#615871; 

}

#wp-calendar a:hover { 
	border:none;
	color:#fff;
}

#wp-calendar { 
	background: #262626; 
	width:100%; 
}
#wp-calendar caption {  
	font-size: 14x; 
	text-transform:uppercase; 
	margin:0 0 10px 0;
	text-align:left;
    font-family:'PT Sans',Arial, Helvetica, sans-serif; 
}
#wp-calendar th, 
#wp-calendar td { 
	text-align: center; 
	font-size: 14x; 
	color:#fff;
	padding:3px 6px;
}
#wp-calendar td a { 
	display:block; 
	text-align: center; 
	font-size: 14x; 
	color:#fff;
	text-decoration:none;
}

#wp-calendar td#prev a, 
#wp-calendar td#prev a{ 
	text-decoration:none;
	text-align:left;
}

#wp-calendar th{ 
	font-weight:bold
}







.tagcloud a { 
	display: inline-block; 
	padding: 6px 8px; 
	text-align: center; 
    font-family:'PT Sans',Arial, Helvetica, sans-serif; 
	font-size:14px !important; 
	color:#ddd; 
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	background:#333;
	color:#fff !important;
	border:none;
	margin:0 0 4px 0;
}

.tagcloud a:hover { 
	color: #fff; 
	background: #615871;
}

#sidebar .tagcloud a { 
	font-size:14px !important; 
}

/* ===============================================
   SOCIAL ICONS
   =============================================== */

.socials {
	margin:0px 0 0 0;
	text-align:right;
}
.socials a { 
	display:inline-block; 
	margin: 0px ; 
	filter: none !important;
	width:50px;
	height:50px;
	text-align:center;
	padding:0;
	color:#ddd;
}
.socials a i {
	line-height:50px;
	font-size:20px
}
.socials a:hover { 
	border-bottom:none !important;
	text-decoration:none;
	background:#615871;
	color:#ffffff!important;
}


/* ===============================================
   PAGINATION
   =============================================== */

.wp-pagenavi { 
	text-align: left; 
	position:relative;
	margin-bottom: 50px;
}
 
.wp-pagenavi a, 
.wp-pagenavi a:link,
.wp-pagenavi span.current { 
	display:inline-block;
	padding: 12px 14px;
	margin-bottom:0;
	font-size:14px;
	line-height:20px;
	background:#333;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
    font-family:'PT Sans',Arial, Helvetica, sans-serif; 
	-webkit-transition: all .3s ease; 	
	-moz-transition: all .3s ease; 
	-o-transition: all .3s ease;
}

.wp-pagenavi a:hover, 
.wp-pagenavi span.current {
	color:#fff;
	background:#9975a4;
	text-decoration:none;
	border-bottom:none;
}

#blog .wp-pagenavi {
	margin-top:25px;
	margin-bottom:0px;
}

@media screen and (min-width : 980px) and (max-width : 1199px)  {	

.featured-event {
   display:block;
   position:relative;
   width:100%;
   height:310px;
   background-position:center center;
   	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

}


@media screen and (min-width : 769px) and (max-width : 979px)  {

#header-title .site-address-info {
    display:inline-block;
	font-family:'PT Sans',Arial, Helvetica, sans-serif; 
    margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	color:#999999;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing: 0px;
	line-height:1;
	float:left;
	
}




#header .header-menu-right {
    display:inline-block;
	float:left;
	width:97%;
	margin:10px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	border-top:1px solid #666666;
	
}



.featured-event {
   display:block;
   position:relative;
   width:100%;
   height:238px;
   background-position:center center;
   	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



nav#mainmenu { 
	padding:0; 
	text-align:left;
	position:relative; 
	min-height:55px;
	word-wrap: break-word;
	margin:0px 0px 0px 4px;
}

nav#mainmenu ul { 
	list-style:none; 
	margin:0; 
	display:inline-block;
	position:relative;
	width:100%;	
}

nav#mainmenu ul li {
	display:inline-block;
	position:relative; 
	text-align:left;
	padding:0;
	margin-bottom:-5px;
	width:auto;
	max-width:100%;
}


nav#mainmenu ul li a { 
	text-decoration:none; 
	display:block; 
	font-family:'PT Sans', Arial, Helvetica, sans-serif;
	z-index:1; 
	padding:18px 10px 16px 9px;
	margin:0px 0px 0px -4px;
	color:#fff; 
	font-size:14px; 
	-webkit-transition: all .3s linear; 
	-moz-transition: all .3s linear; 
	-o-transition: all .3s linear; 
	position:relative;
	text-transform:uppercase;	
}

nav#mainmenu ul li:last-of-type a {
	padding:18px 10px 16px 9px;
	margin:0px -10px 0px 0px;
}




nav#mainmenu ul ul { 
	display:none; 
	position: absolute; 
	top:55px; 
	left:0; 
	z-index:1000;
	width:100%;
	z-index:1000;
	margin-top:0;
	min-width:211px;

}


}



@media screen and (min-width : 0px) and (max-width : 768px)  {	

body {
	padding-left:0px !important;
	padding-right:0px !important;
}

.bottom_widget,
.container.content {
	padding:0 10px;
}

.mobile-icons {
    display:block;
	float:none;
	clear:left;
	text-align:center;
	margin-left:0px;
	margin:-10px auto 10px;
	
}
.icon {
    text-align:center;
	display:inline-block;
	color:#ffffff!important;
	line-height:10px;
	margin:0px 20px 0px 0px;
}
.icon:hover {
	color:#ffffff!important;
		-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease; 
	-o-transition: all .3s ease;
}

#header {
	height:auto;
	margin:0px 0px 40px 0px;
	width:auto;
	padding:0px 0px 0px 0px;
	min-height:50px;
}


.featured-event {
   display:block;
   position:relative;
   width:100%;
   height:350px;
   background-position:center center;
   	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#header-title {

margin:0px 0px 0px 0px;
   
}

.page-title {
    font-size:24px;
	margin:0px 0px 10px 0px;
}

.icons {
    display:none;
	
}
.home-logo{
    margin-left:0px;
	margin-top:-40px;
	z-index:1;
	position:relative;
	text-align:center;
}


nav#mainmenu {
	height:inherit;
	margin-bottom:10px;
	min-height:inherit;
}

nav#mainmenu ul {
	visibility:hidden;
	display:none;
}
.socials {
	margin:0px 0 10px 0;
	text-align:left;
}
#click-menu-label {
    line-height:1;
}

#responsive-menu .responsive-menu li li a {
    background:#837a93;
}

#subheader {
	margin-top:-20px;
	padding:20px;
	margin-bottom:20px;
	font-size:14px;
	width:auto;
}

#subheader p,
#subheader h1 {
	line-height:1.3em;
	font-size:22px;
}




#events-pagination-top{
   	padding: 20px;
	margin: -20px -20px 20px -20px;
	background:url(images/h3-widget-title-bg.png)bottom center;
	color:#f6d082;
	position:relative;
	line-height:inherit;
	font-family:'Open Sans','PT Sans',Arial, Helvetica, sans-serif;
	text-transform:uppercase;

}   

#events-pagination-bottom{
   	padding: 20px;
	margin: 20px -20px -20px -20px;
	background:url(images/h3-widget-title-bg.png)bottom center;
	color:#f6d082;
	position:relative;
	line-height:inherit;
	font-family:'Open Sans','PT Sans',Arial, Helvetica, sans-serif;
	text-transform:uppercase;

}   





/*
.tinynav {
	display: block;
	visibility:visible;
	width: 100% !important;
	margin:0;
	height: auto;
	padding: 8px 10px;
	background: #262626;
	color: #fff;
	border:solid 1px #333;
	font-family: Verdana, Times, serif; 
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	word-wrap: break-word
}

.tinynav option {
	padding:5px 0;
	border-bottom:solid 1px #333;
	word-wrap: break-word
}

#header select.select-menu {
	width:100%;
	margin-bottom:40px;
}*/

#blog,
#sidebar, 
#sidebar .pin-article,
.wp-pagenavi,
.pin-article { 
	margin-bottom:20px;
}

.pin-article .container-fluid {
	margin: 0;
}

.head_widget .pin-article .article,
#sidebar .pin-article .article,
.pin-article article.article,
.pin-article .link a { 
	padding:20px;
}

.entry-info {
	width:auto;
	background:none;
}

.entry-info .entry-date, 
.entry-info .entry-comments,
.entry-info .entry-audio, 
.entry-info .entry-video,
.entry-info .entry-standard,
.entry-info .entry-article,
.entry-info .entry-gallery {
	display:block;
	text-align:left;
	width:inherit;
	padding:inherit;
	margin:5px auto;
}

.line {
	border:none;
	background:none;
	margin:inherit;
	padding:0;
}

.line:before {
	background:none;
}

.news-widget { 
	padding-bottom:0; 
}

.news-thumb {
	width:100%;
	float:none;
}

.news-details {
	width:100%;
	float:none;
	text-align:left;
}

.news-details h5 { 
	margin:20px 0 0 0; 
}

.children li {
	margin-left:0;
}

.comment-avatar img {
	margin-right:15px;
}

.comment-text {
	margin:0;
	float:none;
	border:none;
	padding:0;
}

#searchform {
	margin:0 !important;
}

#searchform input[type=submit] , 
.contact-form input[type=submit] ,
.comment-form input[type=submit] {
	margin: 20px 0 -20px 0;
}

p.form-submit {
	margin:0 !important;
}

h3#reply-title, 
h3.comments {
	font-size:18px;
}

.gallery .gallery-item{
	width:100%;
	float:none;
	display:block;
	margin:0 0 5px 0;
}

.gallery p{
	margin:0;
	display:none;
	visibility:hidden;
}

#sidebar h3.title { 
	padding: 15px 25px;
	margin: -20px -20px 20px -20px;
	background:url(images/h3-widget-title-bg.png)bottom center;
	color:#bb9345;
	position:relative;
	line-height:inherit;
	font-family:'Open Sans','PT Sans',Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}


.span3.left-sidebar ,
.span4.left-sidebar,
.span3.right-sidebar ,
.span4.right-sidebar,
.span8.left-sidebar,
.span8.right-sidebar {
	float:none;
}

.socials {
	float:none;
}
.socials a {
	margin:0 0 0px 0;
}

.bottom_widget .widget-box {
	padding:10px 0 20px 0;
}
.bottom_socials {
	padding: 0 0 0 20px;
}

#footer .widget {
	margin-right: inherit;
}

#footer .copyright {
	padding:25px 0 25px 20px;
	line-height:15px;
	text-align:left;
}

#footer { 
	padding:0;
}

}




@media screen and (min-width : 0px) and (max-width : 620px)  {	

.mailing-list-button{
    display:none;
}
}


/* ===============================================
   PHONE SIZE
   =============================================== */


@media screen and (min-width : 0px) and (max-width : 480px)  {	

#header {
	height:auto;
	margin:0px 0px 20px 0px;
	width:auto;
	padding:0px 0px 0px 0px;
	min-height:50px;
}

#header .header-logo-left {
    display:inline-block;
	float:left;
	margin:0px 0px 0px 10px;
	height:60px;

}

.banner-logo {
    width:150px;
	height:28px;
	margin:12px 0px 0px 0px;
	
}

.three-home-widgets {
   display:none;

}

.home-logo{
    margin-left:0px;
	margin-top:-20px;
	z-index:1;
	position:relative;
	text-align:center;
}
.homepage-content-div {
margin-top: -45px;
padding-top: 20px;
background-image: none;
}

#sidebar h3.title { 
	padding: 15px 25px;
	margin: -20px -20px 20px -20px;
	background:url(images/h3-widget-title-bg.png)bottom center;
	color:#bb9345;
	position:relative;
	line-height:inherit;
	font-family:'Open Sans','PT Sans',Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

.event-widget-image{
   display:inline-block;
   float:left;
   margin:0px 15px 0px 0px;
   height:50px;
   width:75px;
}
.event-widget-text{
   padding:0px 0px 0px 0px;
}


#footer .copyright{
    padding:10px 0px 0px 0px;
}
.footer-logo {
    float:none;
	display:block;
	width:225px;
	height:182px;
	margin:0px auto;
}
.footer-address{
    float:none;
	text-align:center;
	margin:0px auto;
}
.footer-right{
    float:none;
	text-align:center!important;
	margin:0px auto;
	padding:0px 0px 10px 0px!important;
}
.staff-login{

margin: 0px auto;
}


/* ===============================================
   SLIDESHOW
   =============================================== */

.banner { 
    position: relative; 
	overflow: auto; 
	margin:0px 0px 20px 0px;
}

.featured-event {
   display:block;
   position:relative;
   width:100%;
   height:280px;
   background-position:center center;
   	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.featured-event-date {
   display:inline-block;
   position:absolute;
   z-index:80;
   padding:0px 10px 0px 10px;
   color:#000000;
   bottom:45px;
   height:20px;
   line-height:20px;
   margin:0px;
   background:url(images/featured-event-date-bg.png);
   font-size:12px;
   font-family:'Open Sans', Arial, Helvetica, sans-serif;
   text-transform:uppercase;
}

.featured-event-title {
   clear:both;
   display:inline-block;
   position:absolute;
   overflow:hidden;
   z-index:90;
   background:#444444;
   padding:0px 10px 0px 10px;
   color:#ffff;
   bottom:20px;
   height:25px;
   line-height:25px;
   margin:0px;
   background:url(images/featured-event-title-bg.png);
   font-size:14px;
   font-family:'Open Sans', Arial, Helvetica, sans-serif;
   text-transform:uppercase;
}


/* ===============================================
   EVENT - LISTINGS
   =============================================== */

   
.listings-event{
   display:inline-block;
   width:100%;
   margin:0px 0px 0px 0px;
   padding:10px 0px 10px 0px;
   border-bottom:1px dotted #cccccc;
}   

 

.listings-event-title{
   font-family: 'Open Sans','PT Sans',Arial, Helvetica, sans-serif;
   font-weight: 400;
   text-transform: uppercase;
   font-size:14px;
   line-height: 1.2;
   letter-spacing: 0px;
   margin: 0px 0px 0px 0px;
}
.listings-event-link{
   color:#444444!important;
   font-weight:normal;
} 

.listings-event:hover{
   font-weight:normal;
   background:#ffffff;
}     

.listings-event-thumb{
   display:inline-block;
   float:left;
   margin:0px 10px 0px 0px;
   width:90px;
   height:60px;
}   

.listings-event-info{
  font-size:12px;
  display:block;
  line-height:140%;
}

 .listings-event-book-ticket{

   float:right;
   background: url(images/button-bg.png);
	border: none;
	outline: none;
	padding: 2px 9px;
	color: #f6d082!important;
	margin: 6px 0px 0px 0px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
    font-family:'PT Sans',Arial, Helvetica, sans-serif; 
	font-size: 14px;
	text-align: left;
	position: relative;
	display: inline-block;
	border-radius:1px;
}  
   
/* ===============================================
   EVENT - SINGLE
   =============================================== */
.single-event-container{
   display:inline-block;
   width:100%;
}   
.single-event-date-box {
   display:inline-block;
   width:100%;
   height:auto;
   background:url(images/single-event-date-box-bg.png);
   background-position:center center;
   background-repeat: repeat-x;
   text-align:left;
   margin:0px 10px 10px 0px;
   padding:0px;
}   
.single-event-date-box-day {
   display:inline-block;
   color:#f6d082;
   font-size:14px;
   font-weight:600;
   font-family:'PT Sans', Arial, helvetica, sans-serif;
   text-transform:uppercase;
   margin:0px 0px 0px 7px;
   padding:0px;
   line-height:1;
}
.single-event-date-box-date {
   display:inline-block;
   color:#ffffff;
   font-size:14px;
   font-weight:600;
   font-family:'PT Sans', Arial, helvetica, sans-serif;
   text-transform:uppercase;
   line-height:1;
}
.single-event-date-box-month{
   display:inline-block;
   color:#f6d082;
   font-size:14px;
   font-weight:600;
   font-family:'PT Sans', Arial, helvetica, sans-serif;
   text-transform:uppercase;
   line-height:1;
}

.single-event-title-box{
   overflow:auto;
   clear:both;

}

.single-event-title-box p{
   margin:0px!important;

}

.single-event-title{
   display:block;
   width:100%;
   font-size:28px;
   padding:0px 0px 10px 0px;
   border-bottom:1px dashed #cccccc;
}

.single-event-ticket-link{
float:right;
   display:inline-block;
   padding:8px 15px 8px 15px;
   color:#121212!important;
   font-weight:normal;
   text-shadow: rgb(217, 182, 122) 1px 1px 0px;
   margin:0px;
   line-height:1;
   background:url(images/featured-event-date-bg.png);
}

.single-event-ticket-link:hover{
   color:#ffffff!important;
   text-shadow: rgb(217, 182, 122) 1px 1px 0px;
   background:#000000;
}

.single-event-info-left{
   display:inline-block;
   float:left;
}

.ssba{
   display:inline-block;
   float:right;
   margin:0px 0px 0px 0px;
}

.single-event-button {
   padding: 5px 14px 5px 14px;
   margin: 13px 6px 0 0;
   width: auto;
   height: auto;
   font-weight:normal;
   font-size:13px;
   position: relative;
   float: left;
   display: inline-block;
   color: #fff !important;
   z-index: 100;
   -webkit-transition: .3s;
   -moz-transition: .3s;
   -o-transition: .3s;
   transition: .3s;
}
.single-event-button:hover {
   color: #fff !important;
   background-color: #444444;
}
.event-website {
   background-color: #ea6f21;
}

.event-facebook {
   background-color: #3b5998;
}
.event-twitter {
   background-color: #22bcf2;
}
.event-youtube {
   background-color: #cc181e;
}

.return-to-listings{
   margin-left:30px;
   color:#fff!important;
}









}




@media screen and (min-width : 0px) and (max-width : 320px) {	

div.overlay-image.xsmall .overlay, 
div.overlay-image.xsmall .wp-post-image { width:140px; height:140px }
div.overlay-image.small .overlay, 
div.overlay-image.small .wp-post-image,
div.overlay-image.medium .overlay, 
div.overlay-image.medium .wp-post-image,
div.overlay-image.large .overlay, 
div.overlay-image.large .wp-post-image { width:140px; height:100px }

}

@media screen and (min-width : 321px) and (max-width : 479px) {	

div.overlay-image.medium .overlay, 
div.overlay-image.medium .wp-post-image,
div.overlay-image.large .overlay, 
div.overlay-image.large .wp-post-image { width:211px; height:150px }

}

@media screen and (min-width : 0px) and (max-width : 479px)  {	


#header-title .site-title {
    font-family:'PT Sans',Arial, Helvetica, sans-serif; 
    margin:0px 0px 0px 0px;
	padding:30px 0px 0px 0px;
	color:#615871;
	font-size:26px;
	line-height:1;
	
}

#header-title .site-title a { 
	color:#615871;
}

#header-title .site-title a:hover{  
	color:#615871;
}




.featured-title {
    font-size: 14px;
    font-family:'PT Sans',Arial, Helvetica, sans-serif; 
	color:#ffffff;
    clear: both;
    display: block;
    text-transform: uppercase;
    margin:0px 0px 15px -5px;
	padding:3px 10px 3px 10px;
	background:#615871;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.75);
}

.firstpost .featured-title {
    background:#615871;
	    line-height: 1.1;
}

.secondpost .featured-title {
    font-size: 12px;
    line-height: 1.1;
}

.thirdpost .featured-title {
    font-size: 12px;
    line-height: 1.1;
}

.fourthpost .featured-title {
    font-size: 12px;
    line-height: 1.1;
}

.thirdpost {
    float: left;
    max-width: 47%;
    position: relative;
    margin: 0px 12px 0px 0px;
    position: relative;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(25, 25, 25, 0.3);
-moz-box-shadow:    0px 5px 10px 0px rgba(25, 25, 25, 0.3);
box-shadow:         0px 5px 10px 0px rgba(25, 25, 25, 0.3);

}
.fourthpost {
    float: left;
    margin: 0;
    max-width: 47%;
    position: relative;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(25, 25, 25, 0.3);
-moz-box-shadow:    0px 5px 10px 0px rgba(25, 25, 25, 0.3);
box-shadow:         0px 5px 10px 0px rgba(25, 25, 25, 0.3);

}



.pin-article h1.title {
	font-size:22px;
}
.pin-article .quote blockquote p {
	font-size: 16px;
}




}

@media screen and (min-width : 481px) and (max-width : 600px) {	

div.overlay-image.medium .overlay, 
div.overlay-image.medium .wp-post-image{ width:240px; height:171px }
div.overlay-image.large .overlay, 
div.overlay-image.large .wp-post-image { width:300px; height:213px }

}