body, p, ol, li, a {
    font-family: "Yu Gothic", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}

body {
    background: #ccc !important;
    margin: 0;
}
ul >li, ol>li, p {
    line-height: 2em;
    color: #000;
    letter-spacing: 0.1em;
    font-size: 0.9em;
}

.header {
    margin: 0 auto;
    text-align: center;
}

.header h1 {
    margin: 0;
    padding: 40px 0 10px;
}

.header h2 {
    font-family: pragmatica,sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 3em;
    letter-spacing: 0.1em;
    margin: 0 auto 60px;
}

.wrapper {
    background: #fff;
    width: 65%;
    padding: 0 4%;
    margin: 0 auto;
}

.outline {
    width: 100%;
    float: left;
}

.outline section {
    margin-bottom: 40px;
}

.outline section .hashtag {
    color: rgb(27,149,224);
    font-weight: bold;
}
.outline section .tx-link, footer .tx-link {
    color: #fff;
    background: #000;
    padding: 2px;
    font-weight: bold;
    text-decoration: none;
}
.outline section .tx-link:hover, footer .tx-link:hover {
    color: #fff;
    background: #aaa;
    padding: 2px;
    font-weight: bold;
    text-decoration: none;
}

.notes{ 
    color:#666;
}

section h3 {
    font-family: pragmatica,sans-serif;
    font-weight: 700;
    font-style: italic;
    background: #000;
    color: #fff;
    font-size: 1.6em;
    padding: 0.2em;
    letter-spacing: 0.2em;
    display: block;
    margin-bottom: 2rem;
}
h4 {
    font-family: pragmatica,sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #000;
    font-size: 1.5em;
    padding: 0.2em 0;
    letter-spacing: 0.2em;
}


.agreement_hr {
    height: 2em;
}

.agreement {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 0.9em;
    height: 600px;
    background: #eee;
    overflow: scroll;
    border: 5px solid #000;
}

.contact {
    text-align: center;
}

footer {
    padding: 100px 40px;
    text-align: center;
    color: #aaa;
    font-size: 0.8em;
}

.clear {
    clear: both;
}

.red {
    color: red;
    font-weight: bold;
    font-size: 1.2rem;
    text-decoration: underline;
}

.bgred{
    background: #ea2727;
}

.site-button>a {
    padding: 10px 50px;
    background: none;
    border: 2px solid;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    color: #000;
    font-size: 1.2em;
    width: 20%;
    text-align: center;
    letter-spacing: 0.2em;
    margin-top: 30px;
    text-decoration: none;
}

.site-button {
    margin: 1.5rem 0 2.5rem;
    display: block;
}
.site-button>a:visited {
    color: #000;
}

a.site-button{
    border: 2px solid #000;
    color: #000;
}
.site-button>a:hover {
    background: #000;
    color: #fff;
    transition: all ease 0.3s;
}

.site-tweet>a {
    border: 2px solid rgb(27,149,224);
    color: rgb(27,149,224);
}
.site-tweet>a:visited {
    border: 2px solid rgb(27,149,224);
    color: rgb(27,149,224);
}
.site-tweet>a:hover {
    background: rgb(27,149,224);
    color: #fff;
    transition: all ease 0.3s;
}

.button-wrapper {
    margin-top: 3rem;
}

.info li{
    line-height: 1.8rem;
    font-size: 1rem;
    color: #000;
    text-align: left;
    list-style: none;
    margin-bottom: 1rem;
}


.pad_20 {
    padding: 20px 0;
    display: block;
}



/*------------------------ view ------------------------*/	
.view-img {
    width: 100%;
}
.view-btn {
    color: #fff;
    background: #000;
    padding: 0.8rem 2rem;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-top: 2rem !important;
    margin-right: 1rem;
    display: block;
}
.view-btn a {
    color: #fff;
}
.view-btn a:hover {
    color: #eee;
}


/*------------------------ lightbox ------------------------*/	


.section-title{
    text-align: center;
    padding: 90px 0 60px 0;
}

.section-title h2{
    font-family: pragmatica,sans-serif;
    font-weight: 700;
    font-style: italic;
    background: #000;
    color: #fff;
    font-size: 1.6em;
    padding: 0.2em;
    letter-spacing: 0.2em;
    display: inline;
}

.section-title p{
    line-height: 2em;
}

.single_item {
    margin-bottom: 30px;
}

.single_item img{
    width: 100%;
    transition: all ease 0.3s;
}

.single_item img:hover {
  background: #ffffff;
  transition: all ease 0.3s;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}
.popup-youtube {
    position: relative;
}

.popup-youtube i{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.66);
    padding: 28px 29px;
    color: #fff;
    margin: -31px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}


/* Portfolio Hover  */

.single_item figure {
    overflow: hidden;
}

.single_item figure figcaption{
    position: absolute;
    top:0;
    text-align: center;
    width: 85%;
    height: 100%;
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}

.single_item figure figcaption .outter{
    display: table;
    width: 100%;
    height: 100%;
}

.single_item figure figcaption .inner{
    display: table-cell;
    vertical-align: middle;
}

.single_item figure figcaption span{
    color: rgba(0, 0, 0, 0.80);
    font-size: 13px;
}

.single_item figure figcaption .title{
    color: #000;
    font-size: 22px;
    font-weight: bold;
}

.single_item:hover > figure img{
  filter: blur(8px);
  -webkit-filter: blur(8px);
  opacity: .7;
}

.single_item:hover > figure figcaption{
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}

.single_item.popup-youtube:hover > i{
    opacity: 0;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}




/*----gen----------------------------------*/


.canvas-wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    margin-bottom: 15px;
    }

.canvas-wrapper canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

main ol {
    margin-left: 1.5rem;
}

main ol>li {
    font-size: 0.9em;
}

button {
    background: #000;
    color: #fff;
    padding: 1% 3%;
    margin-bottom: 0.5rem;
}



/*--------------------------------------*/

@media only screen and (max-width: 1024px) {
    wrapper {
        width: 76%;
        padding: 0 4%;
    }
    .outline {
        width: 100%;
    }
    .agreement {
        width: auto;
    }
}

@media only screen and (max-width: 768px) {
    .wrapper {
        width: 76%;
        padding: 0 4%;
    }
    .outline {
        width: 100%;
        margin: 0;
    }
    .agreement {
        width: auto;
    }
    .col-sm-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }    
}


@media screen and (max-width:480px){
    body {
        height: 100vh;
    }
    .br::after {
	content: "\A" ;
	white-space: pre ;
    }
    section h3, section h4 {
        letter-spacing: 0.1em;
    }
    .col-xs-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .wrapper {
        width: 90%;
        padding: 0 2%;
    }
    .outline {
        width: 90%;
        margin: 0 5%;
    }
    .agreement {
        width: auto;
        padding: 10px;
    }
    .gen-sample {
        display: none;
    }    
    .none {
        display:none;
    }
    button {
        background: #000;
        color: #fff;
        padding: 2% 4%;
        margin-bottom: 1rem;
    }
    .info li{
        line-height: 1.8rem;
        font-size: 0.8rem;
        color: #000;
        text-align: left;
        list-style: none;
        margin-bottom: 1rem;
    }
    .site-button>a {
        font-size: 1rem;
        padding: 10px 20px;
    }
}
