/* here you can put your own css to customize and override the theme */

.page-header {
	border-bottom: 1px solid #e7e7e7;
	height:auto;
}

.page-header .page-header-top .page-logo .logo-default {
    margin: 5px 0 0 0;
}

.page-header .page-header-top .top-menu {
    margin: 5px 0 0;
}

.page-content {
    background: #FFFFFF;
}

.page-prefooter {
    background: #171C26;
	border-top:1px solid #FFFFFF;
	color:#555555;
}

.page-footer {
    background: #008ADA;
	border-top:1px solid #FFFFFF;
	color:#FFFFFF;
	text-align:center;
}

.page-prefooter h2 {
    color: #FFFFFF;
}

h1 {
    font-size: 30px;
}

h2 {
    font-weight:bold;
	color:#008ADA;
}

.panel-default > .panel-heading {
    background:#171C26;
}

.panel-title {
    color:#FFFFFF;
	font-weight:bold;
}

.mix-grid .mix .mix-inner {
    height: 200px;
}

.mix-grid .mix a.mix-preview {
    left: 40%;
}

.mix-grid .mix .mix-details {
opacity: 0.8;
}

.close {
	 text-indent: 0!important;
}

.span1 {
    width: 150px;
}

.jsfg-modal {
	background:#171C26!important;
}

.modal .modal-header {
	background:#008ADA!important;
}

.modal .modal-header h3 {
	color:white;
	font-weight: bold!important;
}

.modal-footer {
    background-color: #008ADA!important;
}