#sidebar {
    background: #231f20;
    position: absolute;
    width: 300px;
    height: 100%;
    z-index: 3;
    -webkit-transition: left 0.4s ease-out;
    -moz-transition: left 0.4s ease-out;
    -ms-transition: left 0.4s ease-out;
    -o-transition: left 0.4s ease-out;
    transition: left 0.4s ease-out;
}

#sidebar #leftarrow {
    height: 30px;
    position: relative;
    -webkit-transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
    -ms-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
    transition:all 0.5s linear;

}

#sidebar #leftarrow img {
    margin-top: 5%;
    margin-left: 80%;
    opacity: 0.5;

}

#sidebar #leftarrow img:hover{
    opacity: 1;
}
#sidebar #rightarrow img:hover{
    opacity: 1;
}
#sidebar #rightarrow {
    height: 30px;
    position: relative;
    -webkit-transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
    -ms-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
    transition:all 0.5s linear;
}

#sidebar #rightarrow img {
    margin-top: -5%;
    margin-left: 105%;
    opacity: 0.5;
}

#sidebar.fixed {
    position: fixed;
    top: 39px;
}

#sidebar .navis{
    padding-left: 80px;
}



#sidebar .temper{
    position: absolute;
    width: 70px;
    padding-left: 10px;
    padding-top: 10px;
    z-index: 0;
}

#sidebar .temper .team_height{
    height: 180px;
}
#sidebar .temper .project_height{
    height: 450px;
}
#sidebar .temper .notebook_height{
    height: 380px;
}
#sidebar .temper .model_height{
    height: 400px;
}
#sidebar .temper .sponser_height{
    height: 150px;
}
#sidebar .temper .humanpractice_height{
    height: 390px;
}

#sidebar .list {
    margin-top: -30px;
}

#sidebar .list .temper #mercury {
    width: 37px;
    margin-left: 17px;
    margin-top: -10px;
    -webkit-transition: height 0.4s ease-out;
    -moz-transition: height 0.4s ease-out;
    -ms-transition: height 0.4s ease-out;
    -o-transition: height 0.4s ease-out;
    transition: height 0.4s ease-out
}

#sidebar .list .temper #mercury .temp {
    color: #FFF;
    opacity: 0;
    position: absolute;
    margin-left: 2px;
}

#sidebar .list .temper #mercury .temp.tem37 {
    margin-top: 80px;
}

#sidebar .list .temper #mercury .temp.tem40 {
    margin-top: 180px;
}

#sidebar .list .temper #mercury .temp.tem43 {
    margin-top: 280px;
}

#sidebar .list .temper #mercury .line {
    position: absolute;
    border-bottom: 2px dashed #ffffff;
    content: ' ';
    display: block;
    height: 0px;
    width: 37px;
}

#sidebar .list .temper #mercury .line.line1{
    margin-top: 100px;
}

#sidebar .list .temper #mercury .line.line2{
    margin-top: 200px;
}

#sidebar .list .temper #mercury .line.line3{
    margin-top: 300px;
}

#sidebar .list .temper .color-team #mercury{
    background: #99CCFF;
    background-image: -webkit-linear-gradient(top,#99CCFF,#66eeCC);
    background-image: -moz-linear-gradient(top,#99CCFF,#66eeCC);
    background-image: -ms-linear-gradient(top,#99CCFF,#66eeCC);
    background-image: -o-linear-gradient(top,#99CCFF,#66eeCC);
    background-image: linear-gradient(top,#99CCFF,#66eeCC);
}
#sidebar .list .temper .color-notebook #mercury{
    background: #FFCC00;
    background-image: -webkit-linear-gradient(top,#FFCC00,#EE00EE);
    background-image: -moz-linear-gradient(top,#FFCC00,#EE00EE);
    background-image: -ms-linear-gradient(top,#FFCC00,#EE00EE);
    background-image: -o-linear-gradient(top,#FFCC00,#EE00EE);
    background-image: linear-gradient(top,#FFCC00,#EE00EE);
}
#sidebar .list .temper .color-project #mercury{
    background: #9999FF;
    background-image: -webkit-linear-gradient(top,#9999FF,#99CCFF);
    background-image: -moz-linear-gradient(top,#9999FF,#99CCFF);
    background-image: -ms-linear-gradient(top,#9999FF,#99CCFF);
    background-image: -o-linear-gradient(top,#9999FF,#99CCFF);
    background-image: linear-gradient(top,#9999FF,#99CCFF);
}
#sidebar .list .temper .color-modeling #mercury{
    background: #66eeCC;
    background-image: -webkit-linear-gradient(top,#66eeCC,#99CC33);
    background-image: -moz-linear-gradient(top,#66eeCC,#99CC33);
    background-image: -ms-linear-gradient(top,#66eeCC,#99CC33);
    background-image: -o-linear-gradient(top,#66eeCC,#99CC33);
    background-image: linear-gradient(top,#66eeCC,#99CC33);
}

#sidebar .list .temper .color-humanpractice #mercury{
    background: #99CC33;
    background-image: -webkit-linear-gradient(top,#99CC33,#FFCC00);
    background-image: -moz-linear-gradient(top,#99CC33,#FFCC00);
    background-image: -ms-linear-gradient(top,#99CC33,#FFCC00);
    background-image: -o-linear-gradient(top,#99CC33,#FFCC00);
    background-image: linear-gradient(top,#99CC33,#FFCC00);
}
#sidebar .list .temper .color-sponser #mercury{
    background: #EE00EE;
    background-image: -webkit-linear-gradient(top,#EE00EE,#FF0000);
    background-image: -moz-linear-gradient(top,#EE00EE,#FF0000);
    background-image: -ms-linear-gradient(top,#EE00EE,#FF0000);
    background-image: -o-linear-gradient(top,#EE00EE,#FF0000);
    background-image: linear-gradient(top,#EE00EE,#FF0000);
}

#sidebar .list .temper .temp-head-team{
    background: url('../img/temp-head-team.png');
    background-repeat: no-repeat;
    background-size: 70px;
    height: 70px;
}
#sidebar .list .temper .temp-head-project{
    background: url('../img/temp-head-project.png');
    background-repeat: no-repeat;
    background-size: 70px;
    height: 70px;
}
#sidebar .list .temper .temp-head-modeling{
    background: url('../img/temp-head-modeling.png');
    background-repeat: no-repeat;
    background-size: 70px;
    height: 70px;
}
#sidebar .list .temper  .temp-head-notebook{
    background: url('../img/temp-head-notebook.png');
    background-repeat: no-repeat;
    background-size: 70px;
    height: 70px;
}
#sidebar .list .temper  .temp-head-sponser{
    background: url('../img/temp-head-sponser.png');
    background-repeat: no-repeat;
    background-size: 70px;
    height: 70px;
}

#sidebar .list .temper  .temp-head-human{
    background: url('../img/temp-head-human.png');
    background-repeat: no-repeat;
    background-size: 70px;
    height: 70px;
}

#sidebar .list .temper .temp-body-human{
    background: url('../img/temp-body-human.PNG');
    background-repeat: repeat-y;
    background-size: 70px;
    height: inherit;
}
#sidebar .list .temper .temp-body-team{
    background: url('../img/temp-body-team.PNG');
    background-repeat: repeat-y;
    background-size: 70px;
    height: inherit;
}
#sidebar .list .temper .temp-body-project{
    background: url('../img/temp-body-project.PNG');
    background-repeat: repeat-y;
    background-size: 70px;
    height: inherit;
}
#sidebar .list .temper .temp-body-notebook{
    background: url('../img/temp-body-notebook.PNG');
    background-repeat: repeat-y;
    background-size: 70px;
    height: inherit;
}
#sidebar .list .temper .temp-body-sponser{
    background: url('../img/temp-body-sponser.PNG');
    background-repeat: repeat-y;
    background-size: 70px;
    height: inherit;
}
#sidebar .list .temper .temp-body-modeling{
    background: url('../img/temp-body-modeling.PNG');
    background-repeat: repeat-y;
    background-size: 70px;
    height: inherit;
}



#sidebar .list .temper .temp-tail-human{
    background: url('../img/temp-tail-human.png');
    background-repeat: no-repeat;
    background-size: 70px;
    height: 40px;
}
#sidebar .list .temper .temp-tail-team{
    background: url('../img/temp-tail-team.png');
    background-repeat: no-repeat;
    background-size: 70px;
    height: 40px;
}

#sidebar .list .temper .temp-tail-sponser{
    background: url('../img/temp-tail-sponser.png');
    background-repeat: no-repeat;
    background-size: 70px;
    height: 40px;
}

#sidebar .list .temper .temp-tail-project{
    background: url('../img/temp-tail-project.png');
    background-repeat: no-repeat;
    background-size: 70px;
    height: 40px;
}

#sidebar .list .temper .temp-tail-notebook{
    background: url('../img/temp-tail-notebook.png');
    background-repeat: no-repeat;
    background-size: 70px;
    height: 40px;
}

#sidebar .list .temper .temp-tail-modeling{
    background: url('../img/temp-tail-modeling.png');
    background-repeat: no-repeat;
    background-size: 70px;
    height: 40px;
}





#sidebar h2 {
	color: white;
	padding: 20px 15px 0px 15px;
	font-size: 1.8em;
	margin-bottom: .6em;
}

#sidebar ul {
	list-style: none;
	margin: 0px 15px;
}

#sidebar .list > ul {
	padding-bottom: 20px;
}

#sidebar a {
	text-decoration: none;
	color: white;
	font-family: Georgia, Serif;
	font-size: 1.15em;
	display: block;
	line-height: 1.4em;
}

#sidebar a:hover {
	text-decoration: none;
	color: #43BBFF;
}

.section {
	margin-left: 300px;
    position: relative;
    padding: 50px 60px;
    -webkit-transition: margin 0.4s ease-out;
    -moz-transition: margin 0.4s ease-out;
    -ms-transition: margin 0.4s ease-out;
    -o-transition: margin 0.4s ease-out;
    transition: margin 0.4s ease-out;
}

.section b,strong{
    font-weight: bold;
}

.section h1 {
    font-family: 'Chela One', cursive;
    font-weight: 200;
    font-size: 66px;
    line-height: 46px;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-align: center;
}

.section h1 em {
    color: #a58bd6;
}

.section h2 {
    font-family: Myriad Pro, Gill Sans MT, Trebuchet MS, Arial, Sans-Serif;
    letter-spacing: -0.03em;
    font-weight: 600;
    font-size: 18px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.section h3 {
    font-family: 'stratum-1-web',sans-serif;
    color: #5b657c;
    font-weight: 200;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -1px;
    margin: 10px 0 22px -3px;
}
.section h6 {
    color: #5b657c;
    font-weight: 200;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: -1px;
    text-align: left;
}
.section p {
    font-family: 'helvetica neue',cursive,helvetica,arial,sans-serif;
    font-size: 16px;
    line-height: 26px;
}

.section.top-bar {
    padding: 0;
    height: 8px;
    background: url(../img/bg_top_bar.png);
}

.section.pagetitle { 
    background-position: center;
    background-size: 80%;
/*    background-image: url(../img/homepage/contact_1.png);*/
    overflow: hidden
    font-size: 2.3em;
    line-height: 1em;
}
/*---------------------------------rewrite-------------------------------------*/

.section.pagetitle.modeling {
    background-color: #66eecc;
    background-image: url(../img/homepage/contact_1.png);

}
.section.pagetitle.sponser {
    background-color: #FF3E96;
    background-image: url(../img/homepage/contact_1.png);
}

.section.pagetitle.project {
    background-color: #836FFF;
    background-image: url(../img/homepage/contact_1.png);
}

.section.pagetitle.team {
    background-color: #99CCFF;
    background-image: url(../img/homepage/contact_1.png);
}

.section.pagetitle.notebook {
    background-color: #FFDD22;
    background-image: url(../img/homepage/contact_1.png);
}

.section.pagetitle.huamnpracitce {
    background-color: #99CC66;
    background-image: url(../img/homepage/contact_1.png);
}

.section.hero {
    padding-bottom: 0;
    overflow: hidden;
    text-align: center;
}
.section.text {
    padding-bottom: 0;
    overflow: hidden;
    text-align: center;
}
.section.text p{
    text-align: left;
}


.section.hero h1 {
    margin-top: 10px;
}

.section.hero p {
    font-size: 20px;
    line-height: 26px;
    margin: 20px auto 30px;
    text-align: left;
    letter-spacing: 0.5px;
    font-family: 'Port Lligat Slab', serif;
}

.section.hero .title {
    margin-bottom: 30px;
}

.section.text .title{
    margin-bottom: 30px;
    text-align: center;
}

.section.text .content img{
    text-align: center;
    width: 100%;
}
.section.hero .content img{
    text-align: center;
    width: 100%;
}

.section.hero .content code img{
    height: 20px;
}

.image .com{
    text-align: middle;
    margin-top: 10px;

}


.image .com{
    text-align: middle;
    margin-top: 10px;

}


.section .items {
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    background: #6bb234;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    font-family: arial,sans;
    border: 5px solid #fff;
    position: absolute;
    margin-top: -30px;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-box-shadow: 0 2px 5px #c1c1c1;
    -webkit-box-shadow: 0 2px 5px #c1c1c1;
    box-shadow: 0 2px 5px #c1c1c1
}

.section .component{
    border-top: 1px solid #aeaeae;
    margin-bottom: 10px;
    position: relative;
    display: block;
    min-height: 400px;
}
.section .component .left {
    width: 60%;
    float: left;
    margin-top: 30px;
    margin-left: 30px;
}
.section .component .left h2 {
    margin: 0;
    padding: 0 0 30px;
    color: #444;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
    font-family: "museo-slab-1","museo-slab-2",arial,sans
}
.section .component .left h3 {
    margin: 0;
    padding: 30px 0 12px;
    color: #4f4f4f;
    font-size: 24px;
    line-height: 30px;
    font-family: "museo-slab-1","museo-slab-2",arial,sans;
}
.section .component .left p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}
.section .component .left img {
    margin: 0 auto;
    padding: 0;
    display: block
}
.section .component .right {
    margin-top: 50px;
    padding: 0;
    /*float: right;*/
}
.section .component .right img {
    margin: 0 auto;
    padding: 0;
    display: block
}

.section .component ul {
    margin: 0 auto;
    padding: 0;
    display: block;;
    padding: 10px 0 0 0;
}

.section .component ul li {
    margin: 0;
    padding: 0 0 10px 10px;
    position: relative;
    color: #555555;
    font-size: 16px;
}
.section .component ul li span {
    margin: 0;
    margin-right: 3px;
    padding-left: 0px;
    height: 12px;
    width: 15px;
    background-position: -363px 0;
    position: absolute;
    top: 0px;
    left: 4px
}

.section .component-sprite {
    display: block;
    background: url(../img/component-sprite.png)
}

.section.text {
    background: #f3f6ff;
    font-family: Georgia, Serif;
}

.section.text p {
    font-family: 'Port Lligat Slab',serif;
    font-size: 20px;
}




.section.powerful-targeting h2 {
    color: #a58bd6;
}

.section.powerful-targeting h3 {
    width: 330px;
}

.section.powerful-targeting .content {
    float: left;
    width: 350px;
    margin-top: 103px;
}

.section.powerful-targeting .image {
    float: right;
    width: 575px;
    height: 583px;
    background: url(../img/powerful-targeting.png);
    margin-top: 58px;
}

.section.case-studies {
    text-align: center;
    background: #f6f8ff;
    padding: 50px 0 0 0;
}


.section.bottom {
    background: url(../img/bg_blue.png) #7f8caa;
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.2);
    padding: 42px 60px;
    border-top: 1px solid #7784a1;
}

.section.bottom h4 {
    font-family: 'stratum-1-web',sans-serif;
    letter-spacing: -0.03em;
    margin-top: 0;
    color: #fff;
    text-shadow: 0 -1px 2px rgba(0,0,0,0.3);
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
}

.section.bottom p {
    display: inline-block;
    font-family: 'helvetica neue',helvetica,arial,sans-serif;
    font-size: 16px;
    line-height: 22px;
    width: 615px;
    margin: 10px 0 0;
    color: #3e4a65;
    text-shadow: 0 1px rgba(255,255,255,0.2);
}

.section.bottom .get_started_button {
    position: absolute;
    top: 58px;
    right: 58px;
    padding: 15px 0;
    width: 209px;
    text-align: center;
    font-size: 14px;
    -webkit-box-shadow: inset 0 1px #c0aee1,inset 0 -1px #6f5ea1,0 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px #c0aee1,inset 0 -1px #6f5ea1,0 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px #c0aee1,inset 0 -1px #6f5ea1,0 1px rgba(0,0,0,0.1);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.section.bottom .get_started_button:hover {
    color: inherit;
}

#widget {
    position: fixed;
    top: 50px;
    left: 0px;
    width: 100%;
    height: 325px;
    text-align: left;
    -webkit-transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
    -ms-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
    transition:all 0.5s linear;
}

#updown {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#nav-arrow {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 5;
}

#nav-arrow li {
    display: block;
    width: 34px;
    height: 33px;
    padding: 0;
    margin: 0;
}

#nav-arrow li.last {
    margin-top: 12px;
}

#nav-arrow li a, #nav-arrow li a:visited {
    display: block;
    width: 34px;
    height: 33px;
    background: url('../img/updown_arrows.gif') no-repeat;
    text-indent: -9999px;
    opacity: 0.5;
}

#nav-arrow li a.up, #nav-arrow li a.up:visited {
    background-position: -34px 0px;
}

#nav-arrow li a.down, #nav-arrow li a.down:visited {
    background-position: -34px -33px;
}

#nav-arrow li a:hover{
    opacity: 1;
}

table {
  max-width: 100%;
  background-color: transparent;
}

.table {
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Port Lligat Slab',serif;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #9999FF;
}
th {
    font-weight: bold;
}

#feb_1,#mar_1,#apr_1,#may_1,#jun_1,#jul_1,#aug_1,#sep_1{
    color: white;
    font-size: 20px;
    opacity: 0;
}

.fold {
    height: 0px;
    visibility: hidden;
}

.word-title{
    font-family: 'Chela One', cursive;
    font-size: 30px;
    color: black;
    text-align: left;
}
