@font-face {
    font-family: "gotham_bold";
    src: url("GothamProBold.eot");
    src: url("GothamProBold.eot?#iefix")format("embedded-opentype"),
    url("GothamProBold.woff") format("woff"),
    url("GothamProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'apercu_pro';
    src: url('apercupro-regular-webfont.eot');
    src: url('apercupro-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('apercupro-regular-webfont.woff') format('woff'),
    url('apercupro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'apercu_pro_bold';
    src: url('apercupro-bold-webfont.eot');
    src: url('apercupro-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('apercupro-bold-webfont.woff') format('woff'),
    url('apercupro-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'apercu_pro_mono';
    src: url('apercumonopro-regular-webfont.eot');
    src: url('apercumonopro-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('apercumonopro-regular-webfont.woff') format('woff'),
    url('apercumonopro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
    background-color: #dedede;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}
.page{
    background-color: #fff;
    margin: auto;
    max-width: 1000px;
}
.header-top{
   height: 27px;
    text-align: center;
}
.header-top-logo{
    display: inline-block;
    margin-top: 35px;
}
.a-portfolio{
    color: #555555;
    text-decoration: none;
    font-size: 14.6px;
}
.header-cnt{
    background:url(its.jpg) no-repeat;
    background-size: cover;
    display: inline-block;
    width: 100%;
    padding: 50px 80px 60px;
    box-sizing: border-box;
    text-align: center;
	    height: 250px;
}
.contener{
    display:none;
}
.clickme{
    cursor:pointer;
}
.header-cnt-ttl-h1{
    font-family: "gotham_bold";
    line-height: 1.3;
    font-size: 30px;
    color: #fff;
    margin-top: 30px;
	text-align:left;
}
.header-cnt-ttl-h2{
    margin-top: 10px;
    font-family: "gotham_bold";
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 6px;
      color: #95c5f6;
      text-align:left;
}
.header-cnt-ttl-h3{
    margin: 10px 0px;
    font-family: "apercu_pro";
    color: #fff;
    font-size: 24px;
    text-align:left;

}
.fotos {
    position: relative;
    width: 220px;
    text-align: right;
    float: right;
    right: 0px;
    border: 2px solid #fff;
    border-radius: 12px;
    top:-20px;
}
.header-cnt-btn,
.section-btn{
  background-color: #43ff34;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin-top: 25px;
    padding: 0 15px;
    border: none;
    outline: none;
    border-radius: 3px;
    text-decoration: none !important;
    font-family: 'apercu_pro_bold';
    font-size: 15px;
    color: #000;
}
.container{
    padding-right: 0px;
    position: relative;
}
.rightbar{
    width: 140px;
    position: absolute;
    top: 80px;
    right: 60px;
}
.righ-nav.fixed{
    position: fixed;
    top: 80px;
}
.righ-nav-item{
    margin-bottom: 15px;
}
.righ-nav-link{
    display: inline-block;
    border-bottom: 1px dotted;
    text-decoration: none !important;
    line-height: 1;
    font-family: "gotham_bold";
    font-size: 13px;
    color: #666;
}
.section{
    padding: 10px 0px 0px 10px;
}
.h2-code{
    font-size: 20px;
    padding: 7px;
    border: 1px solid #e2dfdf;
    width: max-content;
}
.section-ttl-h1{
    margin: 30px 20px;
    font-family: "gotham_bold";
    font-size: 24px;
}
.section p{
    margin: 10px 20px;
     font-size: 17px;
    line-height: 1.8;
}
.section ul{
    margin: 0 20px;
    line-height: 22px;
}
.section ul li{
    position: relative;
}
.section ul li:before{
    position: absolute;
    left: -10px;
    color: #bbb;
    content: '\2022';
}
.section-img{
    width: 100%;
}
.section h1,
.section h2,
.section h3{
    background: url(/i/testphp/label.png) no-repeat 0 0;
    margin: 30px 20px;
    padding-left: 17px;
    font-family: "gotham_bold";
    font-size: 15px;
    line-height: 1;
    color: #e45252;
}
.section code{
    background-color: #f3f3f3;
    display: block;
    margin: 30px 0;
    padding: 15px 20px;
    height: 200px;
    overflow: auto;
    font-family: 'apercu_pro_mono';
    font-weight: bold;
    font-size: 13px;
    line-height: 1.5;
    white-space: pre;
    border-radius: 3px;
}
.section code + code{
    margin-top: -15px;
}
.section-textarea{
    background-color: #f7f5e5;
    display: block;
    width: 100%;
    height: 140px;
    margin: 30px 0;
    padding: 20px;
    box-sizing: border-box;
    border: none;
    border-radius: 3px;
    font-family: 'apercu_pro_mono';
    font-size: 13px;
    resize: none;
}
.section-btn{
    background-color: #09b816;
    margin-left: 20px;
    color: #fff;
}
.section-anchor{
    position: relative;
    top: -30px;
}
.footer{
    height: 90px;
    line-height: 90px;
    border-top: 1px solid #eee;
    padding: 0 80px;
}
.footer-txt{
    color: #999;
}
.footer-link{
    color: #f58220;
    text-decoration: none;
    margin-left: 25px;
}
.mt0{
    margin-top: 0 !important;
}
.lefts{
        margin-left: 140px;
    box-shadow: 1px 1px 15px #141414;
    border-radius: 12px;
    border: 12px solid #2f333a;
}
@media screen and (max-width: 900px){
    .rightbar{
        position: static;
        width: 100%;
        padding: 30px 80px;
        box-sizing: border-box;
        border-bottom: 1px solid #eee;
        text-align: center;
    }
    .lefts{
        margin-left: 0px;
    box-shadow: none;
    border-radius: 0px;
    border: 0px;
}
    .righ-nav{
        position: static !important;
    }
    .righ-nav-item{
        display: inline-block;
        vertical-align: middle;
        margin-right: 25px;
        margin-bottom: 0;
    }
    .righ-nav-item:last-child{
        margin-right: 0;
    }
    .container{
        padding-right: 0;
    }
    .header-cnt-ttl-h1{
        font-size: 26px;
    }
}

@media screen and (max-width: 640px){
    .fotos {
    position: relative;
    width: 70px;
    text-align: left;
    float: right;
    right: 20px;
    border: 2px solid #fff;
    border-radius: 12px;
}
    .header-cnt{
        padding-left: 30px;
        padding-right: 30px;
    }
    .header-cnt-ttl-h1{
        font-size: 24px;
    }    .lefts{
        margin-left: 0px;
    box-shadow: none;
    border-radius: 0px;
    border: 0px;
}
    .rightbar{
        background-color: #000;
    }
    .righ-nav-item{
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .righ-nav-link{
        color: #fff;
    }
    .righ-nav-item:last-child{
        margin-bottom: 0;
    }
    .section{
        padding: 30px 10px;
    }
    .footer{
        padding: 0 30px;
    }
}

@media screen and (max-width: 420px){
    .section p {

    max-width: 88%;
}
    .fotos {
    position: relative;
    width: 70px;
    text-align: left;
    float: right;
    right: 20px;
    border: 2px solid #fff;
    border-radius: 12px;
}
    .header-cnt-ttl-h1,
    .section-ttl-h1{
        font-size: 22px;
    }
        .lefts{
        margin-left: 0px;
    box-shadow: none;
    border-radius: 0px;
    border: 0px;
}
    .footer{
        height: auto;
        padding: 30px;
        text-align: center;
        line-height: 1.5;
    }
    .footer-txt{
        display: block;
    }
    .footer-link{
        display: block;
        margin-top: 10px;
        margin-left: 0;
    }
}
