@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: BodoniBlack;
    src: url(fonts/BOD_BLAR.otf);
}

.row{
    margin-left:0px;
    margin-right:0px;
}

#wrapper {
    padding-left: 55px;
    transition: all .4s ease 0s;
    height: 100%
}

#sidebar-wrapper {
    margin-left: -350px;
    left: 55px;
    width: 350px;
    background: transparent url(img/black50.png);
	background: rgba(0, 0, 0, 0.5) none;
    position: fixed;
    height: 100%;
    z-index: 900;
    transition: all .4s ease 0s;
	border-right: 2px solid #810606;
}

.sidebar-nav {
    display: block;
    float: left;
    width: 350px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#page-content-wrapper {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
}
#wrapper.active {
    padding-left: 350px;
}
#wrapper.active #sidebar-wrapper {
    left: 350px;
}

#page-content-wrapper {
  width: 100%;
}

#sidebar_menu li a, .sidebar-nav li a {
    color: #999;
    display: block;
    float: left;
    text-decoration: none;
    width: 350px;
    /*background: #252525;
    border-top: 1px solid #373737;
    border-bottom: 1px solid #1A1A1A;*/
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
}
.sidebar_name {
    padding-top: 25px;
    color: #fff;
    opacity: .7;
	text-indent: 20px;
}

.sidebar-nav li {
  line-height: 30px;
  text-indent: 20px;
  padding-bottom: 10px;
}

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

/*LINK ROLLOVER EFFECTS*/
.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(150,0,0,0.8);
  text-decoration: none;
}

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

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 30px;
  font-size: 14px;
}

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

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

.sidebar-bottom {
    position: absolute;
    bottom: 0;
}

#main_icon
{
   float:right;
   padding-right: 20px;
   padding-top:20px;
}
.sub_icon
{
   float:right;
   padding-right: 20px;
   padding-top:7px;
   font-size: 15px;
}
.content-header {
  height: 65px;
  line-height: 65px;
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 65px;
  display: inline-block;
}

#return-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
	z-index: 9000;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


@media (min-width: 600px) {
	#mobile-wrapper {
		display:none;
	}
}

@media (max-width:767px) {
    #wrapper {
    padding-left: 55px;
    transition: all .4s ease 0s;
}
#sidebar-wrapper {
    left: 55px;
}
#wrapper.active {
    padding-left: 350px;
}
#wrapper.active #sidebar-wrapper {
    left: 350px;
    width: 350px;
    transition: all .4s ease 0s;
}
}

@media (max-width:600px) {

body {
	padding-top: 60px;
	margin-bottom: 60px;
}

#sidebar-wrapper {
    margin-left: 0px;
    display:none;
}

#wrapper.active {
    padding-left: 0px;
}

#return-to-top {
    bottom: 75px;
    right: 25px;
	}
}

