#hero {
   width: 100%;
	height: 500px;
	background:#1d2939;
	position: relative; }
  
.slide {
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	background-size: initial;
	height: 500px;
	z-index: 1; }

.mask { 
   width: 100%;
   height: 500px;
   background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1MTcxYiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjMTUxNzFiIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjMTUxNzFiIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE1MTcxYiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
   background: -moz-linear-gradient(top,  rgba(21,23,27,0.5) 0%, rgba(21,23,27,0) 15%, rgba(21,23,27,0) 70%, rgba(21,23,27,0.9) 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(21,23,27,0.5)), color-stop(15%,rgba(21,23,27,0)), color-stop(70%,rgba(21,23,27,0)), color-stop(100%,rgba(21,23,27,0.9)));
   background: -webkit-linear-gradient(top,  rgba(21,23,27,0.5) 0%,rgba(21,23,27,0) 15%,rgba(21,23,27,0) 70%,rgba(21,23,27,0.9) 100%);
   background: -o-linear-gradient(top,  rgba(21,23,27,0.5) 0%,rgba(21,23,27,0) 15%,rgba(21,23,27,0) 70%,rgba(21,23,27,0.9) 100%);
   background: -ms-linear-gradient(top,  rgba(21,23,27,0.5) 0%,rgba(21,23,27,0) 15%,rgba(21,23,27,0) 70%,rgba(21,23,27,0.9) 100%);
   background: linear-gradient(to bottom,  rgba(21,23,27,0.5) 0%,rgba(21,23,27,0) 15%,rgba(21,23,27,0) 70%,rgba(21,23,27,0.9) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8015171b', endColorstr='#e615171b',GradientType=0 ); }	

#hero .text {
   width: 70%;
   margin: 0 15%;
   height: auto;
   font-size: 18px;
   color: #fff;
   position: absolute;
   text-align: center;
   bottom: 70px;
   -webkit-transition: all .3s ease-in-out;
      -moz-transition:    all .3s ease-in-out;
      -o-transition:      all .3s ease-in-out;
      -ms-transition:     all .3s ease-in-out;
      transition:         all .3s ease-in-out;}  
      
#hero a.hero-link {
   display: block;
   height: 100%;
   width: 100%;
   position: absolute;
   top: 0;}
   
#hero a h1 {
   display: inline-block;
   color: #fff;
   background: #fa6004;
   font-family: "Raleway", Arial, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", serif;
   font-weight: 400;
   font-size: 44px;
   line-height: .9;
   font-weight: 300;
   text-transform: none;
   letter-spacing: 0;
   word-spacing: 0;
   padding: .5em 1em;
   margin: 0;
   -webkit-transition: all .3s ease-in-out;
      -moz-transition:    all .3s ease-in-out;
      -o-transition:      all .3s ease-in-out;
      -ms-transition:     all .3s ease-in-out;
      transition:         all .3s ease-in-out; }	
  
#hero a:hover h1 { background: #3375cf; }

#hero p {
   color: #fff;
   font-size: 18px;
   line-height: 25px;
   font-family: "Hind", Arial, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif;
   font-weight: 400;
   text-shadow: 1px 1px 8px #000000;
   margin: 1em 0 0 0; }


/* --- Slide Tabs --- */

ul.rotator { 
  list-style: none; 
  display: inline;
  position: relative;
  top: -60px;
  margin: 0 auto;
  z-index: 10;
  font: 300 1px/1 arial; }

ul.rotator li { 
  width: 20px;
  margin-right: 5px;
  display: inline-block; }

ul.rotator li a { 
  background: rgba(255,255,255,.6); 
  color: #fff;
  padding: 10px;
  display: block;
  -moz-border-radius:    10px;
  -webkit-border-radius: 10px;
  border-radius:         10px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out;
  -moz-box-shadow:    inset 2px 2px 2px rgba(0,0,0,.25);
  -webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,.25);
  box-shadow:         inset 2px 2px 2px rgba(0,0,0,.25);}
ul.rotator li:hover a { 
  background: rgba(53,119,208,.5); 
  color: #3577d0;
  -moz-box-shadow:    inset 2px 2px 2px rgba(0,0,0,.25);
  -webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,.25);
  box-shadow:         inset 2px 2px 2px rgba(0,0,0,.25);}
ul.rotator li:active a { 
  background: rgba(53,119,208,1);
  color: #3577d0;
  -moz-box-shadow:    inset 2px 2px 2px rgba(0,0,0,.25);
  -webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,.25);
  box-shadow:         inset 2px 2px 2px rgba(0,0,0,.25); }
ul.rotator li.ui-tabs-active a { color: #3577d0; background: rgba(53,119,208,1); opacity: .5; }
ul.rotator li.ui-tabs-active hover a { background: transparent; }


/* --- Below --- */
#below {
   background: #fff; }
 
 
/* --- Action Bar --- */  
#action-bar {
   background: #dde3ea;
   padding: 2%;
   width: 96%; 
   margin-top: -20px;
   z-index: 1001;
   position: relative; }
   
#action-bar .promo {
   float: left;
   width: 32%;
   margin-right: 2%; }
#action-bar .promo:last-child {
   margin-right: 0; }
   
#action-bar .promo .icons.circle { 
   font-size: 30px;
   -webkit-transition: all .35s ease-in-out;
      -moz-transition: all .35s ease-in-out;
      -o-transition:   all .35s ease-in-out;
      -ms-transition:  all .35s ease-in-out;
   	transition:      all .35s ease-in-out; }
#action-bar .promo a:hover .icons.circle { background: #fa6004;  }
#action-bar .promo h1 { 
   font-size: 24px; 
   color: #1d2939;
   -webkit-transition: all .35s ease-in-out;
      -moz-transition: all .35s ease-in-out;
      -o-transition:   all .35s ease-in-out;
      -ms-transition:  all .35s ease-in-out;
		transition:      all .35s ease-in-out; }
#action-bar .promo a:hover h1 { color: #fa6004; }

#action-bar #contribute.promo .icons.circle {
   font: 600 30px/55px "Hind", Arial, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif; }


#action-bar .promo a p { color: #67707b; margin: 0; }


/* --- Social Icons --- */
#social { width: 100%; }
#social .promo { display: inline-block; margin: 0 auto; }
#social .promo .icons.circle { 
   background: #3173ce;
   font-size: 28px;
   margin: .2em;
   -webkit-transition: all .35s ease-in-out;
      -moz-transition: all .35s ease-in-out;
      -o-transition:   all .35s ease-in-out;
      -ms-transition:  all .35s ease-in-out;
      transition:      all .35s ease-in-out; }
#social .promo a:hover .icons.circle { background: #fa6004;  }


/* --- Our CA --- */
#our-ca {
   margin: 2em 0 0 0;
   clear: both;
   background:#1d2939;
   width: 100%;
   height: 500px;
   position: relative;
   overflow-y: hidden; }
   
#our-ca h1 { 
   color: #fff;
   position: absolute;
   z-index: 100;
   text-align: center;
   width: 100%;
   top: 1em;}

#our-ca .slide {
   background-size: cover;
	height: 500px; }

#our-ca .mask { 
   width: 100%;
   height: 500px;
   background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkMjkzOSIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSIjMWQyOTM5IiBzdG9wLW9wYWNpdHk9IjAuMyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWQyOTM5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
   background: -moz-linear-gradient(top,  rgba(29,41,57,0.3) 0%, rgba(29,41,57,0.3) 65%, rgba(29,41,57,1) 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,41,57,0.3)), color-stop(65%,rgba(29,41,57,0.3)), color-stop(100%,rgba(29,41,57,1)));
   background: -webkit-linear-gradient(top,  rgba(29,41,57,0.3) 0%,rgba(29,41,57,0.3) 65%,rgba(29,41,57,1) 100%);
   background: -o-linear-gradient(top,  rgba(29,41,57,0.3) 0%,rgba(29,41,57,0.3) 65%,rgba(29,41,57,1) 100%);
   background: -ms-linear-gradient(top,  rgba(29,41,57,0.3) 0%,rgba(29,41,57,0.3) 65%,rgba(29,41,57,1) 100%);
   background: linear-gradient(to bottom,  rgba(29,41,57,0.3) 0%,rgba(29,41,57,0.3) 65%,rgba(29,41,57,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d1d2939', endColorstr='#1d2939',GradientType=0 ); }

#our-ca .text {
   width: 70%;
   margin: 0 15%;
   height: auto;
   font-size: 18px;
   color: #fff;
   position: absolute;
   text-align: center;
   bottom: 70px; }

#our-ca .text h1 {
   color: #fff;
   font-family: "Raleway", Arial, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", serif;
   font-weight: 400;
   font-size: 44px;
   line-height: 1.1;
   font-weight: 300;
   text-transform: none;
   position: initial;
   display: block;
   margin-bottom: 0.5em;}   
  
#our-ca p {
   color: #fff;
   font-size: 20px;
   line-height: 25px;
   font-family: "Raleway", Arial, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", serif;
   font-weight: 400;
   margin: 0 0 1em 0; }

#our-ca ul.rotator { 
   top: -40px; }



/* --- Feed --- */
#feed {
   clear: both;
   margin: 2em 0; }
   
.masonry-wrap { 
    width: 1140px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;  }

  
.feed.masonry {
    width: 100%;
    position: relative; 
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;  }
    

.masonry article {
    background: #fff;
    float: left;
    width: 29%;
    padding: 1%;
    margin: 1%;
    text-align: left;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;  }

.masonry article h3 {
   font-family: 'Hind', Arial, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif;
   color: #444; 
   line-height: 1.3; }
            
.masonry article:hover {
    background-color: #eee; 
    -moz-box-shadow:    0 1px 2px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    box-shadow:         0 1px 2px rgba(0,0,0,.15); 
    }
  
.masonry article:active {
    background-color: #ddd; 
    -moz-box-shadow:    inset 0 1px 2px rgba(0,0,0,.15);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.15);
    box-shadow:         inset 0 1px 2px rgba(0,0,0,.15); 
    }
    
.masonry article:hover h3 {
   color: #fa6004; }
   
.masonry article.facebook img {
   width: 100px;
   border: 0; }
   
.title {
    font-family: 'Hind', Arial, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", Helvetica, sans-serif;
    font-weight: 400;
    padding: 15px 15px 5px; }
    
.title.cf { width: 930px }
#feed .title h1 { color: #15171b; display: inline-block; position: relative; top: -5px; }    

.title ul {
    list-style: none;
    display: inline-block; }
    
.title ul li {
    float: left;
    list-style: none;
    display: inline-block;
    margin-left: 15px; }
    
.title ul li a {
   font-size: 15px;
   font-weight: 500;
   color: #15171b;
   text-transform: uppercase;
   padding: 2px 10px 0 10px;
   line-height: 15px;
   height: 15px; }

.title a:hover { 
    background: #15171b; 
    color: #fff;   }
  
.title a:active { 
    background: #3173ce; 
    color: #fff; }
  
.title li.ui-tabs-active a {
    background: #15171b; 
    color: #fff; 
    position: relative;  }

.title li.ui-tabs-active a:after { 
    height: 0; 
    width: 0;
    content: " "; 
    position: absolute; 
    left: 50%;
    top: 100%; 
    border: solid transparent;
    border-color: rgba(252, 97, 0, 0); 
    border-top-color: #15171b; 
    border-width: 4px;
    margin-left: -4px; 
    }   
   
.modal_container {
   background: white;
   width: 480px;
   padding: 1em; 
   -webkit-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,.5);
   box-shadow: 0 0 35px 0 rgba(0,0,0,.5);}
   
button.my_popup_open, button.my_popup_close {
   clear: both;
   color: rgb(255, 255, 255);
   letter-spacing: 1px;
   text-transform: uppercase;
   padding: 0.75em 2em;
   background: rgb(250, 96, 4);
   font: 18px/18px Arvo, Georgia, "Microsoft Yahei", 微软雅黑, STXihei, 华文细黑, sans-serif;
   transition: all 0.3s ease-in-out; }
   
   button.my_popup_close.exit {
      position: absolute;
      text-transform: none;
      top: -15px;
      right: -15px;
      font-size: 24px;
      padding: .75em;
      border-radius: 50%;
      line-height: 1;
      font-family: 'trilogyicons';
      -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
      box-shadow: 0 0 20px 0 rgba(0,0,0,.3);   }
      
   button.my_popup_open:hover, button.my_popup_close:hover {
          background-color: rgb(47, 113, 205); }
