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

.adv{
    padding-top: 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 13px;
} 

h1, h2, h3, h4, h5{
	font-family: 'Merriweather', serif;
	font-weight:700;
	letter-spacing: .12em;
	word-spacing: .16em;
}

nav{
	font-family: 'Darker Grotesque', sans-serif;
	font-weight:600;
	letter-spacing: .12em;
	word-spacing: .16em;
	font-size:1.2em;
}

.dropdown-menu{
	font-family: 'Darker Grotesque', sans-serif;
	font-weight:600;
	letter-spacing: .12em;
	word-spacing: .16em;
	font-size:1em;
}

li.nav-item{
	border-left:1px solid #ccc;
}

h1{
	padding-bottom:30px;
}

h5{
	padding-top:20px;
	padding-bottom:10px;
}

p, article li{
    font-family: 'PT Sans', sans-serif;
    line-height: 2em;
	letter-spacing: .12em;
	word-spacing: .16em;
	margin-bottom:2em;
	font-size: 1.1rem;
	font-weight: 300;
}

a:hover{
	text-decoration:underline !important;
}


.chfsize{
	position: fixed;
	top: 57px;
	right:0%;
	width: 80px;
	height:240px;
	z-index: 9999;
	background:orange;
}
.chfsize div{
	display: flex;
 	align-items: center;
 	justify-content: center;
}

.chfsize a{
	font-family: 'Play', sans-serif;
	font-weight:700;
	font-size:40px;
	color:#000;
	cursor:pointer;
}



#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer{
	background:#242424;
	padding-top:60px;
	padding-bottom:50px;
	color:#fff;
	
}
.footer p{
	font-family: 'Play', sans-serif;
	font-weight:700;
	margin-bottom:0em;
}


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

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

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

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

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #1E1E1E;
    color: #fff;
    transition: all 0.3s;
}

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

#sidebar .sidebar-header {
    padding: 20px;
    background: #fff;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #111;
}

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

#sidebar ul li{
	border-top:1px solid #555;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 16px;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

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

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

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

.dropdown-toggle {
    white-space: normal;
}

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

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: #7386D5;
}

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

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
}

.carousel-item {
  height: 35vh;
  min-height: 200px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

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

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