/*-----------------------------------------------------------------------------------*/
/*	TABLE OF CONTENTS
/*-----------------------------------------------------------------------------------*/

/* Slooh - v1.0.0 */
/* Section 1. -- General & Global Styles - other type styles found in /css/framework.css */
/* Section 2. -- Helper Classes - quick classes for easy style modification */
/* Section 3. -- Header Styles - styles for main and sub headers */
/* Section 4. -- Navigation Styles - Styles for the nav menu, and the filter menu for the portfolio */
/* Section 5. -- Homepage Styles - all styling for the main homepage elements, and also ebor_carousel styling */
/* Section 6. -- Portfolio Styles - all styling for both portfolio and portfolio-alt */
/* Section 7. -- Blog Styles - all the styling for all 3 blog layouts, and also the blog single pages */
/* Section 8. -- Contact Styles - contact page styles, including map */
/* Section 9. -- Footer Styles - Styles for footer and subfooter */
/* Section 10. -- Revolution Slider Styles - Custom styling for revolution slider, default styling is in /css/settings.css */
/* Section 11. -- Isotope Styles - required styles for isotope, no need to modify */
/* Section 12. -- Tabs & Accordions Styles - styling for tabs, side tabs and accordions */
/* Section 13. -- Responsive Styles - Media queries */


/*-----------------------------------------------------------------------------------*/
/*	GENERAL & GLOBAL STYLES
/*-----------------------------------------------------------------------------------*/

body {
	font-family: 'Raleway', sans-serif; font-weight: 300; overflow-x: hidden; line-height: 26px; font-size: 14px; color: #414141; background: #fff;
}
.fa-angle-down {
	color: white;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #414141;
}

h1, h2, h3 {
	font-weight: 500;
}

a, .fa-6x {
	text-decoration: none; color: #e74c3c;
}
a, .dark-wrapper {
	color: #ffffff;
}
a:hover, .social a:hover {
	color: #c0392b;
}

/*p {
	margin-bottom: 25px;
}*/

.wrapper {
	margin: 0 auto; width: 100%; position: relative;
}

strong {
	font-weight: 500;
}

em {
	font-style: italic;
}
section#home {
	padding-top: 100px;
}
section, footer {
	padding-top: 20px;
}

img {
	vertical-align: bottom;
}

::selection {
    background: #fefac7; /* Safari */
    color: #555555;
}
::-moz-selection {
    background: #fefac7; /* Firefox */
    color: #555555;
}

hr {
	height: 1px; width: 35px; background: #c7c7c7; border: none; margin-bottom: 30px;
}

code {
	background: #f5f5f5; padding: 2px 8px; border-radius: 2px; border: 1px solid #e5e5e5; color: #e74c3c; margin: 0 3px; font-family: 'Helvetica', 'Arial', sans-serif; font-size: 12px;
}

pre {
	margin-bottom:30px;
}

pre code {
	background: none; padding: 0; border: none; font-family: monospace; color: #414141;
}

input, textarea, #load-more {
 background: none; border: 1px solid #e5e5e5; padding: 12px 15px; box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb; font-size: 14px; background: #fff;
}

input {
	margin-bottom: 10px;
}

input:focus, textarea:focus, input[type="submit"]:hover {
	border-color: black;
}

input[type="submit"] {
	width: auto; cursor: pointer; color: #a7a7a7;
}

input[type="submit"]:hover {
	color: #666;
}

textarea {
	min-height: 160px; resize: none; margin-bottom: 15px;
}

blockquote, pre, .tab-container div, .tab.active {
	margin-bottom: 25px; padding: 10px 20px; border: 1px solid #c7c7c7; box-shadow: 0 1px 1px #eaeaea; display: block; border-left: 3px solid #e74c3c;
}

blockquote p:last-child {
	margin-bottom: 0;
}

ol.numbered {
	list-style: decimal; margin: 0 0 25px 40px;
}

ul.unordered {
	list-style: square; margin: 0 0 25px 40px;
}

small {
	display: block;
	font-size: 20px;
}

.button {
	border-radius: 0;
}

.dark-wrapper {
	background: #f5f5f5 !important;
	width: 1400px;
	margin:0 auto;
	/*top: 270px;
	left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);*/
}
.news-wrapper {
	background: #f5f5f5 !important;
	width: 1400px;
	margin:0 auto;

	/*top: 270px;
	left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);*/
}
.slide {
	height: 285px;
    overflow: scroll;
}
section {
	z-index: 99; position: relative;
}

/*-----------------------------------------------------------------------------------*/
/*	END GENERAL & GLOBAL STYLES
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	HELPER CLASSES
/*-----------------------------------------------------------------------------------*/

.isotope-alt-details {
 -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;
}
.featured-alt-details {
 -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;
}
.remove-bottom {
	margin-bottom: 0;
	font-size: 18px;
	color: #414141;
	font-weight: 600;
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}


.floatleft, .floatright {
	display: inline-block;
}

.floatleft {
	float: left; padding-right: 20px;
}

.floatright {
	float: right;
}

.small-padding {
	padding: 23px 0 0; /*border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;*/ background: #fff;
}

.scroll-animate.left {
	position: relative; left: -50px; opacity: 0;
}

.scroll-animate.bottom {
	position: relative; bottom: -50px; opacity: 0;
}

.scroll-animate.right {
	position: relative; right: -50px; opacity: 0;
}

.scroll-animate.top {
	position: relative; top: -50px; opacity: 0;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.alert, .example-column {
	background: #f5f5f5; border: 1px solid #e5e5e5; padding: 5px 10px; margin-bottom: 4%;
}

.alert i {
	float: right; cursor: pointer; font-size: 18px; padding-top: 4px;
}

.alert.danger {
	background: #ffe5e3; color: #d90f00; border-color: #f9bbb8;
}

.alert.warning {
	background: #fff6d6; color: #a26025; border-color: #f8d867;
}

.alert.success {
	background: #cef0cb; color: #698733; border-color: #91cc8c;
}

.centered {
	text-align: center;
}

.light {
	font-weight: 300;
}

.heavy {
	font-weight: 500;
}

.break15 {
	width: 100%; height: 15px;
}

.overflow-hidden {
	overflow-x: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	END HELPER CLASSES
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	HEADER STYLES
/*-----------------------------------------------------------------------------------*/

header {
	padding: 12px 0 8px 0;
	background: #02080e;
	top: 40px; /*left: 0;*/
	position: fixed;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%); /* for safari? */
	/*width: 100%;*/
	z-index: 9999;
/*	border-bottom: 1px solid #e5e5e5;
	box-shadow: 0 1px 1px rgba(100,100,100,0.2), inset 0 1px 0 #fbfbfb;*/
}

header * {
	margin-bottom: 0 !important;
}

/*#selectnav {
	float: right;
	padding-top: 15px;
}*/
.social-links li {
	display: inline-block;
}
.timer-col {
	display: inline-block;
}
#row {
	display: none;
	padding-top: 4px;
    position: relative;
    z-index: 2;
    background-color: #292929;
    height: 37px;
    overflow: hidden;
	
/* 	margin-right: -15px;
	margin-left: -15px; */
}

.upcoming-event-bar {
    line-height: 37px;
}
.upcoming-event-bar {
	font-family: 'Roboto', sans-serif;
}
.upcoming-event-bar a.next-event-name {
    color: #95d9f9;
    font-size: 12px;
    font-weight: bold;
    /* font-family: Arial, sans-serif; */
    padding: 0 10px;
    line-height: 1em;
    /* display: none; */
}
.margin-top {
	margin-top: 5px;
}

.upcoming-event-bar h4 {
    line-height: 37px;
    float: left;
    margin-bottom: 0px;
    color: #FFF;
    font-size: 11px;
    opacity: 0.7;
    margin-right: 12px;
/* 	font-size: 14px; */
    text-transform: uppercase;
    letter-spacing: .1em;
    font-family: 'Roboto', sans-serif;
}
.timer-col #days, .timer-col #hours, .timer-col #minutes, .timer-col #seconds {
    display: inline-block;
    color: #ffffff;
    opacity: .8;
}
.top-header {
    position: relative;
    z-index: 2;
    background-color: #292929;
    height: 37px;
    overflow: hidden;
	margin-top: 15px;
}
.top-header .social-links a {
    padding: 0 5px;
    display: block;
    color: #fff;
    opacity: .4;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}
.top-header .social-links li {
    line-height: 35px;
}
.top-header .social-links {
    float: right;
}

.timer-col .timer-type {
    font-size: 12px;
}
.col-md-8 {
    width: 66.6667%;
	float: left;
}

.col-md-4 {
	float: left;
	width: 33.3333%;
}
.counter {
    float: left;
    height: 37px;
    border-left: 1px solid #1E2326;
    border-right: 1px solid #1E2326;
}
.counter .timer-col:first-child {
    border-left: 1px solid #3D474C;
}
.counter .timer-col {
    float: left;
    padding: 0px 10px;
    border-left: 1px solid #1E2326;
    border-right: 1px solid #3D474C;
}
#counter .timer-type {
	color: #666666;
}
#row .social-links {
    float: right;
}
.social-links {
    margin: 0px;
    list-style-type: none;
}
#row .social-links li {
    line-height: 35px;
}
.social-links li {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
}
#bgf {
	padding-top: 8px;
}
#selectnav li {
	float: left; margin-left: 25px; position: relative; line-height: 2em;
}

#selectnav li a {
	 color: #ffffff; text-transform: uppercase; font-weight: 500;
}

ul li ul {
  margin-left: 0;
  padding: 0;
  position: absolute;
  top: 26px;
  left: 0;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  
}
ul li ul li { 
  font-size: 13px;
  margin-left: 0 !important;
  background: #4CADC5; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  width: 100%;
  padding: 0 5px;
  white-space: nowrap;
  z-index: 9999;
}
ul li ul li:hover {   margin-left: 0; background: #449CB1}
ul li:hover ul {
	  margin-left: 0;
  display: block;
  opacity: 1;
  visibility: visible;

}


/*#selectnav li a.active, #selectnav li a:hover {
	color: #e74c3c;
}*/

.header-small #selectnav {
	padding-top: 7px;
}

.logo-dark {
	display: none;
}
.join-free {
	padding-left: 0;
}
.retina {
	float: left;
}
/*-----------------------------------------------------------------------------------*/
/*	END HEADER STYLES
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	HOMEPAGE STYLES
/*-----------------------------------------------------------------------------------*/

.top_left{
	float: left; width: 60%; padding-top: 40px; color: #ffffff; font-size: 40px; font-weight: 600; text-shadow: -1px -1px 0 #010101, 1px -1px 0 #010101, -1px 1px 0 #010101, 1px 1px 0 #010101; line-height: normal;
} 	
.features_list {
	padding-top: 40px; padding-left: 25px; font-size: 28px; list-style: none;
}
/* .features_list a {
	color: black;
}
.featured_title a {
	color: black;
} */
.padded_item {
	padding-top: 15px;
}
.featured_shows{
	float: right; width: 330px; margin-right: 72px;
}
.featured_title {
	padding-top: 54px; margin-bottom: 5px; font-size: 28px; color: #ffffff; text-align: center; font-weight: 600; padding-left: 40px; text-shadow: -1px -1px 0 #010101, 1px -1px 0 #010101, -1px 1px 0 #010101, 1px 1px 0 #010101; 
}
.join_big{
	padding-left: 56px; padding-top: 54px;
}
.orange-button{
	/* Permalink - use to edit and share this gradient: 
background: rgb(238,71,24); 
background: -moz-linear-gradient(top,  rgb(238,71,24) 0%, rgb(239,78,26) 25%, rgb(240,85,29) 51%, rgb(239,78,26) 75%, rgb(242,101,34) 95%, rgb(244,116,39) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(238,71,24)), color-stop(25%,rgb(239,78,26)), color-stop(51%,rgb(240,85,29)), color-stop(75%,rgb(239,78,26)), color-stop(95%,rgb(242,101,34)), color-stop(100%,rgb(244,116,39))); 
background: -webkit-linear-gradient(top,  rgb(238,71,24) 0%,rgb(239,78,26) 25%,rgb(240,85,29) 51%,rgb(239,78,26) 75%,rgb(242,101,34) 95%,rgb(244,116,39) 100%); 
background: -o-linear-gradient(top,  rgb(238,71,24) 0%,rgb(239,78,26) 25%,rgb(240,85,29) 51%,rgb(239,78,26) 75%,rgb(242,101,34) 95%,rgb(244,116,39) 100%); 
background: -ms-linear-gradient(top,  rgb(238,71,24) 0%,rgb(239,78,26) 25%,rgb(240,85,29) 51%,rgb(239,78,26) 75%,rgb(242,101,34) 95%,rgb(244,116,39) 100%); 
background: linear-gradient(to bottom,  rgb(238,71,24) 0%,rgb(239,78,26) 25%,rgb(240,85,29) 51%,rgb(239,78,26) 75%,rgb(242,101,34) 95%,rgb(244,116,39) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee4718', endColorstr='#f47427',GradientType=0 );  */
	border-radius: 5px;
	background-color: #89C6E3;
	/*box-shadow: 0 0 1px rgba(238,71,24, .3);*/
    padding: 3px;
    text-decoration: none;
    color: black;
    font-weight: 900;
    text-transform: uppercase;
	position: absolute;
    top: 8px;
    left: 1px;
    right: 1px;
}
.orange-button:hover {
    color: white;
}
.vjs-control-bar {
	text-indent: -9999px;
}

#big-video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 108px;
	z-index: 1;
}

#big-video-image {
	max-width: none;
}

.full {
	 width: 100%; height: 100%;
	background: url(/view/images/parallax.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

.gallery {
	padding-bottom: 0; padding-top: 108px;
}

.full * {
	color: #fff; font-weight: 300;
}


.top_img {
	background: url(/view/images/background/VeilNebula.jpg) center no-repeat;
	height: 420px;
}


.big {
	 width: 100%; height: 400px;
	background: url(/view/images/parallax.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	display: block;
}

.big * {
	color: #fff; font-weight: 300;
}

.button.white.light {
	background: none;
	color: #fff;
	border: 2px solid #fff;
	box-shadow: none;
	text-shadow: none;
	font-size: 22px;
	position: absolute;
	bottom: 50px;
	margin: 0;
	left: 50%;
	margin-left: -70px;
}

.mute {
	right: 20px;
	position: absolute;
	bottom: 20px;
	font-size: 28px;
}

h1.mega {
	position: relative;
	top: 50%;
	margin-top: -70px;
}

.big h1.mega {
	margin-top: -33px;
}

.big h1.mega.single {
	margin-top: 0;
}

.rslides h1.mega {
	position: absolute; z-index: 99;
	width: 100%; color: #fff; text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.service {
	text-align: center;
}

.member a {
	cursor: default;
}
.news_list {
	width:100%;
	background: white !important;
	text-align:center;
}
.slideItem {
	display:inline-block; *display:inline; /*IE7*/ *zoom:1; /*IE7*/list-style: none; position: relative; width: 458px; border: #3f3f3f 1px solid; background: #c3c3c3; padding: 10px; height: 120px; color: black;
}
.credit {
	position: absolute; left: 16px; bottom: 7px; font-size: 12px; color: white; font-weight: 500;
}
/*-----------------------------------------------------------------------------------*/
/*	END HOMEPAGE STYLES
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO STYLES
/*-----------------------------------------------------------------------------------*/

.isotope-alt-image div {
	position: absolute; bottom: 0; left: 0; display: none; background: rgba(231,76,60,0.85); width: 100%; height: 100%; padding: 30px; color: #fff; text-align: left; overflow: hidden;
}
.featured-alt-image div {
	position: absolute; bottom: 0; left: 0; display: none; background: rgba(231,76,60,0.85); width: 100%; height: 100%; padding: 30px; color: #fff; text-align: left;
}
.isotope-alt-image div h4 {
	color: #fff; font-size: 30px;
}
.long-title {
		overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
} 
.featured-alt-image div h4 {
	color: #fff; font-size: 30px;
}
.isotope-alt-image div h4 small {
	font-size: 16px;
}
.featured-alt-image div h4 small {
	font-size: 16px;
}
.portfolio-isotope li {
	float: left; width: 33.3%; position: relative;   display: none;
}
.pager-list .pager {
	display: inline-block;
    vertical-align: middle;
    margin: 5px;
    background: white;
    color: #555555;
	font-size: 14px;
}
#go-left {
	cursor: pointer;
	position: absolute; top: 50%; float: left; width: 20px; margin-top: -10px; left: 1px; border: none; box-shadow: none;
}
#go-right {
	cursor: pointer;
	position: absolute; top: 50%; float: right; width: 20px; margin-top: -10px; right: 8px; border: none; box-shadow: none;
}
.middle {
	left: 20px; float: left; width:100%; padding-left: 10px; padding-right: 31px;
}
#ticker {
	line-height: 15px;
}
.ticker-item {
	float: left; width:100%;
}
.ticker-alt-details div {
	display: block; border: 1px solid #2B2424; box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #443939; background: #000000; font-size: 12px; color: #89C6E3; height: 50px;
}
.ticker li {
	float: left;  position: relative; width: 100%; height: 50px;
}
.ticker-slider {
	height: 50px;
	background-color: black;
}
.ticker-bottom {
	margin-bottom: 0;
	font-size: 12px;
	color: #89C6E3;
	font-weight: 600;
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
  .marquee {
/* 	position:relative;
    overflow:hidden;
    width:100%;
    height:25px; */
    border:solid black 1px;
	color: whitesmoke;
	font-size: 14px;
	background-color: black;
	    height: 50px;
    }
/* .marquee span {white-space:nowrap;}
 #m1 div {
	white-space: nowrap;
}  */  
.slooh-small {
	margin: 0 30px;
}
.caption {
	font-weight: bold;
}
.button {
	cursor: pointer;
}
.pager {
	cursor: pointer;
}
.pager-list {
	cursor: default;
}
.disabled {
	display: none !important;
}
.portfolio-isotope li {
	margin-bottom: 30px; padding-right: 25px;
}
.featured-isotope li {
	margin-bottom: 30px; 	float: left;  position: relative;
}

.portfolio-isotope li:hover .isotope-alt-details {
	opacity: 0; pointer-events: none;
}
/*.featured-isotope li:hover .featured-alt-details {
	opacity: 0; pointer-events: none;
}*/
.isotope-alt-details {
	text-align: center; position: absolute; bottom: 0; left: 0; width: 100%; padding-right: 25px;
}
.featured-alt-details {
	text-align: center; position: absolute; bottom: 0; left: 0; width: 100%; 
}
.ticker-alt-details {
	text-align: center; position: absolute; bottom: 0; left: 0; width: 100%; 
}
.isotope-alt-details div {
	display: block; border: 1px solid #e5e5e5; box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb; background: #fff; border-top: none; font-size: 14px; color: #414141; padding-bottom: 13px; height: 100%;
}
.featured-alt-details div {
	display: block; border: 1px solid #e5e5e5; box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb; background: #fff; border-top: none; font-size: 14px; color: #414141; padding-bottom: 13px; 
}

.portfolio-isotope {
	width: 995px; margin-bottom: 10px;
}

.isotope-alt-details h4 {
	padding: 16px 5px 0 5px;
}
.featured-alt-details h4 {
	padding: 16px 0 0 16px; 
}
.isotope-alt-details .meta {
	position: relative; margin-bottom: 0; font-size: 14px; font-weight: 600; color: #414141;
}
.featured-alt-details .meta {
	position: relative; margin-bottom: 0; font-size: 14px; font-weight: 600; color: #414141;
}
.isotope-alt-image {
	position: relative; display: block; overflow: hidden; text-align: center;
}
.featured-alt-image {
	position: relative; display: block; overflow: hidden; text-align: center;
}
.isotope-alt-image img {
	width: 100%;
}
.featured-alt-image img {
	width: 100%;
}
#load-more {
	width: 100%; text-align: center; font-size: 24px; cursor: pointer; background: #fff; display: block;/* margin-bottom: 30px;*/ color: #414141;
}

#load-more:hover, #filters a:hover, #filters a.active {
	border-color: black; color: #111;
}
span.pager {
	border: 1px solid #e5e5e5; padding: 7px 13px; box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb; margin: 0 0 0 5px;
}
span.active{
		border-color: black; color: #111;
}

h3 small {
	display: inline-block; font-size: 14px; margin-left: 7px; color: #c7c7c7;
}

#filters a {
	border: 1px solid #e5e5e5; padding: 7px 13px; box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb; margin: 0 0 0 5px;
}

#loader {
	opacity: 0; position: relative; bottom: -50px; max-width: 770px; width: 90%;
	margin: 0 auto;
}

.portfolio-close {
	position: absolute; display: block; width: 100%; text-align: center; margin-bottom: 20px; top: -55px; font-size: 44px; color: #c7c7c7;
}

.overflow-hidden article {
	position: relative; top: 50px;
}

/*-----------------------------------------------------------------------------------*/
/*	END PORTFOLIO STYLES
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	BLOG STYLES
/*-----------------------------------------------------------------------------------*/

article, .widget {
	border: 1px solid #e5e5e5; padding: 20px 25px; box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb; background: #fff;
}

.widget {
	margin-bottom: 25px;
}

.widget p:last-child, article p:last-child {
	margin-bottom: 0;
}

.widget.search {
	background: none; padding: 0; border: none; box-shadow: none;
}

article {
	padding: 0; margin-bottom: 50px;
}

article .content {
	padding: 20px 25px;
}

article .meta {
	padding: 15px 25px 15px; font-size: 12px; border-top: 1px solid #e5e5e5;
}

article .meta p {
	margin-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	END BLOG STYLES
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	FOOTER STYLES
/*-----------------------------------------------------------------------------------*/


	.resize {
		background-color: #02080e; height: 300px; padding-top: 18px;
	}
	.social a {
		font-size: 32px; margin: 0 10px; color: #c7c7c7;
	}
	span.date{
		display:inline-block;
		background-color: #ffffff;
		color: #000000;
		padding:1px 10px;
		-webkit-border-radius:3px;
		border-radius:3px;
		font-size:12px;
		font-family: 'Raleway', sans-serif;
		text-transform:uppercase;
		margin-top:3px;
	}
	.small-logo {
		float: left; margin-top: 7px;
	}
	.bottom_nav {
		float: left; padding-top: 20px; width: 100%; margin-bottom: 40px;
	}
	.footer_join{
		float: right;
		width: 33%;
		/*padding: 0 0 25px 56px;*/
	}
	.dedication {
		float: left; color: #ececec; font-size: 13px; width: 33%;
	}
	.dedication .heading {
		font-weight: 600;
		margin-bottom: 18px;
	}
	.dedication p {
		font-weight: 400;
	}
	.last_tweet {
		color: #ececec; font-size: 13px; padding-left: 25px; width: 33%; float: left;
	}
	.last_tweet .heading {
		font-weight: 600; 
		margin-bottom: 18px;
	}
	.last_tweet p {
		font-weight: 400;
	}
	footer {
		line-height: normal;
	}
/*-----------------------------------------------------------------------------------*/
/*	END FOOTER STYLES
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE STYLES
/*-----------------------------------------------------------------------------------*/

@media only screen and (min-width: 1400px) {

	.wrapper { 
		width:1400px; position:relative;
		padding-left: 100px;
		padding-right: 100px;
	}
	
	.portfolio-isotope {
		width: 1200px;
	}
/* 	.bottom_nav {
		width: 700px;
	} */
}
@media only screen and (max-width: 1399px) {

	.item3 {
		display: none;
	}
	.wrapper { 
		width:1180px; 
		padding-left: 75px;
		padding-right: 75px;
	}
	.top_left {
		padding-top: 40px;
		font-size: 34px;
	}
	.padded_item {
		padding-top: 10px;
	}
	.features_list { 
		padding-top: 20px;
	}
	.dark-wrapper {
		width:1180px; 
	}
	.news-wrapper {
		width:1180px; 
	}
	.portfolio-isotope {
		width: 1000px;
	}
	#selectnav li {
		/*float: left; margin-left: 10px;*/
	}
	.resize {
		height: 350px;
	}
	.join-free {
		padding-left: 0px;
	}
	.small-logo {
		float: left; margin-top: 7px;
	}
/* 	.bottom_nav {
		width: 650px;
	} */
/*	.join_big{
		padding-top: 15px;
	}*/
	.footer_join{
		padding: 0 0 25px 25px;
	}
}
@media only screen and (max-width: 1180px) {
	.top_left {
		line-height: normal;
	}
	#selectnav li {
		/*float: left; margin-left: 10px;*/
	}
	.wrapper {
		width: 960px;
		padding-left: 60px;
		padding-right: 60px;
	}
	.dark-wrapper {
		width: 960px;
	}
	.news-wrapper {
		width: 900px;
	}
/* 	header {
		padding-top: 40px;
	} */
	.portfolio-isotope {
		width: 900px;
	}
/* 	.bottom_nav {
		width: 650px;
		display: none;
	} */
	.resize {
		height: 400px;
	}
	.featured_shows{
		margin-right: 0px; 
	}
	.join_big{
		padding-top: 5px;
	}
}

/* Standard 960 or larger (browsers) */
@media only screen and (min-width: 960px) {}

/* Standard 960 or Smaller (browsers) */
@media only screen and (max-width: 959px) {

	.item2 {
		display: none;
	}
	#selectnav {  }
	.portfolio-isotope li {
		width: 49.8%;
	}
	.wrapper {
		width: 768px; 
		padding-left: 50px;
		padding-right: 50px;
	}
	.dark-wrapper {
		width: 768px;
	}
	.news-wrapper {
		width: 768px;
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	.wrapper { 
		width:680px; 
		padding-left: 25px;
		padding-right: 25px;
	}
	.dark-wrapper{
		width:680px;
		 margin: 0 auto;

	}
	.news-wrapper{
		width:900px;
		margin: 0 auto;

	}
	.portfolio-isotope {
		width: 600px;
	}
	.top_left{
		float: none;
		margin: 40px auto;
		width: 100%;
	}
	.featured_shows{
		display: none;
	}
	.join_big{
		padding-top: 54px;
	}
	.resize {
		height: 450px;
	}
/* 	header{
		margin-top: 10px;
	} */
	section#home {
		padding-top: 60px;
	}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	.wrapper { width: 480px; margin: 0 auto; position:relative;
		padding-left: 15px;
		padding-right: 15px;}
	.dark-wrapper{
		width:480px;
		 margin: 0 auto;

	}
	.news-wrapper{
		width:480px;
		 margin: 0 auto;
		padding-right: 1183px;
	}
	.one_half, .one_third, .two_thirds, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth, .three_fourths { width: 100%; }
	
	#comments li ul {
		padding-left: 0px;
	}
	
	.portfolio-isotope {
		width: 100%;
	}
	
	h1.mega {
		font-size: 44px;
	}
	
	header .one_fourth, header .three_fourths {
		/*width: 50%;*/ margin: 0; padding-top: 4px;
	}
	
	.big h1.mega {
		margin-top: -10px;
	}
	.top_left{
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	.featured_shows{
		display: none;
	}
	.features_list { 
		padding-top: 0;
	}
	.join_big{
		padding-top: 10px;
	}
	.resize {
		height: 400px;
	}
	.dedication {
		float: none;
		width: 100%
	}
	.last_tweet{
		display:none;
	}
	.float_right{
		display: none;
	}
	.portfolio-isotope li {
		width: 100%;
	}
	header{
		margin-top: 20px;
	}
 	.top_img{
		padding-top: 50px;
	} 
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	.wrapper { 
		width:300px; margin: 0 auto; position:relative;
		padding-left: 5px;
		padding-right: 5px;
	}
	#news{
		display:none;
	}
	.credit {
		display: none;
	}
	.dark-wrapper{
		width:300px;
		margin: 0 auto;

	}
	.portfolio-isotope li {
		width: 100%;
	}
	
	.portfolio-isotope {
		width: 325px;
	}
	.dedication {
		float: none;
		width: 100%
	}
	.last_tweet{
		display:none;
	}
	.float_right{
		display: none;
	}
 	.top_img {
		padding-top: 50px; position: relative; 
	} 
}

/*-----------------------------------------------------------------------------------*/
/*	END RESPONSIVE STYLING
/*-----------------------------------------------------------------------------------*/