/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 5, 2015, 5:53:08 PM
    Author     : Kevin Ulrich @ Achilles Interactive (www.achillesinteractive.com)
*/

/* adjust body when menu is open */
body.slide-active {
    overflow-x: hidden
}
h2.phone_mobile a{text-decoration:none;}
/*first child of #page-content so it doesn't shift around*/
.no-margin-top {
    margin-top: 0px!important
}
/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
#page-content {
    position: relative;
   /* padding-top: 70px;*/
    left: 0;
}
#page-content.slide-active {
    padding-top: 0;

}
.navbar-header{height:80px;}
#page-content.slide-active #logo{display:none;}
#page-content.slide-active .mobile_hero{	margin-top:0px;}
#slidemenu li a{padding-left:25px;}
/* put toggle bars on the left :: not using button */
#slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: right;
  /*  margin-top: 25px;*/
    width: 36px;
    height: 36px;
    padding: 0px 0 0 0;
    border: 0;
    top:50%;
    margin-top:-18px;
   /* background: url('../images/icn-nav-white.png') no-repeat;*/
	border-radius: 0;
        display:flex;align-self:center;
}
/* icon bar prettyup - optional */
#slide-nav .navbar-toggle > .icon-bar {
    width: 100%;
    display: none;
    height: 3px;
    margin: 5px 0 0 0;
}
#slide-nav li{margin:0 0 0 15px}
#slide-nav .dropdown-menu li{margin:0 0 10px 15px  }
#slide-nav .dropdown-menu li a{font-size:13px; text-decoration:none !important;}

#slide-nav li a, #slide-nav li ul li a{text-decoration:none; font-size:13px !important; line-height:17px;}
#slide-nav li ul li{margin:0 0 3px 15px !important;}
#slide-nav li ul li a{font-size:12px !important;}
#slide-nav .navbar-toggle.slide-active .icon-bar {
    background: #f21d2f
}
.navbar-header {
    position: relative
}
/* un fix the navbar when active so that all the menu items are accessible */
.navbar.navbar-fixed-top.slide-active {
    position: relative
}
/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */
@media (max-width:767px) { 
	#slide-nav .container {
	    margin: 0;
	    padding: 0!important;
	}
	#slide-nav .navbar-header {
	    margin: 0 auto;
	    padding: 0 15px;
	}
	#slide-nav .navbar.slide-active {
	    position: absolute;
	    width: 80%;
	    top: -1px;
	    z-index: 1000;
	}
	#slide-nav #slidemenu {
	    background: #f7f7f7;
	    left: -100%;
	    width: 80%;
	    min-width: 0;
	    position: absolute;
	    padding-left: 0;
	    z-index: 2;
	  top: -1px;
	  margin-top:11px;
/*	    margin: 87px 0 0 0;*/
	}
	#slide-nav #slidemenu .navbar-nav {
	    min-width: 0;
	    width: 100%;
	    margin: 0;
	}
	#slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
	    min-width: 0;
	    width: 80%;
	    white-space: normal;
	}
	#slide-nav {
	    border-top: 0
	}
	#slide-nav.navbar-inverse #slidemenu {
	    background: #2f3132 
	}
	/* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
	#slide-nav #navbar-height-col {
	    position: fixed;
	    top: 0;
	    height: 100%;
	    width: 80%;
	    left: -80%;
	    background: #2f3132 ;
	}
	#slide-nav.navbar-inverse #navbar-height-col {
	    background: #2f3132 ;
	    z-index: 1;
	    border: 0;
	}
	#slide-nav .navbar-form {
	    width: 100%;
	    margin: 8px 0;
	    text-align: center;
	    overflow: hidden;
	    /*fast clearfixer*/
	}
	#slide-nav .navbar-form .form-control {
	    text-align: center
	}
	#slide-nav .navbar-form .btn {
	    width: 100%
	}
}
@media (min-width:768px) { 
	#page-content {
	    left: 0!important
	}
	.navbar.navbar-fixed-top.slide-active {
	    position: fixed
	}
	.navbar-header {
	    left: 0!important
	}
}
.navbar-inverse {background-color:transparent; border-color:transparent;}


.navbar-inverse .navbar-nav > .current > a, .navbar-inverse .navbar-nav > .current > a:focus, .navbar-inverse .navbar-nav > .current > a:hover{background-color:#f21d2f; color:#ffffff;}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover{background-color: #f21d2f; border-top:1px solid #3d3d3d; }