/* Add here all your CSS customizations */
/* SLIDER OPTIONS*/
/*
.rev_slider .tp-mask-wrap .tp-caption.rs-title {
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 15px;
    color: #0088CC;
    border-radius: 4px;
}

.rev_slider .tp-mask-wrap .tp-caption:not(.rs-title) {
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
    border-radius: 4px;
}
*/
.main table,
.main table td,
.main table th
{
    border: 1px solid grey;
}

.main ul{
    list-style-position: inside;
}
/*
.main ul li:before{
    content: "";
    margin-left: -0.5rem;
}
*/
#header .slogan-text {
	padding-top: 15px;
	color: #017cb9;
}

/* Page Header */
.page-header {
	background-color: #434343;
}

.page-header .breadcrumb > li.active {
	color: #999999;
}

#header nav.header-nav-top
{
	margin-top: -10px;
    margin-right: 0px;
    padding-right: 0;
}

body {
	font-size: 16px;
	line-height: 28px;
}

section.section.section-height-3
{
    padding: 1.5rem;
}
/*
#header .header-nav-top .nav > li > a, 
#header .header-nav-top .nav > li > span
{
	padding: 6px 4px;
}
*/
#footer{
    background: #e6e9ec;
    border-top: 4px solid #434343;
	margin-top: 25px;
}

#footer .footer-copyright {
	background: #434343;
}

#footer .footer-copyright p {
	color: #999999;
}

#footer .footer-copyright a {
	color: #999999;
}

#footer .footer-top a:not(.btn):hover {
	color: #1c1c1c;
}

#footer .footer-top a:not(.btn):focus,
#footer .footer-top a:not(.btn):active 
{
	color: #000000;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	color: #1c1c1c;
}


#footer .social-icons .social-icons-facebook a:hover {
	background: #3b5a9a;
}

#footer .social-icons .social-icons-linkedin a:hover {
	background: #0073b2;
}

/* Responsive */
@media (max-width: 575px) {
	body {
		font-size: 14px;
	}
	
    #header nav.header-nav-top
    {
        margin-right: 0;
        padding-right: 0;
    }
}

/* Header Nav Main */
@media (min-width: 992px) {
	#header nav.header-nav-top ul.nav
    {
		display: flex;
    }
	#header nav.header-nav-top
    {
		width: 60%;
    }

	#header .header-nav-main nav > ul > li > a {
		font-size: 14px;
		padding: 0.5rem 0.45rem;
	}
	
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 0.95em;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
    #header nav.header-nav-top
    {
        margin-right: 0px;
        padding-right: 0;
		width: 30%;
    }
	
    #header nav.header-nav-top ul.nav
    {
		display: none;
    }
}

/* Header Nav Main Mobile */
@media (max-width: 991px) {


    #header nav.header-nav-top
    {
        margin-right: 0px;
        padding-right: 0;
    }
	
    #header nav.header-nav-top ul.nav
    {
		display: none;
    }


	#header .header-nav-main nav > ul li {
		border-bottom: 1px solid #e8e8e8;
		clear: both;
		display: block;
		float: none;
		margin: 0;
		padding: 0;
		position: relative;
		line-height: 26px;

		/*border: 1px solid red;*/
	}

	#header .header-nav-main nav > ul li a {
		font-size: 14px;
		font-style: normal;
		line-height: 26px;
		padding: 7px 8px;
		margin: 1px 0;
		border-radius: 4px;
		text-align: left;
		min-height: 30px;

	}

	#header .header-nav-main nav > ul li a .fa-caret-down {
		line-height: 35px;
		min-height: 38px;
		min-width: 30px;
		position: absolute;
		right: 5px;
		text-align: center;
		top: 0;
	}

}