/* ========================================================== */
/* 						    04. HEADER                        */
/* ========================================================== */

/* ----- 1. Header Styles ----- */
#header_wrapper{
    background:black;
    position: fixed;
    z-index:1000;
    width: 100%;
    height:50px;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

#header_wrapper #header {
    width:100%;
    margin:0 auto;
}

/* ----- 2. Logo ----- */
a#logo {
    position: relative;
    float:left;
    z-index:900;
    font-family: 'Cabin','Pacifico', cursive;
    font-size:22px;
    line-height:22px;
    color:#fff;
    //padding-top: 14px;
}

#header_middle {

   max-width:1140px;
       margin: 0 auto;
}

/* ----- 3. Navigation ----- */
#nav {
    margin-top: 10px;
    float:right;
    position:relative;
}

#nav li {
    display: inline-block;
    position: relative;
    margin:0 12px 0 12px;
}

#nav li.subscribe {
    margin:1px 0 0 15px!important;
}

#nav li a {
    background-color: black;
    display: inline-block;
    text-align:center;
    color: #fff;
    font-size: 16px;
    line-height:16px;
    padding-top:10px;
    font-weight:400;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#nav li.subscribe a {

    padding:16px 20px 12px 20px;
    background-color:#3498db;
    border-radius: 5px;
    box-shadow: 0px 3px 0px 0px #227ebb;
    position: relative;
    display: inline-block;
    text-align:center;
    color: #fff;
    text-transform:uppercase;
    font-size: 14px;
    line-height:14px;
    font-weight:500;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#nav li.subscribe a:hover {
    color: #252525;
}

#nav .current a, #nav li a:hover {
    color:#3498db;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


header{
    padding: 0;
    margin: 0;
    position: fixed;
    height: 70px;
	top: 0;
    width: 100%;
    z-index: 100;
}
/******************      Navigation    ******************/


.navbtn-green{
    background: #2bde73;
    color: white;
    font-size: 12px;
    text-decoration: none;
}

.navbtn-green:hover{
    background: #606060;
    color: white;
}


@media (max-width: 767px) {
    .navbar-right{
        float: right;
    }    
}


.btn-submit{
    font-size: 13px;
    margin-top: 16px;
    padding: 10px 15px;
    border: 1px solid #2bde73;
    border-radius: 5px;
    font-weight: 500;
}

.btn-submit:hover{
    border: 1px solid #606060;
}

.btn-green-small{
    background: #2bde73;
    padding: 8px 30px;
    font-weight: 400;
    font-size: 14px;
    color: white;
    width: 150px;
}

.btn-green:hover,
.btn-green-small:hover{
    background-color: #3c3c3c;
    color: white;
}


/******************      Dashboard   ******************/

.navbar {
    min-height: 60px;
}

.dropdown-menu.dropdown-usermenu{
    top:100%;
    width: 180px;
}
/* *********  widgets  *************************************** */
.dropdown-menu li {
  width: 100%; }

.dropdown-menu li a {
  font-size: 12px;
  margin-bottom: 0;
  width: 100%;
  padding: 12px 20px; }

.dropdown-menu.msg_list span {
  white-space: normal; }

.dropdown-menu {
  border: medium none;
  box-shadow: none;
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 120%;
  z-index: 9998;
  border: 1px solid #D9DEE4;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.dropdown-menu > li > a {
  color: #5A738E; }

.navbar-nav .open .dropdown-menu {
  position: absolute;
  background: #fff;
  margin-top: 0;
  border: 1px solid #D9DEE4;
  -webkit-box-shadow: none;
  right: 0;
  left: auto;
  width: 240px; }

.dropdown-menu.dropdown-usermenu{
    top:100%;
     width: 180px;
}

.nav-md a, .nav-md a:visited, .nav-md a:focus, .nav-md a:active, :visited, :focus, :active, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 0; }

.nav-md a:hover, .nav-md a:focus {
  text-decoration: none; }

.active a span.fa {
  text-align: right !important;
  margin-right: 4px; }

.nav_menu {
  float: left;
  height: 70px;
  background: #EDEDED;
  border-bottom: 1px solid #D9DEE4;
  margin-bottom: 10px;
  width: 100%;
  position: relative; }


@media (min-width: 480px) {
  .nav_menu {
    position: static; } }

.nav-md .col-md-3.left_col {
  min-height: 100%;
  width: 230px;
  padding: 0;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  z-index: 1; }


.nav-md .container-dash .right_col {
  padding: 10px 20px 0;
  margin-left: 230px; }

.nav_title {
  width: 230px;
  float: left;
  border-radius: 0;
  height: 20px; }


.nav-md a {
  color: #5A738E;
  text-decoration: none; }


.top_nav .navbar-right li {
  display: inline-block;
  float: right;
  position: static; }

.navbar-right{
    margin-right: 0;
}



@media (max-width: 650px) {
  .nav-md .container-dash .right_col, .nav-md .container-dash.body .top_nav {
    width: 100%;
    margin: 0; }

  .nav-md .container-dash .col-md-3.left_col {
    display: none; }

  .nav-md .container-dash .right_col {
    width: 100%;
    padding-right: 0; }

  .right_col {
    padding: 10px !important; } }




@media (min-width: 480px) {
  .top_nav .navbar-right li {
    position: relative; } }


.top_nav .dropdown-menu li {
  width: 100%; }

.top_nav .dropdown-menu li a {
  width: 100%;
  padding: 12px 20px; }

.top_nav li a i {
  font-size: 15px; }


.nav.side-menu > li {
  position: relative;
  display: block;
  cursor: pointer; }


.nav.side-menu > li > a:hover {
  color: #F2F5F7 !important; }

.nav.side-menu > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background: transparent; }

.nav.child_menu {
  display: none; }

.nav.child_menu.active {
  display: block; }

.nav.child_menu li:hover,
.nav.child_menu li.active {
  background-color: rgba(255, 255, 255, 0.06); }

.nav.child_menu li {
  padding-left: 36px; }

.nav-md ul.nav.child_menu li:before {
  background: #425668;
  bottom: auto;
  content: "";
  height: 8px;
  left: 23px;
  margin-top: 15px;
  position: absolute;
  right: auto;
  width: 8px;
  z-index: 1;
  border-radius: 50%; }

.nav-md ul.nav.child_menu li:after {
  border-left: 1px solid #425668;
  bottom: 0;
  content: "";
  left: 27px;
  position: absolute;
  top: 0; }

.nav.side-menu > li > a, .nav.child_menu > li > a {
  color: #E7E7E7;
  font-weight: 500; }

.nav.child_menu li li:hover,
.nav.child_menu li li.active {
  background: none; }

.nav.child_menu li li a:hover,
.nav.child_menu li li a.active {
  color: #fff; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 14px 15px; }


.navbar-nav-dashboard > li > a {
  font-size: 14px;
  font-weight: 400;
  color: #6f7476 !important;
  margin-left: 10px !important;
  line-height: 40px; }

.navbar-nav-dashboard .btn-submit{
    margin-top: 15px;
}

.site_title {
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
  font-size: 22px;
  width: 100%;
  color: #ECF0F1 !important;
  margin-left: 2px !important;
  margin-top: 5px !important;
  line-height: 59px;
  display: block;
  height: 70px;
  margin: 0;
  padding-left: 0px; }

.site_title:hover, .site_title:focus {
  text-decoration: none; }

.site_title img{
    width: 150px;
}

.nav.navbar-nav > li > a {
  color: #515356 !important; }

.nav.top_menu > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #34495E !important; }

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent; }


.nav.child_menu > li > a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
    padding: 9px; }

.navbar-right{
    float: right;
}
.user-profile{
    margin-bottom: 0;
}
.top-margin
 {margin-top:70px;}