/*
    DEMO STYLE
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');


body {
    font-family: 'Roboto', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Roboto', 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:none;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    
}
.ply-button button{ background:none;}
.ply-button button:hover{background:none;}
.btn-info:focus{background:none;}


.ply-button button svg{font-size:35px; font-weight:lighter; color:#2ab574;}
.ply-button .btn{padding: 6px 0px;}

.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
----------------------------------------------------- */
#sidebar {
    width:350px;
    position: fixed;
    top: 0;
    right:-350px;
    height: 100vh;
    z-index:11111;
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	font-family: 'Roboto', sans-serif;
}

#sidebar.active {
    right: 0;
}

.navbar-default{position: absolute;
z-index:111;
right: 0;}

.menu-fix{float: right;
height: 100px;
position: relative;
z-index:1111;}

#dismiss {
    width:40px;
    height:40px;
    line-height:40px;
    text-align: center;
    background:#29b473;
    position: absolute;
    top:-10px;
    left:10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	color:#FFF;
}
/*#dismiss  svg{font-size:18px; font-weight:lighter !important; color:#FFF;}*/
#dismiss:hover {
    background:#FFF;
    color: #29b473 !important;
}
.list-unstyled{margin: 25px 0px 0px 0px;}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: none;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding:50px 0;
    
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    font-size:19px;
	letter-spacing:1px;
    display: block;
	padding:30px 20px 30px 20px;
	text-transform:uppercase;
	text-align:center;
	font-weight:lighter;
	border-bottom:1px solid #393b35;
}
#sidebar ul li a:hover {
    color: #2ab574;
	font-weight:lighter;
   
}

#sidebar ul li a:onclick{background:none !important;}

#sidebar ul li.active > a {
    color: #2ab574;
    background: transparent;
}


a[data-toggle="collapse"] {
    position: relative;
}

/*a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}*/


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

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: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
