@charset "utf-8";
*{margin :0;padding:0;}
html,body{
    overflow-x: hidden;
    overflow-y: auto;
    width:100%;
    height:100%;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:12px;
    color:#666666;
    vertical-align: baseline;
    background-color: #f0f0f0;
}
.navbar .nav.pull-right {
    margin-right: 8%;
}
a,a:hover,a:focus,button{
    text-decoration:none;
    color:black;
}
#footLink a:hover,#footLink a:focus{
    text-decoration:underline;
    color:#ffffff;
}
.lf{float: left;}
.rt{float:right;}
.clear{clear:both;}
.text-c{text-align: center}
.ft-11{font-size:1.1rem;}
.ft-12{font-size:1.2rem;}
.mytop{
    position: fixed;left:0;top:0;z-index:1000;
}
.mynav{
    border: none;border-radius: 0;padding:0;
}
.nav>li{
    margin-left:15px ;
    margin-right:15px;
}
.navbar{
    -webkit-box-shadow: 0 2.5px 2.5px 0 rgba(221,221,221,0.5);
    -moz-box-shadow: 0 2.5px 2.5px 0 rgba(221,221,221,0.5);
    box-shadow: 0 2.5px 2.5px 0 rgba(221,221,221,0.5);
}
.navbar .brand{color:#333333;}
.navbar .nav>li>a {
    padding: 10px 5px 10px;
    color:#333333;
}
.relative{
    position: relative;
}
.splash-bg{
    width: 100%;
    height: 100%;
    background: url('../img/DF-intro/top.jpg') no-repeat center;
    overflow: hidden;
    background-size: cover;
}
.btn-navbar{
    border-radius:0;
}
.pd-10{
    padding:10px;
}
.main-title{font-size:2.2rem;padding:10px 5px;padding-left:0;color:#333333;}
.main-title2{font-size:1.6rem;padding:5px;padding-left:0;opacity: 1;}
.main-ftSize{font-size:1.2rem;}
.fBold{font-weight:bold;}
.cl-fff{
    color:#FFFFFF;
}
.cl-6c {
    color: #6C6C6C;
}

.main-txt {
    font-size: 1.3rem;
    line-height: 2.0rem;
}
.pd-m10 {
    padding: 10px 0;
}
.pd-l{padding-left:10px;}
.pd-r{padding-right:10px;}
.ft-bg{background-color: #4A4A4A;}
.ft-pd{padding:20px 0;}
.ft-mg{margin-top:50px;}
.ft-cl{color:white;}
.ft-box{
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex: 0 1 auto;
}
.f1-line1-l{font-size:2rem;display: inline-block;}
.f1-line1-r{font-size:1rem;line-height:1.3rem;display: inline-block;}
.v-line{display: inline-block;height:20px;border-right:1px solid white;}
.f1-line1{line-height:2.5rem;}
.f1-line2,.f1-line3,.ft-txt{line-height:2rem;font-size:1.1rem;}
p{margin:0}
.f2-line,.f3-line3-l{line-height:2.5rem;}
.f3-line3-l{font-size:1.5rem;}
.bot-h-center {
    display: -webkit-flex!important;
    display: flex!important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex: 0 1 auto;
}
.my-mg-rt{
    margin-right:10px!important;
}
.my-mg-bt{
    margin-bottom:10px!important;
}
.box,.line1-box-rt,.line2-box-lf{
    display: -webkit-flex;
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content:space-between;
    align-items: center;
    /*flex: 0 1 auto;*/
}
.line1-box,.line2-box,.line2-box-lf-line1{
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    /*flex: 0 1 auto;*/
    margin-right:10px
}
.bot-h-center-lf{
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    flex: 0 1 auto;
}
.bot-h-center-rt{
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    flex: 0 1 auto;
}