/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Arial:300,400,500,600,700";


body {
    font-family: 'arial', sans-serif;
    background:#FFF;

}

p {
    font-family: 'arial', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}




.navbar {
    padding: 15px 10px;
    background: #fff;
   
    border-radius: 0;
    margin-bottom: 40px;
	border-bottom:2px solid #000;
	border-top:0px solid White;
	border-left:0px solid White;
	border-right:0px solid White;
    
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
	
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background:#FFF;
    color:#000;
    transition: all 0.3s;
	font-size:0.9em;
	margin-left:-80px;

}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #FFF;
	margin-left:100px;
	width:170px;
}

#sidebar ul.components {
    padding: 20px 0;
  
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}



#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
	line-height: 1.0em;
	border-bottom:1px solid #CCC;
}
#sidebar ul li a:hover {
    color: #333;
    background: #fff;

}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #000;
    background: #FFF;
}


a[data-toggle="collapse"] {
    position: relative;
}




ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #FFF;
	text-align:right;
	
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
li {
	text-align:right;	
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;

}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}


.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}

.carousel-inner > .item > img {
    margin: 0 auto;
	text-align:left;
}

	#newsletter_box
{
	position:fixed;
	top:-20000px;
	left:-20000px;
	z-index:2001;
	width:425px;
	height:265px;
	background-color:#ffffff;
	padding:10px
}
	#newsletter_box .top
{
	height:65px;
	border-bottom:1px solid #000000;
	margin-bottom:5px;
	position:relative
}
	#newsletter_box .top a
{
	display:block;
	width:190px;
	margin-left:5px
}
	#newsletter_box .top a img
{
	width:190px
}
	#newsletter_box .top .text
{
	position:absolute;
	top:25px;
	left:216px
}
	#newsletter_box .bottom
{
	overflow:hidden
}
	#newsletter_box .bottom .left
{
	float:left;
	width:197px;
	margin-top:10px
}
	#newsletter_box .bottom .left input
{
	background-color:#e8e8e8;
	border:0px;
	padding:5px;
	margin-top:7px;
	width:187px
}
	#newsletter_box .bottom .right
{
	float:right;
	width:208px;
	margin-left:20px;
	height:182px;
	position:relative
}
	#newsletter_box .bottom .right .text1
{
	display:block;
	font-size:12px;
	margin-top:20px
}
	#newsletter_box .bottom .right .text2
{
	display:block;
	font-size:12px;
	margin-top:20px
}
	#newsletter_box .bottom .right .text2.error
{
	color:red
}
	#newsletter_box .bottom .right .text2.success
{
	color:green
}
	#newsletter_box .bottom .right .newsletter_button
{
	position:absolute;
	bottom:0px;
	left:0px;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer
}
	#newsletter_overlay
{
	display:none;
	opacity:.8;
	background-color:#000000;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:2000
}

.left input {
    background-color: #e8e8e8;
    border: 0 none;
    margin-top: 7px;
    padding: 5px;
    width: 187px;
}
input, select {
    vertical-align: middle;
}

.right .text1 {
    display: block;
    font-size: 12px;
    margin-top: 20px;
}

btn-info:hover {
    color: #fff;
    background-color:#FFF;
    border-color: #FFF;
}