
body {
    background: #101010;
    position: relative;

}


/**
 * Common
 */
.text{
font-family:ChulaCharas, sans-serif;
}
.inline{
    display: inline-block;
}

.anan-section{
    padding-top: 20px;
    padding-bottom: 20px;
}

.anan-white-text{
    color:#ffffff;
}

.anan-white{
    background: #ffffff;
}

.anan-red {
    background: #e64852;
}

.anan-purple{
    background: #645cad;
}

.anan-blue{
    background: #6781c3;
}

.anan-btn{
    font-family: ChulaCharas,Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 24px;
    color: #ffffff;
}

.btn-black,
.btn-black:active,
.btn-black.active,
.btn-black:visited{
    color: #bfbfbf;
    border-radius: 8px;
    background: #000000;
}

.btn-black:hover{
    color: #fbfbfb;
}


.btn-edge,
.btn-edge:active,
.btn-edge.active,
.btn-edge:visited{
    color: #ffffff;
    border: solid #ffffff 1px;
    border-radius: 8px;
}

.btn-edge:hover{
     color: #645cad;
     background: #ffffff;
}

.btn-edge-inverse,
.btn-edge-inverse:active,
.btn-edge-inverse.active,
.btn-edge-inverse:visited{
    color: #514c43;
    border: solid #514c43 1px;
    border-radius: 8px;
}

.btn-edge-inverse:hover{
    color: #ebebeb;
    background: #514c43;
}


.anan-textspace{
    background: #ebebeb;
}

.anan-darker{
    background: #dbdbdb;
}

.anan-text {
    font-family: ChulaCharas, sans-serif;

}

.anan-text h2{
    font-weight: bold;
}

.anan-text{
    margin-bottom: 8px;
    font-size: 20px;
}


.anan-round {
    border-radius: 4px;
}

.center-sm{
    text-align: center;
}
@media (min-width: 768px) {
    .center-sm{
        text-align: inherit;
    }
}


/**
* navbar
*/

.anan-navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.anan-navbar .nav-title-stress {
    color: #e64852;
}

.anan-navbar .nav-title-default {
    color: #b9d9bb;
}

@media (min-width: 768px) {
    .anan-navbar .anan-menu > li:not(.dropdown) > a {
        color: #c9c9c9;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 28px;
        margin-top: 10px;
    }
}

.anan-navbar .anan-menu > li.active > a,
.anan-navbar .anan-menu > li > a:hover {
    color: #f0f0f0;
}

.anan-navbar .anan-menu > li > a {
    border-radius: 5px;

}

.anan-navbar .anan-menu > .active > a,
.anan-navbar .anan-menu > .active > a:hover {
    background-color: #e64852 !important;
}

.anan-navbar .anan-menu .dropdown-menu a {
    font-size: 14px;
    font-family: "Helvetica", Arial, sans-serif;
    color: #ff515b;
}

.anan-navbar .anan-menu .dropdown-menu p {
    font-size: 12px;
    font-family: "Helvetica", Arial, sans-serif;
    color: #9d9d9d;;
}

.anan-navbar .anan-menu .dropdown-menu p > a {
    padding-left: 20px;
    margin-top: 10px;
}

.anan-navbar .anan-menu > li.dropdown > a {
    border-radius: 0;
}

.anan-navbar .anan-menu .dropdown-menu > li.nohl a:hover {
    background: none;
}

.anan-navbar .anan-menu .dropdown-menu > li.nohl-link a:hover {
    background: none;
    text-decoration: underline;
}

.anan-navbar .anan-menu > li.dropdown.open > a {
    background-color: #111111;
}

.anan-nav-btn {
    background: #e85652;
    border-color: #db4d44;
}

/**
* Home - hero
*/
.anan-home-hero {
    background: url("../img/bg-hero.jpg");
    background-size: cover;

}

.anan-logo {
    background: url("../img/logo-anan-full.png");
    background-position: center;
    background-size: contain;
    height: 300px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
}
.anan-home-hero > .container {
    padding-top: 60px;
    padding-bottom: 110px;
}

.anan-home-hero h1 {
    font-family: wdb_bangnaregular, Helvetica Neue, Arial, sans-serif;
    color: #fffb8b;
    font-size: 50px;
}

.anan-home-hero h3 {
    color: #000;
    font-size: 28px;
    font-weight: bold;
    font-family: ChulaCharas,Helvetica, Arial, sans-serif;
    text-shadow:
            -1px -1px 0 #f9f08e,
            1px -1px 0 #f9f08e,
            -1px 1px 0 #f9f08e,
            1px 1px 0 #f9f08e;
}
.anan-home-hero p {
    color: #ebdeeb;
    font-size: 28px;
    font-weight: lighter;
    font-family: ChulaCharas,Helvetica, Arial, sans-serif;
}

/**
* Home - intro
*/
.anan-intro {
    background: #ebebeb;
}

.anan-intro p,
.anan-intro a{
    font-family: ChulaCharas,Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: #333;
}

.anan-intro h1 {
    color: #e74867;
    font-family: edpensookbold, Helvetica, Arial, sans-serif;
}

.anan-intro > .container {
    padding-top: 30px;
    padding-bottom: 45px;
}

/**
* Footer
*/

.anan-footer{
    background: #101010;
    height: 120px;
}

.anan-footer>.container{
    padding-top: 24px;
}

.anan-icon-fb{
    content: url("../img/fb-link.png");
    width: 36px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.anan-icon-fb:hover{
    opacity: 1.6;
    filter: alpha(opacity=100);
}

/**
* story
*/

.anan-story{
    padding-top: 40px;
    padding-bottom: 40px;
}

.anan-story h1{
    color: #f4f4f4;
    padding-bottom: 10px;
    font-family: edpensookbold, Helvetica, Arial, sans-serif;
}
.anan-story p{
    color: #f4f4f4;
    font-size: 18pt;
    padding-bottom: 4px;
    font-family: ChulaCharas,Helvetica, Arial, sans-serif;
}

.anan-story .anan{
    font-size: 20pt;
}

.anan-story a.btn + a.btn{
    margin-left: 10px;
}


/**
* Home - announce
*/
.anan-ann {
    background: #272822;
}

.anan-ann p{
    color: #ffffff;
    font-family: ChulaCharas, sans-serif;
    font-size: 20px;
    line-height: 25px;
}

.anan-ann h1 {
    color: #e74867;
    font-family: edpensookbold, Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
}

.anan-ann .date{
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    line-height: 20px;
    padding-top: 5px;
    float:left;
    margin-top: 4px;
}

.anan-ann .date .day,
.anan-ann .date .month{
    /*display: block;*/
}


.anan-ann .day{
    font-family: ChulaCharas, Helvetica, Arial, sans-serif;
    font-size: 28px;
    color: #ffffff;
    display: block;
 }
.anan-ann .month{
    font-family: ChulaCharas, Helvetica, Arial, sans-serif;
    font-size: 28px;
    color: #ffffff;
}

.anan-ann .ann{
    position:relative;
    margin-bottom: 30px
}

.anan-ann .ann .left{
    position:absolute;
    width:64px;
    left:0;
    top:0;
}
.anan-ann .ann .right{
    margin-left:80px;
}

.anan-ann a{
    color: #131313;
    text-decoration: none;
}

.anan-ann .ann:hover h2 {
    text-decoration: underline;
}

.anan-ann h2{
    font-family: ChulaCharas, sans-serif;
    font-size: 24px;
    color: #e64852;
}


.anan-spy{
    position: relative;
}


.anan-guidance-body{
    background: url("../img/web background.jpg");
    min-height: 88vh;
    background-size: cover;
    font-size: 110%;
    padding-top: 50px;
}

.anan-black-area {
    background: #000000;
    box-shadow: 0 0 60px #000000 ;
    color:#aaaaaa;
}

.anan-diffuse-shadow{
    box-shadow: 0 0 60px #000000 ;
}

.anan-black-area :hover{
    color: #ffffff;
}

.anan-black-area h1{
    color: #cdcdcd;
    font-family: wdb_bangnaregular, Helvetica Neue, Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 80px;
}

.anan-black-area h1 .black-label{
    background: #838300;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 30px;
}


.anan-subnav li{
    float: left;
}
.anan-subnav .navbar-nav{
    margin: 0;
}

.anan-subnav .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.anan-link {
    color: #BBBB00;
    text-decoration: none;
}

.anan-link:active,
.anan-link.active,
.anan-link:visited{
    color: #BBBB00;
    text-decoration: underline;
}

.field-error {
    padding: 6px 12px;
    color: #a94442;
    font-size: 14px;
}

.fix-width{
    width: 1280px;
}

@media(min-width: 1280px) {
    .fix-width {
        width: 100%;
    }
}

