body {
	background:#000000;
	position:relative;
	-webkit-text-size-adjust: none !important;
	}
	
#top {
    background: none repeat scroll 0 0 #ffffff;
	position: relative;
    z-index: 2;
}

#wrapper {
	background:#0b0a0e url(images/bkg-the-sounds.jpg) repeat;
	background-size: cover;
    -moz-background-size: cover;  /* Firefox 3.6 */
    background-position: top center;
	background-attachment:fixed;
	position:relative;
}


/* Content Containers */
	
.content-wrap {
	padding:0px 20px 20px 20px;
	max-width:960px;
	margin:0px auto;
	}
	
.content-wrap #content {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1ec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1ec));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1ec 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1ec 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1ec 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1ec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1ec',GradientType=0 );
    border: 1px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 8px #CCCCCC;
	padding:15px 20px 20px 20px;
	}

.home #content {
	filter:none;
	background:none;
	padding:0px !important;
	border-radius: 0px;
	box-shadow: 0 0 0px;
	border: 0px solid #FFFFFF;
	}


/* Header */



#header-container {
	}
	
.header-wrap {
	background:url(images/bkg-2016-new-min.png) no-repeat;
	background-size: cover;
    -moz-background-size: cover;  /* Firefox 3.6 */
    background-position: center;  /* Internet Explorer 7/8 */
    margin-top: -5.6%;
    padding-top: 29.1% !important;
	position:relative;
	}

#header {
	text-align:center;
	padding-bottom: 20px;
	position:absolute;
	bottom:0px;
	right:0px;
	}


/* Logo */

#logo {
	display:block !important;
	float:none !important;
	max-width:863px; !important;
	margin:0px auto 0px auto;
	position:relative;
	z-index:1;
	padding:5% 8% 0% 8%;
	}


#logo .site-title {
	margin-bottom:0px !important;
	}

#logo span {
	margin-left:-9999px;
	height:0px;
	width:0px;
	overflow:hidden;
	}


/* Navigation */

#navigation {
	margin-bottom:0px;
	border:0px;
	}

#top ul.nav li a {
    color: #000000 !important;
    font-family: 'Oxygen',sans-serif;
    font-size: 15px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#top ul.nav {
	text-align:center;
	margin-right:0px;
	width:100%;
	float:none !important;
}

ul.nav ul {
	padding: 0em 0.3em 0.3em 0.3em ;
	}

#top ul.nav > li {
	display:inline-block;
	float:none;
}

#top .nav li.parent > a {
    padding-right: 2.7em;
    position: relative;
}

ul.nav li a {
    display: block;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}

#top ul.nav > li a:hover {
    color: #ffffff !important;
}


#top ul.nav > li:hover {
    color: #ffffff !important;
	background:#555555 !important;
}

#top ul.nav > li:hover a {
	background:#555555 !important;
}


#top ul.nav li.current_page_item a, #top ul.nav li.current_page_parent a, #top ul.nav li.current-menu-ancestor a, #top ul.nav li.current-cat a, #top ul.nav li.current-menu-item a, #top ul.nav > li:hover li.current-menu-item a {
    color: #999999 !important;
}


#top ul.nav ul li a {
    color: #ffffff !important;
	background: rgba(0, 0, 0, 0.5) !important;
    color: #FFFFFF !important;
    margin: 0.3em 0 0;
}

#top ul.nav > li:hover li.current-menu-item a:hover {
	background: rgba(0, 0, 0, 0.5) !important;
    color: #FFFFFF !important;
}

#top ul.nav > li:hover li a {
	background: rgba(0, 0, 0, 0.5) !important;
	color: #ffffff !important;
}

#top ul.nav > li:hover li.current-menu-item a, #top ul.nav > li:hover li.current-menu-item a:hover, #top ul.nav > li:hover li a:hover {
	background: rgba(255, 255, 255, 1.0) !important;
	color: #000000 !important;
}
.nav-toggle {
	position:relative;
	z-index:1;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );

}

/* News - Homepage */

.home-news-wrap {
	margin-bottom:30px;
	}

.news-item li {
	float:left;
	width:30.66%;
	margin-right:4%;
	margin-bottom:4%;
	}

.news-item li:last-child {
	margin-right:0%;
	}
	
/* News - Homepage */

.home-news-wrap {
	margin-bottom:30px;
	}

.news-item li {
	float:left;
	width:30.66%;
	margin-right:4%;
	margin-bottom:0%;
	}

.news-item li:last-child {
	margin-right:0%;
	}
	
/* News - Homepage */

.home-music-wrap {
	margin-bottom:30px;
	}

.music-item li {
    float: left;
    margin-bottom: 4%;
    margin-right: 2.9%;
    width: 17.66%;
	}

.music-item li:last-child {
	margin-right:0%;
	}
	

/* SLider */

.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsVideoFrameHolder, .rsDefaultInv .rsThumbs {
    background:none !important;
    color: #222222;
}


/* News Section */

.archive .entry, .archive span.read-more {
	display:none;
	}

.archive #sidebar {
	display:none !important;
	}


.archive.two-col-left #main-sidebar-container #main, .archive.two-col-right #main-sidebar-container #main {
    width: 100%;
}

.post-more {
    padding: 0em 0 !important;
}

.post-edit-link {
	float:left;
	display:none;
	}
	
.magazine .block.last {
    float: left;
	margin-right: 0%;
}
.magazine .block {
    float: left;
    margin-bottom: 4%;
    margin-right: 4%;
    width: 30.66%;
}


.magazine .post .title, .magazine .post .title a {
    color:#000000 !important;
	font-weight:700 !important;
	text-transform:uppercase !important;
	font-size:22px !important;
	line-height:1.2em !important;
	margin-bottom:0px !important;
}

.magazine .post .title a:hover {
    color:#125F6C !important;
}

.archive-top {
	overflow:hidden;
	}


@media only screen and (max-width: 768px) {
	.news-item, .music-item, .magazine .block {margin-right: 0; width: 100% !important;}
}

.news-item a {
	color:#000000;
	font-weight:700;
	text-transform:uppercase;
	font-size:22px;
	}	

.news-item a:hover {
	text-decoration:none;
	color:#125F6C;
	}

abbr.date {
	color:#888888 !important;
	font-family: 'Oxygen', sans-serif !important;
	font-weight:bold !important;
	font-style:italic !important;
	font-size:12px !important;
	margin-top:10px !important;
	display:inline-block !important;
	text-transform:uppercase !important;
	border-bottom:0px !important;
	cursor:text;
	}

/* Page Titles */

h1, h2, h3, h4, h5, h6, .title {
	font-family: 'Oxygen', sans-serif !important;
	}
	
.page .title {
	text-transform:uppercase !important;
	text-align:center;
	font-size:50px !important;
	font-weight:700 !important;
	overflow:hidden;
	color:#232020 !important;
	}
	
.page.parent-pageid-14 .title {
	text-transform:uppercase !important;
	text-align:left;
	font-size:28px !important;
	font-weight:700 !important;
	overflow:hidden;
	color:#232020 !important;
	}

.archive-top h1, .archive-top h2 {
	overflow:hidden;
	font-size:50px !important;
	line-height:1.1em !important;
	text-transform:uppercase;
	margin-bottom:0.5em;
	color:#232020 !important;
	}

.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 4px;
  border-bottom: 4px solid #232020;
  border-top: 4px solid #232020;
  top: 23px;
  width: 600px;
}
.fancy span:before {
  right: 100%;
  margin-right: 20px;
}
.fancy span:after {
  left: 100%;
  margin-left: 20px;
}

	
/* Footer */

#footer-container {
    background-color: #000000;
	border-top:0px !important;
}

.foot-nav {
	display:block;
	margin-bottom:12px;
	margin-top: 20px;
	}
	
.foot-nav ul li {
	display:inline-block;
	margin-right:35px;
	}

.foot-nav ul li a {
	font-family: 'Oxygen', sans-serif !important;
	font-size:15px;
	text-transform:uppercase;
	}

#credit p {
	font-family: 'Oxygen', sans-serif !important;
	text-transform:uppercase;
	text-align:right;
	}

p.social {
	text-align:right;
	margin-bottom:15px;
	}

p.social a.btn {
	display:inline-block;
	margin-left:10px;
	}
	
.contact-credit {
	margin-top:10px;
	}

.contact-credit a {
	font-family: 'Oxygen', sans-serif !important;
	font-size:11px;
	text-transform:uppercase;	
	}



@media only screen and (max-width: 768px) {
	.foot-nav ul li {
	display:block;
	margin-right:0px;
	margin-bottom:20px;
	}
	
	.foot-nav ul li a {
	font-size:20px;
	}
}



/* Home */

.home h3.title {
	display:none;
	}

.box-wrap {
	overflow:hidden;
	margin:0px 0px 30px 0px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1ec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1ec));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1ec 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1ec 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1ec 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1ec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1ec',GradientType=0 );
    border: 1px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 8px #CCCCCC;
    padding: 15px 22px 20px 22px;
	position:relative;
	}

.box-wrap p {
	margin-bottom:0px;	
	}

a.btn {
	display:block;
	border-radius: 20px;
	color:#ffffff !important;
	padding:8px 8px;
	text-transform:uppercase;
	background: #52ACBA;
	font-family: 'Oxygen', sans-serif !important;
	font-size:11px;
	margin-top:10px;
	}
	
	
a.btn i {
	line-height:20px;
	font-size:20px;
	vertical-align:sub;
	width:20px;
	text-align:center;
	display:block;
	}
	
a.btn:hover {
	text-decoration:none;
	background: #125F6C !important;
	}

.box-wrap a.top {
	text-transform:uppercase;
	font-family: 'Oxygen', sans-serif !important;
	font-size:15px;
	color:#000000;
	float:right;
	margin-top:2em;
	}

.box-wrap a.top i {
	margin-left:3px;
	}	

.box-wrap a.top:hover {
	text-decoration:none;
	color: #125F6C !important;
	}

.box-wrap a.home-link {
	text-transform:uppercase;
	font-family: 'Oxygen', sans-serif !important;
	font-size:15px;
	color:#000000;
	float:left;
	margin-top:2em;
	}
	
.box-wrap a.home-link i {
	margin-left:5px;
	}	

.box-wrap a.home-link:hover {
	text-decoration:none;
	color: #125F6C !important;
	}	

tr.bit-bottom {
		display:none;
	}
	
.box-wrap .twocol-one {
	margin-bottom:0px;
	}
	
.box-wrap .twocol-one h2 {
	text-transform:uppercase;
	margin-bottom:13px;
	font-size: 27px;
	}

a.woo-sc-button.free-button {
	font-family: sans-serif;
	display: inline-block;
	line-height: 1em;
	padding: 10px 25px;
	margin:15px .6em 1.5em 0;
	border: 0px !important;
	border-bottom-color: #20559a;
	color: white !important;
	text-align: center;
	text-shadow: 0 0px 0 hsla(0,0%,0%,.3) !important;
	text-decoration: none !important;
	
	/*Border radius*/
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	
	/*Background*/
	background: #54abb4 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #54abb4 0%, #479ea5 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54abb4), color-stop(100%,#479ea5)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #54abb4 0%,#479ea5 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #54abb4 0%,#479ea5 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #54abb4 0%,#479ea5 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #54abb4 0%,#479ea5 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54abb4', endColorstr='#479ea5',GradientType=0 ) !important; /* IE6-9 */

	
	/*Box shadow*/
	-webkit-box-shadow: inset 0 0px 0 hsla(0,100%,100%,.3) /*Top*/, 
						inset 0 0 0px hsla(0,100%,100%,.3) /*Shine*/, 
						0 0px 0px hsla(0, 0%, 0%, .29) /*Shadow*/ !important;
	-moz-box-shadow: inset 0 0px 0 hsla(0,100%,100%,.3) /*Top*/, 
					inset 0 0 0px hsla(0,100%,100%,.3) /*Shine*/, 
					0 0px 0px hsla(0, 0%, 0%, .29) /*Shadow*/ !important;
	box-shadow: inset 0 0px 0 hsla(0,100%,100%,.3) /*Top*/, 
				inset 0 0 0px hsla(0,100%,100%,.3) /*Shine*/, 
				0 0px 0px hsla(0, 0%, 0%, .29) /*Shadow*/ !important;
	font-family: 'Century Gothic', sans-serif !important;
	text-transform:uppercase !important;
	font-weight:bold;
	font-size:18px;
}


/* Single */

.single #content {
	padding-top:20px;
	}
	
.single .entry > h2:first-child {
	font-size:16px;
	line-height:1.5em;
	margin-bottom:1.5em;
	color:#555555;
	margin-top:10px;
	}

.single .post-meta {
	float:left;
	margin-top:3px;
	}

.single .post-meta abbr {
	border-bottom: 0px;
    cursor:text;
	font-family: 'Oxygen', sans-serif !important;
	text-transform:uppercase;
	color:#888888;
	font-style:italic;
	font-size:12px;
	margin-top:5px;
	font-weight:bold;
	}

.single #main header {
	margin-top:12px;
	text-transform:uppercase;
	}

.single .entry, .single #main header {
	float:right;
	overflow:hidden;
	width:460px;
	}

#sidebar .widget ul li.post p.byline abbr,#sidebar .widget ul li.page p.byline abbr {
	border-bottom: 0px;
    cursor:text;
	font-family: 'Oxygen', sans-serif !important;
	text-transform:uppercase;
	color:#888888;
	font-style:italic;
	font-size:12px;
	margin-top:5px;
	font-weight:bold;
	display:inline-block;
	}

@media only screen and (max-width: 1024px) {	
	.single .entry, .single #main header {
	float:right;
	overflow:hidden;
	width:100%;
	}
	}

/* Music */

.parent-pageid-14 #content {
	padding-top:20px;
	}
	
.parent-pageid-14 .entry > h2:first-child p {
	font-size:16px;
	line-height:1.5em;
	margin-bottom:1.5em;
	color:#555555;
	margin-top:10px;
	font-family: 'Oxygen', sans-serif !important;
	font-weight:bold;
	}

.parent-pageid-14 .post-meta {
	float:left;
	margin-top:3px;
	}

.parent-pageid-14 .post-meta ul li a {
	background:#2a2a2a;
	color:#ffffff;
	padding:4px 10px;
	margin-top:5px;
	display:inline-block;
	font-family: 'Oxygen', sans-serif !important;
	}

.parent-pageid-14 .post-meta ul li a:hover {
	background:#52ACBA;
	}
	
.parent-pageid-14 .post-meta ul li a:hover {

	}

.parent-pageid-14 .post-meta abbr {
	border-bottom: 0px;
    cursor:text;
	font-family: 'Oxygen', sans-serif !important;
	text-transform:uppercase;
	color:#888888;
	font-style:italic;
	font-size:12px;
	margin-top:5px;
	font-weight:bold;
	}

.parent-pageid-14 #main header {
	margin-top:12px;
	text-transform:uppercase;
	}

.parent-pageid-14 .entry, .parent-pageid-14 #main header {
	float:right;
	overflow:hidden;
	width:460px;
	}

#sidebar .widget ul li.post p.byline abbr,#sidebar .widget ul li.page p.byline abbr {
	border-bottom: 0px;
    cursor:text;
	font-family: 'Oxygen', sans-serif !important;
	text-transform:uppercase;
	color:#888888;
	font-style:italic;
	font-size:12px;
	margin-top:5px;
	font-weight:bold;
	display:inline-block;
	}

@media only screen and (max-width: 1024px) {	
	.parent-pageid-14 .entry, .parent-pageid-14 #main header {
	float:right;
	overflow:hidden;
	width:100%;
	}
	}



/* Sidebar */

#sidebar .widget {
	background:#f5f5f5;
	padding:25px 25px 30px 25px;
	border: 1px solid #dfdfdf;
    border-radius: 5px 5px 5px 5px;
	}
	
#sidebar h3 {
	font-size:20px;
	text-transform:uppercase;
	border-bottom:0px;
	padding-bottom:10px;
	margin-bottom:10px;
	}

#sidebar .widget img {
	height:auto;
	}
	
#sidebar .widget ul li {
	list-style:none;
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:1px solid #dfdfdf;
	width:100%;
	}

#sidebar .widget.posts {
	padding-top:20px;
	margin-top:5px;
	overflow:hidden;
	}

.parent-pageid-14 #sidebar .widget ul li.page {
	overflow:hidden;
	float:left;
	margin-bottom:0px;
	padding-bottom:0px;
	width:auto;
	border-bottom:0px !important;
	}

#query-posts-3 {
	padding-bottom:20px !important;
	}

#query-posts-3 ul {
	margin-left:-7px;
	}

.parent-pageid-14 #sidebar .widget ul li.page img {
	max-height:75px;
	max-width:75px;
	float:left;
	margin-left:7px;
	margin-bottom: 7px;
	}

#sidebar .widget ul li.post img {
	max-height:75px;
	max-width:75px;
	float:left;
	margin-right:15px;
	margin-bottom: 10px;
	}

#sidebar .widget ul li.post h2.entry-title {
	line-height:normal !important;
	color:#000000 !important;
	font-size:13px !important;
	}	
	
#sidebar .widget ul li.page h2.entry-title {
	line-height:75px !important;
	color:#000000 !important;
	font-size:13px !important;
	}	

#sidebar .widget ul li.post h2.entry-title a {
	color:#000000 !important;
	font-size:13px !important;
	line-height:normal !important;
	}

#sidebar .widget ul li.page h2.entry-title a {
	display:block;
	height:75px;
	width:100%;
	line-height:75px !important;
	}

#sidebar .widget ul li.post h2.entry-title a:hover {
	text-decoration:none;
	color: #125F6C !important;
	}

#sidebar .widget ul li.post:last-child {
	padding-bottom:0px !important;
	margin-bottom:0px !important;
	border-bottom:0px !important;
	}

#sidebar .widget ul li.post:last-child p.byline {
	margin-bottom:0px;
	}

#sidebar .widget ul li.post p.byline abbr {
	border-bottom: 0px;
    cursor:text;
	font-family: 'Oxygen', sans-serif !important;
	text-transform:uppercase;
	color:#888888;
	font-style:italic;
	font-size:12px;
	margin-top:5px;
	font-weight:bold;
	display:inline-block;
	}
	
#new-royalslider-2 {
  width: 100%;
  height: 600px !important;
}

#new-royalslider-4 {
  width: 100%;
  height: 715px !important;
}

.rsDefaultInv .rsThumbsHor {
    height:auto !important;
}




/* Forms */

.gform_wrapper .top_label .gfield_label {
	font-size:13px  !important;
	line-height:22px !important;
}

.ginput_complex label {
    margin-bottom: 12px !important;
    margin-top: -3px !important;
	font-weight:normal !important;
	font-size:12px !important;
}


.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
    font-weight: bold;
    letter-spacing: 0 !important;
}

.ginput_complex select, .gform_wrapper select {
	padding:7px !important;
	font-size:15px !important;
	border:1px solid #cccccc;
	outline: 0;
	background: #FFFFFF;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -webkit-border-radius: 52px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
}



.gform_wrapper .ginput_complex input, .gform_wrapper .ginput_complex select, .gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex .ginput_right input, .gform_wrapper .field_name_first input, .gform_wrapper .ginput_complex .ginput_left input {
    width: 87% !important;
	padding:7px !important;
	font-size:13px !important;
	border:1px solid #cccccc;
	outline: 0;
	background: #FFFFFF;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; 
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
	padding:8px !important;
	font-size:15px !important;
	border:1px solid #cccccc;
	outline: 0;
	background: #FFFFFF;
	    -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; 
}


.gform_wrapper textarea.textarea {
	padding:7px 10px !important;
	font-size:13px !important;
	border:1px solid #cccccc;
	outline: 0;
	background: #FFFFFF;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	width: 400px;
	height: 150px;
	line-height: 150%;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}


.gform_wrapper input:hover , .gform_wrapper  textarea:hover , .gform_wrapper select:hover,
.gform_wrapper input:focus, .gform_wrapper  textarea:focus, select:focus {
  box-shadow: 0 0 5px rgba(82, 172, 186, 1) !important;
  border: 1px solid rgba(82, 172, 186, 1) !important;
}


input.button.gform_button {
	background: #00bce4; /* Old browsers */
	background: -moz-linear-gradient(top,  #00bce4 0%, #009ed8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00bce4), color-stop(100%,#009ed8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00bce4 0%,#009ed8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00bce4 0%,#009ed8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00bce4 0%,#009ed8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00bce4 0%,#009ed8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bce4', endColorstr='#009ed8',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF !important;
    font-weight: bold !important;
    letter-spacing: 0 !important;
    outline: 0 none !important;
    padding: 7px 15px !important;
    text-align: center !important;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1) !important;
    text-transform: uppercase !important;
	box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1), 0 0px 0 rgba(255, 255, 255, 0.1) inset !important;
	font-size:13px !important;
	border:0px !important;
	border-radius: 2px 2px 2px 2px !important;
	font-family: 'Oxygen',sans-serif !important;
}



.gform_wrapper .ginput_complex .ginput_full input {
    width: 94% !important;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width:auto !important;
}

.gform_wrapper .top_label input.medium {
	width:30% !important;
}


.gform_wrapper .ginput_complex .ginput_right select {
    width:91% !important;
}

.gform_wrapper .top_label li.gfield.gf_left_half input.medium, .gform_wrapper .top_label li.gfield.gf_left_half input.large, .gform_wrapper .top_label li.gfield.gf_left_half select.medium, .gform_wrapper .top_label li.gfield.gf_left_half select.large, .gform_wrapper .top_label li.gfield.gf_right_half input.medium, .gform_wrapper .top_label li.gfield.gf_right_half input.large, .gform_wrapper .top_label li.gfield.gf_right_half select.medium, .gform_wrapper .top_label li.gfield.gf_right_half select.large {
    width: 89% !important;
}


.gform_wrapper .top_label li.gfield.gf_left_third input.medium, .gform_wrapper .top_label li.gfield.gf_left_third input.large, .gform_wrapper .top_label li.gfield.gf_left_third select.medium, .gform_wrapper .top_label li.gfield.gf_left_third select.large, .gform_wrapper .top_label li.gfield.gf_middle_third input.medium, .gform_wrapper .top_label li.gfield.gf_middle_third input.large, .gform_wrapper .top_label li.gfield.gf_middle_third select.medium, .gform_wrapper .top_label li.gfield.gf_middle_third select.large, .gform_wrapper .top_label li.gfield.gf_right_third input.medium, .gform_wrapper .top_label li.gfield.gf_right_third input.large, .gform_wrapper .top_label li.gfield.gf_right_third select.medium, .gform_wrapper .top_label li.gfield.gf_right_third select.large {
    width: 92% !important;
}


.gform_wrapper .top_label .gfield_label {
    width: 100% !important;
}

.gform_wrapper .ginput_complex {
    overflow: visible !important;
}

.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .ginput_full {
    overflow: visible !important;
}

.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio {
    margin-left: 0px !important;
}

.gfield {
    margin-bottom: 20px;
}

#gforms_confirmation_message {
    margin: 0px 0 !important;
}

#top select {
    margin: 0px 0 0 !important;
}
	

input.button.gform_button, .gfield input, .gfield textarea {
-webkit-appearance:none;
}

.gform_wrapper .top_label .gfield_error input.large, .gform_wrapper .top_label .gfield_error select.large, .gform_wrapper .top_label .gfield_error textarea.textarea {
    width: 94% !important;
}


.gform_wrapper div.validation_error {
	display:none;
}

#gforms_confirmation_message h2 {
    font-size: 30px;
}

/* Free Download Page */

.gform_description h2 {
	text-transform:uppercase;
	font-weight:bold;
	}
	

.twitter-tweet {
	width:100% !important;
	}


	

@media only screen and (min-width: 768px) {
	#logo {
		padding-top:35px;
		}
	
	#top {
    position: fixed;
    width: 100%;
    z-index: 23;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}

	#header-container {
    padding-top: 50px;
	}
	
	/* Free Download Page */

	.gform_description h2 {
	margin-top:40px;
	}
	
	#gforms_confirmation_message h2 {
    margin-top: 155px;
	}

	.box-wrap .twocol-one h2 {
    margin-top: 24%;
}


	}
	
/* iPads (landscape) ----------- */

@media only screen
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
	
	.header-wrap {
    margin-top: -9%;
    padding-top: 48% !important;
	}
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {

	ul.nav li a {
	  padding: .5em 1.9em;
	}
	
	.header-wrap {
    margin-top: -10%;
    padding-top: 60% !important;
	}

}

		
@media only screen and (max-width: 767px) {
	.header-wrap {
		margin-top: -10%;
		padding-top: 60% !important;
	}
	
	.page .title, .archive-top h1, .archive-top h2 {
	font-size:40px !important;
	}
	
	.fancy span:before,
	.fancy span:after {
  	height: 3px;
  	border-bottom: 3px solid #232020;
  	border-top: 3px solid #232020;
  	top: 21px;
	}
	
	.box-wrap {
	margin:0px 10px 20px 10px !important;
	padding-top:10px;
	}
	
	.box-wrap .twocol-one {
		text-align:center;
	}
	
	#navigation h3 {
		display:none;
	}
	
	#navigation {
    background: none repeat scroll 0 0 #555555;
	}
	
	#navigation .nav-home, #navigation .nav-close, #navigation .cart-contents, #navigation ul.rss li a {
    background: none repeat scroll 0 0 #333333;
	left: 0.4em;
    top: 0.4em;
	}
	
	#navigation .nav-home {
    left: auto;
    right: 0.5em;
	}
	
	.home .content-wrap {
	padding:0px 0px;
	}
	
	.news-item li {
	margin-bottom:12%;
	text-align:center;
	}
	
	.magazine .post .title, .magazine .post .title a {
		text-align:center;
	}

	
	.post-meta {
		text-align:center;
	}
	
	.parent-pageid-14 .post-meta {
		text-align:left;
	}

ul.nav ul {
    padding: 0 0em 0em !important;
}	
	
#navigation ul ul {
    margin: 0 0 0 0em !important;
}

ul.nav {
  width: 100%;
}

ul.nav li {
	border-top:5px solid #555555;
}

ul.nav li.parent {
	border:0px solid #555555;
	width: 100%;
	background:none !important;
}

ul.nav li ul li:last-child {
	border-bottom:0px;
}


ul.nav li.parent > a {
	display:none;
	}

ul.nav li a {
  padding: 1em 2em !important;
  display: block;
  color: #666;
  font-family: 'Oxygen', sans-serif !important;
  text-transform:uppercase !important;
  color:#ffffff !important;
  margin:0px 5px !important;
  background:#2a2a2a;
}
ul.nav li a:hover, ul.nav li ul li a:hover {
  color:#000000 !important;
  background:#ffffff !important;
}
ul.nav li.current_page_item a,
ul.nav li.current_page_parent a,
ul.nav li.current-cat a,
ul.nav li.current-menu-item a {
	background: rgba(255, 255, 255, 1.0) !important;
	color: #000000 !important;
}
ul.nav li ul li a {
  background:#2a2a2a !important;
  color: #ffffff !important;
}


ul.nav ul li.current_page_item a,
ul.nav ul li.current_page_parent a,
ul.nav ul li.current-menu-ancestor a,
ul.nav ul li.current-cat a,
ul.nav ul li.current-menu-item a {
  color: #000000!important;
}
	
	.news-item {
		text-align:center;
	}

	#new-royalslider-2, #new-royalslider-4 {
	  width: 100%;
	  height: 400px !important;
	}

.gform_description {
	text-align:center;
	display:inline-block;
	}
	
	#gforms_confirmation_message {
	text-align:center;
	display:inline-block;
	}


.box-wrap .twocol-one h2 {
    margin-top: 20px !important;
}

	}	



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

	
	th.bit-description-links {
		display:none;
		}
		
	td.bit-description-links {
		display:none;
		}
	
	th.bit-venue, td.bit-venue, th.bit-rsvp, td.bit-rsvp  {
		display:none;
	}
		
	.entry table td,
	.entry table th {
  		padding: .457em .687em;
	}
	
	.page .title, .archive-top h1, .archive-top h2 {
		font-size:25px !important;
	}
	
	.fancy span:before,
	.fancy span:after {
  		height: 2px;
  		border-bottom: 2px solid #232020;
  		border-top: 2px solid #232020;
  		top: 12px;
	}
	
	.fancy span:before {
  		right: 100%;
  		margin-right: 10px;
	}
	.fancy span:after {
	  	left: 100%;
	  	margin-left: 10px;
	}
	
	.content-wrap #content {
	padding-top:10px;
	}
	
	.parent-pageid-14 .content-wrap #content {
	padding-top:20px;
	}
	
	.home .content-wrap #content {
	padding-top:0px;
	}

	a.btn {
	display:block;
	border-radius: 20px;
	color:#ffffff !important;
	padding:4px 0px;
	text-transform:uppercase;
	background: #52ACBA;
	font-family: 'Oxygen', sans-serif !important;
	font-size:11px;
	margin-top:5px;
	}
	
	
	a.btn i {
		line-height:9px !important;
		font-size:9px !important;
		vertical-align:sub;
		width:17px;
		text-align:center;
		display:block;
		}
	
	#header {
		padding-bottom:7px;
		right:-10px;
		}
		
	.content-wrap {
	padding: 0 10px 20px;
	}
	
	.foot-nav {
		margin-bottom: 30px;
	}
	
	#new-royalslider-2 {
	  width: 100%;
	  height: 360px !important;
	}
	
	#new-royalslider-4 {
	  width: 100%;
	  height: 260px !important;
	}
	
	.parent-pageid-14 #sidebar .widget ul {
		margin-left:0px !important;
	}

	.parent-pageid-14 #sidebar .widget ul li.page img {
	max-height:none;
	max-width:100%;
	float:none;
	margin-left:0px;
	margin-bottom: 15px;
	}
	
	
	}

@media only screen 
and (min-width : 321px)
and (max-width : 480px) {
	
	.header-wrap {
		margin-top: -10%;
		padding-top: 50% !important;
	}
	
	.box-wrap {
	margin:0px 20px 20px 20px !important;
	padding-top:10px;
	text-align:center;
	}
	
	
	.page .title, .archive-top h1, .archive-top h2 {
	font-size:30px !important;
	}
	
	
	
	.fancy span:before,
	.fancy span:after {
  	height: 2px;
  	border-bottom: 2px solid #232020;
  	border-top: 2px solid #232020;
  	top: 15px;
	}
	
	.fancy span:before {
	  right: 100%;
	  margin-right: 10px;
	}
	.fancy span:after {
	  left: 100%;
	  margin-left: 10px;
	}
	
	th.bit-venue  {
		display:table-header-group;
	}
	
	th.bit-venue, td.bit-venue  {
		display:table-cell;
	}
		
	a.btn {
	display:block;
	border-radius: 20px;
	color:#ffffff !important;
	padding:7px 3px;
	text-transform:uppercase;
	background: #52ACBA;
	font-family: 'Oxygen', sans-serif !important;
	font-size:11px;
	margin-top:5px;
	}
	
	
	a.btn i {
		line-height:16px !important;
		font-size:16px !important;
		vertical-align:sub;
		width:24px;
		text-align:center;
		display:block;
		}
	
	#header {
		padding-bottom:10px;
		right:0px;
		}
		
	.foot-nav {
		margin-bottom: 30px;
	}

	#new-royalslider-2, #new-royalslider-4 {
	  width: 100% !important;
	  height: 300px !important;
	}

	.home img.rsImg {
		margin:0px auto !important;
	}
	
	.parent-pageid-14 #sidebar .widget ul {
		margin-left:-12px !important;
	}

	.parent-pageid-14 #sidebar .widget ul li.page img {
	max-height:80px;
	max-width:80px;
	float:left;
	margin-left:12px;
	margin-bottom: 7px;
	}
	

	}
	
@media only screen and (max-width: 1024px) {
	
	#footer .col-left {
		float:none;
		text-align:center;
		width:100%;
	}
	
	#footer .col-right {
		float:none;
		text-align:center;
		width:100%;
	}
	
	#footer .col-right p {
		text-align:center;
	}
	
	p.social a.btn {
	display:inline-block;
	margin-left:5px;
	margin-right:5px;
	border-radius: 20px;
	color:#ffffff !important;
	padding:10px 10px;
	text-transform:uppercase;
	background: #52ACBA;
	font-family: 'Oxygen', sans-serif !important;
	font-size:20px;
	margin-top:5px;
	}
	
	p.social a.btn i {
	font-size:20px !important;
	line-height:20px !important;
	width:22px;
	}
	
	.foot-nav {
		margin-bottom: 30px;
	}
}


@media only screen and (max-width: 480px) {
	#header .btn {
		display:none !important;
		}
	}