/*redefine bootstrap css*/

.list-group-item {
    border: 0;
	overflow:hidden; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;    
}

a.list-group-item {
    background: url(/uploads/image/_t1f4tres/ulicon.png) 2px 50% no-repeat;
    padding-left: 20px;
    border-bottom: 1px dotted #ddd;
}

li.list-group-item {
    background: url(/uploads/image/_t1f4tres/ulicon.png) 2px 50% no-repeat;
    padding-left: 10px;
    line-height: 26px;
    padding: 4px 10px;
    border-bottom: 1px dotted #ddd;   
	white-space:nowrap; 
}

.list-group-item a{
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
/*--------newslist--------*/

.newslist {
    position: relative;
    overflow: hidden;
    margin: 6px 0 0 0;
    padding: 0;
}

.newslist li {
    overflow: hidden;
    list-style: square;
    padding: 0 0 0 23px;
    margin: 0 0 7px 0;
    /*background:  0 5px no-repeat;*/
}

.newslist li:first-child {
    overflow: hidden;
    padding: 0 0 0 23px;
    margin: 0 0 8px 0;
}

.newslist > li {
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.newslist > li > a {
    float: left;
    display: block;
    text-transform: uppercase;
    font-family: 'georgia', serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    color: #474848;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.newslist > li > a:hover {
    text-decoration: none;
    color: #eb5368;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
/*contact*/

.heading-section {
    text-align: center;
    padding: 0 0 20px 0;
}

.heading-section h2 {
    font-family: inherit;
    font-size: 20px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
}

.product-item p {
    line-height: 2em;
    text-indent: 0;
}

.send-message input {
    margin-top: 10px;
}

.info p {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
}

.info ul {
    margin: 0;
    padding: 0;
}

.info li {
    list-style: none;
    margin: 5px 0;
    font-size: 13px;
    color: #666;
}

.info i {
    color: #f78e21;
    margin-right: 10px;
    font-size: 18px;
}
/*-- latest posts --*/

.blog-post {
    position: relative;
    margin-bottom: 30px;
}

.blog-thumb {
    overflow: hidden;
    position: relative;
}

.blog-thumb img {
    width: 100%;
}

.blog-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 15px;
}

.content-show a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.content-show span {
    color: #f78e21;
}

.content-hide {
    margin-top: 15px;
    display: none;
}

.content-hide p {
    color: #fff;
}
/*-- end latest posts --*/
/*article*/

#article {
    margin-top: 10px;
}

.contentblock,
.itemblock {
    padding: 20px 10px 10px 0;
    border-right: 1px solid #f3f3f3;
    min-height: 400px;
}

.contentblock h1 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #092986;
}

.contentblock h4 {
    text-align: center;
    padding-bottom: 20px;
    color: gray;
}

.contentblock p {
    /* text-indent: 2em;*/
    
    font-size: 14px;
    line-height: 180%;
}
/*sidebar*/

.sidebar {
    /*    background: #fefefe;*/
    
    padding: 3px 30px;
}

.sidebar h1 {
    font-size: 16px;
    font-weight: 700;
    font-family: inherit;
    padding-bottom: 4px;
    border-bottom: 1px solid #eee;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 6px 7px 1px;
    font-size: 12px;
    font-weight: bold;
    color: #999;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #fff;
    /* border-radius: 10px;*/
}
/*top searchbox*/

.search-box {
    text-align: right;
    margin:0;
}

.search-box .search{
    background: transparent;
    color:#999;
}

.search-box input[type="submit"] {
    background: transparent;
    width: 34px;
    height: 34px;
    background: url(/uploads/image/_t1f4tres/search-icon.png) right center no-repeat;
}

.search-box input {
    padding: 4px 10px 4px 10px;
    height: 34px;
    line-height: 34px;
    outline: 0;
    border: 1px solid #2693ff;
}
/*page guide*/

#inner-headline {
    background: #f8f8f8;
    position: relative;
    margin: 0;
    padding: 0;
    color: #333;
}

#inner-headline .inner-heading h2 {
    color: #333;
    margin: 20px 0 0 0;
}
/* --- breadcrumbs --- */

#inner-headline ul.breadcrumb {
    margin: 30px 0 0;
    float: left;
}

#inner-headline ul.breadcrumb li {
    margin-bottom: 0;
    padding-bottom: 0;
}

#inner-headline ul.breadcrumb li {
    font-size: 13px;
    color: #333;
}

#inner-headline ul.breadcrumb li i {
    color: #333;
}

#inner-headline ul.breadcrumb li a {
    color: #333;
}

ul.breadcrumb li a:hover {
    text-decoration: none;
}
/* scroll to top */

.scrollup {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 0px;
    right: 20px;
    background-color: rgba(100, 100, 100, 0.5);
}

a.scrollup {
    outline: 0;
    text-align: center;
}

a.scrollup:hover,
a.scrollup:active,
a.scrollup:focus {
    opacity: 1;
    text-decoration: none;
}

a.scrollup i {
    margin-top: 10px;
    color: #fff;
}

a.scrollup i:hover {
    text-decoration: none;
}
/*-- slider --*/

#slider {
    overflow: hidden;
}

.slider-caption {
    text-align: center;
    position: absolute;
    width: 100%;
    margin-top: 240px;
    color: #fff;
    font-family: "helveticaneue", "helvetica neue", helvetica, arial, sans-serif;
    background: rgba(0, 0, 0, 0.4);
}

.slider-caption h1 {
    /*text-shadow: 1px 1px #777;*/
    
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
}

.slider-caption p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 15px;
}
/*for column name tile show*/

.row-title {
    margin: 15px auto;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}

.col-title {
    padding: 0 5px;
    font-size: 28px;
    line-height: 41px;
    color: #333;
    border-bottom: 3px solid #2693ff;
}

.row-title>.more {
    text-align: right;
    line-height: 50px;
}

.time {
    padding-right: 15px;
    color:#eee;
}

.site-favorite{
    margin-top: 40px;

}
@media screen and (max-width: 1000px) {
    .slider-caption {
        display: none;
    }
    .site-header{
        background:#2693ff;
    }
}

@media screen and (max-width: 990px) {
    .slider-caption {
        display: none;
    }
    .site-header{
        background:#2693ff;
    }    
}

@media screen and (max-width: 768px) {
    .slider-caption {
        display: none;
    }
    .site-header{
        background:#2693ff;
    }    
    .contentblock,
    .itemblock {
        border-right: 0;
    }
}
.heading-section h2 span{font-size: 18px;}