body{
	background-color: #1A1A1A;	
	font-family: 'Josefin Sans', sans-serif;	
	font-weight: 300;
	color: #ddd;
	font-size: 18px;
}




.main-wrapper{
	background-color: #202020;
}


.foot-wrapper{
	background-color: #1A1A1A;	
}

.foot-wrapper{
	padding: 50px; 
}


.content-wrapper{
	background-color: #333;;
}


.social{
	font-size: 24px;
	font-weight: 300;
}

.social a{
	margin-left: 20px; 
	margin-right: 20px; 	
}

.sharethis a{
	margin-right: 20px; 
}

.sharethis{
/*	margin-top: 50px; */ 
}

.main-container{
	padding-top: 46px;
}

.hero-image{
	padding-left: 0px;
	padding-right: 0px;
}

.art-panel{
	height: 235px;
	background-color: #202020;
	padding-left: 0px;
	padding-right: 0px;

    position: relative;
    overflow: hidden;	
}

.art-panel img{
	transition:  all 0.5s ease 0s;  	
	opacity: .5;	
	
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;	
}	

.art-panel img:hover{
	opacity: 1;	
}	


.art-panel .infobox{
	transition:  all 0.5s ease 0s;  	
	background-color: rgba(0, 0, 0, .5);	
	display: block;
	width: 100%;
	position: absolute;
	bottom: -200px;
	z-index: 100;
	padding-left: 20px;
}


.art-panel:hover .infobox{
	bottom: 0px;
}



.art-panel .expand {
	position: absolute;
	float: left;	
	transition:  all 0.5s ease 0s;  	
	padding: 5px;	
	z-index: 200;
	color: rgba(255, 255, 255, 0);	
	display: none;
	right: 0px;	
}

.art-panel:hover .expand {
	color: rgba(255, 255, 255, .5);		
	display: block;	
	z-index: 200;
}



#pages {
    display: none;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    opacity: .8;
    background-color: #333333;
}

.disclaimer{
	font-size: 14px;
	color: #666;
	padding-top: 30px;
}


.disclaimer span.icon-mindsiphon{
	font-size: 24px;	
}

a.foot-home{
	color: #666;		
}
/*  Overrides */


a{
	color: #ffffff;	
}

a:hover, a:focus, li.active a, li.active-anchor a{
	transition:  all 0.5s ease 0s;
	color: #6B79FF;
	text-shadow: 0px 0px 6px rgba(107, 101, 255, 1);		
	text-decoration: none;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    height: auto;
    max-width: 100%;
}

.navbar-brand span.icon-mindsiphon{
	display: inline-block;
	height: 38px;
	width: 38px;
	font-size: 38px;
	vertical-align: sub;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.disclaimer span.icon-mindsiphon{
	display: inline-block;
	height: 32px;
	width: 32px;
	font-size: 32px;
	vertical-align: sub;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}



a.btn.cta, button.btn.cta, .ias_trigger a, input.cta, input[type="submit"]  {
	transition:  all 0.5s ease 0s;  
	color: #fff;
	text-shadow: none;		
	border-radius: 0px;
	text-align: center;
	font-weight: 300;
	font-size: 14px;
	border: #fff solid 1px;
	padding: 10px 50px;
	text-transform: uppercase;
	background-color: transparent;
}

a.btn.cta:hover, button.btn.cta:hover, .ias_trigger a:hover, input.cta:hover,input[type="submit"]:hover {
	color: #6B79FF;
	text-shadow: 0px 0px 6px rgba(107, 101, 255, 1);	
	border: #111 solid 1px;
	padding: 10px 50px;
	background-color: #111;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #2a2a2a;
    border-image: none;
	margin: 30px 0 20px 0;    
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
}

h2{
	font-size: 24px;	
}

h2.hero-title{
	font-size: 40px;
}

.hero-content{
	padding-top: 70px;	
	padding-bottom: 20px;
}
.navbar-brand{
	font-family: 'Josefin Sans', sans-serif;	
	color: #3a3a3a;
	font-size: 1.25em;
}

.nav.navbar-nav{
	font-size: 18px;	
}

.navbar-inverse {
    background-image: none;
    background-repeat: repeat-x;
    background-color: #1a1a1a;
    border: none;
    }
    
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: none;
	background-color: transparent;
	transition: all 0.5s ease;    
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-nav > li > a:hover {
    text-shadow: none;
	background-color: #000000;    
    color: #6B79FF;
	text-shadow: 0px 0px 6px rgba(107, 101, 255, 1);	
}

.navbar-brand, .navbar-nav > li > a {
    text-shadow: none;
} 


.navbar-inverse .navbar-brand {
    color: #666;
	background-color: transparent;    
	transition: all 0.5s ease; 
	margin-top: -10px;	   
}

.navbar-inverse .navbar-brand:hover {

	background-color: transparent;    
}

span.logo{
	max-width: 200px;
	position: absolute;
	display: block;
	height: 200px;
	width: 200px;
	top: -90px;
	left: 0;
}


a.art-link{
	display: block;	
	color: #fff;
}


a.art-link:hover, a.art-link:focus{
	color: #fff;
	text-shadow: none;		
}

.ias_trigger, .ias_loader {
    clear: both;
    height: 100px;
    padding-top: 40px;
    text-align: center;
}
	



div.art-panel:nth-last-child(-n+3) {
}	

.content-wrapper{
	position: relative;	
}


a.animsition-link{
	color: rgba(255, 255, 255, .5);
}

a.animsition-link:hover{
	transition:  all 0.5s ease 0s;
	color: #6B79FF;
	text-shadow: 0px 0px 6px rgba(107, 101, 255, 1);		
	text-decoration: none;
}

.prev-nav, .next-nav{
	position: fixed;
    width:100px;
    height:100px;
	font-size: 80px;	
	display: block;
	z-index: 300;
}
	
.prev-nav{
	top: 300px;
	float: left;
	left: 60px;		
}

.next-nav{
	top: 300px;	
	float: right;
	right: 0;	
}

.fa-circle-o-notch{
	color: #6B79FF;	
	text-shadow: 0px 0px 6px rgba(107, 101, 255, 1);	
}

i.fa.fa-circle-o-notch.fa-spin{
	color: #6B79FF;	
	text-shadow: 0px 0px 6px rgba(107, 101, 255, 1);		
}

div#item-74, div#item-78, div#item-68, div#item-63, div#item-61{
	display: none;
}

@media (max-width: 768px) {
	
.hero-content {
    padding-bottom: 150px;
    padding-top: 10px;
}	

.art-panel{
	height:50%;
	}

.art-panel img{
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;	
	
}	



.prev-nav, .next-nav{
	font-size: 60px;	
}
	
.prev-nav{
	top: 100px;
	left: 14px;		
}

.next-nav{
    right: -64px;
    top: 100px;
}


	
	 }