body {
    font-family: 'awesome', FontAwesome;
    background: #fafafa;
}

#footer .copyright{color:#117a8b;margin-top:3em;text-align:center;font-size:0.9em;}
#footer .container{margin-bottom:1em;}

p {
    font-family: 'awesome', FontAwesome;
    font-size: 1.1em;
    font-weight: 330;
    line-height: 1.7em;
    color: #3a3a3a;
}

a,
a:hover,
a:focus {
    color: #117a8b;
    transition: all 0.3s;
	font-size:1.1em;
	text-decoration: underline;
}

.navbar {
    padding: 2px 2px;
    border: none;
    border-radius: 0;
    margin-top: 20px;
	margin-bottom: 10px;
}

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

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

.som{
	width:100%;
	float:left;
	background:#fafafa;
	border:5px solid #eef0f1;
	border-radius: 1rem;
	text-align:center;
	margin-top:10px;
}

.nav-icon {
  margin: 0.2em;
  width: 35px;
}

.nav-icon:after, 
.nav-icon:before, 
.nav-icon div {
  background-color: black;
  border-radius: 2px;
  content: '';
  display: block;
  height: 4px;
  margin: 5px 0;
  transition: all .2s ease-in-out;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
form {
}

label {
color: #3d4449;
display: block;
font-size: 0.9em;
font-weight: 600;
margin: 0 0 1em 0;
}

input[type="text"],
input[type="search"],
input[type="url"],
select,
textarea {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
background: #ffffff;
border-radius: 0.375em;
border: none;
border: solid 1px rgba(210, 215, 217, 0.75);
color: inherit;
display: block;
outline: 0;
padding: 0 1em;
text-decoration: none;
width: 100%;
}

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 325px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #f3f4f5;
    color: #5c5c5c;
    transition: all 0.3s;
}

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

#sidebar .sidebar-header {
    padding: 15px;
    background: #eef0f1;
}

#sidebar ul.components {
    padding: 10px 0;
    border-bottom: 1px solid #eef0f1;
	padding-left: 20px;
	padding-right: 20px;
}

#sidebar ul p {
    color: #5c5c5c;
    padding: 10px;
	text-decoration: none;
}

#sidebar ul li a {
	color: #3a3a3a;
    padding: 8px;
    font-size: 1.0em;
	font-weight: 500;
    display: block;
	border-bottom: solid 1px #dbdcdc;
	text-decoration: none;
}

#sidebar ul li a:hover {
    color: #08a6bf;
    background: #fff;
}

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

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

.dropdown-toggle::after {
	color: #17a2b8;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #eef0f1;
}

ul.CTAs {
    padding: 20px;
}

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

a.download {
    background: #fff;
    color: #f3f4f5;
}

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

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#ad {
	text-align: center;
	top: 0;
	padding:10px;
}

#content {
	width: calc(100% - 325px);
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
	min-height: 100vh;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	right: 0px;
}

#content.active {
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 1024px) {
    #sidebar {
        margin-left: -325px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
		padding: 1px
    }
    #content.active {
        width: calc(100% - 325px);
    }
    #sidebarCollapse span {
        display: none;
    }