@charset "utf-8";
/* CSS Document */


/* FORMATTING */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* FONT */ 

@font-face {
    font-family: 'montserratlight';
    src: url('../font/Montserrat-Light-webfont.eot');
    src: url('../font/Montserrat-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Montserrat-Light-webfont.woff2') format('woff2'),
         url('../font/Montserrat-Light-webfont.woff') format('woff'),
         url('../font/Montserrat-Light-webfont.ttf') format('truetype'),
         url('../font/Montserrat-Light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* CONTAINER */

.container {
	width: 1000px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	display:block;
}

.container_menu {
	position:fixed;
	top: 0;
	width: 100%;
	margin: 0;
	z-index: 1000;
}


/* MENU */

.menu {
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	position: relative!important;
	height: 145px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu.smaller {
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	position: relative!important;
	height: 95px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;	
}


.submenu {
	width: 100%;
	z-index: 1000;
	background-color: #36b2e1;
	position: relative!important;
	height: 50px;
}

.menu_shadow {
	height: 26px;
	width: 100%;
	background-image: url(../img/menu_shadow.png);
	background-repeat: repeat-x;
	background-position: center;
	z-index: 1000;
	position: relative!important;

}

.menu.smaller #logo {
	top:18px;
	left:0px;
	height:36px;
	width:255px;
	position:absolute;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;	
}

#logo {
	top:45px;
	left:0px;
	height:46px;
	width:255px;
	position:absolute;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#logo a {
	text-decoration:none;
}

#logo a:link {
	text-decoration:none;
}

#logo a:visited {
	text-decoration:none;
}

.smaller #logo img {
	width: 80%;
	margin-top: 9px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#logo img {
	width: 100%;
	margin-top: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.menu .menu_items {
	right:0px;
	line-height:145px;
	font-size:16px;
	color:#8c8c8c;
	text-align:right;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	position:absolute;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;	
}

.menu.smaller .menu_items {
	right:0px;
	line-height:95px;
	font-size:16px;
	color:#8c8c8c;
	text-align:right;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	position:absolute;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;	
}

.menu_items p{
	display:inline;
	padding-left:40px;
}

.menu_items p a {
	text-decoration:none;
}

.menu_items p a:link {
	text-decoration:none;
	color:#8c8c8c;
}

.menu_items p a:visited {
	text-decoration:none;
	color:#8c8c8c;
}

.menu_items p a:hover {
	text-decoration:none;
	color:#36b2e1;
}

.under_menu_top{
	height: 125px;
	width: 100%;
	top:0px;
	background-image: url(../img/bg_home.png);
	background-repeat: repeat;
}

.submenu_items {
	right:0px;
	line-height:50px;
	font-size:14px;
	color:#fff;
	text-align:right;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	position:absolute;
	text-transform: uppercase;
}

.disactivated {
	color:#dddddd!important;
}

.submenu_items p{
	display:inline;
	padding-left:40px;
}

.submenu_items p a {
	text-decoration:none;
}

.submenu_items p a:link {
	text-decoration:none;
	color:#fff;
}

.submenu_items p a:visited {
	text-decoration:none;
	color:#fff;
}

.submenu_items p a:hover {
	text-decoration:none;
	color:#f2f2f2;
}

.submenu_shadow_top {
	height: 4px;
	width: 100%;
	background-image: url(../img/submenu_shadow_top.png);
	background-repeat: repeat-x;
	background-position: center;
	position: absolute;
	top:0;
}







/* SHADOW */

.shadow_top {
	height: 26px;
	width: 100%;
	background-image: url(../img/shadow_top.png);
	background-repeat: repeat-x;
	top: 0px;
	padding: 0;
	margin:0;
}

.shadow_bottom {
	height: 26px;
	width: 100%;
	background-image: url(../img/shadow_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 478px;
	margin: 0;
}

.shadow_bottom_top {
	height: 26px;
	width: 100%;
	background-image: url(../img/shadow_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 504px;
	margin: 0;
}

/* SUPPORT US */

.support_us_viewer{
	width: 100%;
	height: 550px;
	background-image: url(../img/bg_home.png);
	background-repeat: repeat;
}


.support_us {
	width:100%;
	padding: 90px 0 70px 0;
}

.support_us_button, .support_us_button:link, .support_us_button:visited, .support_us_button:link {
	width: 217px;
	height: 55px;
	margin: 0 auto;
	padding:2px 4px 5px 3px;
	background-image: url(../img/bg_button_normal.png);
	background-repeat: no-repeat;
	line-height: 48px;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-align: center;
	margin-top: 80px;
	text-decoration:none;
	display: block;
	color: #7CC8E0;
}

.support_us_button:hover {
	color:#47AFDA;
	text-decoration: none;
	background-image: url(../img/bg_button_pressed.png);
}

/* MISSION */

.mission_what {
	width:100%;
	padding: 70px 0;
	background-color: #fff;
}

.mission_why {
	width:100%;
	padding: 70px 0;
	background-color: #f3f3f3;
}

.mission_title {
	width: 100%;
	text-align: center;
	font-size: 26px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 45px;
	color: #47afda;
}

.mission_two_column_one {
	float: left;
	width: 480px;
	text-align: left;
	font-size: 17px;
	line-height: 25px;
	font-family: 'montserratlight', sans-serif !important;
	color: #8c8c8c;
}

.mission_two_column_two {
	float: right;
	width: 480px;
	text-align: left;
	font-size: 17px;
	line-height: 25px;
	font-family: 'montserratlight', sans-serif !important;
	color: #858585;
}

.mission_three_column {
	float: left;
	width: 318px;
	text-align: left;
	font-size: 17px;
	line-height: 25px;
	font-family: 'montserratlight', sans-serif !important;
	color: #858585;
	padding-right: 23px;
}

.mission_three_column_last {
	float: right;
	width: 318px;
	text-align: left;
	font-size: 17px;
	line-height: 25px;
	font-family: 'montserratlight', sans-serif !important;
	color: #858585;
}

.clear {
	clear: both;
}


/* STEPS */

.steps {
	width:100%;
	padding: 70px 0;
	background-color: #47afda;
	background: url(../img/bg_2.jpg) no-repeat center center; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}

.steps_left_container {
	float: left;
	width: 389px;
}

.steps_center_container {
	float: left;
	width: 221px;
	margin: 0;
}

.steps_right_container {
	float: left;
	width: 389px;
}

.steps_box.left {
	width: 314px;
	background-color: #fff;
	margin-left: 75px;
}

.steps_box.right {
	width: 314px;
	background-color: #fff;
	margin-right: 75px;
}

.steps_box h1 {
	text-align: left;
	font-size: 14px;
	line-height: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color:#000;
	padding: 25px 25px 16px 25px;	
}

.steps_box p {
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color:#8c8c8c;
	padding: 0 25px 25px 25px;	
}

.steps_box p img {
	margin-top: 12px;
}

.step_check {
	margin-top: 315px;
}

.step_campaign {
	margin-top: 170px;
}

.step_suite_up {
	margin-top: 165px;
}

.step_recruting {
	margin-top: 139px;
}

.step_support_us_button, .step_support_us_button:link, .step_support_us_button:visited, .step_support_us_button:link {
	width: 163px;
	height: 41px;
	padding:2px 4px 25px 3px;
	background-image: url(../img/support_us_steps.png);
	background-repeat: no-repeat;
	line-height: 36px;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-align: center;
	text-decoration:none;
	display: block;
	color: #fff;
	margin:-10px 0 0px 25px;
}

.step_support_us_button:hover {
	color:#fff;
	text-decoration: none;
	background-image: url(../img/support_us_steps_pressed.png);
}


/* ARTWORKS */

.artworks {
	width:100%;
	padding: 70px 0;
	background-color: #f3f3f3;
}

.artworks_title {
	width: 100%;
	text-align: center;
	font-size: 26px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 25px;
	color: #47afda;
}

.artworks p {
	text-align: center;
	font-size: 17px;
	line-height: 32px;
	font-family: 'montserratlight', sans-serif !important;
	padding:0 90px 50px 90px;
	color: #8c8c8c;
}

.artworks_selected_container {
	width: 20%;
	float: left;
	margin: 0;
}


.artworks_selected {
	width: 150px;
	text-align: center;
	margin-bottom: 50px;
	padding:0 25px;	
}

.container_bottom .artworks_selected {
	width: 150px;
	text-align: center;
	margin-bottom: 0px;
	padding:0 25px;	
}


.indiegogo_link, .indiegogo_link:link, .indiegogo_link:visited, .indiegogo_link:link{
	text-decoration: none;
	color: #666;
}

.indiegogo_link:hover{
	text-decoration: none;
	color: #47afda;
}


/* CONTACT */

.contact {
	width:100%;
	padding: 80px 0 80px 0;
	background-color: #47afda;
	background: url(../img/bg_2.jpg) no-repeat top center; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}

.contact_title {
	width: 100%;
	text-align: center;
	font-size: 72px;
	line-height: 72px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 25px;
	color: #fff;
}

.contact_subtitle {
	width: 100%;
	text-align: center;
	font-size: 17px;
	line-height: 17px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	padding-bottom: 50px;
	color: #fff;
}

.contact_line  {
	height: 1px;
	width: 100%;
	background-color: #fff;
	margin-bottom: 50px;
}

.contact_container {
	width: 25%;
	margin:0;
	float: left;
}

.contact_name {
	width: 100%;
	text-align: center;
	line-height: 22px;
	font-size: 22px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 50px;
	color: #fff;	 
}

.contact_container img {
	width: 180px;
	text-align: center;
	margin-bottom: 50px;
	padding:0 35px;
}


.contact_detail {
	width: 100%;
	text-align: center;
	line-height: 15px;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 8px;
	color: #fff;	 
}

.contact_role {
	width: 100%;
	text-align: center;
	line-height: 12px;
	font-size: 12px;
	font-family: 'montserratlight', sans-serif !important;
	color: #fff;
	margin-bottom: 50px;	 
}

/* CONTACT */

.footer {
	width:100%;
	height: 80px;
	background-color: #fff;
}

.footer_items {
	float:right;
	line-height:80px;
	font-size:16px;
	color:#b6b6b6;
	text-align:right;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin-left: 32px;
	display: inline;
	max-width: 100px;
}

.footer_items p a {
	text-decoration:none;
	float:right;
}

.footer_items p a:link {
	text-decoration:none;
	color:#b6b6b6;
}

.footer_items p a:visited {
	text-decoration:none;
	color:#b6b6b6;
}

.footer_items p a:hover {
	text-decoration:none;
	color:#36b2e1;
}

.footer_follow_us {
	float:right;
	line-height:80px;
	font-size:16px;
	color:#b6b6b6;
	text-align:right;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

/* CREDITS */

.credits {
	width:100%;
	height: 30px;
	background-color: #f3f3f3;
}

.credits_items {
	width: 100%;
	line-height:30px;
	font-size:12px;
	color:#8c8c8c;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.credits a, .credits a:link, .credits a:visited, .credits a:link{
	text-decoration: none;
	color: #8c8c8c;
}

.credits a:hover{
	text-decoration: none;
	color: #47afda;
}


/* SINGLE ARTIST PAGE */

.personal_artwork {
	width: 100%;
	text-align: center;
}

.personal_artwork img {
	background-color: #47afda;
	padding:25px;
}

.about_title {
	width:659px;
	text-align: left;
	font-size: 26px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 341px;
	padding-bottom: 25px;
	color: #47afda;
}

.about_subtitle {
	width: 659px;
	text-align: left;
	font-size: 18px;
	line-height: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	padding-left: 341px;
	padding-bottom: 45px;
	color: #47afda;
}

.overlay_space {
	border: 1px solid #fff;
}

/* SHARE */

.share_container {
	position: fixed;
	height:170px;
	top: 325px;
	z-index: 100;
	padding-left: 25px;
}

.line {
	width: 100%;
	height: 4px;
	background-image: url("../img/line.png");
	margin:16px 0;
}

#twitter {
	margin: 0 auto;
	text-align: center;
}

#facebook {
	margin: 0 auto;
	text-align: center;
}


/* EFFECT JS */

.fade-effect{
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  display: block;
}

.fade-effect-II{
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  display: block;
}

.parallax-window {
    height: 530px;
    width: 100%;
    background: transparent;
}


/* ARTWORK HOVER */


.jit .jit:link, .jit:visited, .jit:link {
  width: 150px;
  height: 150px;
  background-image: url(../img/startartist_artwork_1.png);
  background-repeat: no-repeat;
  background-position: center;
}

.jit:hover {
  width: 150px;
  height: 150px;
  background-image: url(../img/startartist_artwork_1_hover.png);
  background-repeat: no-repeat;
  background-position: center;
}

.angela .angela:link, .angela:visited, .angela:link {
  width: 150px;
  height: 150px;
  background-image: url(../img/startartist_artwork_2.png);
  background-repeat: no-repeat;
  background-position: center;
}

.angela:hover {
  width: 150px;
  height: 150px;
  background-image: url(../img/startartist_artwork_2_hover.png);
  background-repeat: no-repeat;
  background-position: center;
}

.luo .luo:link, .luo:visited, .luo:link {
  width: 150px;
  height: 150px;
  background-image: url(../img/startartist_artwork_3.png);
  background-repeat: no-repeat;
  background-position: center;
}

.luo:hover {
  width: 150px;
  height: 150px;
  background-image: url(../img/startartist_artwork_3_hover.png);
  background-repeat: no-repeat;
  background-position: center;
}

.ines .ines:link, .ines:visited, .ines:link {
  width: 150px;
  height: 150px;
  background-image: url(../img/startartist_artwork_4.png);
  background-repeat: no-repeat;
  background-position: center;
}

.ines:hover {
  width: 150px;
  height: 150px;
  background-image: url(../img/startartist_artwork_4_hover.png);
  background-repeat: no-repeat;
  background-position: center;
}

.carla .carla:link, .carla:visited, .carla:link {
  width: 150px;
  height: 150px;
  background-image: url(../img/startartist_artwork_5.png);
  background-repeat: no-repeat;
  background-position: center;
}

.carla:hover {
  width: 150px;
  height: 150px;
  background-image: url(../img/startartist_artwork_5_hover.png);
  background-repeat: no-repeat;
  background-position: center;
}

.michael .michael:link, .michael:visited, .michael:link {
  width: 150px;
  height: 150px;
  background-image: url(../img/startartist_artwork_6.png);
  background-repeat: no-repeat;
  background-position: center;
}

.michael:hover {
  width: 150px;
  height: 150px;
  background-image: url(../img/startartist_artwork_6_hover.png);
  background-repeat: no-repeat;
  background-position: center;
}

.ikuko .ikuko:link, .ikuko:visited, .ikuko:link {
  width: 150px;
  height: 150px;
  background-image: url(../img/startartist_artwork_7.png);
  background-repeat: no-repeat;
  background-position: center;
}

.ikuko:hover {
  width: 150px;
  height: 150px;
  background-image: url(../img/startartist_artwork_7_hover.png);
  background-repeat: no-repeat;
  background-position: center;
}

.zohair .zohair:link, .zohair:visited, .zohair:link {
  width: 150px;
  height: 150px;
  background-image: url(../img/startartist_artwork_8.png);
  background-repeat: no-repeat;
  background-position: center;
}

.zohair:hover {
  width: 150px;
  height: 150px;
  background-image: url(../img/startartist_artwork_8_hover.png);
  background-repeat: no-repeat;
  background-position: center;
}

.ernesto .ernesto:link, .ernesto:visited, .ernesto:link {
  width: 150px;
  height: 150px;
  background-image: url(../img/startartist_artwork_9.png);
  background-repeat: no-repeat;
  background-position: center;
}

.ernesto:hover {
  width: 150px;
  height: 150px;
  background-image: url(../img/startartist_artwork_9_hover.png);
  background-repeat: no-repeat;
  background-position: center;
}

.karin .karin:link, .karin:visited, .karin:link {
  width: 150px;
  height: 150px;
  background-image: url(../img/startartist_artwork_10.png);
  background-repeat: no-repeat;
  background-position: center;
}

.karin:hover {
  width: 150px;
  height: 150px;
  background-image: url(../img/startartist_artwork_10_hover.png);
  background-repeat: no-repeat;
  background-position: center;
}