/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

body {
  overflow-x: hidden;
}

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

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

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

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

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 0px;
}

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

.slide_btn{position:absolute;left: 34px; top: 9px;z-index: 2;
height: 30px;width: 30px;cursor: pointer;background: url(../images/m_nav.png) #FFF no-repeat; background-size: cover;}


/* 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: 46px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
	border-left: 3px solid #B0113C;
	font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 2.85px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.2);
	border-left: 3px solid #FFF;
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
  border-left: 3px solid #FFF;
}

.sidebar-nav>.sidebar-brand {
  font-size: 18px;
  line-height: 60px;
	background: #930A2F;
	line-height: 60px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
}

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

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

.site-wrap2{background: url(../images/bg.jpg) center; background-position:center -180px; background-size: 1920px; padding-bottom: 50px; position: relative; top:0; left:0;min-height: 100%;min-width: 100%; z-index: 1;}

@media(min-width:768px) {
  #wrapper {
    padding-left: 0;
  }
  #wrapper.toggled {
    padding-left: 250px;
  }
  #sidebar-wrapper {
    width: 0;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }
  #page-content-wrapper {
    padding: 0px;
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
	.site-wrap2{ background: url(../images/bg.jpg) center; background-position: top; background-size: 1000px}
	
}

@media(min-width:414px) {
	.site-wrap2{ background: url(../images/bg_m.jpg) repeat center; background-position: top; background-size: 414px}
}

@media(min-width:375px) {
	.site-wrap2{  background-size: 375px}
}
