html {
    position: relative;
    min-height: 100%;
}

body, a, p, input, textarea, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Source Sans Pro', 'Arial', 'Tahoma', 'sans-serif';
    color:#555;        
}

body {
	background: #CAC7BD;
	background: -moz-linear-gradient(top,  #CAC7BD 0%, #E6E5DF 100%);
	background: -webkit-linear-gradient(top,  #CAC7BD 0%,#E6E5DF 100%);
	background: linear-gradient(to bottom,  #CAC7BD 0%,#E6E5DF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CAC7BD', endColorstr='#E6E5DF',GradientType=0 );

    margin:0;
    width:100%;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}



a, button {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}

a {
	color:#B50316;	
}

a:hover, a:focus {
	color:#005F65;
	text-decoration: underline;	
}




hr {
	border-top: 2px solid #d5d5d5;
}





.right-bg {
	width:0px;
	height:100%;
	background: #fff;
	position: absolute;
	top:0;
	left:100%;
}


.content-wrapper .container, .header-wrapper .container {
	position: relative;
}


.go-to-content:focus{
	background: #776F55;
	color:#fff;
	display: block;
	position: absolute;
	top:0;
	left:0;
	text-decoration: underline;
	z-index:99999;
	width: auto;
	height: auto;
	clip: auto;
	padding: 10px;
	border-bottom-right-radius: 4px;
	outline: none;
}


.content-wrapper .go-to-content a {
	margin: 0 0 20px 0;
	border: none;
	background: #fff;
	border-radius: 2px;
}
.content-wrapper .go-to-content a:hover, .content-wrapper .go-to-content a:focus {
	color: #B50316;
	text-decoration: underline;
	background: #f1f1f1;
}





/*********************************************************************************/
/************************************         ************************************/
/**********************************    HEADER   **********************************/
/************************************         ************************************/
/*********************************************************************************/



.header-wrapper {
	margin-bottom: 15px;
}


.header-wrapper .container {
	margin-top:7px;
	background: #fff;
	border-bottom: 4px solid #b71219;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.header-wrapper .container .right-bg {
	border-bottom: 4px solid #b71219;
}



.header-wrapper .bip-logo {
	padding: 20px 10px 15px 10px;
	margin: 0;
}


.header-contact {
	padding: 0px 26px 20px 26px;
}

.header-contact h2, .header-contact p {
	color: #B50316;
	font-weight: 400;
	font-size: 17px;
	margin-bottom: 2px;
}

.header-contact h2 {
    font-weight: 300;
    font-size: 31px;
    line-height: 32px;
    margin-top: 0;
}



.header-utils {
	padding: 0 26px;
}

.header-utils .util-box {
	position: relative;	
	margin-bottom:7px;
	padding:0;
}



.search-form {
	position:relative;
}

.search-form label{
	display:none;
}

.search-input {
	padding: 7px 29px 5px 8px;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 5px;
	height:34px;
	font-size:13px;
	outline: 0;
	-webkit-box-shadow:none;
	box-shadow:none;
	border-bottom: 1px solid #a4a666;
}

.search-input:focus {
	border: 1px solid #a4a666;
	border-radius: 2px;
	outline: 0;
	-webkit-box-shadow:none;
	box-shadow:none;
}


.search-form button {
	height:33px;
	position:absolute;
	right:0px;
	top:0px;
	width: 30px;
	padding-left: 7px;
	background:none;
	border:none;
}

.search-form button:hover, .search-form button:focus {
	background: none;
}

.search-form button span {
	color:#B1B1B1;
}

.search-form button:hover span, .search-form button:focus span {
	color: #333;
}




.util-box .header-btn-font {
	padding:0 10px;
	border-radius: 2px;
	text-decoration: none;
}

.util-box .header-btn-contrast {
	padding: 3px 10px;
	border-radius: 2px;
	text-decoration: none;
}

.util-box .header-btn-font2 {
	font-weight: 600;
	font-size: 14px;
	border-left: none;
}

.util-box .header-btn-font3 {
	font-weight: 600;
	font-size: 17px;
	border-left: none;
}


.util-box .header-btn-contrast2 {
	background: #000;
	color:#fff;
	border: 1px solid #000;
}
.util-box .header-btn-contrast2:hover, .util-box .header-btn-contrast2:focus {
	border:1px solid #fff;
	background: #333;
}

.util-box .header-btn-contrast3 {
	background: #000;
	color:#ffff00;
	border: 1px solid #000;
	border-left-color: #666;
}
.util-box .header-btn-contrast3:hover, .util-box .header-btn-contrast3:focus {
	border:1px solid #fff;
	background: #333;
}






@media (min-width: 768px) {
	
	.header-contact {
		padding: 20px 0 0 14px;
	}


	.header-utils .util-box {
		padding:0 0 0 15px;
	}
	
	.util-box.search-box {
		padding-left: 0;
	}

	.search-input {
		padding: 6px 29px 5px 8px;
		height:27px;
	}

	.search-form button {
		top:-2px;		
	}

}

@media (min-width: 992px) {
	
	.search-input {
		padding: 2px 29px 3px 8px;
		height: 28px;
	}


	.util-box.search-box {
		padding-left: 15px;
		margin-top: 6px;
	}
	
}

@media (min-width: 1200px) {
	
	.header-utils {
		padding-left: 60px;
	}

	.util-box.search-box {
		margin-top: 15px;
	}
	
}












/**********************************************************************************/
/************************************          ************************************/
/**********************************    CONTENT   **********************************/
/************************************          ************************************/
/**********************************************************************************/


.content-wrapper .container .right-bg {
	border-bottom: 4px solid #a8a295;
}

.content-block {
	background: #fff;
	padding: 15px 25px 25px 25px;
	border-bottom: 4px solid #a8a295;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.breadcrumbs {
	padding-bottom: 12px;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 0px;
}

.breadcrumbs .breadcrumbs-prefix {
	margin-right: 10px;
}

.breadcrumbs .bread-sep {
	padding: 0 7px;
}

.breadcrumbs a {
	color:#860834;
	text-decoration: none;
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
	color:#005F65;
	text-decoration: underline;
}







@media (min-width: 768px) {

	.content-body-wrapper {
		padding-right: 0;
		padding-left: 0;
	}

	.content-block {
		padding: 15px 30px 25px 25px;
	}

}




.content {
	padding: 0;
}

.content img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}





/******** CONTENT NEWS ************/


.content-news .content-news-item {
	margin-bottom:15px;
	width: 100%;
    border-left: 7px solid #F1F1F1;
    padding: 0 20px;
}

.content-news .content-news-item-header {
	font-weight: 400;
	margin:10px 0 5px 0;
}

.content-news .content-news-item-header a {
	font-size: 20px;
}


.content-news .content-news-item-utilities {
	font-size:12px;
	color: #595959;
	margin-bottom:10px;
	margin-left: 1px;
}

.content-news .content-news-item-content p {
	text-overflow: ellipsis;
	overflow:hidden;
}


.content-news .content-news-item-content .content-news-read-more {
	display: inline-block;
	font-weight:600;
	color: #484848;
	margin-top:20px;
	padding: 0px 20px 0px 20px;
	border-bottom-right-radius:2px;
	border-top-right-radius:2px;
	font-size: 12px;
    line-height: 28px;
	margin: 10px 0 0 -20px;
	background-size: 100%;
	background: #f1f1f1;
	position: relative;
	z-index: 100;
}

.content-news .content-news-item-content .content-news-read-more::before {
	background-image: linear-gradient(to right,  #f1f1f1 0%,#c6c6c6 100%);
	border-radius: inherit;
    content: '';    
    display: block;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    transition: opacity 0.3s;
}

.content-news .content-news-item-content .content-news-read-more:hover::before, 
.content-news .content-news-item-content .content-news-read-more:focus::before {
	opacity: 1;
}





/************* CONTENT SUBPAGE **************/

.content-subpage-header {
	margin:15px 0;
	padding:0 0 15px 0;
	border-bottom:1px solid #d5d5d5;
}

.content-subpage-header h1 {
	font-weight:200;
	font-size: 30px;
}

.content-subpage-utilities, .content-subpage-utilities a {
	font-size:12px;
	color: #595959;
}

.content-subpage-utilities > div {
	padding-left:10px;
	margin-left:10px;
	border-left:1px solid #DFDFDF;
}

.content-subpage-utilities > div:first-child, .content-subpage-utilities > .clearfix {
	padding:0;
	margin:0;
	border-left:none;
}

.content-subpage-utilities a {
	padding-left:5px;
}

.content-subpage-utilities a:hover {
	color:#333;
}


.content-subpage-text {
	overflow:hidden;
}

.content-homepage {
	padding-top:30px;
}

.subpage-separator {
	height:1px;
	background:#EBEBEB;
	margin:30px 0;
}

.subpage-header {
	text-align: center;
	font-weight: 200;
	margin-bottom: 26px;
}




/************ CONTENT ATTACHMENTS LIST *******/




.attachments-box {
	border: 7px solid #F1F1F1;
    border-radius: 2px;
}

.attachments-box .header {
	color:#333;
	font-weight: 200;
	font-size: 23px;
	line-height: 40px;
    background: #F1F1F1;
    margin: 0;
    padding: 3px 20px 8px 20px;
}

.attachments-box .header .glyphicon {
	font-size: 18px;
    margin-right: 10px;
    color: #6F6F6F;
}

.attachments-box .content-attachments {
	padding: 0 20px;
}


.attachments-box .table>tbody>tr:first-child>td {
	border: none;
}

.attachments-box .table {
	margin-bottom: 5px;
}


.attachments-box .att-name {
	font-size: 18px;
	margin:10px 0 7px 0;
}


.content-att-item-utilities {
	font-size:12px;
	color: #595959;
	margin-bottom:5px;
}









/*********************************************
******* POSITION LEFTFIRST LEFTSECOND ********
*********************************************/


.position-side-right {
	padding-left: 0px;
	padding-right: 0px;
}



@media (min-width: 768px) {
	
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
	.position-side-right {
		padding: 0 0 0 25px;
	}

}

.addon-box {
	overflow: hidden;
	padding:15px 20px 20px 20px;
	border-radius: 2px;
	background: #F7F7F7;
}

.addon-box .addon-box-header {
	margin-top:0px;
	margin-bottom: 20px;
	color:#333;
	font-weight: 200;
	font-size: 23px;
	line-height: 25px;
}



.addon-box-side-right, .addon-box-side-right p {
	color:#616156;
}

.addon-box .addon-box-content a {
	max-width: 100%;
}

.addon-box .addon-box-content img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}



.addon-box.addon-box-side-left {
	margin-bottom: 15px;
}


.addon-box-side-left.textmodule {
	border-radius:3px;
	background: #fff;
}

.position-side-right .addon-box {
    margin-top: 4px;
}

.addon-box .addon-box-content {
	overflow: hidden;
	text-overflow: ellipsis;
}

.addon-box .addon-box-content p {
	overflow: hidden;
	text-overflow: ellipsis;
}






.addon-box-side-right .addon-box-header .glyphicon {
	font-size: 18px;
    margin-right: 3px;
    color: #505050;
}




.info-box > div {
	border-top: 1px solid #E0E0E0;
	margin-top: 7px;
	padding-top: 7px;
}
.info-box > div.first {
	border: none;
	margin: 0;
	padding: 0;
}

.info-box .print {
	color: #616156;
}
.info-box .print:hover, .info-box .print:focus {
	color: #B50316;
}

.info-box .print .glyphicon {
	font-size: 12px;
    margin-right: 5px;
}



.history-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.history-box ul li {
	border-top: 1px solid #E0E0E0;
	margin-top: 7px;
	padding-top: 7px;
}
.history-box ul li:first-child {
	border: none;
	margin: 0;
	padding: 0;
}


.btn-full-history {
	margin-top: 15px;
    background: #F1F1F1;
    border: none;
    border-top: 1px solid #E0E0E0;
    border-radius: 2px;
    width: 100%;
    padding: 6px 5px;
}

.btn-full-history:hover, .btn-full-history:focus {
	background: #E0E0E0;
}





/*************** MENU ************************/



.sidebar-box {
	margin-bottom: 20px;
	border-radius: 2px;
}

.menu-box {
    background: #fff;
}

.menu-box > ul {
	list-style: none;
	padding: 0 11px;
	margin: 0;
}

.menu-box .menu-title {
    padding: 20px 25px;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px dashed #DADADA;
    margin: 0;
}

.menu-box li a {
	display: block;
	padding: 12px 15px;
	border-top: 1px solid #e3e2e1;
	color:#5c5443;
	font-weight: 400;
	font-size:17px;
	text-decoration: none;
}

.menu-box li a:hover, .menu-box li a:focus, .menu-box li a.active, .menu-box li.focused a {
	color: #B50316;
	text-decoration: underline;
}

.menu-box li:first-child a {
	border:none;
}


.menu-box .dropdown {
	list-style: none;
	padding: 0 0 0 20px;
	
}

.menu-box .menu > li > .dropdown {
	margin-top: -15px;
}

.menu-box .dropdown li a {
	padding: 10px 5px;
	font-weight: 400;
	font-size:13px;
	border-top: 1px solid #e3e2e1;
}


#sidebar .menu-box-common {
	background: rgba(255,255,255,0.5);
}

#sidebar .menu-box-common li a {
	padding: 10px 15px;
	font-size: 15px;
	border-top: 1px solid #fff;
}

#sidebar .menu-box-common li:first-child a {
	border-top: none;
}


@media (min-width: 768px) {

	.sidebar-left-wrapper {
		padding-left:0;
	}
}	



.position-right-container .menu-box {
    margin-bottom: 0;
    margin-top: 4px;
    padding: 0;
    border: 3px solid #f1f1f1;
}










/*********************************************
******************* MODAL ********************
*********************************************/


.modal-content {
    background: #EFEEEB;
    color: #333;
    border: none;
    box-shadow: 0 5px 35px #fff;
}

.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4,
.modal-body h5,
.modal-body h6,
.modal-body p,
.modal-body div,
.modal-body ul,
.modal-body li
{
	color: #333;
}

.modal-footer {
	border-top: 1px solid #fff;
}

.modal-footer .btn {
	border: none;
}

.modal-footer .btn:hover, .modal-footer .btn:focus {
	background: #DFDEDB;
}


.modal-backdrop {
	background: #fff;
}
.modal-backdrop.in {
	opacity: .8;
    filter: alpha(opacity=80);
}


#history-modal .addon-box-header {
    margin-top: 0;
}

#history-modal ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#history-modal ul li {
	border-top: 1px solid #D2CFC7;
	margin-top: 12px;
	padding-top: 12px;
}
#history-modal ul li:first-child {
	border: none;
	margin: 0;
	padding: 0;
}

#history-modal .modal-footer {
	padding: 0;
}

#history-modal .modal-footer .btn {
    border: none;
    display: block;
    width: 100%;
    background: #EFEEEB;
    font-weight: 600;
    font-size: 16px;
    padding: 15px;
}
#history-modal .modal-footer .btn:hover, #history-modal .modal-footer .btn:focus {
    background: #DFDEDB;
}




/*********************************************
******************* PAGINATOR ********************
*********************************************/



.pager {
	margin-bottom: 60px;
	text-align: left;
}

.pager li>a, .pager li>span {
	border: none;
    background-color: #F1F1F1;
    color: #484848;
    font-weight: 600;
    font-size: 12px;
    border-radius: 2px;
}

.pager li.active>a, .pager li>a:hover, .pager li>a:focus {
	background-color: #c6c6c6;
	color:#484848;
}

.pager .previous>a, .pager .previous>span {
	float: none;
}
.pager .next>a, .pager .next>span {
	float: none;
}





/*********************************************
******************* FOOTER *******************
*********************************************/



.copyright {
	padding:10px 15px;
}









/*********************************************
******************* CONTACT FORM ********************
*********************************************/
 
 
.form-control.error {
	color: #fff;
	background: rgb(226, 70, 70);
	border:1px solid rgb(226, 70, 70);
}
 
form label {
	font-weight:100;
}
 
form label.required {
	font-weight:bold;
}
 
form label span.required {
	color:red;
}







pre { display: none; }