/********
COMMON PARTS
*********/

/* header */
.header{
  position:fixed;
  width:100%;
  background-color: rgba(255,255,255,0.8);
  z-index: 998;
  text-align:center;
}
img#header_logo{
  display: inline-block;
  margin:16px 0 12px 0;
  width:170px;
}


/* wrapping content */
div.wrapper{
  top:30px;
}
div#top_space{
  height: 40px !important;
}

h1.title:after{
  position: relative;
  content: "";
  display: block;
  width: 10%;
  height: 10px;
  background: black;
  transition: 0.8s;
}

h1.title.hover:after{
  width: 25%;
}


/* hamburger menu */

.btn_hamburger {
    margin: 0 auto 2em !important;
    width: 30px;
    z-index:1001;
    position:fixed;
    right:30px;
    top:20px;
}
.btn_hamburger.hover{
  cursor: pointer;
}
.btn_hamburger a {
    position: relative;
    display: block;
    height: 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
.btn_hamburger span {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #111;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
.btn_hamburger span:nth-of-type(1) {
    top: 0;
}
.btn_hamburger span:nth-of-type(2) {
    top: 9px;
}
.btn_hamburger span:nth-of-type(3) {
    bottom: 0;
}
.btn_hamburger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #111;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.btn_hamburger .active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
}
.btn_hamburger .active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #fff;
}
.btn_hamburger .active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
    -ms-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0);
    background-color: #fff;
}
.btn_hamburger .active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
    -ms-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0);
    background-color: #fff;
}

img#modal_logo{
  margin-top:70px;
  width:200px;
}

#canvas1, #canvas2 {
  z-index:1;
}

.top_menu.hover:before{
  width: 80%;
}

/* entry black */
p#entry_button_b{
  padding:15px 25px;
  text-align:  center;
  color:black;
  border: solid 2px black;
  position:relative;
  width: 250px;
  margin: 30px auto 40px auto;
}

p#entry_button_b.hover{
  color:white;
  background-color: rgba(0,0,0,0.1);
  cursor:pointer;
}


/* footer */
div#footer{
  vertical-align:  middle;
  background-color: #000;
  margin-top: 50px;
  text-align: center;
  z-index:11;
  bottom:0;
}

#footer_logo{
  width:100px;
  display: inline-block;
  margin-top: 20px;
}

#footer ul{
  display:inline-block;
  margin-left: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer_menu{
  position: relative;
  color: white;
  display: inline-block;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  margin-top: 8px;
}

.footer_menu:before{
  position: absolute;
  top: 1.3em;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: white;
  transition: 0.8s;
}

.footer_menu.hover:before{
  width: 80%;
}

li.footer_menu:after {
  display: inline-block;
  content:"";
  width: 30px;
}

#copyright{
  color:white;
  font-size: 0.6em;
  margin-bottom:5px;
}


/********
ABOUT
*********/
div#centering{
  position:relative;
  text-align: center;
  line-height: 40px;
  letter-spacing: 6px;
}

#about_logo{
  position:relative;
  width:250px;
  margin-top:  80px;
  z-index:20;
}

p#about_exp{
  position:relative;
  font-size:1.8rem;
  font-weight: bold;
  margin-top: 20px;
  z-index:21;
}

.about_img{
  z-index:15;
  width:80%;
  position:absolute;
  display: none;
  opacity:0;
}

#prof1{
  left:0px;
}

#prof2{
  top:70%;
  right: 0;
}

table.info{
  margin: 110px auto 0 auto;
  padding: unset;
}

td.info_data{
  padding:7px 5px;
  letter-spacing: 1px;
}


/********
CREATOR
*********/
div.creator_prof{
  min-width: 200px;
  width:90%;
  min-height: 250px;
  margin:30px auto 30px auto;
  display:inline-block;
  vertical-align: top;
}
.creator_prof h3, .creator_prof p, .creator_prof img{
  margin-top: 12px;
}
div.creator_img{
  width:100%;
  height:180px;
  background-size: cover;
  background-position: center;
}
#cimg_1{
  background-image: url(../img/creator/001.jpg);
}
#cimg_2{
  background-image: url(../img/creator/002.png);
}
#cimg_3{
  background-image: url(../img/creator/003.jpg);
}
#cimg_4{
  background-image: url(../img/creator/004.jpg);
}
.cr_social_icon{
  width: 34px;
  margin-right: 8px;
}
.creator_prof.hover{
  opacity:0.6;
}


/********
CREATOR Indivisual Page
*********/
img.main_prof{
  position:relative;
  display: block;
  width: 200px;
  margin: 30px auto;
}

.main_prof:before{
  content: "";
  position: absolute;
  top: -20px;
  left: 10px;
  display: block;
  width: 50px;
  height: 200px;
  background: black;
  transition: 0.8s;
}

.main_prof_ef:before{
  content: "";
  position: relative;
  top: 60px;
  left: 30px;
  display: block;
  width: 20%;
  height: 50px;
  border-top: solid 3px #000;
  border-left: solid 3px #000;
  transition: 0.8s;
}
.main_prof_ef:after{
  content: "";
  position: relative;
  top: -60px;
  left: 70%;
  display: block;
  width: 20%;
  height: 50px;
  border-bottom:  solid 3px #000;
  border-right:  solid 3px #000;
  transition: 0.8s;
}

div#social_icon{
  text-align: center;
  margin-bottom: 20px;
  margin-top: -10px;
}
.cr_social_icon_i{
  width:34px;
  margin-right: 20px;
}

ul.cr_exp{
  width:100%;
  display: table;
}
.cr_exp h2{
  margin-top: 0;
}
li.cell_l{
  display: block;
  padding-bottom: 12px;
  width:100%;
}
li.cell_r{
  display: block;
  border-top:  5px solid #000;
  padding-top: 20px;
  width:100%;
  vertical-align: top;
}
.content_frame{
  text-align: center;
  margin:25px;
}


/********
NEWS
*********/
div.news_con{
  width:300px;
  height:200px;
  display: inline-block;
  margin: 30px auto;
}
.news_con.hover{
  opacity:0.6;
}

.news_list{
  display: table;
}
.news_list_l{
  display: block;
  width: 200px;
  height: 150px;
  padding-right: 20px;
  background-position: center;
  background-size: cover;
}
.news_list_r{
  display: block;
  width:200px;
  vertical-align:  middle;
  background: rgba(255,255,255,0.8);
}
.news_list_r:before{
  content: "NEWS";
  color:#fff;
  position: relative;
  display: block;
  width: 50px;
  height: 20px;
  padding: 3px 4px 4px 8px;
  margin: 5px 0;
  background: #FFBB4E;
}
.news_list_r:after{
  content: ">> Read More";
  color: #FFBB4E;
  position: relative;
  display: block;
}


#news1{
  background-image: url(../img/news1.png);
}


/********
NEWS contents page
*********/
.news_page p{
  margin-top: 30px;
  margin-bottom: 20px;
}
.news_tag{
  color:#fff;
  background: #FFBB4E;
  padding: 4px 24px 4px 24px;
  margin-right: 15px;
}
.news_title{
  margin-bottom: 30px;
}
#news1_img{
  width:250px;
}

/********
ENTRY
*********/
.entry_p{
  margin-top: 30px;
  margin-bottom: 20px;
}
#entry_sub{
  color:#FF00B1;
  font-weight: bold;
  margin-bottom: 0;
}
#entry_exp{
  margin-top: 0;
}

form.form-horizontal .label.label-danger {
  border-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
form.form-horizontal input[required] {
  border-top-left-radius: 0px;
}

.form-style-5{
    max-width: 500px;
    padding: 10px 20px;
    background: #f4f7f8;
    margin: 10px auto;
    padding: 20px;
    background: #f4f7f8;
    border-radius: 8px;
}
.form-style-5 fieldset{
    border: none;
}
.form-style-5 legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.form-style-5 label {
    display: block;
    margin-bottom: 8px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 input[type="textarea"],
.form-style-5 textarea,
.form-style-5 select {
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    outline: 0;
    padding: 7px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #e8eeef;
    color:#8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 30px;

}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
    background: #d2d9dd;
}
.form-style-5 select{
    -webkit-appearance: menulist-button;
    height:35px;
}
.form-style-5 .number {
    background: #1abc9c;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
    position: relative;
    display: block;
    padding: 19px 39px 18px 39px;
    color: #FFF;
    margin: 0 auto;
    background: #1abc9c;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 1px solid #16a085;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
}
.form-style-5 input[type="submit"]:disabled,
.form-style-5 input[type="button"]:disabled
{
    background: #ccc;
    border: 1px solid #777;
}
.form-style-5 input[type="submit"].hover,
.form-style-5 input[type="button"].hover
{
    background: #12AFFE;
    cursor:pointer;
}
.form-style-5 input[type="submit"]:disabled.hover,
.form-style-5 input[type="button"]:disabled.hover
{
    background: #aaa;
    cursor:auto;
}
