body{
	font-family: 'Raleway', sans-serif;
}

.navbar-inverse{
background: rgba(77,77,77,1);
background: -moz-linear-gradient(top, rgba(77,77,77,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(77,77,77,1)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(77,77,77,1) 0%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(77,77,77,1) 0%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(77,77,77,1) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(77,77,77,1) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#000000', GradientType=0 );
box-shadow:1px 1px 10px #545252;
}
/******************* Index *********************************************/

.intro-header {
	min-height:100vh;
    text-align: center;
    color: #f8f8f8;
    background: url(../images/intro-bg2.jpg) no-repeat center center;
    background-size: cover;
	background-attachment:fixed;
}
.intro-message {
    position: relative;
    padding-top: 20%;
}
.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}
.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.intro-divider {
    width: 500px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }
    .intro-message > h1 {
        font-size: 3em;
    }
    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }
    .intro-divider {
        width: 100%;
    }
}

/******************* Page *********************************************/

.page {
	min-height:100vh;
    background:#ebebeb url(../images/stardust.png) repeat center center;
	background-attachment:fixed;
}
.page-content {
    padding-top: 70px; 
}
.page-item {
    margin-bottom: 25px;
}
.page-item-link{
	display:block;
	height:180px;
	border:5px solid rgba(255, 255, 255, 0);
	border-radius:5px;
	box-shadow:1px 1px 10px #545252;
	overflow:hidden;
}
.page-header{
	 border-bottom: 1px solid #2F2F2F;
}
.page hr{
	border-color: #2F2F2F -moz-use-text-color -moz-use-text-color;
}
.page-img{
	margin:auto;
}
footer {
    margin: 50px 0;
}

/******************* single *********************************************/

.single{
	min-height:100vh;
    background:#ebebeb url(../images/stardust.png) repeat center center;
	background-attachment:fixed;
}
.single-content {
    padding-top: 70px;
}
.single hr{
	border-color: #2F2F2F -moz-use-text-color;
}
.single-img{
	border:5px solid rgba(255, 255, 255, 0);
	border-radius:5px;
	box-shadow:1px 1px 10px #545252;
}
div.single-img-outer .img-responsive{
	display:inline !important;
}
footer {
    margin: 50px 0;
}


/******************* Login *********************************************/

.login{
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
  height:100vh;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 18px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
 
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/******************* admin *********************************************/

#description-editor div.form-group > div{
	width:100% !important;
}

#admin {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.form-signin h2.form-signin-heading{
    text-align: center !important;
}

#admin.toggled {
    padding-left: 250px;
}

#sidebar-admin {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#admin.toggled #sidebar-admin {
    width: 250px;
}

#page-content-admin {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#admin.toggled #page-content-admin {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {

    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.sidebar-nav > .sidebar-admin{
    font-size: 18px;
	background:#232424;
	color:#fff;
	margin-bottom:20px;
}
.sidebar-nav > .sidebar-admin a.admin {
    font-size: 20px;
	text-indent:0px !important;
}
.sidebar-nav > .sidebar-admin a {
    font-size: 12px;
    color: #999999;
	display:inline-block;
}

.sidebar-nav > .sidebar-admin a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #admin {
        padding-left: 250px;
    }

    #admin.toggled {
        padding-left: 0;
    }

    #sidebar-admin {
        width: 250px;
    }

    #admin.toggled #sidebar-admin {
        width: 0;
    }

    #page-content-admin {
        padding: 20px;
        position: relative;
    }

    #admin.toggled #page-content-admin {
        position: relative;
        margin-right: 0;
    }
}