.hvtitle {margin:10px;line-height:18px;height:30px;font-size:13px;font-weight:400}
.vtitle {font-size:18px;padding:0px;margin:0px}
.navbar {padding: 1px 45px;background-color:#000} 
.menu-collapse {cursor: pointer;position: relative;width: 35px;height: 35px;}
.mc-wrap {font-size: 21px;line-height: 29px;color:#fff;margin-right:10px;}
body {background-color:#f3f3f3}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}

#main {
  position: relative;
  margin-top:76px;
}

@media (min-width: 1280px) {
  #main {
    padding: 0 40px 30px 230px;
    min-height: calc(100vh - 159px);
  }
}

@media (max-width: 1279px) and (min-width: 768px) {
  #main {
    padding: 0 40px 30px;
  }
}

@media (max-width: 767px) {
  #main {
    padding: 0 15px 30px;
  }
}

#s-main-menu {
  left: 0;
}

@media (min-width: 1280px) {
  #s-main-menu {
    width: 230px;
    position: absolute;
    height: 100%;
    top: 0;
  }
}

@media (max-width: 1279px) {
  #s-main-menu {
    padding-top: 80px;
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
    position: fixed;
    top: 0;
    height: 100%;
    width: 250px;
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.3);
    background: #fff;
  }

  #s-main-menu.toggled {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1101;
  }
}

#s-main-menu,
.sub-menu > a:before,
.sub-menu > a:after {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.smm-header {
  display: none;
}

@media (max-width: 1279px) {
  .smm-header {
    display: block;
    height: 80px;
    background-image: url('../img/headers/sm/4.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    z-index: 10;
  }

  .smm-header i {
    font-size: 21px;
    color: #009688;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    margin: 20px 30px 0;
    cursor: pointer;
  }
}

.sidebar-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 100;
}

.main-menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.main-menu a { 
}

.main-menu > li > a {
  padding: 16px 25px 16px 55px;
  display: block;
  position: relative;
  font-weight: 500;
  font-size:14px;
  text-transform:uppercase;
}

.main-menu > li > a:hover { 
}

.main-menu > li > a > i{
  position: absolute;
  left: 20px;
  font-size: 15px;
  top: 4px;
  width: 25px;
  text-align: center;
  padding: 13px 0;
}

@media (max-width: 1279px) {
  .main-menu {
    height: 100%;
    overflow-y: auto;
  }
}

/*----------------------------------
    Sub menu
-----------------------------------*/

.sub-menu > a {
  position: relative;
}

.sub-menu > a:before,
.sub-menu > a:after {
  position: absolute;
  top: 14px;
  color: #9ba1b1;
 font-family: 'Glyphicons Halflings';
  font-size: 17px;
  right: 25px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.sub-menu > a:before {
  content: "\e114";
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.sub-menu > a:after {
  content: "\e113";
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.sub-menu > a:hover:before,
.sub-menu > a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.sub-menu.toggled > a:before,
.sub-menu.toggled > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.sub-menu.toggled > a:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.sub-menu.toggled > a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.sub-menu .sub-menu > a:before,
.sub-menu .sub-menu > a:after {
  top: 5px;
}

.sub-menu ul {
  list-style: none;
  display: none;
  padding: 0;
}

.sub-menu ul > li > a {
  padding: 8px 25px 8px 55px;
  font-weight: 500;
  display: block; 
}

.sub-menu ul > li:first-child > a {
  padding-top: 14px;
}

.sub-menu ul > li:last-child > a {
  padding-bottom: 16px;
}

.sub-menu ul > li ul {
  font-size: 12px;
  margin: 10px 0;
  background-color: #F3F3F3;
}

.sub-menu.active > ul {
  display: block;
}


#header {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
padding: 10px 30px;
z-index: 10;
position: fixed;
top: 0;
left: 0;
right: 0;  
}

@media (max-width: 767px) {
  #header {
    padding: 15px 25px;
  }
}

/*----------------------------------
    Logo
-----------------------------------*/

@media (min-width: 767px) {
  .h-logo {
    width: 208px;
  }
}

.h-logo a { 
  font-weight: 700;
  font-size: 23px;
  display: inline-block;
  margin-top:10px;
}

.navbar-brand { 
  font-weight: 700;
  font-size: 23px;
  display: inline-block;
  padding:0px;
  margin-top:10px;
  height:0px;
}

font-size: 23px;
.h-logo a small {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  margin-top: -3px;
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 1280px) {
  .h-logo .menu-collapse {
    display: none;
  }
}

@media (max-width: 1279px) {
  .h-logo .menu-collapse {
    margin-top: 8px;
    float: left;
  }
}

/*----------------------------------
    Hedaer Search
-----------------------------------*/

.h-search {
  padding: 2px 30px 2px 0;
}

.h-search,
.hs-input,
.hs-reset:before,
.hs-reset:after {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.hs-input {
  border: 0;
  height: 48px;
  padding: 8px 20px 8px 50px;
  border-radius: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 15px;
}

.hs-input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.hs-input:-ms-input-placeholder {
  color: #ffffff;
}

.hs-input::-webkit-input-placeholder {
  color: #ffffff;
}

.hs-input.ie9-placeholder {
  color: #fff !important;
}

.focused .hs-input {
  background-color: #fff;
  color: #5e5e5e;
}

.focused .hs-input + .hs-reset {
  color: #5e5e5e;
}

.focused .hs-input + .hs-reset:before {
  -webkit-transform: scale(0) rotate(180deg);
  -ms-transform: scale(0) rotate(180deg);
  -o-transform: scale(0) rotate(180deg);
  transform: scale(0) rotate(180deg);
}

.focused .hs-input + .hs-reset:after {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.focused .hs-input::-moz-placeholder {
  color: #6b6b6b;
  opacity: 1;
}

.focused .hs-input:-ms-input-placeholder {
  color: #6b6b6b;
}

.focused .hs-input::-webkit-input-placeholder {
  color: #6b6b6b;
}

.hs-reset {
  left: 0;
  font-size: 19px;
  color: #fff;
  top: 0;
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 100%;
}

.hs-reset:hover {
  opacity: 0.7;
}

.hs-reset:before,
.hs-reset:after {
  position: absolute;
  left: 20px;
  top: 16px;
}

.hs-reset:after {
  content: '\e079';
  -webkit-transform: scale(0) rotate(-180deg);
  -ms-transform: scale(0) rotate(-180deg);
  -o-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
  color: #5e5e5e;
}
.hs-reset-r {
    right: 0;
    font-size: 20px; 
    top: 0;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 100%;
}
@media (min-width: 992px) {
  /* Search trigger icon for mobile */

  .hm-search-trigger {
    display: none !important;
  }
}

@media (max-width: 991px) {
  /* Header Search */

  .h-search {
    padding: 10px 40px 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translate3d(0, -65px, 0);
    transform: translate3d(0, -65px, 0);
  }

  .h-search.toggled {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .hs-input {
    background-color: #fff;
    color: #777777;
  }

  .hs-input::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
  }

  .hs-input:-ms-input-placeholder {
    color: #cccccc;
  }

  .hs-input::-webkit-input-placeholder {
    color: #cccccc;
  }

  .hs-reset:after {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }

  /* Header Search for IE9 */

  .ie9 .h-search {
    display: none;
  }

  .ie9 .h-search.toggled {
    display: block;
  }

  /* Search trigger icon for mobile */

  .hm-search-trigger {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  /* Header Search */

  .h-search {
    padding: 10px 15px 0;
  }
}

/*----------------------------------
    Hedaer menu
-----------------------------------*/

.h-menu {
  list-style: none;
  padding: 0;
}

.h-menu > li {
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
  min-width: 50px;
}

.h-menu > li > a {
  color: #fff;
  display: block;
  text-align: center;
  z-index: 1;
  position: relative;
}

.hm-icon {
  font-size: 24px;
  line-height: 36px;
}

.hm-label {
  line-height: 35px;
  white-space: nowrap;
  padding: 0 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.hmn-counts {
  position: absolute;
  font-style: normal;
  background: #f44336;
  padding: 1px 5px;
  border-radius: 2px;
  right: 7px;
  top: -3px;
  font-size: 10px;
  line-height: 15px;
}

.hm-profile > a {
  margin: -5px 0 0 5px;
}

.hm-profile > a img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

@media (min-width: 1280px) {
  .hm-alerts {
    display: none !important;
  }
}

/*----------------------------------
    Header Apps Menu
-----------------------------------*/

.h-apps .dropdown-menu {
  width: 305px;
  padding: 25px 10px 15px;
}

.h-apps .dropdown-menu > li {
  display: inline-block;
  width: 95px;
  margin-right: -4px;
  margin-bottom: 5px;
}

.h-apps .dropdown-menu > li > a {
  display: block;
  text-align: center;
}

.h-apps .dropdown-menu > li > a > small,
.h-apps .dropdown-menu > li > a > i {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.h-apps .dropdown-menu > li > a > i {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 52px;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
}

.h-apps .dropdown-menu > li > a > small {
  display: block;
  text-align: center;
  color: #ABABAB;
  margin-top: 5px;
}

.h-apps .dropdown-menu > li > a:hover {
  background: transparent;
}

.h-apps .dropdown-menu > li > a:hover > small {
  color: #333;
}

.h-apps .dropdown-menu > li > a:hover > i {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.p-relative {
    position: relative !important;
}

#footer {
  text-align: center;
  width: 100%;
  color: #a2a2a2;
  padding-bottom: 20px;
  padding-top: 20px;
}

#footer .f-menu {
  display: block;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-top: 8px;
  margin-bottom: 0;
}

#footer .f-menu > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

#footer .f-menu > li > a {
  color: #a2a2a2;
}

#footer .f-menu > li > a:hover {
  color: #777;
}
