/* ===========================================================
   GENERAL STYLES   
   ============================================================*/

canvas {
    /*width: 100%;
    height: 100%;*/
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

body {
    font-family: 微軟正黑體,'Open Sans', sans-serif;
    /*font-family: 'SetoFont',  微軟正黑體, sans-serif, Helvetica, 'cwTeXHei';*/
    font-weight: 400;
    font-size: 14px;
    color: #000;
    /*margin-top: 20px;*/
    line-height: 16px;
}
/*sashiba*/
@media (max-width:450px) {
    body{
        font-size: 8px;
        line-height: 9px;
    }
}
/*sashiba*/

.normal_font{    
    font-family: 微軟正黑體, 'Open Sans', 'cwTeXHei', 'SetoFont', sans-serif;
}

.photo_stickers{
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 6px 0px 0px;
    height: 16px;
    width: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family:'Open Sans', sans-serif;*/
    /*font-family: 'Ubuntu', sans-serif;*/
    font-weight: 500;
    line-height: 40px;
    text-shadow: 0px 0px 10px #fff;
}

h1 {
    color: #0033ff;
    font-weight: 700;
}

h2 {
    font-size: 40px;
    line-height: 70px;
}

h4 {
    font-size: 20px;
    line-height: 15px;
}

a,
a:hover {
    text-decoration: none;
    cursor: pointer;
}

p {
    line-height: 30px;
    margin-bottom: 23px;
    font-size: 18px;
}

.nav.navbar-nav .dropdown-menu{
    font-size: inherit;

}

.nav.navbar-nav .dropdown-menu:after{
    top: -15px;
    left: 50px;
    border-width: 0 15px 15px;
    border-color: #FFF transparent;
    content: "";
    position: absolute;
    border-style: solid;
}

.nav.navbar-nav .dropdown-header{
    font-size: inherit;
    text-align: center;
    color: #f36a0c;
    background: #ffebc1;
   
}


.section{
    background-position: center center;
    background-repeat: no-repeat;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* ==========================================================================
   HEADER SECTION
   ========================================================================== */

#header-section h1 {
    margin-top: 120px;
    color: white;
    font-size: 4.4em;
    /*font-size: 4.6428571428571428571428571428571em;*/
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 70px;
}

#header-section h2 {
    color: white;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 4px;
}

.down-icon {
    color: white;
    font-weight: 900;
}


/* ===========================================================
   BOOTSTRAP ELEMENTS CHANGES   
   ============================================================*/

.navbar {
    font-size: 19px;
}

.navbar-inverse {
    background: #000000;
    border-color: #5D5B66;
}

.navbar-inverse .navbar-nav > .active > a {
    background: #555555;
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
    font-weight: bolder;
    font-size: 25px;
    
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-inverse:hover .navbar-brand:hover {
    color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
}


/* ==========================================================================
   CONTACT SECTION
   ========================================================================== */



/* ==========================================================================
   FOOTER SECTION
   ========================================================================== */

.footer {
    background-color: #000;
    color: #fff;
    text-align: right;
    line-height: 30px;
    font-size: 20px;
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-right: 10px;
    /*height: 100px;*/
    /*padding: 10px 30px 10px 30px;*/
}


/*Added by sashiba*/

.fp-controlArrow{
    animation: arrow_blinker 5s linear infinite;
    opacity: 0.3;
}

.fp-controlArrow.fp-prev{
    border-color: transparent #969696 transparent transparent;
}

.fp-controlArrow.fp-next{
    border-color: transparent transparent transparent #969696;
}

.fp-controlArrow:hover{
    opacity: 0.4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.fp-controlArrow.fp-prev:hover{
    border-color: transparent #969696 transparent transparent;
}

.fp-controlArrow.fp-next:hover{
    border-color: transparent transparent transparent #969696;
}

.sub_obj_edit,
.sub_obj_edit:focus {
    animation: blinker 5s linear infinite;
    width: 160px;
    /*width: 100%;*/
    font-size: 18px;
    /*margin-top: 0;*/
    margin-right: 15px;
    padding: 12px 0px;
    display: inline-block;
    position: relative;
    top: 0px;
    border-radius: 5px;
    /*border: none;*/
    color: white;
    text-align: center;
    outline: none;
    border-bottom: 4px solid #000000;
    background: transparent;
    margin-top: 30px;
    border: 2px solid white;
    text-decoration: none;
    z-index: 500;
    /*top: -86.5vh  !important;*/
}

.sub_obj_edit:hover {
    /*background: #b3de1d;*/
    background: #0084ff;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: white;
    /*border-color:rgba(129, 160, 21, 0.71);*/
    border-color: white;
    ;
}

@-moz-keyframes blinker {  
    50% { background: #0084ff;opacity: 0.3; }
}
@-o-keyframes blinker {  
    50% { background: #0084ff;opacity: 0.3; }
}
@-webkit-keyframes blinker {  
    50% { background: #0084ff;opacity: 0.3; }
}
@keyframes blinker {  
    50% { background: #0084ff;opacity: 0.3; }
}


@-moz-keyframes arrow_blinker {  
    30% {opacity: 0.1; }
}
@-o-keyframes arrow_blinker {  
    30% {opacity: 0.1; }
}
@-webkit-keyframes arrow_blinker {  
    30% {opacity: 0.1; }
}
@keyframes arrow_blinker {  
    30% {opacity: 0.1; }
}

.activity_description {
    position: absolute; 
    top: 10%;
    margin-left: 5px; 
    /*word-wrap: break-word;*/
    /*width:inherit;*/
    
    display: inline-block;
    line-height: normal;

    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: 10px 10px 10px #888888;
    text-shadow: 0px 0px 10px #fff;
    color: black;
    border-radius: 5px;
    font-size: 1.7857142857142857142857142857143em;
}

.read_more{
    position: absolute;
    /*right: 50%;*/
    
    /*display: inline-block;*/
}

.slide{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

/*sashiba*/
@media (max-width:800px) {
    .activity_description{
        margin-top: 0%;
        margin-left: 0%;
    }
}
/*sashiba*/

.activity_description h1 {
    color: #00f;
    font-size: 1.44em;
}

#fp-nav{
    top: 30%;
    
}

#fp-nav ul li a span{
    background: white;
}


/*sashiba start*/
.square {
    float:left;
    position: relative;
    width: 30%;
    padding-bottom: 30%; /* = width for a 1:1 aspect ratio */
    margin:0.8%;
    overflow:hidden;
    -webkit-column-rule: #0095ff;
    -moz-column-rule: #0095ff;
    -o-column-rule: #0095ff;
    column-rule: #0095ff;
    
    

    /*background-color:#0095ff;*/

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0095ff+0,bed3e2+100 */
    background: #0095ff; /* Old browsers */
    background: -moz-linear-gradient(top, #0095ff 0%, #bed3e2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0095ff 0%,#bed3e2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0095ff 0%,#bed3e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095ff', endColorstr='#bed3e2',GradientType=0 ); /* IE6-9 */
}

.square:hover{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d5ee0+3,0d5ee0+3,91d3ff+98 */
    background: #0d5ee0; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #0d5ee0 3%, #0d5ee0 3%, #91d3ff 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #0d5ee0 3%,#0d5ee0 3%,#91d3ff 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #0d5ee0 3%,#0d5ee0 3%,#91d3ff 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d5ee0', endColorstr='#91d3ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.member_square_content {
    position:absolute;
    height:90%;
    /*height:80%;*/ /* = 100% - 2*10% padding */
    width:90%; /* = 100% - 2*5% padding */
    /*padding: 10% 5%;*/
    padding: 5%;
    
    font-weight:900;
    font-size:18px;
    color: white;
}

.member_square_content div{
    display: table;
    width: 100%;
    height: 100%;
}

.member_square_content span{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white
}

.member_square_content .glyphicon{
    font-size:10vw;
}

.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

.about h2 {
    font-size: 90px;
    color: #42b3e5;
    margin-top: 50px;
}
.about h4 {
    font-size: 24px;
    color: #737373;
    margin-bottom: 45px;
}
.about-img img {
    width: 100%;
}
.single-about-detail {
    position: relative;
}
.pentagon-text h1 {
    font-size: 60px;
    color: #383838;
    margin-top: 0;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    position: absolute;
    left: 15%;
    width: 50px;
    top: -6%;
}
.pentagon-text {
    width: 70px;
    height: 52px;
    background: #fff;
    position: relative;
    top: -30px;
    left: 43%;
}
.pentagon-text:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 15px solid #fff;
}
.pentagon-text:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0px;
    border-left: 36px solid transparent;
    border-right: 34px solid transparent;
    border-top: 15px solid #fff;
}
.about-details {
    background: #2a2a2a;
    border-top: 2px solid #fff;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.about-details h3 {
    font-size: 36px;
    color: #fff;
    margin-top: 0;
}
.about-details p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
    padding-bottom: 30px;
}
.single-about-detail:hover .about-details {
    background: #3a9dca;
}
.single-about-detail:hover .pentagon-text h1 {
    color: #3a9dca;
}




.icon_shaker:hover {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
  
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}




/*sashiba end*/