@font-face {
	font-family: 'Merriweather';
	src: url('../fonts/Merriweather-Regular.eot');
	src: url('../fonts/Merriweather-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Merriweather-Regular.woff2') format('woff2'),
		url('../fonts/Merriweather-Regular.woff') format('woff'),
		url('../fonts/Merriweather-Regular.ttf') format('truetype'),
		url('../fonts/Merriweather-Regular.svg#Merriweather-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Calibri';
	src: url('../fonts/Calibri.eot');
	src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Calibri.woff2') format('woff2'),
		url('../fonts/Calibri.woff') format('woff'),
		url('../fonts/Calibri.ttf') format('truetype'),
		url('../fonts/Calibri.svg#Calibri') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Slabo';
	src: url('../fonts/Slabo.eot');
	src: url('../fonts/Slabo.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Slabo.woff2') format('woff2'),
		url('../fonts/Slabo.woff') format('woff'),
		url('../fonts/Slabo.ttf') format('truetype'),
		url('../fonts/Slabo.svg#Slabo') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	font-family: 'Calibri';
	background-image: url(../images/bg-ground.jpg);
	background-size: cover !important;
	background-position: center !important;
	background-attachment: fixed;
	background-repeat: no-repeat !important;

	color: #636363 !important;
}
h1,h2,h3{
	font-family: 'Merriweather';
}
h4,h5,h6{
	font-family: 'Slabo';
}

a,
a:hover,
a:active,
a:focus {
    color: inherit;
    text-decoration: none;
    -webkit-transition:all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition:all 1s ease;
    transition: all 1s ease;
}

/**/

.breadcrumb-item + .breadcrumb-item::before {
    content: none;
}
.bg-primary{
	background-color: #2B65B5 !important;
}
.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover{
	color: #fff;
	font-weight:300;
}
a.breadcrumb-item:focus,a.breadcrumb-item:hover{color: rgba(255, 255, 255, 0.5) !important;}

.card-header{border-bottom-color: #1D4379;}

table td, .table th {
    border-top: 1px dotted transparent !important;
    border-bottom: 1px dotted #2B65B5 !important;
	border-radius: 0;
}
.list-group-item .media{
    border-bottom: 1px dotted #2B65B5 !important;
}
/**/

.color-sch{color: #1D4379 !important;}
.color-sch2{color: #2B65B5 !important;}
.bg-color-sch{background-color: #1D4379 !important;}