/* Bootstrap Css */
body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    background: #fff;
}
img{max-width: 100%;height: auto;}
img.aligncenter{
    margin: 0 auto;
    display: block;
}
/*button:focus{outline: 1px solid gray;}*/

.marg20{margin-bottom:20px;}
.marg30{margin-bottom: 30px;}

.form-control:focus {
    border-color: #d9251b;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(217, 37, 27, 0.4);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(217, 37, 27, 0.4);
}

ul.pagination{
    text-align: center;
    display: block;
    width: 100%;
}
ul.pagination>li{display:inline-block;margin:0 5px;}
.pagination>li>a, .pagination>li>span{
    border: 1px solid #ddd;
    margin-right: 10px;
    border-radius: 4px;
    color: #333;
	padding:5px 10px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span, .pagination>li>span:hover{
    background-color: #000;
    border-color: #ddd;
    color: #fff;
}
/*------------------------*/
/* Breadcrumbs */
/*------------------------*/
.wbreadcrumbs ul li a{
    color: #333;
}
.wbreadcrumbs ul{
    overflow: hidden;
    padding: 20px 0 0;
}
.wbreadcrumbs ul li{
    color: #d9251b;
    list-style: none;
    float: left
}
.wbreadcrumbs ul li+li:before{
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    color: #000;
    font-weight: bold;
    content: "\002192";
}
/* Contact form */
.wpcf7-form p{
    overflow: hidden;
}
.wpcf7-form p label{
    width: 120px;
    float: left;
}
.wpcf7-form p input[type="text"],.wpcf7-form p input[type="email"]{
    width: calc(100% - 135px);
    float: left;
    padding: 0 0 0 9px;
    height: 30px;
    border: 1px solid #d5d5d5;
    line-height: 30px;
}
.wpcf7-form p textarea{
    width: calc(100% - 135px);
    float: left;
    padding: 0 0 0 9px;
    height: 120px;
    border: 1px solid #d5d5d5;
    line-height: 30px;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit{
    display: inline-block;
    min-width: 150px;
    padding: 0 10px;
    margin: 0 2px;
    background-color: #1B2784;
    border: 1px solid #999;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover{
    background-color: #999;
    border: 1px solid #333;
    text-decoration: none;
}
/* End */
a.gotop{
    position: fixed;
    right: 30px;
    bottom: 120px;
    z-index: 9999;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: translate(120px,120px);
}
a.gotop.active{
    transform: translate(0,0);
}
/* Nav main */

/**/
#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 18px;
}
/*=============================
.btn-trigger
=============================*/
.btn-trigger {
    position: relative;
    width: 40px;
    height: 30px;
    cursor: pointer;
    display: none;
}
.btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ababab;
    border-radius: 4px;
    display: inline-block;
}
.btn-trigger, .btn-trigger span {
    transition: all .5s;
    box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
    top: 0;
}
.btn-trigger span:nth-of-type(2) {
    top: 13px;
}
.btn-trigger span:nth-of-type(3) {
    bottom: 0;
}


/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
    opacity: 0;
}
#btn01.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}
@media (max-width: 767px){
    .btn-trigger{
        display: block;
        position: fixed;
        top: 15px;
        right: 15px;
        background: #fff;
    }
    #nav{
        border: none;
    }
    #nav ul{
        position: absolute;
        background: #fff;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 9;
        border-top: 1px solid #ababab;
        display: none;
    }
    #nav ul li a{
        border-right: none;
        padding: 10px 12px;
        border-bottom: 1px solid #ababab;
    }
}
/*-----------------------*/
.colleft{
    width: calc(25% - 15px);
    float: left;
    margin-bottom: 30px;
}
.colright{
    width: calc(75% - 15px);
    float: right;
    margin-bottom: 30px;
}
@media (max-width: 992px){
    .colright{
        width: 100%;
    }
    .colleft{
        width: 100%;
    }
}
/* Category */
.nvn-item-cat{
    overflow: hidden;
}
.nvn-item-cat+.nvn-item-cat{
    margin-top: 30px;
}
.nvn-item-cat .image{
    width: 300px;
    float: left;
}
.nvn-item-cat .info-item-cat{
    width: 520px;
    float: right;
}
.nvn-item-cat .info-item-cat h3{
    margin: 0 0 10px;
    font-size: 13px;
}
.nvn-item-cat .info-item-cat h3 a{
    color: #333;
    line-height: 18px;
}
.nvn-item-cat .info-item-cat h3 a:hover{
    text-decoration: none;
    color: #078398;
}
.nvn-item-cat .info-item-cat span.date-posted{
    color: #999;
    font-size: 12px;
    display: block;
    margin-bottom: 7px;
}
.nvn-item-cat .info-item-cat p{
    color: #666;
}
@media (max-width: 1200px){
    .nvn-item-cat .info-item-cat{
        width: 420px;
    }
    .nvn-item-cat .image{
        width: 270px;
    }
}
@media (max-width: 768px){
    .nvn-item-cat .info-item-cat{
        width: 100%;
    }
    .nvn-item-cat .image{
        width: 100%;
        margin-bottom: 15px;
    }
}
/* single */
.related-posts h3{
    margin: 30px 0 20px;
}
.related-posts ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.related-posts ul li{
    margin-bottom: 7px;
}
.related-posts ul li a i{
    margin-right: 7px;
}
.related-posts ul li a{
    color: #333;
}
.related-posts ul li a:hover{
    color: #078398;
}
/* End */
/*------------------------*/
/* Header */ 
/*------------------------*/

.btn-pdf{
    background: #000;
    padding: 15px 60px;
    display: block;
    max-width: 325px;
    text-align: center;
    margin: 30px auto 0;
}