@import url(http://fonts.googleapis.com/css?family=Roboto);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  height: 100%;
  box-sizing: border-box;
}
ul {
list-style-type: none;
}

.logo{
	position: absolute;
	top: 10px;
	left: 50px;
}

.index_enter {
	max-width: 500px;
	min-width: 320px;
	text-align: center;
}
	
.flow_back {
	position: fixed;
	top: -250px;
	right: -100px;
	z-index: -2;
}


.logo_register {
	z-index: 2;
	margin-top: -180px;
}

.flow_register {
	text-align: center;
	margin-top: -260px;
	z-index: -2;
}


#master {
	min-height: calc(100vh - 60px);
	display: flex;
}

.social_media_link  {
	padding: 0;
	text-decoration: none;
}


.social_links, .social_links a:link {
	padding: 0;
	text-decoration: none;
	color: #253069;
	font-size: 1em;
}

.master_footer {

	text-align: center;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.footer {
	background-color: #CF145A;
	height: 60px;
	width: 100%;	
	border: 0px;
	font-family: "roboto";
	font-weight: 200;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	
}

.footer_blue {
	background-color: #262F6D;
	height: 60px;
	width: 100%;	
	left: 0px;
	padding: 0;
	border: 0px;
	font-family: "roboto";
	font-weight: 200;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	
}

.footer_green {
	background-color: #39AF4A;
	height: 60px;
	width: 100%;	
	left: 0px;
	padding: 0;
	border: 0px;
	font-family: "roboto";
	font-weight: 200;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	bottom: 0px;
	line-height: 30px;
}

.footer_gold {
	background-color: #A09E3F;
	height: 60px;
	width: 100%;	
	left: 0px;
	padding: 0;
	border: 0px;
	font-family: "roboto";
	font-weight: 200;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	bottom: 0px;
	line-height: 30px;
}

.footer_purple {
	background-color: #B064A4;
	height: 60px;
	width: 100%;	
	left: 0px;
	padding: 0;
	border: 0px;
	font-family: "roboto";
	font-weight: 200;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	bottom: 0px;
	line-height: 30px;
}

.language, .language a:link, .language a:visited  {
	font-family: "roboto";
	font-weight: 200;
	font-size: 16px;
	color: #ffffff;
	padding: 5px 5px;
	text-align: right;
	text-decoration: none;
	bottom: 0px;
	position: relative;
	top: -5px;
	right: 100px;
	
}

.language a:hover, .language a:active {
	background-color: rgba(73,239,253,0.50);
}


.index_center
{
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 400px;
	min-width: 300px;
	height: 500px;
}


.index_flow {
	width:100%;
	z-index: -2;
	margin: 0 auto;
}

.index_container {
	max-width: 680px;
	min-width: 370px;
	margin: 0 auto;
}

.index_logo {
	text-align: center;
}

.index_text {
	font-family: "roboto";
	font-weight: 200;
	font-size: 16px;
	font-style: italic;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
}

.index_enter a  {
	font-family: "roboto";
	font-weight: 200;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

.index_enter a:visited  {
	font-family: "roboto";
	font-weight: 200;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

.support {
	font-family: "roboto";
	font-weight: 200;
	font-size: 14px;
	color: #253069;
	text-align: center;
	text-decoration: none;
}

.support2 {
	font-family: "roboto";
	font-weight: 200;
	font-size: 14px;
	color: #00767F;
	text-align: center;
	text-decoration: none;
}

.vertical1{
	position: fixed;
	top: 0px;
	left: 520px;
	background-color: #CF145A;
	display: block;
    width: 2px;
    height: 370px;
    border: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.vertical2{
	position: fixed;
	top: 0px;
	left: 520px;
	background-color: #253069;
	display: block;
    width: 2px;
    height: 370px;
    border: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.vertical3{
	position: fixed;
	top: 0px;
	left: 420px;
	background-color: #107C79;
	display: block;
    width: 2px;
    height: 370px;
    border: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.vertical4{
	position: fixed;
	top: 0px;
	left: 520px;
	background-color: #39AF4A;
	display: block;
    width: 2px;
    height: 370px;
    border: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}


.toggle-button {
    font-family: "roboto";
	position: fixed;
    top: 8px;
    right: 50px;
    padding: 9px 10px;
    margin: 8px 15px 8px 0;
    height: 20px;
    width: 80px;
    cursor: pointer;
    z-index: 3;
}

.bar {
	content: "MENU";
	font-family: "Roboto", sans-serif;
    background-color: #ffffff;
    display: block;
    width: 50px;
    height: 5px;
    border: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
	z-index: 1;
}
.bar + .bar {
    margin-top: 4px;
}
.middle {
    top: 11px;
}
.bottom {
    top: 22px;
}
.toggle-button:hover {
    opacity: .7;
}
.toggle-active .bar {
    background-color: #fff;
}
.toggle-active .top {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
}
.toggle-active .middle {
   opacity: 0;
}
.toggle-active .bottom {
    -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
}

.overlay {
    position: fixed;
	background-color: #003B40;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
	z-index: 1;
}
.nav-active {
    opacity: 1;
    visibility: visible;
    height: 100%;
/*    max-height: 340px;*/
}
.overlay ul {
    display: block;
    position: relative;
    top: 60px;
    left: 0;
    font-family: 'Roboto', serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 0;
}
.overlay ul li {
    display: block;
}
.overlay ul li a {
    color: #fff;
    text-decoration: none;
}
.menu_smaller {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	padding: 0;
}


@-webkit-keyframes delay {
  0%, 40%, 100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@keyframes delay {
  0%, 40%, 100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
body {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  color: #4089a6;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  /*&.is-changing{
    &:before,
    &:after{
      transform: translateY(0);
    }
  }*/
}
body:before, body:after {
  content: '';
  height: 50vh;
  width: 100%;
  position: fixed;
  left: 0;
  background: #1c2020;
  z-index: 1;
}
body:before {
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
body:after {
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

h1 {
  color: #1c2020;
  margin-bottom: 1em;
  font-size: 2.2rem;
  font-weight: 100;
}

.btn {
  font-weight: bold;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.btn:hover {
  background-color: #404949;
}

.loader {
  margin: 0 auto;
  width: 60px;
  height: 50px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 500;
  opacity: 0;
}
.loader > div {
  height: 100%;
  width: 8px;
  display: inline-block;
  float: left;
  margin-left: 2px;
  -webkit-animation: delay 0.8s infinite ease-in-out;
          animation: delay 0.8s infinite ease-in-out;
}




/* Page css */

.artists {
	position: absolute;
	width: 200px;
	left: 560px;
	top: 260px;
	font-size: 32px;
  	font-family: "Roboto", sans-serif;
  	color: #253069;
	font-weight: 500;
}
.art_filters a {
	width: 500px;
	font-family: 'roboto';
	font-weight: 900;
	font-size: 20px;
	color: #253069;
	list-style: none;
	text-decoration: none;
	text-align: left;
	line-height: 1.4;
}

.artists_matrix {
	width: 200px;
	font-size: 10px;
  	font-family: "Roboto", sans-serif;
  	color: #253069;
	font-weight: 200;
	text-align: center;
	align-content: center;
}

.artist_block img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.artist_block:hover img {
	opacity: .5;
}

.artist_title {
	display: flex;
	font-size: 32px;
  	font-family: "Roboto", sans-serif;
  	color: #253069;
	font-weight: 500;
	justify-content: left;
}

.artist_name{
	font-size: 16px;
  	font-family: "Roboto", sans-serif;
  	color: #253069;
	font-weight: 200;
	text-align: center;
}

.artist_text, .artist_text a:link, .artist_text a:visited{
	font-size: 14px;
  	font-family: "Roboto", sans-serif;
  	color: #253069;
	font-weight: 200;
	text-align: left;
	text-decoration: none;
}

.artist_maintext{
	max-width: 600px;
	font-size: 18px;
  	font-family: "Roboto", sans-serif;
  	color: #253069;
	font-weight: 200;
	text-align: left;
	text-decoration: none;
}

.advisors {
	position: absolute;
	width: 900px;
	left: 560px;
	top: 200px;
	display: flex;
}

.advisors_side {
	width: 380px;
	font-family: 'roboto';
	font-weight: 900;
	font-size: 20px;
	color: #39AF4A;
	list-style: none;
	text-decoration: none;
	text-align: right;
	line-height: 1.4;
}

.advisor_title {
	display: flex;
	font-size: 32px;
  	font-family: "Roboto", sans-serif;
  	color: #39AF4A;
	font-weight: 500;
	justify-content: left;
}

.advisor_name {
	display: flex;
	font-size: 16px;
  	font-family: "Roboto", sans-serif;
  	color: #39AF4A;
	font-weight: 500;
	justify-content: center;
}

.sponsor_title {
	display: flex;
	font-size: 32px;
  	font-family: "Roboto", sans-serif;
  	color: #A09E3F;
	font-weight: 500;
	justify-content: left;
}

.news_title {
	display: flex;
	max-width: 600px;
	font-size: 32px;
  	font-family: "Roboto", sans-serif;
  	color: #823779;
	font-weight: 400;
	justify-content: left;
}

.news_title_article {
	display: flex;
	font-size: 24px;
  	font-family: "Roboto", sans-serif;
  	color: #823779;
	font-weight: 500;
	justify-content: left;
}

.news_name {
	display: flex;
	font-size: 16px;
  	font-family: "Roboto", sans-serif;
  	color: #B064A4;
	font-weight: 200;
	justify-content: left;
}

.news_timestamp {
	display: flex;
	font-size: 10px;
	font-family: "Roboto", sans-serif;
	color: #B064A4;
	
}

.news_more {
	display: flex;
	font-size: 16px;
  	font-family: "Roboto", sans-serif;
  	color: #823779;
	font-weight: 300;
	justify-content: left;
}



.news_text {
	display: flex;
	font-size: 16px;
  	font-family: "Roboto", sans-serif;
  	color: #000000;
	font-weight: 400;
	text-align: left;
	justify-content: left;
}

.news_pagination {
	display: flex;
	font-size: 14px;
  	font-family: "Roboto", sans-serif;
  	color: #B064A4;
	font-weight: 500;
	justify-content: left;
}

.photo-grid-container {
  display: flex;
  justify-content: left;
}

.photo-grid {
  width: 600px;
  display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
}

.photo-grid-item {
  width: 200px;
  height: 200px;
font-size: 16px;
  	font-family: "Roboto", sans-serif;
  	color: #39AF4A;
	font-weight: 200;
	text-align: center;
}

.advisor1, .advisor2, .advisor3, .advisor4, .advisor5, .advisor6, .advisor7, .advisor8 {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 2;
  cursor: pointer;
  overflow: auto;
}

.advisor_cont {
	display: flex;              /* establish flex container */
    flex-direction: column;     /* stack flex items vertically */
    justify-content: center;    /* center items vertically, in this case */
    align-items: center;
    border: 1px solid black;
}
.advisor_bio, .advisor_bio a, .advisor_bio a:visited  {
	max-width: 700px;
	margin: 10px;
	font-size: 16px;
  	font-family: "Roboto", sans-serif;
  	color: #ffffff;
	font-weight: 200;
	text-align: left;
	align-self: center;
}

.advisor_bio a:hover  {
	max-width: 700px;
	margin: 10px;
	font-size: 16px;
  	font-family: "Roboto", sans-serif;
  	color: rgba(40,205,255,1.00);
	font-weight: 200;
	text-align: left;
	align-self: center;
}


.advisors_matrix {
	width: 200px;
	font-size: 16px;
  	font-family: "Roboto", sans-serif;
  	color: #39AF4A;
	font-weight: 200;
	text-align: center;
	align-content: center;
}

.target {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.alpha-target {
mask-image: url(../images/artist_clip.png);
-webkit-mask-image: url(../images/artist_clip.png);
mask-mode: alpha;
-webkit-mask-mode: alpha;
mask-repeat: no-repeat;
-webkit-mask-repeat: no-repeat;
mask-size: 100%;
-webkit-mask-size: 100%;

}

.wrapper {
  	left: 460px;
	top: 360px;
	max-width: 900px;
}

.bio {
	float: left;
	max-width: 500px;
	font-family: 'roboto';
	font-weight: 200;
	font-size: 16px;
	color: #000000;
	text-align: left;
	padding: 0;
}

.work {
	float: right;
	margin-left: 10px;	
	height: 100px;
	margin: 2px;
    max-width: 200px;
    text-align:center;
}
.work > div {
    width: calc(100% / 6);  
    display: inline-block;
    vertical-align: top;   
    border:1px solid red;
    text-align:center;
    margin:2%;    
    padding:20px;
}

.clear {
clear: both;
}

.contact_cont {
	max-width: 650px;
}

.contact {
	font-family: 'roboto';
	font-weight: 800;
	font-size: 18px;
	color: #262F6D;
	text-align: left;
	padding: 0;
	text-decoration: none;
}

.contact_email a {
	font-family: 'roboto';
	font-weight: 800;
	font-size: 22px;
	color: #262F6D;
	text-align: left;
	padding: 0;
	text-decoration: none;
}


.about{
	max-width: 640px;
	font-family: 'roboto';
	font-weight: 500;
	font-size: 22px;
	color: #CF145A;
	text-align: left;
	padding: 0;
}

.page_title {
	
}
.page_main {

}
.foto {

}


.project_bio a {
	max-width: 700px;
	margin: 10px;
	font-size: 16px;
  	font-family: "Roboto", sans-serif;
  	color: #ffffff;
	font-weight: 200;
	text-align: left;
	
	overflow: auto;
}

.project_bio_title {
	font-size: 20px;
  	font-family: "Roboto", sans-serif;
  	color: #ffffff;
	font-weight: 600;
}

.BioOrWork {
	max-width: 700px;
	font-family: 'roboto';
	font-weight: 200;
	font-size: 16px;
	color: #000000;
	text-align: left;
	padding: 0;
}

.block_bio, .block_work {
	visibility:hidden;
	
}

.login_cont {
	max-width: 300px;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	padding: 0;
}

.login_title {
	text-align: left;
	width: 300px;
	font-family: 'roboto';
	font-weight: 1400;
	font-size: 30px;
	color: #00FFFF;
	padding: 0;
	
}

.register_title {
	text-align: left;
	width: 300px;
	font-family: 'roboto';
	font-weight: 800;
	font-size: 30px;
	color: #D2D921;
	padding: 0;
}

.login {
	border: 1px solid #fff;
	display: flex;
	justify-content: flex-start;
	text-align: left;
	max-width: 300px;
	font-family: 'roboto';
	font-weight: 800;
	font-size: 30px;
	color: #00FFFF;
	padding: 0;
}

.form_login{
	display: flex;
	flex-wrap: nowrap;
}

.form_input {
	font-family: 'roboto';
	font-weight: 200;
	font-size: 12px;
	line-height: 1.8;
	color: #00FFFF;
	text-align: left;
	padding: 0;
	vertical-align: baseline
}

.login_input {
  display: flex;
  justify-content: center;
	flex-wrap: wrap;
}

.login_enter {
  border: 1px solid #fff;  /* For debugging */
  display: flex;
  justify-content: center;
	flex-wrap: wrap;
}

.forgot a {
	font-family: 'roboto';
	font-weight: 200;
	font-size: 10px;
	line-height: 0.2;
	color: #ffFFFF;
	text-align: center;
	padding: 0;
	text-decoration: none;
}

.register_input {
  	font-family: 'roboto';
	font-weight: 200;
	font-size: 12px;
	line-height: 1;
	color: #D2D921;
	text-align: left;
	padding: 0;
}

.form_register_input{
	vertical-align: baseline;
}






/*flexbox styles*/
.master{
	margin: 10px;
}

.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.header_cont {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.page_cont {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	padding: 10px;
}

.column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
}

.foto_col {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
}
.page_col {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
}

.logo_wrap{
	flex-basis: 50%;
}
.flow_back{
	flex-basis: 50%;
}

.share_social {
	
	max-width: 700px;
	font-size: 16px;
  	font-family: "Roboto", sans-serif;
  	color: #107C79;
	font-weight: 200;
	text-align: left;
	height: 30px;
}





@media screen and (min-width: 800px) {
  .column {
    flex: 1
  }

  .double-column {
    flex: 2
  }
	
}
