html, body {
    margin: 0;
}
body { 
    padding:0; 
    background: #ffffff;
    font-family: 'Hind', sans-serif;
    font-size:21px; 
    color:#333333;
    letter-spacing: .018em;
    line-height: 1.5;
}

header, footer, content, article, nav, section { display:block; }
.clearFix { clear:both; }
.clear::after{
    content: ' ';
    display: table;
    clear: both;
}


.css_sticky{
    position: relative;
}
/* NOTE: @supports has to be at the root, not nested */ 
@supports(position:sticky){
    .css_sticky{
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
}

.header_menu{
    margin-right: 20px;
    float:right;
}
.header_menu .navbar-toggle{
    display: none;
    border: none;
    background: none;
    cursor: pointer;
}
.header_menu .navbar-toggle .icon-bar {
    width: 20px;
    border-radius: 0;
    background-color: #333;
    display: block;
    height: 2px;
}
.header_menu .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.header_menu .main_menu{
    position: initial;
    height: 52px;
}
    .header_menu .main_menu .button-close{
        display: none;
        color: #FFF;
        cursor: pointer;
    }
        .header_menu .main_menu .button-close svg{
            width:18px;
        }
.header_menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}
    .header_menu li, header a{
        display: flex;
        align-items: center;
        height: 100%;
    }
    .header_menu ul li.menu-item{
        display: inline-block;
        background: #FFF;
        /*position: relative;*/
    }
    .header_menu ul>li.menu-item-has-children>a:after{
        content: "";
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: -3px 0 0 10px;
        width: 7px;
        height: 7px;
        border-style: solid;
        border-width: 0 2px 2px 0;
        border-color: #008776;
    }
    .header_menu .menu-item a{
        text-decoration: none;
        padding: 0 10px;
        color: #505050;
        display: flex;
        align-items: center;
        height: 100%;
        font-size: 16px;
        /*padding: 15px 10px;
        display: block;*/
    }
    .header_menu .menu-item a:hover,
    .header_menu .menu-item a.selected{
        background: #f1f8f8;
    }
        .header_menu ul li .sub-menu{
            display: none;
            position: absolute;
            /*right: 0;
            width: 100%;*/
            z-index: 9;
            
        }
        .header_menu ul li:hover .sub-menu{
            display: block;
        }
            .header_menu ul li ul{
                -webkit-box-shadow: 0 5px 8px 0 rgba(0,0,0,.1);
                box-shadow: 0 5px 8px 0 rgba(0,0,0,.1);
            }
                .header_menu ul li ul li{
                    width: 100%;
                    /* float: left;
                    width: 50%; */
                }

.top_bar{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    z-index: 9997;
    line-height: 1;
}
.top_bar.is_stuck{
    border-bottom: solid 1px #dadada;
    background-color: rgba(255, 255, 255, 0.80);
}
    .top_bar .inner_content{
        margin: 0 auto;
        max-width: 980px;
        padding: 0 22px;
        position: relative;
        border-bottom: solid 1px #dadada;
    }
    .top_bar.is_stuck .inner_content{
        border-bottom:none;
    }
    @media only screen and (max-width: 767px){
        
    }
        .top_bar .inner_content .logo{
            display:block;
            width:30px;
            margin: 10px 5px 0px 0;
            float:left;
        }
        .top_bar .inner_content .title{
            display: block;
            float: left;
            font-size: 24px;
            line-height: 1;
            font-weight: 600;
            margin: 15px 0 -15px;
            padding: 0;
            height: 52px;
            color: #333;
        }
        .top_bar .inner_content .side-title{
            display: block;
            float: left;
            font-size: 18px;
            line-height: 1;
            font-weight: normal;
            margin: 20px 0 -15px 5px;
            color: #333;
        }
        .top_bar .inner_content .button{
            display: block;
            float: right;
            font-size: 13px;
        }


.main{
    display: block;
    min-height: 1000px;
}
.page_content {
    max-width: 100%;
    overflow: hidden;
}
    .page_content .boxed{
        width:980px;
        margin: 0 auto;
    }
        .page_content .boxed .inner{
            padding:20px;
        }
    .page_content h1{
        font-size: 52px;
        line-height: 1.1;
    }
    .page_content h2{
        line-height: 1.1;
        font-size: 42px;
    }

    .page_content .adning_frontend .notice{
        margin: 5px 0 15px;
        background: #fff;
        border: 1px solid #ccd0d4;
        border-left-width: 1px;
        border-left-width: 4px;
        box-shadow: 0 1px 1px rgba(0,0,0,.04);
        padding: 1px 12px;
    }
    


footer{
    background-color: #f2f2f2;
    /*color: #333;*/
    color: #888;
}
footer .footer_content{
    margin: 0 auto;
    max-width: 980px;
    padding: 0 22px;
    font-size: 11px;
    line-height: 1.36364;
}
    .footer_content a{
        color: #555;
        text-decoration: none;
    }
    .footer_content .footer_description{
        border-bottom: 1px solid #d6d6d6;
        color: #888;
        padding: 17px 0 11px;
    }

    .footer_content nav{
        padding: 17px 0;
        position: relative;
        z-index: 1;
        color: #555;
    }
    .footer_content .footer_bottom{
        padding-top: 34px;
        border-top: none;
        padding: 17px 0 21px;
    }
        .footer_content .footer_bottom .info_line{
            margin-bottom: 7px;
            padding-bottom: 8px;
            border-bottom: 1px solid #d6d6d6;
        }
        .footer_content .footer_bottom .legal{
            position: relative;
            top: -3px;
            z-index: 1;
        }
    
    footer .footer_bottom .legal-menu{
        display: inline-block;
    }
        footer .footer_bottom .legal-menu ul.menu{
            margin: 0;
            padding: 0;
        }
            footer .footer_bottom .legal-menu ul.menu li{
                margin: 0 10px;
                list-style: none;
            }
















.adning_cont{
    font-size: 13px;
}
.adning_cont .wrap{
    max-width: 100%;
    padding-left: 3em;
    padding-right: 3em;
}
.adning_cont h2, h3{
    font-size: 1.3em;
    margin: 1em 0;
    display: block;
    font-weight: 600;
    color: #23282d;
}


/**
 * WP BUTTON
*/
.adning_cont button, .adning_cont input, .adning_cont select, .adning_cont textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.adning_cont .button, .adning_cont .button-secondary {
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
}
.adning_cont .button-primary {
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}
.adning_cont .button, .adning_cont .button-primary, .adning_cont .button-secondary {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}
