body.site {
    border-top: 3px solid #0088cc;
    padding: 0px;
    background-color: #fff;
}

a {
    transition: all 0.5s;
}

.container-fluid {
    max-width: 1100px;
    margin: 0 auto;
}

.header {
    margin: 0px;
    padding: 20px 0px;
}

.header-inner .row-fluid {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.brand {
	display: flex;
    align-items: center;
    transition: all 0.5s;
}

.brand:hover {
    text-decoration: none;
}

.brand img {
	float: left;
}

.site-description {
	margin: 0px 0px 0px 10px;
    display: inline-block;
    width: 170px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.slogan {
	font-size: 15px;
    font-style: italic;
    padding: 5px 0px 0px 0px;
    text-align: center;
    color: #444;
}

.slogan p {
    margin:0px;
}

.btn_contact {
    text-align: right;
}

nav.navigation {
	background: #0088cc;
    padding: 17px 0px;
}

.navigation .nav-pills {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}

.nav-pills > li > a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 5px;
    padding: 7px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #000;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover{
    background: transparent;
    color: #000;
}

.breadcrumb {
    background-color: transparent;
    padding: 15px 0px;
    margin: 0px;
}

#contact input, #contact textarea,#contact2 input, #contact2 textarea {
    margin: 0px 0px 5px 0px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 13px;
}

#mod-rscontact-counter-91, #mod-rscontact-counter-95 {
    font-size: 12px; color: #444;
}

#back-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    padding: 0px 10px;
    border: 2px solid #0088cc;
    border-radius: 50%;
    font-size: 30px;
    line-height: 40px;
    background: #fff;
}

#sidebar .moduletable {
    padding: 10px 10px;
    box-shadow: 0px 0px 5px #ccc;
    margin: 20px 0px 0px 0px;
}

#sidebar .moduletable h3 {
    background: #28c;
    color: #fff;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 700;
    margin: -10px -10px 10px;
    text-shadow: 0px 1px 0px #031644;
}

#sidebar .nav {
    display: inherit;
}

#sidebar .nav li:before {
    font-family: 'FontAwesome';
    content: '\f111';
    color: #4be20e;
    font-size: 10px;
    position: relative;
    top: -2px;
    left: -10px;
}

#sidebar .nav li {
    padding: 3px 0px 3px 10px;
    list-style: none;
}

#sidebar .nav > li {
    border-bottom: 1px dashed #ccc;
}

#sidebar .nav li.current > a {
    color: #444;
}

#sidebar .nav .nav-child {
    padding: 0px 0px 0px 10px;
}

main {
    padding: 20px 0px;
}

#praim {
    text-align: center;
    margin: 50px 0px 50px 0px;
}

#praim h3 {
    font-weight: 700;
    margin: 0px 0px 50px 0px;
}

#praim .fa {
    color: #2288cc;
    font-size: 61px;
    margin-bottom: 25px;
}

#praim p.title {
    color: #3e3e3e;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

footer {
	background: #444;
    color: #fff;
    padding: 10px 0px;
    margin: 50px 0px 0px 0px;
}

footer p {
    margin: 0px;
}

.commentCounter {
    font-size: 15px;
    position: relative;
    top: -15px;
    right: 0px;
    color: #a2a2a2;
}




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

@media (max-width: 768px) {

    .brand {justify-content: center;}
    .slogan {padding: 10px 0px 10px 0px;}
    .navigation .nav-pills {display: inline-block;}
    .btn_contact {text-align: center;}

}
