/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: #888;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 270px;
    height: 100%;
    margin-right: 0px;
    overflow: hidden;
    background: #888;
     background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    
     /*box-shadow: 15px 26px 29px #000;*/
    
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 270px;
    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: #FFF;
    font-size: 15px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #004761;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

#menu-toggle {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 0px;
    margin-right: -270px;
    width: 270px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

body {
	margin:0;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}


.pull-right {
  float: right !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #sidebar-wrapper {
        right: -270px;
    }
    #sidebar-wrapper.active {
        margin-right: 0;
    }
}

@media(max-width:768px) {

    #sidebar-wrapper {
        margin-right: -270px;
    }
    #sidebar-wrapper.active {
        margin-right: 0px;
        right: 0;
        transition: all 0.4s ease 0s;
        width: 270px;
    }

}
