/*
font-family: 'Roboto Slab', serif;
font-family: 'Roboto', sans-serif;
*/


/*****************  BODY  *****************/
body{
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    color: #6c6b6b;
}
#container {
    padding: 0;
    margin: 0;
}
#container > .content-wrapper {

}
#container > .content-wrapper.content-detail {
    margin-top: 51px;
}
#container > .content-wrapper.content-detail .content-wrapper-inner{
    margin-top: 0;
}


input, select, textarea, button {
    border-radius: 0!important;
}



.panel-theme {
    border-radius: 0!important;
}

.btn-group .btn-theme {
    border: none;
}
.btn-theme {
    transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
    background-color: #fff;
    border-color: #e1e1e1;
    color: #868585;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active {
    background-color: #121212;
    border-color: #121212;
    color: #fff;
}

.progress{
    border-radius: 0;
    height: 18px;
    margin-bottom: 15px;
}
.progress-bar-theme {
    background-color: #007fc5;
    line-height: 18px;
}


/*****************  NAVBAR  *****************/
#navbar-main {
    border-color: rgb(206, 23, 48);
    background-color: #ce1730 !important;
    border: none!important;
    height: 51px!important;
}


#navbar-main .navbar-header{
    position: relative;
    clear: both;
}
#navbar-main .navbar-header #menu-toggle {
    margin: 0;
    border-radius: 0;
    border: none;
    float: left;
    width: 11%;
    height: 51px;
    padding: 0;
    color: #fff;
    background-color: #870f20;
}
#navbar-main .navbar-header #menu-toggle .icon-bar {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}
#navbar-main .navbar-header #menu-back {
    float: right;
    margin: 0;
    border-radius: 0;
    border: none;
    width: 11%;
    height: 51px;
    padding: 0;
    color: #fff;
    background-color: #870f20;
    line-height: 51px;
    font-size: 22px;
}
#navbar-main .navbar-header .navbar-brand{
    float: left;
    width: 78%;
    text-align: center;
    padding: 0;
    margin: 0;
}
#navbar-main .navbar-header .navbar-brand > div {
    height: 51px;
    line-height: 51px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
#navbar-main .navbar-header .navbar-brand > img {
    text-align: center;
    max-height: 41px;
    margin: 5px auto;

}










#navbar-search-form input {
    background-color: #090909;
    border: none;
    outline: none;
    box-shadow: none;
    color: #fff;
    -webkit-text-fill-color: #fff;
}
#navbar-search-form input:focus {
    background-color: #2e2e2e;
}

#navbar-search-form input:-webkit-autofill {
    -webkit-text-fill-color: #000!important;
}




/*****************  BREADCRUMB  *****************/
.breadcrumb-wrapper {
    position: relative;
    max-height: 36px;
    overflow: hidden;
}
.breadcrumb-wrapper > .search-link{
    position: absolute;
    right: 0;
    top: 0;
    width: 11%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    /*background-color: #ee162d;*/
    background-color: rgb(206, 23, 48);
}
.breadcrumb-wrapper .breadcrumb {
    max-height: 36px;
    overflow: hidden;
}

.breadcrumb {
    border-radius: 0;
    margin-bottom: 0;
}
.breadcrumb li{
    font-size: 12px;
    line-height: 22px;
}

.breadcrumb a{
    color: #3d537a;
}
.breadcrumb li.active{
    color: #999;
}






/*****************  HEADLINE  *****************/
#headline-carousel{
    padding: 0;
    margin-top: 51px;
    clear: both;
    overflow: hidden;
}
#headline-carousel .data-item {
    position: relative;
    /*float: left;*/
    display: none;
}
#headline-carousel .data-item,
#headline-carousel .data-item .image-cover,
#headline-carousel .data-item .image-cover .image {
    width: 100%;
}
#headline-carousel .data-item .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*margin: 5px;
    border-radius: 4px;*/
    background-color: rgba(0,0,0, .70);
}
#headline-carousel .data-item .info .title{
    color: #fff;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 700;
    padding: 5px;
}
#headline-carousel .data-item.edited-item .info .title{
    display: none;
}
#headline-carousel .owl-controls {
    margin-top: 0;
}
#headline-carousel .owl-controls .owl-pagination {
    background-color: transparent;
    padding-top: 5px;
}
#headline-carousel .owl-controls .owl-page span {
    margin: 5px 4px;
    width: 8px;
    height: 8px;
    background-color: #5c5c5c;
}
#headline-carousel .owl-controls .owl-page.active span {
    background-color: #ce1730;
}

/*****************  NEWS LISTVIEW  *****************/
#article-list .data-item,
#video-list .data-item,
#gallery-list .data-item,
#news-list .data-item{
    margin: 0 10px 20px;
    border: 10px solid #fff;
    background-color: #fff;
    position: relative;

    -webkit-box-shadow: 0px 0px 1px 1px rgba(128,126,128,0.4);
    -moz-box-shadow: 0px 0px 1px 1px rgba(128,126,128,0.4);
    box-shadow: 0px 0px 1px 1px rgba(128,126,128,0.4);

    display: inline-block!important;
}
#article-list .data-item:first-child,
#video-list .data-item:first-child,
#gallery-list .data-item:first-child,
#news-list .data-item:first-child {
    margin-top: 20px;
}
#article-list .data-item .image-cover,
#article-list .data-item .image-cover .image,
#video-list .data-item .image-cover,
#video-list .data-item .image-cover .image,
#gallery-list .data-item .image-cover,
#gallery-list .data-item .image-cover .image,
#news-list .data-item .image-cover,
#news-list .data-item .image-cover .image{

}
#article-list .data-item .info,
#video-list .data-item .info,
#gallery-list .data-item .info,
#news-list .data-item .info {
    margin-top: 5px;
}
#article-list .data-item .info .title,
#video-list .data-item .info .title,
#gallery-list .data-item .info .title,
#news-list .data-item .info .title{
    color: #121212;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 700;
}



#video-list .data-item  .icon,
#gallery-list .data-item  .icon{
    height: 160px;
    width: 160px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 30px;
    opacity: .6;
}


.data-comment .header {
    background-color: #ce1730;
}

/*****************  GALLERY IMAGES BLUEIMP  *****************/
.blueimp-gallery > .description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #DDDDDD;
    line-height: 1.4;
    font-size: 13px;
    display: none;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.blueimp-gallery-controls > .description {
    display: block;
    background-color: rgba(0,0,0,.35);
    padding: 10px 5px 5px 5px;
}




/*****************  MA5 MENU  *****************/
.ma5-mobile-menu-container,
.ma5-menu-panel,
.ma5-menu-panel li.item-caption,
.ma5-menu-panel li.item-caption a,
.ma5-menu-panel li.item-color,
.ma5-menu-panel li.item-color a {
    background-color: #121212;
}
.ma5-menu-panel li.item-caption a {
    padding-top: 4px;
    padding-bottom: 4px;
}

.ma5-menu-panel li {
    background-color: #212121;
}
.ma5-menu-panel li:after {
    background-color: #151515 !important;
}
.ma5-menu-panel li.item-color:after {
    background-color: #000000 !important;
}
.ma5-menu-panel li a {
    color: #eee;
}

/* social */
.ma5-menu-panel li.social-items,
.ma5-menu-panel li.social-items div.social-items{
    padding: 0;
    background-color: #121212;
}
.ma5-menu-panel li.social-items div.social-items .social-list {
    margin: 0;
}
.ma5-menu-panel li.social-items div.social-items .social-list > a {
    margin-right: 2px;
    width: 40px;
    float: left;
    text-align: center;
    padding: 10px 0;
}
.ma5-menu-panel li.social-items div.social-items .social-list > a:last-child {
    margin-right: 0;
}
.ma5-menu-panel li.social-items div.social-items .social-list > a span{
    font-size: 18px;
    width: 40px;
    text-align: center;
}

button.ma5-toggle-menu {
    background-color: #000000;
    border: none;
    height:34px;
    color: #ffffff;
}







/*****************  DETAIL  *****************/
.content-wrapper-inner .data-detail.with-margin {
    margin: 10px;
    background-color: #fff;
}
.content-wrapper-inner .data-detail .with-padding {
    padding: 10px;
}
.content-wrapper-inner .data-detail .header,
.content-wrapper-inner .data-detail .abstract,
.content-wrapper-inner .data-detail .description,
.content-wrapper-inner .data-detail .info,
.content-wrapper-inner .data-detail .about{
    padding: 10px;
}

.content-wrapper-inner .data-detail .header .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #222;
}

.content-wrapper-inner .data-detail.news-detail .abstract{
    font-style: italic;
    color: #999;
}

.content-wrapper-inner .data-detail.news-detail .abstract blockquote{
    font-size: 18px;
    border: none;
    margin: 0;
    border-left: 4px solid #aaaaaa;
    padding: 0 0 0 5px;
    font-weight: 700;
}

.content-wrapper-inner .data-detail .description {
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
}

.content-wrapper-inner .data-detail .about{
    padding: 0!important;
}

.content-wrapper-inner .share .social-list li,
.content-wrapper-inner .data-detail .about .social-list li{
    float: left;
    width: 33.3%;
}
.content-wrapper-inner .share .social-list li a,
.content-wrapper-inner .share .social-list li a span,
.content-wrapper-inner .data-detail .about .social-list li a,
.content-wrapper-inner .data-detail .about .social-list li a span{
    width: 100%;
    font-size: 22px;
}
.content-wrapper-inner .data-detail .about .informant {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

/*article*/
.content-wrapper-inner .data-detail.article-detail .image-cover,
.content-wrapper-inner .data-detail.article-detail .image-cover .image{
    width: 100px;
}
.content-wrapper-inner .data-detail.article-detail .image-cover {
    float: left;
}
.content-wrapper-inner .data-detail.article-detail .author-info {
    margin-left: 105px;
    padding-right: 5px;
}
.content-wrapper-inner .data-detail.article-detail .author-info .title{
    padding-top: 5px;
    font-size: 20px;
}

.content-wrapper-inner .data-detail.article-detail .author-info .author-contact li{
    margin: 5px 0;
    float: none;
}
.content-wrapper-inner .data-detail.article-detail .author-info .author-contact li a{
    display: block;
    padding: 5px 3px;
    font-size: 8px;
}

#container > section > section > div.data-other.article-other > .data-item {
    padding: 10px;
    position: relative;
}
#container > section > section > div.data-other.article-other > .data-item:before {
    content: '-';
    position: absolute;
    left: 5px;
    top: 12px;
}
#container > section > section > div.data-other.article-other > .data-item .title{
    font-size: 18px;
    line-height: 1.4;
    color: #222;
}



/* tags */
.content-wrapper-inner .data-tags {
    background-color: transparent;
    padding: 10px 5px 0;
}
.content-wrapper-inner .data-tags li{
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 2px 5px;
    background-color: #ddd;
}
.content-wrapper-inner .data-tags li a{
    color: #222;
}


/* other */
.content-wrapper-inner .data-other {
    background-color: #eee;
    margin-top: 20px;
}
.content-wrapper-inner .data-other #news-list .data-item {
    margin: 10px;
    padding: 10px;
    background-color: #fff;
    border: none;
    clear: both;
}


.content-wrapper-inner .data-other #video-list .data-item .image-cover,
.content-wrapper-inner .data-other #video-list .data-item .image-cover .image,
.content-wrapper-inner .data-other #news-list .data-item .image-cover,
.content-wrapper-inner .data-other #news-list .data-item .image-cover .image{
    width: 120px;
}
.content-wrapper-inner .data-other #video-list .data-item .image-cover,
.content-wrapper-inner .data-other #news-list .data-item .image-cover {
    float: left;
}
.content-wrapper-inner .data-other #video-list .data-item .info,
.content-wrapper-inner .data-other #news-list .data-item .info{
    margin-left: 130px;
}

.content-wrapper-inner .data-other #video-list .data-item .info .title,
.content-wrapper-inner .data-other #news-list .data-item .info .title{
    font-size: 16px;
}




.content-wrapper-inner > .pages {
    padding: 10px;
}

/* paper */
.content-wrapper-inner .data-detail.paper-detail  {
    width: 100%;
    padding: 10px;
}
.content-wrapper-inner .data-detail.paper-detail .item-list .item{
    margin-bottom: 10px;
}








/*****************  FIRM MAIN  *****************/
#firm-list {

}
#firm-list .data-item{
    background-color: #fff;
    padding: 10px;
    margin: 10px;
}
#firm-list .data-item .header .title{
    font-weight: 700;
    color: #222;
    font-size: 18px;
}
#firm-list .data-item .header .category{
    color: #444;
}
#firm-list .data-item .image-cover {
    float: left;
}
#firm-list .data-item .image-cover,
#firm-list .data-item .image-cover .image {
    width: 100px;
}
#firm-list .data-item .info span{
    width: 18px;
    text-align: center;
    color: #b7b7b7;
    background-color: transparent!important;

}
#firm-list .data-item .header,
#firm-list .data-item .info {
    margin-left: 110px;
}


/*****************  FIRM DETAIL  *****************/
.content-wrapper-inner .firm-detail hr{
    margin-top: 5px;
    margin-bottom: 5px;
}
.content-wrapper-inner .firm-detail  .image-cover {
    width: 25%;
    float: left;
}
.content-wrapper-inner .firm-detail .image-cover,
.content-wrapper-inner .firm-detail .image-cover .image{

}
.content-wrapper-inner .firm-detail .header  {
    width: 75%;
    float: left;
    padding: 0 0 0 5px;
}
.content-wrapper-inner .firm-detail .header .title {
    font-size: 20px;
    line-height: 1.2;
}
.content-wrapper-inner .firm-detail .header .categories {
    font-size: 12px;
}

.content-wrapper-inner .firm-detail .contact h5 {
    float: left;
    width: 110px;
    line-height: 1.4;
    font-size: 12px;
}
.content-wrapper-inner .firm-detail .contact h5 .fa{
    width: 20px;
    background-color: transparent!important;
    text-align: center;
}
.content-wrapper-inner .firm-detail .contact p {
    margin: 0 0 0 110px;
    padding: 0;
    line-height: 1.4;
    font-size: 12px;
}
.content-wrapper-inner .firm-detail .detail-description {
    margin-top: 20px;
    padding-top: 10px;
    color: #000;
    font-size: 20px;
}

.content-wrapper-inner .firm-detail .address {

    padding: 5px 0 0 0;
    font-size: 14px;
}
.content-wrapper-inner .firm-detail .address p{
    line-height: 1.4;
    font-size: 12px;
}
.content-wrapper-inner .firm-detail .address .fa{
    width: 20px;
    background-color: transparent!important;
    text-align: center;
}











/*****************  GIFT MAIN  *****************/
#gift-list {

}
#gift-list .data-item{
    background-color: #fff;
    padding: 10px;
    margin: 10px;
    position: relative;
}
#gift-list .data-item .header .title{
    font-weight: 700;
    color: #222;
    font-size: 18px;
}
#gift-list .data-item .image-cover {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 200px;
}
#gift-list .data-item .image-cover .image {
    width: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
}
#gift-list .data-item .info {

}
#gift-list .data-item .info .title{
    padding-top: 5px;
    color: #222;
    font-weight: 700;
}
#gift-list .data-item .footer a.category {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    font-size: 16px;
    opacity: .9;
}
#gift-list .data-item .footer a.category .label {
    display: block;
    background-color: #d12c2b;
    border-radius: 0 0 4px 0;
    color: #fff;
    font-size: 100%;
    padding: 10px;
}







/*****************  FOOD MAIN  *****************/
#food-list {

}
#food-list .data-item{
    background-color: #fff;
    padding: 10px;
    margin: 10px;
    position: relative;
}
#food-list .data-item .header .title{
    font-weight: 700;
    color: #222;
    font-size: 18px;
}
#food-list .data-item .image-cover {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 200px;
}
#food-list .data-item .image-cover .image {
    width: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
}
#food-list .data-item .info {

}
#food-list .data-item .info .title{
    padding-top: 5px;
    color: #222;
    font-weight: 700;
}
#food-list .data-item .footer a.category {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    font-size: 16px;
    opacity: .9;
}
#food-list .data-item .footer a.category .label {
    display: block;
    background-color: #d12c2b;
    border-radius: 0 0 4px 0;
    color: #fff;
    font-size: 100%;
    padding: 10px;
}

/*****************  FOOD DETAIL  *****************/
.content-wrapper-inner .food-detail hr{
    margin-top: 5px;
    margin-bottom: 5px;
}
.content-wrapper-inner .food-detail .info {
    border-top: 1px solid #dfdfdf;
    padding: 20px 0 10px;

}
.content-wrapper-inner .food-detail .info .info-item{
    float: left;
    margin-right: 2%;
    width: 32%;
    text-align: center;
    border-bottom: 3px solid #c11e53;
}
.content-wrapper-inner .food-detail .info .info-item:last-child{
    margin-right: 0;
}
.content-wrapper-inner .food-detail .info .info-item .title{
    color: #c11e53;
    font-weight: 700;
    font-size: 12px;
}
.content-wrapper-inner .food-detail .info .info-item p{
    font-weight: 700;
    color: #222;
}


.content-wrapper-inner .food-detail .description-header .title{
    color: #c11e53;
    font-weight: 700;
    font-size: 18px;
    padding: 5px 10px;
}
.content-wrapper-inner .food-detail .description-header .fa{
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 42px;
    background-color: #c11e53;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    font-size: 20px;
}
.content-wrapper-inner .food-detail .description{
    color: #222;
    font-size: 16px;
    padding-bottom: 20px;
    padding-top: 0;
}








/*****************  LIBRARY MAIN  *****************/
#library-list {

}
#library-list .data-item{
    background-color: #fff;
    padding: 10px;
    margin: 10px;
    position: relative;
}
#library-list .data-item .header .title{
    font-weight: 700;
    color: #222;
    font-size: 18px;
}
#library-list .data-item .image-cover {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 250px;
}
#library-list .data-item .image-cover .image {
    width: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
}
#library-list .data-item .info {

}
#library-list .data-item .info .title{
    padding-top: 5px;
    color: #222;
    font-weight: 700;
}
#library-list .data-item .footer a.category {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    font-size: 16px;
    opacity: .9;
}
#library-list .data-item .footer a.category .label {
    display: block;
    background-color: #d12c2b;
    border-radius: 0 0 4px 0;
    color: #fff;
    font-size: 100%;
    padding: 10px;
}
/*****************  LIBRARY DETAIL  *****************/
.content-wrapper-inner .library-detail .image-cover {
    width: 100px;
    float: left;
}
.content-wrapper-inner .library-detail .about {
    margin-left: 100px;
    font-size: 12px;
}
.content-wrapper-inner .library-detail .data-links {
    margin-top: 30px;
}
.content-wrapper-inner .library-detail .data-links h5 {
    font-weight: 700;
    font-style: italic;
}
.content-wrapper-inner .library-detail .data-links li,
.content-wrapper-inner .library-detail .data-links li a {
    font-style: italic;
    font-size: 12px;
    display:inline-block;
    width:180px;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
    color: #CF302E;
    font-weight: 700;
}
.content-wrapper-inner .library-detail .description{
    color: #222;
    font-size: 16px;
    padding-bottom: 20px;
    padding-top: 0;
}










/*****************  BIOGRAPHY MAIN  *****************/
#biography-list {
    margin-bottom: 20px;
}
#biography-list .data-item {
    background-color: #fff;
    padding: 10px;
    margin: 10px;
    position: relative;

    /*width: 304px;*/
    /*margin-bottom: 19px;*/
    /*float: left;*/
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    overflow: hidden;
}
#biography-list .data-item .image-cover {
    position: relative;
    width: 150px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
}
#biography-list .data-item .title {

    color: #222;
    font-weight: 700;


}
/*****************  BIOGRAPHY DETAIL  *****************/
.content-wrapper-inner .biography-detail .image-cover,
.content-wrapper-inner .biography-detail .image-cover .image{
    width: 100%;
}
.content-wrapper-inner .biography-detail .about {
    margin-left: 100px;
    font-size: 12px;
}
.content-wrapper-inner .biography-detail .description{
    color: #222;
    font-size: 16px;
    padding-bottom: 20px;
    padding-top: 0;
}













/*****************  DICTIONARY MAIN  *****************/
#dictionary-list-search .data-item,
#dictionary-list .data-item {
    background-color: #fff;
    padding: 10px;
    margin: 10px;
}
#dictionary-list-search .data-item .image-cover,
#dictionary-list .data-item .image-cover {
    width: 30%;
    float: left;
    border-radius: 90px;
    overflow: hidden;
}
#dictionary-list-search .data-item  .title,
#dictionary-list .data-item  .title {
    float: right;
    width: 68%;
}
#dictionary-list-search .data-item  .title  .title-word,
#dictionary-list-search .data-item  .title  .title-tr,
#dictionary-list .data-item  .title  .title-word,
#dictionary-list .data-item  .title  .title-tr {
    width: 100%;
    padding: 5px;
    color: #000;
    font-weight: 700;
}
#dictionary-list-search .data-item  .title  .title-word,
#dictionary-list .data-item  .title  .title-word {
    background-color: #e0e0e0;
}
#dictionary-list-search .data-item  .title  .title-tr,
#dictionary-list .data-item  .title  .title-tr {
    background-color: #f2f2f2;
}

#dictionary-list-search .data-item  .title  .title-word span,
#dictionary-list-search .data-item  .title  .title-tr span,
#dictionary-list .data-item  .title  .title-word span,
#dictionary-list .data-item  .title  .title-tr span {
    font-size: 14px;
    display: block;
    color: #909090;
}

/*****************  DICTIONARY DETAIL  *****************/
.content-wrapper-inner .dictionary-detail {

}
.content-wrapper-inner .dictionary-detail .image-cover {
    width: 30%;
    float: left;
}
.content-wrapper-inner .dictionary-detail .dictionary {
    float: right;
    width: 68%;
}
.content-wrapper-inner .dictionary-detail .dictionary .word,
.content-wrapper-inner .dictionary-detail .dictionary .tr {
    width: 100%;
    padding: 5px;
    color: #222;
}
.content-wrapper-inner .dictionary-detail .dictionary .word {
    background-color: #e0e0e0;
}
.content-wrapper-inner .dictionary-detail .dictionary .tr {
    background-color: #f2f2f2;
}
.content-wrapper-inner .dictionary-detail .dictionary .word h2,
.content-wrapper-inner .dictionary-detail .dictionary .tr h2 {
    font-weight: 700;
}
.content-wrapper-inner .dictionary-detail .dictionary .word span,
.content-wrapper-inner .dictionary-detail .dictionary .tr span {
    font-size: 14px;
    display: block;
    color: #909090;
}
.content-wrapper-inner .dictionary-detail .all-description {
    margin-top: 20px;
    padding-top: 10px;
    color: #000;
    font-size: 20px;
    border-top: 1px solid #c8c8c8;
}
.content-wrapper-inner .dictionary-detail .all-description > span {
    color: #6c6b6b;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-style: italic;
}

















/*****************  HOTEL MAIN  *****************/
#hotel-list {
    margin: 10px;
}
#hotel-list .data-item {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    background-color: #fff;
}
#hotel-list .data-item .info{
    position: absolute;
    right: 5px;
    bottom: 0;
    width: 25%;
}
#hotel-list .data-item .info span{
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #ddac00;
}
#hotel-list .data-item .info .logo{
    width: 100%;
    border: 1px solid #ddac00;
    border-radius: 4px;
}
#hotel-list .data-item .header{
    max-width: 75%;
    padding: 10px 5px;
}
#hotel-list .data-item .header .title{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    height: 42px;
    max-height: 42px;
    overflow: hidden;
}
.search-toggle .category-list li {
    float: left;
    width: 25%;
}
.search-toggle .category-list li a{
    color: #fff;
}

/*****************  HOTEL DETAIL  *****************/
.content-wrapper-inner .hotel-detail {

}

.content-wrapper-inner .hotel-detail .image-cover{
    width: 24%;
    float: left;
}

.content-wrapper-inner .hotel-detail .header{
    float: right;
    width: 74%;
}
.content-wrapper-inner .hotel-detail .header .title{
    font-size: 18px;
}
.content-wrapper-inner .hotel-detail .header .type{
    color: #ddac00;
}
.content-wrapper-inner .hotel-detail .info {
    text-align: center;
}
.content-wrapper-inner .hotel-detail .hotel-info {
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    margin-top: 5px;
    padding-top: 5px;
}
.content-wrapper-inner .hotel-detail .hotel-info.with-icon {
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
    border: none;
}

.content-wrapper-inner .hotel-detail .hotel-info.with-icon .item{
    float: left;
    width: 50px;
    margin-right: 2px;
}
.content-wrapper-inner .hotel-detail .hotel-info.with-icon .item h5{
    display: none;
}


.content-wrapper-inner .hotel-detail .images {
    position: relative;
}
.content-wrapper-inner .hotel-detail .images .custom-navigation > a{
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    z-index: 99999;
    font-size: 40px;
    line-height: 38px;
    background-color: rgba(255,255,255, .5);
    padding: 0 10px;
    border-radius: 10px;
    height: 40px;
    color: rgba(0, 0, 0, .5);
}
.content-wrapper-inner .hotel-detail .images .custom-navigation > a.prev{
    left: 5px;
}
.content-wrapper-inner .hotel-detail .images .custom-navigation > a.next{
    right: 5px;
}
.content-wrapper-inner .hotel-detail .detail-description {
    margin-top: 20px;
    padding-top: 10px;
    color: #000;
    font-size: 20px;
    border-top: 1px solid #c8c8c8;
}
.content-wrapper-inner .hotel-detail .address {

    border-top: 1px solid #c8c8c8;
    padding: 5px 0 0 0;
    margin-top: 10px;
    font-size: 14px;
}
.content-wrapper-inner .hotel-detail .address p{
    line-height: 1.4;
    font-size: 12px;
}
.content-wrapper-inner .hotel-detail .address .fa{
    width: 20px;
    background-color: transparent!important;
    text-align: center;
}

.content-wrapper-inner .hotel-detail .features .title{
    margin-bottom: 5px;
    color: #ce1730;
    font-size: 18px;
    font-weight: 700;
}
.content-wrapper-inner .hotel-detail .features span{
    background-color: #dfdfdf;
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
}







/*****************  MY360 MAIN  *****************/
#my360-list .data-item{
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin: 20px;
}
#my360-list .data-item .image-cover,
#my360-list .data-item .image-cover .image {
    width: 100%;
    height: 100%;
}
#my360-list .data-item .info {
    position: absolute;
    left: 0;
    bottom: 0;
    /*padding: 10px;*/
    width: 100%;
    height: 80%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 );
}
#my360-list .data-item .info .title{
    position: absolute;
    bottom: 0;
    left: 0;
    /*width: 284px;*/
    margin: 0 10px;
    padding: 0 0 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    max-height: 40px;
    overflow: hidden;
}
#my360-list .data-item .info .title.title-default{
    bottom: 0;
    padding-bottom: 10px;
}
#my360-list .data-item .info .title.title-top{
    bottom: 29px;
}
#my360-list .data-item .info .body{
    position: absolute;

    left: 0;
    /*width: 284px;*/
    margin: 0 10px;
    padding: 0 0 10px;
    color: #c0c0c0;
    font-size: 14px;
    line-height: 1.2;

    overflow: hidden;
    bottom: 10px;
    max-height: 18px;
}
#my360-list .data-item .footer .icon {
    width: 62px;
    height: 62px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 40px;
    z-index: 888;
    display: inline-block;
    position: absolute;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    opacity: .7;

}
/*****************  MY360 DETAIL  *****************/
.content-wrapper-inner .my360-detail #vr360 .vr-info{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    font-size: 12px;
    color: #fff;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 20%, rgba(0,0,0,.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,.7)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 20%, rgba(0,0,0,.7) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 20%, rgba(0,0,0,.7) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 20%, rgba(0,0,0,.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 20%, rgba(0,0,0,.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 );
}











/*****************  RESTAURANT MAIN  *****************/
#restaurant-list {
    margin: 10px;
}
#restaurant-list .data-item {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    background-color: #fff;
}
#restaurant-list .data-item .info{
    position: absolute;
    right: 5px;
    bottom: 0;
    width: 25%;
}
#restaurant-list .data-item .info span{
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #ddac00;
}
#restaurant-list .data-item .info .logo{
    width: 100%;
    border: 1px solid #ddac00;
    border-radius: 4px;
}
#restaurant-list .data-item .header{
    max-width: 75%;
    padding: 10px 5px;
}
#restaurant-list .data-item .header .title{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    height: 42px;
    max-height: 42px;
    overflow: hidden;
}
/*****************  RESTAURANT DETAIL  *****************/
.content-wrapper-inner .restaurant-detail {

}

.content-wrapper-inner .restaurant-detail .image-cover{
    width: 24%;
    float: left;
}

.content-wrapper-inner .restaurant-detail .header{
    float: right;
    width: 74%;
}
.content-wrapper-inner .restaurant-detail .header .title{
    font-size: 18px;
}
.content-wrapper-inner .restaurant-detail .header .type{
    color: #ddac00;
}
.content-wrapper-inner .restaurant-detail .info {
    text-align: center;
}
.content-wrapper-inner .restaurant-detail .restaurant-info {
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    margin-top: 5px;
    padding-top: 5px;
}
.content-wrapper-inner .restaurant-detail .restaurant-info.with-icon {
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
    border: none;
}

.content-wrapper-inner .restaurant-detail .restaurant-info.with-icon .item{
    float: left;
    width: 50px;
    margin-right: 2px;
}
.content-wrapper-inner .restaurant-detail .restaurant-info.with-icon .item h5{
    display: none;
}


.content-wrapper-inner .restaurant-detail .images {
    position: relative;
}
.content-wrapper-inner .restaurant-detail .images .custom-navigation > a{
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    z-index: 99999;
    font-size: 40px;
    height: 40px;
    color: rgba(0, 0, 0, .7);
}
.content-wrapper-inner .restaurant-detail .images .custom-navigation > a.prev{
    left: 5px;
}
.content-wrapper-inner .restaurant-detail .images .custom-navigation > a.next{
    right: 5px;
}
.content-wrapper-inner .restaurant-detail .detail-description {
    margin-top: 20px;
    padding-top: 10px;
    color: #000;
    font-size: 20px;
    border-top: 1px solid #c8c8c8;
}
.content-wrapper-inner .restaurant-detail .address {

    border-top: 1px solid #c8c8c8;
    padding: 5px 0 0 0;
    margin-top: 10px;
    font-size: 14px;
}
.content-wrapper-inner .restaurant-detail .address p{
    line-height: 1.4;
    font-size: 12px;
}
.content-wrapper-inner .restaurant-detail .address .fa{
    width: 20px;
    background-color: transparent!important;
    text-align: center;
}

.content-wrapper-inner .restaurant-detail .kitchen,
.content-wrapper-inner .restaurant-detail .features {
    margin-bottom: 15px;
}
.content-wrapper-inner .restaurant-detail .kitchen .title,
.content-wrapper-inner .restaurant-detail .features .title{
    margin-bottom: 5px;
    color: #ce1730;
    font-size: 18px;
    font-weight: 700;
}
.content-wrapper-inner .restaurant-detail .kitchen a {
    color: #2c4863;
    font-weight: 700;
    font-size: 16px;
}
.content-wrapper-inner .restaurant-detail .features span {
    background-color: #dfdfdf;
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
}
















/*****************  BESTPLACE MAIN  *****************/
#bestplace-list {

}
#bestplace-list .data-item{
    background-color: #fff;
    padding: 10px;
    margin: 10px;
    position: relative;
}
#bestplace-list .data-item .header .title{
    font-weight: 700;
    color: #222;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#bestplace-list .data-item .image-cover {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 200px;
}
#bestplace-list .data-item .image-cover .image {
    width: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
}
#bestplace-list .data-item .info {
    color: #8b8b8b;
}

/*****************  BESTPLACE DETAIL  *****************/
.content-wrapper-inner .place-detail {
}

.content-wrapper-inner .place-detail .image-cover{

}

.content-wrapper-inner .place-detail .header{
    text-align: center;
}
.content-wrapper-inner .place-detail .header .title{
    font-size: 18px;
}
.content-wrapper-inner .place-detail .header .type{
    color: #ddac00;
}
.content-wrapper-inner .place-detail .info {
    text-align: center;
}
.content-wrapper-inner .place-detail .place-info {
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    margin-top: 5px;
    padding-top: 5px;
}
.content-wrapper-inner .place-detail .place-info.with-icon {
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
    border: none;
}

.content-wrapper-inner .place-detail .place-info.with-icon .item{
    float: left;
    width: 50px;
    margin-right: 2px;
}
.content-wrapper-inner .place-detail .place-info.with-icon .item h5{
    display: none;
}


.content-wrapper-inner .place-detail .images {
    position: relative;
}
.content-wrapper-inner .place-detail .images .custom-navigation > a{
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    z-index: 99999;
    font-size: 40px;
    height: 40px;
    color: rgba(0, 0, 0, .7);
}
.content-wrapper-inner .place-detail .images .custom-navigation > a.prev{
    left: 5px;
}
.content-wrapper-inner .place-detail .images .custom-navigation > a.next{
    right: 5px;
}
.content-wrapper-inner .place-detail .detail-description {
    margin-top: 20px;
    padding-top: 10px;
    color: #000;
    font-size: 20px;
    border-top: 1px solid #c8c8c8;
}
.content-wrapper-inner .place-detail .address {

    border-top: 1px solid #c8c8c8;
    padding: 5px 0 0 0;
    margin-top: 10px;
    font-size: 14px;
}
.content-wrapper-inner .place-detail .address p{
    line-height: 1.4;
    font-size: 12px;
}
.content-wrapper-inner .place-detail .address .fa{
    width: 20px;
    background-color: transparent!important;
    text-align: center;
}














/*****************  ACTIVITY MAIN  *****************/
#activity-list {
    margin-bottom: 20px;
}
#activity-list .data-item {
    background-color: #fff;
    padding: 10px;
    margin: 10px;
    position: relative;

    /*width: 304px;*/
    /*margin-bottom: 19px;*/
    /*float: left;*/
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    overflow: hidden;


}


#activity-list .data-item .image-cover {
    position: relative;
    width: 100%;
    /*height: 248px;
    overflow: hidden;*/
}
#activity-list .data-item .title-cover {
    /*position: absolute;
    bottom: 0;
    left: 0;*/
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    /*height: 48px;
    overflow: hidden;*/
    background-color: #fff;
    border-bottom: 1px solid #c8c8c8;

}
#activity-list .data-item .title-cover .title{

    font-size: 20px;
    font-weight: 700;
    background-color: #fff;
    color: #394a56;
    text-align: center;
    line-height: 1.4;
    /*height: 28px;
    overflow: hidden;*/
}
#activity-list .data-item .image-cover .image{
    width: 100%;
    /*position: absolute;
    left: 0;
    top: 0;*/
}
#activity-list .data-item .info {
    height: auto;
    padding: 10px 0;
    background-color: #fff;
}
#activity-list .data-item .info .date{
    color: #546d7e;
    font-size: 16px;
    max-height: 19px;
    overflow: hidden;
    font-weight: 700;
    line-height: 1.2;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    position: relative;
}
#activity-list .data-item .info .location {
    color: #546d7e;
    font-size: 14px;
    height: 35px;
    max-height: 35px;
    overflow: hidden;
    font-weight: 700;
    /*line-height: 1.2;*/
    text-align: center;
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border-top: 1px solid #c8c8c8;
}

#activity-list .data-item .footer a.category{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    font-size: 16px;
    opacity: .9;
}
#activity-list .data-item .footer a.category .label{
    display: block;
    background-color: #d12c2b;
    border-radius: 0 0 4px 0;
    color: #fff;
    font-size: 100%;
    padding: 10px;
}



/*****************  SEARCH  *****************/
#ads-list {
    margin-bottom: 20px;
}
#ads-list .data-item {
    background-color: #fff;
    padding: 10px;
    margin: 10px;
    position: relative;

    /*width: 304px;*/
    /*margin-bottom: 19px;*/
    /*float: left;*/
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;

}

#ads-list .data-item .btn-delete{

}
#ads-list .data-item .category{
    border-bottom: 1px solid #d7d7d7;
    padding: 8px 0;
    color: #f7aa04;
    font-weight: 700;
    font-size: 18px;

}

#ads-list .data-item .body {
    padding: 0 5px;
}
#ads-list .data-item .body .title{
    padding: 5px 0;
    font-weight: 700;
    color: #000;
    font-style: italic;
    font-size: 20px;
}
#ads-list .data-item .body .info{
    color: #666;
    font-size: 15px;
}
#ads-list .data-item .body .phone{
    margin-top: 5px;
    display: block;
    color: #555;
    font-weight: 700;
}






/*****************  SEARCH  *****************/
.list-search .list-title {
    margin: 30px 10px 0;
    border: 10px solid #CF302E;
    background-color: #CF302E;
    position: relative;
    color: #fff;

    -webkit-box-shadow: 0px 0px 1px 1px rgba(128,126,128,0.4);
    -moz-box-shadow: 0px 0px 1px 1px rgba(128,126,128,0.4);
    box-shadow: 0px 0px 1px 1px rgba(128,126,128,0.4);
}
.list-search .list-title h4{
    font-size: 22px;
    font-weight: 700;
}
.list-search .show-all {
    margin: 0 10px;
    background-color: #0a54a5;
    color: #fff;
    padding: 5px;
    text-align: right;
    float: right;
}



#hotel-list-search .data-item,
#restaurant-list-search .data-item,
#bestplace-list-search .data-item,
#gift-list-search .data-item,
#food-list-search .data-item,
#library-list-search .data-item,
#biography-list-search .data-item,
#firm-list-search .data-item,
#activity-list-search .data-item,
#video-list-search .data-item,
#gallery-list-search .data-item,
#news-list-search .data-item{
    margin: 0 10px 20px;
    border: 10px solid #fff;
    background-color: #fff;
    position: relative;

    -webkit-box-shadow: 0px 0px 1px 1px rgba(128,126,128,0.4);
    -moz-box-shadow: 0px 0px 1px 1px rgba(128,126,128,0.4);
    box-shadow: 0px 0px 1px 1px rgba(128,126,128,0.4);
}
#hotel-list-search .data-item:first-child,
#restaurant-list-search .data-item:first-child,
#bestplace-list-search .data-item:first-child,
#gift-list-search .data-item:first-child,
#food-list-search .data-item:first-child,
#library-list-search .data-item:first-child,
#biography-list-search .data-item:first-child,
#firm-list-search .data-item:first-child,
#activity-list-search .data-item:first-child,
#video-list-search .data-item:first-child,
#gallery-list-search .data-item:first-child,
#news-list-search .data-item:first-child {
    margin-top: 20px;
}
#hotel-list-search .data-item .image-cover,
#restaurant-list-search .data-item .image-cover,
#bestplace-list-search .data-item .image-cover,
#gift-list-search .data-item .image-cover,
#food-list-search .data-item .image-cover,
#library-list-search .data-item .image-cover,
#biography-list-search .data-item .image-cover,
#firm-list-search .data-item .image-cover,
#video-list-search .data-item .image-cover,
#gallery-list-search .data-item .image-cover,
#news-list-search .data-item .image-cover{
    width: 25%;
    float: left;
}
#hotel-list-search .data-item .header,
#hotel-list-search .data-item .info,
#restaurant-list-search .data-item .header,
#restaurant-list-search .data-item .info,
#bestplace-list-search .data-item .header,
#bestplace-list-search .data-item .info,
#gift-list-search .data-item .footer,
#gift-list-search .data-item .info,
#food-list-search .data-item .info,
#library-list-search .data-item .info,
#biography-list-search .data-item .info,
#video-list-search .data-item .info,
#gallery-list-search .data-item .info,
#news-list-search .data-item .info{
    width: 75%;
    float: left;
    padding-left: 5px;
}
#hotel-list-search .data-item .header .title,
#restaurant-list-search .data-item .header .title,
#bestplace-list-search .data-item .header .title,
#gift-list-search .data-item .info .title,
#food-list-search .data-item .info .title,
#library-list-search .data-item .info .title,
#biography-list-search .data-item .info .title,
#activity-list-search .data-item .title-cover .title,
#video-list-search .data-item .info .title,
#gallery-list-search .data-item .info .title,
#news-list-search .data-item .info .title{
    color: #121212;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 700;
}


#activity-list-search .image-cover .image{
    width: 25%;
    float: left;
}
#activity-list-search .image-cover .title-cover{
    width: 75%;
    float: left;
    padding-left: 5px;
}
#activity-list-search .info{
    margin-left: 25%;
    padding-left: 5px;
}

#activity-list-search .info .date{
    font-size: 14px;
    font-weight: 700;
    color: #e9322d;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}
#activity-list-search .info .location{
    color: #0a54a5;
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}



#firm-list-search .data-item .header,
#firm-list-search .data-item .info {
    float: right;
    width: 75%;
    padding-left: 5px;
    text-align: left;
}

#firm-list-search .data-item .header .title{
    font-weight: 700;
    color: #222;
    font-size: 18px;
}
#firm-list-search .data-item .header .category{
    color: #444;
}
#firm-list-search .data-item .info span{
    width: 18px;
    text-align: center;
    color: #b7b7b7;
    background-color: transparent!important;
}


#food-list-search .data-item .image-cover .image {
    width: 100%;
}









/*****************  CONTACT  *****************/

.content-wrapper-inner .contact .contact-text{
    padding: 10px;
}

.content-wrapper-inner .contact .social li {
    float: left;
}
.content-wrapper-inner .contact .social li,
.content-wrapper-inner .contact .social li a,
.content-wrapper-inner .contact .social li a span{
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}
#contact-form .panel,
#contact-form .panel-heading,
#contact-form .panel-heading h4{
    font-family: Helvetica, Arial, sans-serif;
}

/*****************  HEADER  *****************/
.content-wrapper-inner .contact .social .header,
.content-wrapper-inner > .header,
.content-wrapper-inner .data-other > .header{
    padding: 10px;
    background-color: #ce1730;
    color: #fff;
}
.content-wrapper-inner .contact .social .header .title,
.content-wrapper-inner > .header .title,
.content-wrapper-inner .data-other .header .title{
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
}













/*****************  Search TOGGLE  *****************/
.search-toggle {
    background-color: rgb(206, 23, 48);
    padding: 10px;
}


.search-toggle .form-group {
    margin-bottom: 0;
}
.search-toggle .form-control,
.search-toggle .input-group .input-group-addon,
.search-toggle .input-group .input-group-btn,
.search-toggle .input-group .input-group-btn button{
    border: none;
    border-radius: 0;
    height: 34px;
}
.search-toggle .input-group .input-group-addon {
    background-color: #fff;
}
.search-toggle .input-group .input-group-btn button{
    background-color: rgb(141, 15, 33);
    color: #fff;
}

.search-toggle form > .input-group,
.search-toggle > .form-control {
    margin-bottom: 5px!important;
}






/*****************  INSIDE BOX  *****************/

.content-wrapper-inner .data-detail .description .box {
    background-color: #eee;
    margin-bottom: 20px;
}
.content-wrapper-inner .data-detail .description .box .box-title{
    padding: 5px;
    margin-bottom: 5px;
    background-color: #222;
    color: #fff;
    font-size: 15px;
}
.content-wrapper-inner .data-detail .description .box .box-content {
    padding: 0 5px 5px;
}
.content-wrapper-inner .data-detail .description .box .box-content a{
    display: block;
    clear: both;
    color: #222;
}
.content-wrapper-inner .data-detail .description .box .box-content .image-cover{
    float: left;
}
.content-wrapper-inner .data-detail .description .box .box-content .image-cover,
.content-wrapper-inner .data-detail .description .box .box-content .image-cover .image{
    width: 120px;
}
.content-wrapper-inner .data-detail .description .box .box-content .header {
    margin: 0 0 0 130px;
    padding: 0;
}
.content-wrapper-inner .data-detail .description .box .box-content .header .title{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
}
.content-wrapper-inner .data-detail .description .box.inside-box{
    background-color: transparent;
}
.content-wrapper-inner .data-detail .description .box.inside-box .box-content,
.content-wrapper-inner .data-detail .description .box.inside-box .box-content .image-cover,
.content-wrapper-inner .data-detail .description .box.inside-box .box-content .image-cover .image{
    width: auto;
    float: none;
}
/* survey */
.content-wrapper-inner .data-detail .description .box .box-content .survey .survey-item .info > .title{
    padding: 5px;
    font-size: 22px;
    color: #222;
}
.content-wrapper-inner .data-detail .description .box .box-content .survey .chooses-items{
    padding: 10px 20px;
}
.content-wrapper-inner .data-detail .description .box .box-content .survey .chooses-items .data-item .choose-title {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    margin-bottom: 5px;
}
.content-wrapper-inner .data-detail .description .box .box-content .survey form .survey-title{
    padding: 5px;
    font-size: 22px;
    color: #222;
}
.content-wrapper-inner .data-detail .description .box .box-content .survey form .form-group{
    margin-left: 40px;
}
.content-wrapper-inner .data-detail .description .box .box-content .survey form .form-group label{
    font-size: 14px;
    color: #444;
    font-weight: 400;
}

















/*****************  PROFILE  *****************/

.profile-sidebar {
    background-color: #fff;
    margin: 10px;
}
.profile-userpic {
    position: relative;
    width: 100px;
    float: left;
}
.profile-userpic .change-avatar{
    position: absolute;
    right: 0;
    top: 0;


    background-color: rgba(233, 50, 45, .8);
    padding: 0 5px;
    border-radius: 4px;
    color: #fff;
    width: 20px;
    /*height: 20px;*/
    text-align: center;

    transition: all 3ms ease-out;
}
.profile-usertitle {
    padding-left: 10px;
    margin-left: 100px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}


.user-content {
    background-color: #fff;
    margin: 10px;
    padding: 10px;
}

.tabbable ul li a {
    color: #222;
    background-color: #dfdfdf;
    font-weight: 700;
    opacity: 1;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus,
.tabbable ul li.active a {
    background-color: #e9322d;
    color: #fff;
    opacity: 1;
}