@charset "utf-8";

/*  ------------------------Color------------------------  */


/*btn*/

.btn-green {
    color: #fff;
    background-color: #4ebdca;
    border-color: #46a6b1;
}

.btn-green:hover {
    background-color: #46a6b1;
    border-color: #4ebdca;
}

.btn_line {
    border-radius: 0;
    background-color: transparent;
    border-color: #333;
}

.btn_line:hover {
    color: #fff;
    background-color: #333;
    border-color: transparent;
}

.btn-black {
    color: #fff;
    background-color: #333;
    border-color: #111;
}

.btn-black:hover {
    color: #f2f2f2;
    background-color: #000;
    border-color: #111;
}

.btn-arrow {
    /*background: #b5e6e9;
    color: #80a8bb;*/
    background: #3a4b6c;
    color: #ddd;
    osition: relative;
    border-radius: 4px;
    border: none;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    border-radius: 4px;
    border: none;
    /*height: 34px;
    line-height: 33px;
    width: 60px;*/
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 300;
}

.btn-arrow:before {
    content: '';
    display: inline-block;
    border-right: 15px solid #f5f5f5;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    position: absolute;
    left: -15px;
    top: 0;
}

.btn-arrow:hover {
    background: #4dcce5;
    color: #fff;
}

.btn-arrow:hover:before {
    border-right: 15px solid #4dcce5;
}

.btn-images {
    display: inline-block;
}


/*  ------------------------Header------------------------  */


/*header_style03*/

.header_st3_logo {
    padding: 22px 0;
    margin: auto;
    display: table;
}

.header_style03 .navbar {
    border: none;
}

.header_style03 .navbar-brand,
.header_style03 .navbar-nav>li>a {
    font-size: 16px;
    color: #694c4b;
}

.header_style03 .navbar-nav>li>a:hover,
.header_style03 .navbar-nav>li>a:focus {
    color: #df0c1e;
}

.header_style03 .navbar-brand {
    padding: 5px 15px;
}

.header_style03 .navbar-brand>img {
    max-width: 115px;
    height: auto;
}

.header_style03 .navbar {
    margin-bottom: 0;
}

.header_style03 .navbar-nav {
    margin: 0;
}

.header_style03 .navbar-nav >li {
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #fff;
}

.header_style03 .navbar-nav >li:last-child {
    border-bottom: none;
}

.header_style03 .navbar-header {}

.header_style03 .header_st3_logo {}

.header_style03 .navbar-collapse {
    background: #ddd;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: #54b7e6;
    color: #fff;
}

.navbar-default .navbar-nav>.open >a >.small {
    color: #fff;
}

.header_style03 .navbar_topnav {
    padding: 5px 0;
    background: #f1f1f1;
}

.header_style03 .dropdown-menu {
    /*background: #54b7e6;
    padding: 0;*/
    border: none;
    box-shadow: none;
}


/*.header_style03 .dropdown-menu:before {
    content: '\f0d8';
    color: #dea8a7;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 30px;
    font-size: 26px;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/


/*.header_style03 .dropdown-menu>li {
    border-bottom: 1px dashed #a27271;
}*/

.header_style03 .dropdown-menu>li:last-child {
    border-bottom: none;
}

.header_style03 .dropdown-menu>li>a {
    padding: 15px 20px;
    color: #fff;
    text-align: center;
}

.header_style03 .dropdown-menu>li>a:hover,
.header_style03 .dropdown-menu>li>a:focus {
    background: #222;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background: transparent;
}

.header_st3_navbar {
    background: url(../images/navbg.jpg) center center no-repeat;
}

.header_st3_navbar_r {
    background: url(../images/navbg_r.jpg) center center no-repeat;
}

.hover_nav {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: table;
}

.hover_nav li {
    text-shadow: 0 0 7px rgba(0, 0, 0, 1);
}

.hover_nav>li {
    float: left;
    position: relative;
}

.hover_nav>li.active:after {
    content: '\f0da';
    display: inline-block;
    color: #ddd;
    position: absolute;
    top: 32%;
    right: 10px;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.hover_nav>li.active:hover:after {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hover_nav>li>a {
    width: 200px;
    display: block;
    padding: 19px 0;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    /*transition: color .5s;
    -webkit-transition: color .5s;
    -o-transition: color .5s;*/
}

.hover_nav>li>a:hover,
.hover_nav>li>a:focus {
    color: #f90;
    text-decoration: none;
}

.hover_nav>li>a:visited {
    text-decoration: none;
}

.hover_nav .hover_dropdown {
    list-style: none;
    display: none;
    width: 200px;
    clear: left;
    left: 0;
    padding: 0;
    position: absolute;
    z-index: 5;
    background: rgba(0, 0, 0, .75);
}

.hover_nav>li:hover >ul {
    display: block;
}

.hover_nav .hover_dropdown li {
    padding: 15px 12px 15px 40px;
    text-align: left;
}

.hover_nav .hover_dropdown a {
    color: #fff;
}

.hover_nav .hover_dropdown a:hover {}

.hover_nav .hover_dropdown li {
    position: relative;
}

.hover_nav .hover_dropdown li:hover {
    background: rgba(0, 0, 0, .9);
}

.hover_nav .hover_dropdown li:after {
    display: inline-block;
    position: absolute;
    top: 27%;
    left: 11px;
}

.cur_nav .dropdown-menu>li>a {
    padding: 5px 10px;
    color: #333;
    text-align: left;
    outline: none;
}

.cur_nav .dropdown-menu>li>a:hover,
.cur_nav .dropdown-menu>li>a:focus {
    background: #eee;
}

.cur_nav .bootstrap-select .dropdown-toggle:focus {
    outline: none;
}


/*Search*/

.searchbox {
    position: relative;
}

.searchbox .navbar-form {
    margin: 0;
    padding: 0;
}

.searchbox .navbar-form .form-control {
    height: auto;
    border: 1px solid #ddd;
}

.btn_icon {
    display: inline-block;
    position: absolute;
    left: 0;
    padding: 0;
    width: 28px;
    height: 28px;
    text-align: center;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btn_icon i {
    color: #ddd;
}


/*  ------------------------Title Set------------------------  */

.titlebar_line {
    background: url(../images/dotted.png) repeat-x center;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.titlebar_line h2 {
    position: relative;
    background: #fff;
    padding: 0 15px;
    display: inline-block;
    margin: 0;
}

.titlebar_line2 {
    font-family: 'Cormorant Infant', serif;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px;
}

.titlebar_line2 span {
    display: block;
}

.titlebar_line2 .titles_line_font {
    color: #4dcce5;
    font-size: 26px;
    position: relative;
    padding: 0;
    margin: 0 auto;
}

.titlebar_line2 .titles_line_font:before,
.titlebar_line2 .titles_line_font:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #bbb;
}

.titlebar_line2 .titles_line_font:before {
    left: 0;
}

.titlebar_line2 .titles_line_font:after {
    right: 0;
}

.titlebar_line2 .big_titles {
    font-size: 42px;
}

.titlebar_line2 .titles_en {
    color: #999;
    font-size: 14px;
}

.titlebar_dubline {
    text-align: center;
    margin: 0 auto 30px;
}

.titlebar_dubline h2 {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px;
    display: inline-block;
    position: relative;
}

.titlebar_dubline h2:before,
.titlebar_dubline h2:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 30px;
    top: 0;
}

.titlebar_dubline h2:before {
    left: -35px;
}

.titlebar_dubline h2:after {
    right: -35px;
}

.titlebar_dubline small {
    display: block;
    color: #ddd;
}

.titlebar_dubline h2,
.titlebar_dubline small {
    text-transform: uppercase;
}

.titlebar_iconbar {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    color: #666;
    padding: 10px 0 30px;
}

.titlebar_iconbar:after {
    content: '';
    display: block;
    width: 30px;
    text-align: center;
    border-top: 3px solid #ccc;
    margin: 0 auto;
}

.titlebar_iconbar .iconbar {
    margin: 20px 0 30px;
    letter-spacing: 1px;
    color: #3ea1cd;
}

.titlebar_iconbar .iconbar:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-right: 2px dashed #ddd;
    padding-right: 15px;
    margin-right: 7px;
}

.titlebar_iconbar .titles_en {
    font-size: 15px;
    color: #999;
}

.titlebar_iconbar .iconbar.i_news:before {
    content: '\f1ea';
}

.titlebar_iconbar .iconbar.i_about:before {
    content: '\f007';
}

.titlebar_iconbar .iconbar.i_shop:before {
    content: '\f290';
}

.titlebar_iconbar .iconbar.i_knows:before {
    content: '\f086';
}

.titlebar_iconbar .iconbar.i_note:before {
    content: '\f071';
}

.titlebar_iconbar .iconbar.i_contact:before {
    content: '\f0e0';
}


/*æ¨™é?Small*/

.small_leftline {
    font-size: 15px;
    display: block;
    color: #bca98a;
}


/*.small_leftline:before {
    content: '??;
    display: inline-block;
    font-size: 16px;
    position: absolute;
    top: 4px;
    left: -6px;
}*/


/*  ------------------------List Set------------------------  */

.media {
    margin: 0;
}

.media li {
    font-family: 'lato', 'Microsoft YaHei', sans-serif;
    font-size: 13px;
}

.media a {
    color: #333;
}

.media a:hover {
    color: #ffc518;
}

.media a.iconfont_size i {
    font-size: 16px;
    vertical-align: text-bottom;
}

.media a.facebook {
    font-size: 20px;
    vertical-align: -2px;
}

.media a.facebook:hover {
    color: #3b5998;
}

.media a.google {
    font-size: 16px;
}

.media a.google:hover {
    color: #db4437;
}

.media a.lang {
    font-size: 20px;
    vertical-align: -2px;
}

.media a.lang:hover {
    color: #db4437;
}

.media a.btns {
    font-style: 12px;
    display: inline-block;
    padding: 0 5px;
    text-transform: capitalize;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
}

.cur_nav .form-group {
    margin-bottom: 0;
}

.news_list {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.news_list li {
    padding: 5px;
    /*border: 1px solid #ddd;*/
}

.news_list li+li {
    border-top: 1px solid #ddd;
}

.news_list h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
}

.datebox {
    border: 1px solid #ddd;
    text-align: center;
    padding-bottom: 8px;
}

.datebox:before {
    content: 'NEWS';
    display: block;
    font-size: 12px;
    padding: 3px;
    text-align: center;
    color: #fff;
    background-color: #ddd;
}

.datebox p {
    margin: 0;
}

.datebox .year {
    display: block;
    color: #ccc;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
}

.datebox .month {
    color: #999;
    font-size: 14px;
    margin-left: -16px;
    margin-top: 3px;
    margin-bottom: -10px;
}

.datebox .day {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    align-items: flex-start;
    margin-left: 4px;
}

.datebox .day:before {
    content: 'ï¼?;
    display: inline-block;
    font-size: 16px;
    margin-top: -6px;
    margin-right: -10px;
}



.data {
    display: inline-flex;
    width: 7em;
    padding: 0 0 0 15px;
}

.post_info {
    padding-left: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.post_info span {
    color: #333;
}

.p_more {
    margin: 5px 0 0;
}

.contact_info li {
    border-bottom: 1px dashed #d8d8d8;
    padding: 15px 0;
    overflow: hidden;
}


/*  ------------------------Contact Form------------------------  */

.contact_form label {
    font-weight: normal;
    color: #aaa;
}

.member_form input::-webkit-input-placeholder {
    color: #aaa;
    font-weight: 300;
}

.member_form input::-moz-placeholder {
    color: #aaa;
    font-weight: 300;
}

.member_form input:-ms-input-placeholder {
    color: #aaa;
    font-weight: 300;
}

.member_form input:-moz-placeholder {
    color: #aaa;
    font-weight: 300;
}

.member_form input:focus::-webkit-input-placeholder {
    color: transparent;
}

.member_form input:focus:-moz-placeholder {
    color: transparent;
}

.member_form input:focus::-moz-placeholder {
    color: transparent;
}

.member_form input:focus:-ms-input-placeholder {
    color: transparent;
}

.member_form i {
    color: #4dcce5;
    margin-right: 5px;
    font-weight: normal;
}

.member_form .input-group-addon {
    font-weight: 300;
    background-color: #f2f2f2;
    border: 1px solid #eee;
    border-radius: 4px 0 0 4px;
}

.member_form .form-control {
    border: 1px solid #eee;
    border-radius: 0 4px 4px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.member_form .member_select_three select,
.member_form .member_select_two select {
    color: #aaa;
    font-weight: 300;
}

.member_form .member_select_two select {
    width: calc(100%/2);
    border-bottom: none;
    border-right: none;
}

.member_form .member_select_three select {
    width: calc(100%/3);
    border-right: none;
}

.member_form .member_select_three select:last-child,
.member_form .member_select_two select:last-child {
    border-right: 1px solid #eee;
}


/*  ------------------------Table------------------------  */

.order_table {
    text-align: center;
}

.order_table th {
    text-align: center;
    font-weight: normal;
}


/*  ------------------------Footer------------------------  */

footer {
    margin-top: 10vh;
}

.footer_style_b {
    margin-top: 50px;
}

.footer_b_content {
    padding: 20px 0 10px;
    background: rgba(209, 192, 165, .1);
    color: #333;
}

.footer_b_content h2 {
    font-size: 24px;
    color: #facd89;
    text-align: center;
    font-weight: 300;
}

.footer_b_content h3 {
    font-size: 20px;
    font-weight: 300;
    color: #d0bb9c;
    margin: 0 0 20px;
}

.footer_b_copyright {
    background: #333;
    padding: 15px 0 10px;
    color: #ddd;
}

.footer_b_copyright a {
    color: #ddd;
}

.footer_b_copyright a:hover {
    color: #ddd;
}

.footer_b_copyright_r {
    background: rgb(255, 214, 39);
    padding: 15px 0 10px;
    color: #000;
}

.footer_b_copyright_r a {
    color: #000;
}

.footer_b_copyright_r a:hover {
    color: #000;
}

.footer_about {
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    color: #666;
}

.footer_info {
    list-style: none;
    padding: 0;
}

.footer_info li {
    padding: 5px 0;
}

.footer_info a {
    color: #666;
}

.footer_info a:hover {
    color: #de3230;
    text-decoration: none;
}

.footer_form label {
    font-weight: 400;
}

.footer_form .input-group-addon {
    padding: 6px;
    min-width: 40px;
}

.footer_list li {
    margin-bottom: 10px;
}

.footer_list a {
    font-size: 16px;
    color: #aaa;
    font-weight: 300;
}

.footer_list a:hover,
.footer_list a:focus {
    color: #f8f7f3;
}

.footer_chat {
    position: relative;
}

.footer_chat h4 {
    margin: 0 0 5px;
    font-weight: 600;
}

.footer_chat .footer_contact {
    display: none;
}

.footer_contact {
    padding: 15px;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    border: 1px solid #333;
    background-color: #fff;
    z-index: 100;
}

.footer_contact:after {
    content: '??;
    display: block;
    color: #fff;
    position: absolute;
    bottom: -15px;
    right: 47%;
}

.footer_contact .btn-block {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.footer_contact .btn-block:hover {
    background-color: #999;
    border-color: #999;
}

.footer_chat:hover >div >div {
    display: block;
}

.copyright_list {
    text-align: center;
    padding: 0;
}

.copyright_list li {
    display: inline-block;
    font-size: 14px;
    color: #c4edf5;
    font-weight: 300;
}


/*.copyright_list li:first-child:after {
    content: '/';
    display: inline-block;
    margin: 0 5px 0 10px;
}*/

.copyright_list a {
    color: #c4edf5;
}

.copyright_list a:hover,
.copyright_list a:focus {
    color: #34707b;
}

.footer_content_list {
    margin: 0 auto;
    background: rgba(173, 228, 255, 0.44);
    padding: 5px 0;
    border-radius: 15px;
}

.footer_content_list li {
    padding: 0;
}

.footer_content_list li:last-child {
    margin-right: 0;
}

.footer_content_list li:after {
    content: '/';
    display: inline-block;
    font-size: 12px;
    padding-left: 10px;
    color: rgba(255, 255, 255, 0.5);
}

.footer_content_list li:last-child:after {
    content: '';
}

.footer_content_list a {
    color: #fff;
    font-weight: 200;
    font-size: 15px;
}

.footer_content_list a:hover {
    color: #34707b;
}

.footer_style_s {
    padding: 15px;
    background: #a4777e;
}

.copyright {}

.copyright .web_author {
    display: block;
    color: #aaa;
}

.copyright .web_author a {
    color: #aaa;
}

.copyright .web_author a:hover {
    color: #fff;
}


/*  ------------------------Photo Box------------------------  */

.photo_style01 {
    position: relative;
}

.photo_style01:before,
.photo_style01:after {
    display: inline-block;
    position: absolute;
}

.photo_style01:before {
    content: '';
    top: 0;
    left: 0;
    z-index: 2;
}


/*  ------------------------Button------------------------  */

.hover_anime li {
    width: 15%;
    margin-right: 1em;
    margin-bottom: 1em;
    background: #eee;
}

.hover_anime li:nth-child(6n) {
    margin-right: 0;
}

.hvr-border-fade:active,
.hvr-border-fade:focus,
.hvr-border-fade:hover {
    box-shadow: inset 0 0 0 4px #4ebdca, 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-underline-from-left:before,
.hvr-underline-from-center:before {
    background: #4ebdca;
}

.hvr-fade:active,
.hvr-fade:focus,
.hvr-fade:hover {
    background-color: #4ebdca;
    color: #fff;
}

.hvr-icon-fade:active:before,
.hvr-icon-fade:focus:before,
.hvr-icon-fade:hover:before {
    color: #4ebdca;
}

.hvr-icon-fade:before {
    top: 17px;
    right: 18px;
}

.hvr-fade p:hover {
    color: #f2f2f2;
}

.hover_anime p {
    padding: 15px 0;
    color: #333;
    text-align: center;
    margin: 0;
}


/*  ------------------------Gird------------------------  */

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}


/*  ------------------------Page------------------------  */

.pagebox {
    width: 290px;
    margin: 20px auto 0;
    padding: 0;
    text-align: center;
}


/*.pagebox:before {
    content: "\f104";
}

.pagebox:after {
    content: "\f105";
}

.pagebox:after,
.pagebox:before {
    color: #fff;
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-align: center;
    line-height: 25px;
    background: #ccc;
    display: inline-block;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
}*/

.pagebox li {
    margin-bottom: 10px;
    display: inline-block;
}

.pagebox li:last-child {
    margin-right: 0;
}

.pagebox a {
    font-size: 14px;
    color: #fff;
    background: #333;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    border-radius: 3px;
    transition: background .2s linear;
    -webkit-transition: background .2s linear;
    -o-transition: background .2s linear;
}

.pagebox a:hover {
    background: #df0c1e;
}

.pagebox .on a {
    background: #df0c1e;
}

.pagebox li:first-child a,
.pagebox li:last-child a {
    width: 44px;
}


/*  ------------------------clearfix------------------------  */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*For IE 6&7 only*/
}

.h_heart {
    color: #f90;
}


/*  ------------------------sign-in------------------------  */

.icon-social .fa-stack-1x { color: #fff; }
.icon-fb .fa-stack-2x { color: #2a5493; }
.icon-gp .fa-stack-2x { color: #e24b3a; }

.sign-in-divider {
	position: relative;
	text-align: center;
	margin: 0 -20px;
	color: #777;
	line-height: 40px;
}

.sign-in-social {
	text-align: center;
	color: #777;
}
.sign-in-social-icons {
	text-align: center;
	padding: 20px 0 10px 0;
	font-size: 20px;
}
.sign-in-social-icon {
	display: inline-block;
}
.sign-in-social-icon:focus,
.sign-in-social-icon:active,
.sign-in-social-icon:hover {
	text-decoration: none;
}
.sign-in-divider:after {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	height: 1px;
	background: #ccc;
	z-index: 0;
}
.sign-in-divider span {
	text-transform: lowercase;
	display: inline-block;
	position: relative;
	background: #fff;
	padding: 0 15px;
	z-index: 1;
}

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

.nav-news-tabs {
    border-bottom: 1px solid #ddd
}

.nav-news-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-news-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-news-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-news-tabs>li.active>a,.nav-news-tabs>li.active>a:hover,.nav-news-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-news-tabs.nav-news-justified {
    width: 100%;
    border-bottom: 0
}

.nav-news-tabs.nav-news-justified>li {
    float: left;
    width: 20%;
}

.nav-news-tabs.nav-news-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-news-tabs.nav-news-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-news-tabs.nav-news-justified>li {
        display:table-cell;
    }

    .nav-news-tabs.nav-news-justified>li>a {
        margin-bottom: 0
    }
}

.nav-news-tabs.nav-news-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
    padding: 5px;
}

.nav-news-tabs.nav-news-justified>.active>a,.nav-news-tabs.nav-news-justified>.active>a:hover,.nav-news-tabs.nav-news-justified>.active>a:focus {
    border: 1px solid #ddd;
    background: #ded9ce;
    color: #000;
}

@media (min-width: 768px) {
    .nav-news-tabs.nav-news-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-news-tabs.nav-news-justified>.active>a,.nav-news-tabs.nav-news-justified>.active>a:hover,.nav-news-tabs.nav-news-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}
