/*Top Bar (login, search etc.)
------------------------------------*/
.header .topbar {
  z-index: 12;
  padding: 8px 0;
  position: relative;
}
.header .topbar ul.loginbar {
  margin: 0;
}
.header .topbar ul.loginbar > li {
  display: inline;
  list-style: none;
  position: relative;
  padding-bottom: 15px;
}
.header .topbar ul.loginbar > li > a,
.header .topbar ul.loginbar > li > a:hover {
  color: #7c8082;
  font-size: 11px;
  text-transform: uppercase;
}
.header .topbar ul.loginbar li i.fa {
  color: #bbb;
}
.header .topbar ul.loginbar li.topbar-devider {
  top: -1px;
  padding: 0;
  font-size: 8px;
  position: relative;
  margin: 0 9px 0 5px;
  font-family: Tahoma;
  border-right: solid 1px #bbb;
}
/*languages*/
.header .topbar ul.languages {
  top: 25px;
  left: -5px;
  display: none;
  padding: 4px 0;
  padding-left: 0;
  list-style: none;
  min-width: 100px;
  position: absolute;
  background: #f0f0f0;
}
.header .topbar li:hover ul.languages {
  display: block;
}
.header .topbar ul.languages:after {
  top: -4px;
  width: 0;
  height: 0;
  left: 8px;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 6px solid #f0f0f0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left-style: inset;
  /*FF fixes*/
  border-right-style: inset;
  /*FF fixes*/
}
.header .topbar ul.languages li a {
  color: #555;
  display: block;
  font-size: 10px;
  padding: 2px 12px;
  margin-bottom: 1px;
  text-transform: uppercase;
}
.header .topbar ul.languages li.active a i {
  color: #999;
  float: right;
  margin-top: 2px;
}
.header .topbar ul.languages li a:hover,
.header .topbar ul.languages li.active a {
  background: #fafafa;
}
.header .topbar ul.languages li a:hover {
  text-decoration: none;
}
/*Header Default
------------------------------------*/
.header {
  z-index: 99;
  position: relative;
  border-bottom: solid 2px #eee;
}
.header .navbar {
  margin: 0;
}
.header .navbar-default {
  border: none;
  background: none;
}
/*Navbar Brand*/
.header .navbar-brand {
  z-index: 1;
  top: -10px;
  height: 100%;
  position: relative;
  padding: 0 10px 10px;
}
@media (min-width: 768px) and (max-width: 998px) {
  .header .navbar-brand {
    margin-top: 0;
  }
}
/*Navbar Toggle*/
.header .navbar-default .navbar-toggle {
  border-color: #5fb611;
}
.header .navbar-default .navbar-toggle .fa {
  color: #fff;
  font-size: 19px;
}
.header .navbar-toggle,
.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus {
  background: #72c02c;
  padding: 6px 10px 2px;
}
.header .navbar-toggle:hover {
  background: #5fb611 !important;
}
/*Navbar Collapse*/
.header .navbar-collapse {
  position: relative;
}
/*Navbar Menu*/
.header .navbar-default .navbar-nav > li > a {
  color: #687074;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.header .navbar-default .navbar-nav > .active > a {
  color: #72c02c;
}
@media (min-width: 992px) {
  .header .navbar-nav {
    float: right;
  }
}
/*No Topbar*/
.header.no-topbar .navbar-brand {
  margin-top: 30px;
}
.header.no-topbar .navbar-toggle {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .header.no-topbar .navbar-nav {
    padding-top: 36px;
  }
}
/*Responsive Navbar*/
@media (max-width: 991px) {
  /*Responsive code for max-width: 991px*/
  .header .navbar-header {
    float: none;
  }
  .header .navbar-toggle {
    display: block;
  }
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }
  .header .navbar-nav {
    margin: 0 0 5px;
    float: none !important;
  }
  .header .navbar-nav > li {
    float: none;
  }
  .header .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  /*Dropdown Menu Slide Down Effect*/
  .header .navbar-nav .open .dropdown-menu {
    border: 0;
    float: none;
    width: auto;
    margin-top: 0;
    position: static;
    box-shadow: none;
    background-color: transparent;
  }
  .header .navbar-nav .open .dropdown-menu > li > a,
  .header .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .header .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .header .navbar-nav .open .dropdown-menu > li > a:hover,
  .header .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  .header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .header .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .header .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .header .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .header .navbar-default .dropdown-menu.no-bottom-space {
    padding-bottom: 0;
  }
  /*Design for max-width: 991px*/
  .header .navbar-collapse,
  .header .navbar-collapse .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    padding: 9px 10px;
  }
  .header .navbar-default .navbar-nav > li a {
    border-bottom: solid 1px #eee;
  }
  .header .navbar-default .navbar-nav > li > a:focus {
    background: none;
  }
  .header .navbar-default .navbar-nav > li > a:hover {
    color: #72c02c;
  }
  .header .navbar-default .navbar-nav > .active > a,
  .header .navbar-default .navbar-nav > .active > a:hover,
  .header .navbar-default .navbar-nav > .active > a:focus {
    background: #72c02c;
    color: #fff !important;
  }
  .header .dropdown .dropdown-submenu > a {
    font-size: 16px;
    color: #555 !important;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  /*Navbar Collapse*/
  .header .navbar-collapse {
    padding: 0;
  }
  /*Navbar*/
  .header .navbar {
    min-height: 40px !important;
  }
  .header .container > .navbar-header,
  .header .container-fluid > .navbar-header,
  .header .container > .navbar-collapse,
  .header .container-fluid > .navbar-collapse {
    margin-bottom: -10px;
  }
  .header .navbar-nav {
    position: relative;
  }
  .header .navbar-default .navbar-nav > li > a {
    bottom: -2px;
    position: relative;
    padding: 9px 30px 9px 20px;
  }
  .header .navbar-default .navbar-nav > li > a,
  .header .navbar-default .navbar-nav > li > a:focus {
    border-bottom: solid 2px transparent;
  }
  .header .navbar-default .navbar-nav > li > a:hover,
  .header .navbar-default .navbar-nav > .active > a {
    bottom: -2px;
    position: relative;
    border-bottom: solid 2px #72c02c;
  }
  .header .navbar-default .navbar-nav > li > a,
  .header .navbar-default .navbar-nav > li > a:hover,
  .header .navbar-default .navbar-nav > li > a:focus,
  .header .navbar-default .navbar-nav > .active > a,
  .header .navbar-default .navbar-nav > .active > a:hover,
  .header .navbar-default .navbar-nav > .active > a:focus {
    background: none;
  }
  .header .navbar-default .navbar-nav > .open > a,
  .header .navbar-default .navbar-nav > .open > a:hover,
  .header .navbar-default .navbar-nav > .open > a:focus {
    color: #72c02c;
  }
  .header .navbar-default .navbar-nav > li:hover > a {
    color: #72c02c;
  }
  /*Dropdown Menu*/
  .header .dropdown-menu {
    padding: 0;
    border: none;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    border-top: solid 2px #72c02c;
    border-bottom: solid 2px #687074;
  }
  .header .dropdown-menu li a {
    color: #687074;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 15px;
    border-bottom: solid 1px #eee;
  }
  .header .dropdown-menu .active > a,
  .header .dropdown-menu li > a:hover {
    color: #fff;
    filter: none !important;
    background: #687074 !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .header .dropdown-menu li > a:focus {
    background: none;
    filter: none !important;
  }
  .header .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }
  .header .open > .dropdown-menu {
    display: none;
  }
  /*Search*/
  .header .navbar .search-open {
    width: 330px;
  }
}
/*Dropdown Submenu for BS3
------------------------------------*/
.header .dropdown-submenu {
  position: relative;
}
.header .dropdown > a:after,
.header .dropdown-submenu > a:after {
  top: 8px;
  right: 9px;
  font-size: 11px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}
@media (max-width: 991px) {
  .header .dropdown-submenu > a:after {
    content: " ";
  }
}
.header .dropdown > a:after {
  top: 9px;
  right: 15px;
  content: "\f107";
}
.header .dropdown-submenu > .dropdown-menu {
  top: 3px;
  left: 100%;
  margin-top: -5px;
  margin-left: 0px;
}
/*Submenu comes from LEFT side*/
.header .dropdown-submenu > .dropdown-menu.submenu-left {
  left: -100%;
}
.header .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
@media (max-width: 991px) {
  .header .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px;
  }
}
.header .dropdown-submenu.pull-left {
  float: none;
}
.header .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.header .dropdown-menu li [class^="fa-"],
.header .dropdown-menu li [class*=" fa-"] {
  left: -3px;
  width: 1.25em;
  margin-right: 1px;
  position: relative;
  text-align: center;
  display: inline-block;
}
.header .dropdown-menu li [class^="fa-"].fa-lg,
.header .dropdown-menu li [class*=" fa-"].fa-lg {
  /* increased font size for fa-lg */
  width: 1.5625em;
}
/*Search Box
------------------------------------*/
.header .navbar .nav > li > .search {
  color: #aaa;
  cursor: pointer;
  min-width: 35px;
  font-size: 15px;
  text-align: center;
  background: #f7f7f7;
  padding: 11px 0 12px;
  display: inline-block;
  border-bottom: solid 2px #aaa;
}
@media (min-width: 992px) {
  .header .navbar .nav > li > .search {
    bottom: -2px;
    position: relative;
  }
}
.header .navbar .nav > li > .search:hover {
  color: #72c02c;
  background: #f7f7f7;
  border-bottom-color: #72c02c;
}
.header .navbar .search-open {
  right: 0;
  top: 40px;
  display: none;
  padding: 14px;
  position: absolute;
  background: #fcfcfc;
  border-top: solid 2px #eee;
  box-shadow: 0 1px 3px #ddd;
}
.header .navbar .search-open form {
  margin: 0;
}
@media (min-width: 767px) and (max-width: 991px) {
  .header .navbar > .container .navbar-brand,
  .header .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
  .header .navbar-toggle {
    margin-right: 0;
  }
  .header .navbar .search-open {
    width: 93%;
  }
}
@media (max-width: 991px) {
  .header .navbar .nav > li > .search {
    color: #999;
    width: 35px;
    height: 34px;
    text-align: left;
    background: #eee;
    line-height: 12px;
    text-align: center;
    margin: 5px 10px 0;
    border-bottom: none;
  }
  .header .navbar .nav > li > .search:hover {
    background: #5fb611;
    color: #fff !important;
  }
  .header .navbar .search-open {
    top: 5px;
    padding: 0;
    left: 48px;
    border-top: none;
    box-shadow: none;
    background: none;
    margin-right: 10px;
  }
}
/*Header Fixed
------------------------------------*/
/*Header*/
.header-fixed .header {
  height: 78px;
}
.header-fixed .header.header-fixed-shrink {
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  z-index: 9999;
  position: fixed;
  margin-top: -35px;
  border-bottom: none;
  box-shadow: 0 0 3px #bbb;
  background: rgba(255, 255, 255, 0.96);
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
/*Topbar*/
.header-fixed .header.header-fixed-shrink .topbar {
  display: none;
}
/*No Topbar*/
.header-fixed .header.no-topbar.header-fixed-shrink .navbar-brand {
  margin-top: 0;
}
.header-fixed .header.no-topbar.header-fixed-shrink .navbar-nav {
  padding-top: 0;
}
/*Brand*/
.header-fixed .header.header-fixed-shrink .navbar-brand {
  top: 47px;
  z-index: 1;
  position: relative;
  padding: 0 10px 10px;
}
.header-fixed .header.header-fixed-shrink .navbar-brand img {
  width: 90%;
}
.header-fixed .header.header-fixed-shrink .search,
.header-fixed .header.header-fixed-shrink .active a {
  border-bottom: none !important;
}
.header-fixed .header.header-fixed-shrink .navbar-nav > li > .dropdown-menu {
  margin-top: 1px;
}
@media (max-width: 991px) {
  /*Header*/
  .header-fixed .header,
  .header-fixed .header.header-fixed-shrink {
    height: inherit;
    position: relative;
  }
}
@media (min-width: 992px) {
  .header-fixed .header.header-fixed-shrink .navbar-nav > li > a {
    padding: 55px 30px 18px 20px;
    border-bottom: solid 1px transparent !important;
  }
  .header-fixed .header.header-fixed-shrink .dropdown > a:after {
    top: 56px;
  }
  /*Search Bar*/
  .header-fixed .header.header-fixed-shrink .search {
    margin-top: 47px;
    padding: 8px !important;
    color: #585f69 !important;
    background: none !important;
  }
  .header-fixed .header.header-fixed-shrink .search-open {
    top: 95px;
    border-top: none;
    background: rgba(255, 255, 255, 0.9);
  }
}
/*Mega Menu
------------------------------------*/
.header .mega-menu .nav,
.header .mega-menu .dropup,
.header .mega-menu .dropdown,
.header .mega-menu .collapse {
  position: static;
}
.header .mega-menu .navbar-inner,
.header .mega-menu .container {
  position: relative;
}
.header .mega-menu .dropdown-menu {
  left: auto;
}
.header .mega-menu .dropdown-menu > li {
  display: block;
}
.header .mega-menu .dropdown-submenu .dropdown-menu {
  left: 100%;
}
.header .mega-menu .nav.pull-right .dropdown-menu {
  right: 0;
}
.header .mega-menu .mega-menu-content {
  *zoom: 1;
  padding: 0;
}
.header .mega-menu .mega-menu-content:before,
.header .mega-menu .mega-menu-content:after {
  content: "";
  display: table;
  line-height: 0;
}
.header .mega-menu .mega-menu-content:after {
  clear: both;
}
.header .mega-menu.navbar .nav > li > .dropdown-menu:after,
.header .mega-menu.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
  left: 0;
  right: 0;
  overflow: hidden;
}
.sub-header {
  z-index: 90;
}
.sub-header .nav {
  float: left;
}
.sub-header .dropdown > a:after {
  top: 15px;
  right: 2px;
}
.sub-header li > a,
.sub-header .dropdown > a {
  color: #555;
}
.sub-header li > a:hover,
.sub-header .dropdown > a:hover {
  background-color: #fff;
  color: #555;
}
@media (min-width: 992px) {
  .header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    margin-left: 10px;
    margin-right: 15px;
  }
}
/*Equal Height Lists*/
@media (min-width: 992px) {
  .header .mega-menu .equal-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header .mega-menu .equal-height-in {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/*Mega Menu Style Effect*/
.header .mega-menu .equal-height-list h3 {
  font-size: 16px;
  font-weight: 400;
  padding: 0 10px 0 13px;
  text-transform: uppercase;
}
/*Space for only Big Resolution*/
@media (min-width: 992px) {
  .header .mega-menu .big-screen-space {
    margin-bottom: 20px;
  }
}
/*Mega Menu Content*/
@media (min-width: 992px) {
  .header .mega-menu .equal-height-in {
    padding: 20px 0;
    border-left: 1px solid #eee;
  }
  .header .mega-menu .equal-height-in:first-child {
    border-left: none;
    margin-left: -1px;
  }
  .header .mega-menu .equal-height-list {
    width: 100%;
  }
  .header .mega-menu .equal-height-list li a {
    display: block;
    margin-bottom: 1px;
    position: relative;
    border-bottom: none;
    padding: 5px 10px 5px 15px;
  }
  .header .mega-menu .equal-height-list a:hover {
    text-decoration: none;
  }
  /*Dropdown Arrow Icons*/
  .header .mega-menu .mega-menu-fullwidth li a {
    padding: 5px 10px 5px 30px;
  }
  .header .mega-menu .mega-menu-fullwidth li a:after {
    top: 7px;
    left: 15px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
  }
  /*Dropdown Arrow Icons Disable class*/
  .header .mega-menu .mega-menu-fullwidth .disable-icons li a {
    padding: 5px 10px 5px 15px;
  }
  .header .mega-menu .mega-menu-fullwidth .disable-icons li a:after {
    display: none;
  }
}
/*Space Effect inside the container to avoid scroll bar*/
@media (min-width: 737px) and (max-width: 991px) {
  .header .mega-menu .mega-menu-content .container {
    width: 690px !important;
  }
  .header .mega-menu .equal-height {
    margin-right: 0;
  }
  .header .mega-menu .equal-height-in {
    padding-right: 0;
    margin-right: -15px;
  }
}
@media (max-width: 991px) {
  .header .mega-menu .equal-height {
    margin-right: 0;
  }
  .header .mega-menu .equal-height-in {
    padding-right: 0;
  }
}
/*Equal Hight List Style*/
@media (max-width: 991px) {
  .header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    width: auto;
  }
  .header .mega-menu .equal-height-in,
  .header .mega-menu .equal-height-list {
    display: block;
  }
  .header .mega-menu .mega-menu-fullwidth .dropdown-menu > li > ul {
    display: block;
  }
  /*Equal Height List Style*/
  .header .mega-menu .equal-height-list h3 {
    color: #555;
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 25px 5px;
    border-bottom: solid 1px #eee;
  }
  .header .mega-menu .equal-height-list li a {
    color: #687074;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-left: 15px;
    padding: 6px 25px;
    border-bottom: solid 1px #eee;
  }
  .header .mega-menu .equal-height-list > h3.active,
  .header .mega-menu .equal-height-list > .active > a,
  .header .mega-menu .equal-height-list > .active > a:hover,
  .header .mega-menu .equal-height-list > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .header .mega-menu .equal-height-list li a:hover {
    color: #333;
    text-decoration: none;
  }
}
/*Top Bar v1 (login, search etc.)
------------------------------------*/
.header-v1 .topbar-v1 {
  background: #fdfdfd;
  border-top: solid 1px #f0f0f0;
  border-bottom: solid 1px #f0f0f0;
}
.header-v1 .topbar-v3 .languagesSelector {
  position: relative;
}
.header-v1 .topbar-v3 ul.languages {
  top: 25px;
  left: -5px;
  display: none;
  padding: 4px 0;
  padding-left: 0;
  list-style: none;
  min-width: 100px;
  position: absolute;
  background: #f0f0f0;
}
.header-v1 .topbar-v3 li:hover ul.languages {
  display: block;
}
.header-v1 .topbar-v3 ul.languages:after {
  top: -4px;
  width: 0;
  height: 0;
  left: 8px;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 6px solid #f0f0f0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left-style: inset;
  /*FF fixes*/
  border-right-style: inset;
  /*FF fixes*/
}
.header-v1 .topbar-v3 ul.languages li a {
  color: #555;
  display: block;
  font-size: 10px;
  padding: 2px 12px;
  margin-bottom: 1px;
  text-transform: uppercase;
}
.header-v1 .topbar-v3 ul.languages li.active a i {
  color: #999;
  float: right;
  margin-top: 2px;
}
.header-v1 .topbar-v3 ul.languages li a:hover,
.header-v1 .topbar-v3 ul.languages li.active a {
  background: #fafafa;
}
.header-v1 .topbar-v3 ul.languages li a:hover {
  text-decoration: none;
}
/*Top Contacts*/
.header-v1 .topbar-v1 ul {
  margin: 0;
}
.header-v1 .topbar-v1 .top-v1-contacts li {
  color: #666;
  padding: 5px 0;
  font-size: 16px;
  margin-right: 15px;
  display: inline-block;
}
.header-v1 .topbar-v1 .top-v1-contacts i {
  color: #999;
  font-size: 16px;
  margin-right: 3px;
}
/*Top Data*/
.header-v1 .topbar-v1 .top-v1-data {
  text-align: right;
}
.header-v1 .topbar-v1 .top-v1-data li {
  padding: 5px 11px;
  margin-left: -4px;
  display: inline-block;
  border-right: solid 1px #eee;
}
.header-v1 .topbar-v1 .top-v1-data li:first-child {
  margin-left: 0;
  border-left: solid 1px #eee;
}
.header-v1 .topbar-v1 .top-v1-data li a {
  font-size: 12px;
}
.header-v1 .topbar-v1 .top-v1-data li a:hover {
  text-decoration: none;
}
.header-v1 .topbar-v1 .top-v1-data li i {
  color: #777;
  font-size: 16px;
}
.header-v1 .topbar-v1 .top-v1-data li a:hover i {
  color: #263988;
}
/*Responsive Topbar v1*/
@media (max-width: 991px) {
  .header-v1 .topbar-v1 ul {
    text-align: center !important;
  }
  .header-v1 .topbar-v1 .top-v1-contacts {
    margin: 10px 0;
  }
  .header-v1 .topbar-v1 .top-v1-data li {
    top: 1px;
    padding: 6px 16px;
    margin-left: -5px;
    position: relative;
    border: solid 1px #eee;
  }
}
/*Header v1
------------------------------------*/
.header-v1 {
  z-index: 99;
  position: relative;
}
.header-v1 .navbar {
  margin: 0;
}
.header-v1 .navbar-default {
  border: none;
  background: none;
}
/*Navbar Header*/
.header-v1 .navbar-header {
  margin: 10px 0;
}
/*Navbar Brand*/
.header-v1 .navbar-brand {
  z-index: 1;
  position: relative;
}
.header-v1 .navbar a.navbar-brand {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 360px;
  height: 90px;
}
.header-v1 .navbar a.navbar-brand img {
  float: left;
  margin: 0 6px 0 0;
  width: 80px;
}
.header-v1 .navbar a.navbar-brand .logo-text {
  font-size: 28px;
  font-weight: 300;
  display: block;
  padding: 0;
  margin: 17px 0 0 0;
  line-height: 28px;
  color: #263988;
  text-shadow: 1px 1px 0px #ffffff;
}
.header-v1 .navbar a.navbar-brand .logo-sub {
  font-size: 15px;
  font-weight: 300;
  display: block;
  color: #777777;
  text-shadow: 1px 1px 0px #ffffff;
}
@media (max-width: 376px) {
  .header-v1 .navbar a.navbar-brand {
    width: 300px;
  }
  .header-v1 .navbar a.navbar-brand .logo-text {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .header-v1 .navbar-brand {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .header-v1 .navbar-brand {
    margin-top: -20px;
  }
}
@media (min-width: 992px) {
  .header-v1 .navbar-brand {
    margin-top: -20px;
  }
}
/*Navbar Toggle*/
.header-v1 .navbar-default .navbar-toggle {
  border: none;
}
@media (max-width: 768px) {
  .header-v1 .navbar-default .navbar-toggle {
    margin-right: 0;
  }
}
.header-v1 .navbar-default .navbar-toggle .fa {
  color: #263988;
  font-size: 19px;
}
.header-v1 .navbar-toggle,
.header-v1 .navbar-default .navbar-toggle:hover,
.header-v1 .navbar-default .navbar-toggle:focus {
  background: #fff;
  padding: 6px 10px 2px;
}
.header-v1 .navbar-toggle:hover {
  background: #fff !important;
}
/*Navbar Collapse*/
.header-v1 .navbar-collapse {
  position: relative;
}
/*Navbar Menu*/
@media (min-width: 992px) {
  .header-v1 .navbar-default .navbar-nav {
    margin-top: -6px;
  }
}
.header-v1 .navbar-default .navbar-nav > li > a {
  color: #687074;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .header-v1 .navbar-nav {
    float: right;
  }
}
/*Responsive Navbar*/
@media (max-width: 991px) {
  /*Responsive code for max-width: 991px*/
  .header-v1 .navbar-header {
    float: none;
  }
  .header-v1 .navbar-toggle {
    display: block;
  }
  .header-v1 .navbar-collapse.collapse {
    display: none !important;
  }
  .header-v1 .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }
  .header-v1 .navbar-nav {
    margin: 0 0 5px;
    float: none !important;
  }
  .header-v1 .navbar-nav > li {
    float: none;
  }
  .header-v1 .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  /*Header*/
  .header-v1 {
    border-bottom: solid 1px #eee;
  }
  /*Dropdown Menu Slide Down Effect*/
  .header-v1 .navbar-nav .open .dropdown-menu {
    border: 0;
    float: none;
    width: auto;
    margin-top: 0;
    position: static;
    box-shadow: none;
    background-color: transparent;
  }
  .header-v1 .navbar-nav .open .dropdown-menu > li > a,
  .header-v1 .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .header-v1 .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .header-v1 .navbar-nav .open .dropdown-menu > li > a:hover,
  .header-v1 .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  .header-v1 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .header-v1 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .header-v1 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .header-v1 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .header-v1 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .header-v1 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .header-v1 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .header-v1 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .header-v1 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .header-v1 .navbar-default .dropdown-menu.no-bottom-space {
    padding-bottom: 0;
  }
  /*Design for max-width: 991px*/
  .header-v1 .navbar-collapse,
  .header-v1 .navbar-collapse .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header-v1 .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    padding: 9px 10px;
  }
  .header-v1 .navbar-default .navbar-nav > li a {
    border-bottom: solid 1px #eee;
  }
  .header-v1 .navbar-default .navbar-nav > li > a:focus {
    background: none;
  }
  .header-v1 .navbar-default .navbar-nav > li > a:hover {
    color: #263988;
  }
  .header-v1 .navbar-default .navbar-nav > .active > a,
  .header-v1 .navbar-default .navbar-nav > .active > a:hover,
  .header-v1 .navbar-default .navbar-nav > .active > a:focus {
    background: #263988;
    color: #fff !important;
  }
  .header-v1 .dropdown .dropdown-submenu > a {
    font-size: 16px;
    color: #333 !important;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  /*Navbar Collapse*/
  .header-v1 .navbar-collapse {
    padding: 20px 0 0;
  }
  /*Navbar*/
  .header-v1 .navbar {
    min-height: 40px !important;
  }
  .header-v1 .container > .navbar-header,
  .header-v1 .container-fluid > .navbar-header,
  .header-v1 .container > .navbar-collapse,
  .header-v1 .container-fluid > .navbar-collapse {
    margin-bottom: -10px;
  }
  .header-v1 .navbar-nav {
    top: 2px;
    position: relative;
  }
  .header-v1 .navbar-default .navbar-nav > li {
    margin-left: 1px;
  }
  .header-v1 .navbar-default .navbar-nav > li > a {
    bottom: -2px;
    position: relative;
    padding: 15px 8px 17px 13px;
  }
  .header-v1 .navbar-default .navbar-nav > li > a,
  .header-v1 .navbar-default .navbar-nav > li > a:hover,
  .header-v1 .navbar-default .navbar-nav > li > a:focus {
    background: none;
  }
  .header-v1 .navbar-default .navbar-nav > .active > a,
  .header-v1 .navbar-default .navbar-nav > li > a:hover,
  .header-v1 .navbar-default .navbar-nav > li > a:focus {
    color: #263988;
    bottom: -2px;
    position: relative;
  }
  .header-v1 .navbar-default .navbar-nav > li:hover > a {
    color: #263988;
  }
  /*Dropdown Menu*/
  .header-v1 .dropdown-menu {
    padding: 0;
    border: none;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    margin-top: -2px !important;
    border-top: solid 2px #263988;
    border-bottom: solid 2px #687074;
    top: auto;
  }
  .header-v1 .dropdown-menu li a {
    color: #687074;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 15px;
    border-bottom: solid 1px #eee;
  }
  .header-v1 .dropdown-menu .active > a,
  .header-v1 .dropdown-menu li > a:hover {
    color: #fff;
    filter: none !important;
    background: #263988 !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .header-v1 .dropdown-menu li > a:focus {
    background: none;
    filter: none !important;
  }
  .header-v1 .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }
  .header-v1 .open > .dropdown-menu {
    display: none;
  }
  /*Search*/
  .header-v1 .navbar .search-open {
    width: 330px;
  }
}
/*Dropdown Submenu for BS3
------------------------------------*/
.header-v1 .dropdown-submenu {
  position: relative;
}
.header-v1 .dropdown > a:after,
.header-v1 .dropdown-submenu > a:after {
  top: 8px;
  right: -1px;
  font-size: 11px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}
@media (max-width: 991px) {
  .header-v1 .dropdown-submenu > a:after {
    content: " ";
  }
}
.header-v1 .dropdown > a:after {
  top: 16px;
  right: 1px;
  content: "\f107";
}
@media (max-width: 991px) {
  .header-v1 .dropdown > a:after {
    top: 11px;
  }
}
.header-v1 .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -5px;
  margin-left: 0px;
}
/*Submenu comes from LEFT side*/
.header-v1 .dropdown-submenu > .dropdown-menu.submenu-left {
  left: -100%;
}
.header-v1 .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
@media (max-width: 991px) {
  .header-v1 .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px;
  }
}
.header-v1 .dropdown-submenu.pull-left {
  float: none;
}
.header-v1 .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.header-v1 .dropdown-menu li [class^="fa-"],
.header-v1 .dropdown-menu li [class*=" fa-"] {
  left: -3px;
  width: 1.25em;
  margin-right: 1px;
  position: relative;
  text-align: center;
  display: inline-block;
}
.header-v1 .dropdown-menu li [class^="fa-"].fa-lg,
.header-v1 .dropdown-menu li [class*=" fa-"].fa-lg {
  /* increased font size for fa-lg */
  width: 1.5625em;
}
/*Search Box
------------------------------------*/
.header-v1 .navbar .nav > li > .search {
  color: #aaa;
  cursor: pointer;
  font-size: 16px;
  min-width: 30px;
  padding: 18px 0;
  text-align: center;
  display: inline-block;
}
.header-v1 .navbar .nav > li > .search:hover {
  color: #263988;
}
.header-v1 .navbar .search-open {
  right: 0;
  top: 51px;
  display: none;
  padding: 14px;
  position: absolute;
  background: #fcfcfc;
  box-shadow: 0 0 3px #ddd;
}
.header-v1 .navbar .search-open form {
  margin: 0;
}
@media (min-width: 767px) and (max-width: 991px) {
  .header-v1 .navbar > .container .navbar-brand,
  .header-v1 .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
  .header-v1 .navbar-toggle {
    margin-right: 0;
  }
  .header-v1 .navbar .search-open {
    width: 93%;
  }
}
@media (max-width: 991px) {
  .header-v1 .navbar .nav > li > .search {
    color: #999;
    height: 34px;
    min-width: 35px;
    text-align: left;
    background: #eee;
    line-height: 12px;
    text-align: center;
    margin: 5px 10px 0;
    border-bottom: none;
    padding: 11px 0 12px;
  }
  .header-v1 .navbar .nav > li > .search:hover {
    background: #5fb611;
    color: #fff !important;
  }
  .header-v1 .navbar .search-open {
    top: 5px;
    padding: 0;
    left: 48px;
    border-top: none;
    box-shadow: none;
    background: none;
    margin-right: 10px;
  }
}
/*Header Fixed
------------------------------------*/
/*Header*/
.header-fixed .header-v1 {
  height: 125px;
}
.header-fixed .header-v1.header-fixed-shrink {
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 9999;
  position: fixed;
  margin-top: -35px;
  border-bottom: solid 1px #999;
  box-shadow: 0 0 3px #bbb;
  background: #ffffff;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
/*Topbar v2*/
.header-fixed .header-v1.header-fixed-shrink .topbar-v1 {
  display: none;
}
/*Brand*/
.header-fixed .header-v1.header-fixed-shrink .navbar-brand {
  z-index: 1;
  position: relative;
  padding: 0 10px 10px;
}
.header-fixed .header-v1.header-fixed-shrink .search,
.header-fixed .header-v1.header-fixed-shrink .active a {
  border-bottom: none !important;
}
.header-fixed .header-v1.header-fixed-shrink .navbar-nav > li > .dropdown-menu {
  margin-top: 2px;
}
@media (max-width: 991px) {
  /*Header*/
  .header-fixed .header-v1,
  .header-fixed .header-v1.header-fixed-shrink {
    height: inherit;
    position: relative;
  }
}
@media (min-width: 992px) {
  .header-fixed .header-v1.header-fixed-shrink .navbar-nav > li > a {
    padding: 14px 5px 21px 9px;
    border-bottom: solid 1px transparent !important;
  }
  .header-fixed .header-v1.header-fixed-shrink .dropdown > a:after {
    top: 14px;
    right: -4px;
  }
  /*Search Bar*/
  .header-fixed .header-v1.header-fixed-shrink .search {
    margin-top: 35px;
    color: #585f69 !important;
    background: none !important;
    padding: 8px 8px 8px 3px !important;
  }
  .header-fixed .header-v1.header-fixed-shrink .search-open {
    top: 81px;
    border-top: none;
    background: rgba(255, 255, 255, 0.9);
  }
}
/*Mega Menu
------------------------------------*/
.header-v1 .mega-menu .nav,
.header-v1 .mega-menu .dropup,
.header-v1 .mega-menu .dropdown,
.header-v1 .mega-menu .collapse {
  position: static;
}
.header-v1 .mega-menu .navbar-inner,
.header-v1 .mega-menu .container {
  position: relative;
}
.header-v1 .mega-menu .dropdown-menu {
  left: auto;
}
.header-v1 .mega-menu .dropdown-menu > li {
  display: block;
}
.header-v1 .mega-menu .dropdown-submenu .dropdown-menu {
  left: 100%;
}
.header-v1 .mega-menu .nav.pull-right .dropdown-menu {
  right: 0;
}
.header-v1 .mega-menu .mega-menu-content {
  *zoom: 1;
  padding: 0;
}
.header-v1 .mega-menu .mega-menu-content:before,
.header-v1 .mega-menu .mega-menu-content:after {
  content: "";
  display: table;
  line-height: 0;
}
.header-v1 .mega-menu .mega-menu-content:after {
  clear: both;
}
.header-v1 .mega-menu.navbar .nav > li > .dropdown-menu:after,
.header-v1 .mega-menu.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.header-v1 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
  left: 0;
  right: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .header-v1 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/*Equal Height Lists*/
@media (min-width: 992px) {
  .header-v1 .mega-menu .equal-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;*/
  }
  .header-v1 .mega-menu .equal-height-in {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/*Mega Menu Style Effect*/
.header-v1 .mega-menu .equal-height-list h3 {
  font-size: 16px;
  padding: 0 10px;
  font-weight: 400;
  text-transform: uppercase;
}
/*Space for only Big Resolution*/
@media (min-width: 992px) {
  .header-v1 .mega-menu .big-screen-space {
    margin-bottom: 20px;
  }
}
/*Mega Menu Content*/
@media (min-width: 992px) {
  .header-v1 .mega-menu .equal-height-in {
    padding: 20px 0;
    border-left: 1px solid #eee;
  }
  .header-v1 .mega-menu .equal-height-in:first-child {
    border-left: none;
    margin-left: -1px;
  }
  .header-v1 .mega-menu .equal-height-list {
    width: 100%;
  }
  .header-v1 .mega-menu .equal-height-list li a {
    display: block;
    position: relative;
    border-bottom: none;
    padding: 5px 10px 5px 15px;
  }
  .header-v1 .mega-menu .equal-height-list a:hover {
    text-decoration: none;
  }
  /*Dropdown Arrow Icons*/
  .header-v1 .mega-menu .mega-menu-fullwidth li a {
    padding: 5px 10px 5px 30px;
  }
  .header-v1 .mega-menu .mega-menu-fullwidth li a:after {
    top: 7px;
    left: 15px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
  }
  /*Dropdown Arrow Icons Disable class*/
  .header-v1 .mega-menu .mega-menu-fullwidth .disable-icons li a {
    padding: 5px 10px 5px 15px;
  }
  .header-v1 .mega-menu .mega-menu-fullwidth .disable-icons li a:after {
    display: none;
  }
}
/*Space Effect inside the container to avoid scroll bar*/
@media (min-width: 737px) and (max-width: 991px) {
  .header-v1 .mega-menu .mega-menu-content .container {
    width: 690px !important;
  }
  .header-v1 .mega-menu .equal-height {
    margin-right: 0;
  }
  .header-v1 .mega-menu .equal-height-in {
    padding-right: 0;
    margin-right: -15px;
  }
}
@media (max-width: 991px) {
  .header-v1 .mega-menu .equal-height {
    margin-right: 0;
  }
  .header-v1 .mega-menu .equal-height-in {
    padding-right: 0;
  }
}
/*Equal Hight List Style*/
@media (max-width: 991px) {
  .header-v1 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    width: auto;
  }
  .header-v1 .mega-menu .equal-height-in,
  .header-v1 .mega-menu .equal-height-list {
    display: block;
  }
  .header-v1 .mega-menu .mega-menu-fullwidth .dropdown-menu > li > ul {
    display: block;
  }
  /*Equal Height List Style*/
  .header-v1 .mega-menu .equal-height-list h3 {
    color: #333;
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 25px 5px;
    border-bottom: solid 1px #eee;
  }
  .header-v1 .mega-menu .equal-height-list li {
    margin-left: 15px;
  }
  .header-v1 .mega-menu .equal-height-list li a {
    color: #687074;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 25px;
    border-bottom: solid 1px #eee;
  }
  .header-v1 .mega-menu .equal-height-list > h3.active,
  .header-v1 .mega-menu .equal-height-list > .active > a,
  .header-v1 .mega-menu .equal-height-list > .active > a:hover,
  .header-v1 .mega-menu .equal-height-list > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .header-v1 .mega-menu .equal-height-list li a:hover {
    color: #333;
    text-decoration: none;
  }
}
/*Top Bar v3 (currency, language, account etc.)
------------------------------------*/
.topbar-v3 {
  z-index: 99;
  padding: 3px 0;
  position: relative;
  background: #263988;
  border-bottom: solid 5px #669900;
}
@media (max-width: 768px) {
  .topbar-v3 .left-topbar,
  .topbar-v3 .right-topbar {
    text-align: center;
    float: none !important;
  }
}
/*Left Top Bar*/
.topbar-v3 ul.left-topbar {
  padding-left: 0;
  margin-bottom: 1px;
}
.topbar-v3 ul.left-topbar > li {
  display: inline;
  list-style: none;
  position: relative;
  margin-right: 15px;
  padding-bottom: 15px;
}
.topbar-v3 ul.left-topbar > li > a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.topbar-v3 ul.left-topbar > li > a:hover {
  cursor: pointer;
}
/*Currency & Language*/
.topbar-v3 ul.currency,
.topbar-v3 ul.language {
  top: 28px;
  left: -5px;
  z-index: 1;
  display: none;
  padding: 4px 0;
  padding-left: 0;
  list-style: none;
  min-width: 125px;
  position: absolute;
  background: #263988;
}
@media (max-width: 768px) {
  .topbar-v3 ul.currency,
  .topbar-v3 ul.language {
    top: 20px;
  }
}
.topbar-v3 li:hover ul.currency,
.topbar-v3 li:hover ul.language {
  display: block;
}
.topbar-v3 ul.currency:after,
.topbar-v3 ul.language:after {
  top: -4px;
  width: 0;
  height: 0;
  left: 8px;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 6px solid #2a2a2a;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left-style: inset;
  /*FF fixes*/
  border-right-style: inset;
  /*FF fixes*/
}
.topbar-v3 ul.currency li a,
.topbar-v3 ul.language li a {
  color: #d1d1d1;
  display: block;
  font-size: 10px;
  padding: 2px 12px;
  margin-bottom: 1px;
  text-transform: uppercase;
}
.topbar-v3 ul.currency li.active a i,
.topbar-v3 ul.language li.active a i {
  color: #d1d1d1;
  float: right;
  margin-top: 2px;
}
.topbar-v3 ul.currency li a:hover,
.topbar-v3 ul.language li a:hover,
.topbar-v3 ul.currency li.active a,
.topbar-v3 ul.language li.active a {
  background: #333;
}
.topbar-v3 ul.currency li a:hover,
.topbar-v3 ul.language li a:hover {
  text-decoration: none;
}
/*Right Top Bar*/
.topbar-v3 .right-topbar {
  margin-bottom: 1px;
}
.topbar-v3 .right-topbar li {
  margin-left: 3px;
}
.topbar-v3 .right-topbar li:first-child {
  margin-left: 0;
}
.topbar-v3 .right-topbar li,
.topbar-v3 .right-topbar li a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
/*Search*/
.topbar-v3 .search {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
}
.topbar-v3 .search:hover {
  color: #bbb;
}
.topbar-v3 .search-open {
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  background: #333;
}
.topbar-v3 .search-open .container {
  position: relative;
}
.topbar-v3 .search-open .search-close {
  top: 10px;
  right: 20px;
  color: #fff;
  cursor: pointer;
  position: absolute;
}
.topbar-v3 .search-open .form-control {
  padding: 0;
  color: #eee;
  border: none;
  min-height: 35px;
  font-weight: 200;
  background: #333;
}
.topbar-v3 .search-open .form-control:focus {
  box-shadow: none;
}
.topbar-v3 .search-open .form-control::-moz-placeholder {
  color: #eee;
  font-weight: 200;
}
.topbar-v3 .search-open .form-control:-ms-input-placeholder {
  color: #eee;
  font-weight: 200;
}
.topbar-v3 .search-open .form-control::-webkit-input-placeholder {
  color: #eee;
  font-weight: 200;
}
/*Shop Badge
------------------------------------*/
/*Badge Lists*/
.header-v5 .shop-badge.badge-lists {
  margin-bottom: 0;
}
.header-v5 .shop-badge.badge-lists li {
  position: relative;
}
.header-v5 .shop-badge.badge-lists > li {
  margin-left: 20px;
  padding: 27px 15px 25px 25px;
}
.header-v5 .shop-badge.badge-lists span.badge {
  top: 20px;
  right: 3px;
  position: absolute;
}
@media (max-width: 991px) {
  .header-v5 .shop-badge {
    display: none;
  }
}
/*Badge Icons*/
.header-v5 .shop-badge.badge-icons span.badge {
  min-width: 12px;
  padding: 3px 6px;
}
.header-v5 .shop-badge.badge-icons i {
  color: #687074;
  font-size: 24px;
  min-width: 25px;
}
/*Badge*/
.header-v5 .shop-badge span.badge {
  font-weight: 400;
  padding: 4px 7px;
}
.header-v5 .shop-badge span.badge-sea {
  background: #263988;
}
/*Scrollbar*/
.header-v5 .contentHolder {
  padding: 0;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.header-v5 .ps-scrollbar-x-rail {
  display: none !important;
}
/*Badge Open*/
.header-v5 ul.shop-badge > li {
  position: relative;
}
.header-v5 ul.shop-badge > li:hover .badge-open {
  display: block;
}
.header-v5 .badge-open {
  top: 78px;
  right: 0;
  display: none;
  padding: 0 20px;
  list-style: none;
  min-width: 300px;
  background: #fff;
  position: absolute;
  border-top: 2px solid #263988;
  -webkit-box-shadow: 0 2px 2px 0px rgba(90, 90, 90, 0.075);
  -moz-box-shadow: 0 2px 2px 0px rgba(90, 90, 90, 0.075);
  box-shadow: 0 5px 5px 0px rgba(90, 90, 90, 0.075);
}
.header-v5 .badge-open li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dedede;
}
.header-v5 .badge-open li:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 20px;
}
.header-v5 .badge-open li:after,
.header-v5 .badge-open li:before {
  content: " ";
  display: table;
}
.header-v5 .badge-open li:after {
  clear: both;
}
.header-v5 .badge-open img {
  float: left;
  width: 100px;
  height: auto;
  margin-right: 15px;
}
.header-v5 .badge-open .close {
  line-height: 1.9;
}
.header-v5 .badge-open span {
  margin: 7px 0;
  color: #687074;
  display: block;
  font-size: 14px;
}
.header-v5 .badge-open small {
  color: #999;
  font-size: 14px;
}
/*Subtotal*/
.header-v5 li.subtotal {
  padding: 3px 0 20px;
}
.header-v5 li.subtotal span {
  color: #555;
  font-size: 18px;
  font-weight: 200;
  display: inline-block;
  text-transform: uppercase;
}
.header-v5 li.subtotal .btn-u {
  font-size: 12px;
}
.header-v5 li.subtotal .col-xs-6:first-child {
  padding-right: 8px;
}
.header-v5 li.subtotal .col-xs-6:last-child {
  padding-left: 8px;
}
/*Header v5
------------------------------------*/
.header-v5 {
  z-index: 99;
  position: relative;
  border-bottom: solid 2px #eee;
}
.header-v5 .navbar {
  margin: 0;
}
@media (max-width: 991px) {
  .header-v5 .navbar {
    margin-top: 10px;
  }
}
.header-v5 .navbar-default {
  border: none;
  background: none;
}
/*Navbar Header*/
@media (max-width: 991px) {
  .header-v5 .navbar-header {
    margin-bottom: 7px;
  }
}
@media (min-width: 993px) and (max-width: 999px) {
  .header-v5 .navbar-header {
    margin-top: 15px;
  }
}
.header-v5 .navbar-brand {
  z-index: 1;
  padding: 5px 10px 10px 15px;
}
@media (max-width: 998px) {
  .header-v5 .navbar-brand {
    margin-top: -15px;
  }
}
.header-v5 .navbar-default .navbar-toggle {
  color: #333;
  border: none;
  font-size: 19px;
  margin-top: 10px;
}
.header-v5 .navbar-default .navbar-toggle .icon-bar {
  background: #222;
}
.header-v5 .navbar-default .navbar-toggle:hover,
.header-v5 .navbar-default .navbar-toggle:focus {
  background: inherit;
}
/*Navbar Collapse*/
.header-v5 .navbar-collapse {
  position: relative;
}
/*Navbar Nav set to centre*/
@media (min-width: 992px) {
  .header-v5 .navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
}
/*Navbar Menu*/
.header-v5 .navbar-default .navbar-nav > li > a {
  color: #687074;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.header-v5 .navbar-default .navbar-nav > .active > a {
  color: #263988;
}
/*Responsive Navbar*/
@media (max-width: 991px) {
  /*Responsive code for max-width: 991px*/
  .header-v5 .navbar-header {
    float: none;
  }
  .header-v5 .navbar-toggle {
    display: block;
  }
  .header-v5 .navbar-collapse.collapse {
    display: none !important;
  }
  .header-v5 .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }
  .header-v5 .navbar-nav {
    margin: 0;
    float: none !important;
  }
  .header-v5 .navbar-nav > li {
    float: none;
  }
  .header-v5 .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  /*Dropdown Menu Slide Down Effect*/
  .header-v5 .navbar-nav .open .dropdown-menu {
    border: 0;
    float: none;
    width: auto;
    margin-top: 0;
    position: static;
    box-shadow: none;
    background-color: transparent;
  }
  .header-v5 .navbar-nav .open .dropdown-menu > li > a,
  .header-v5 .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .header-v5 .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .header-v5 .navbar-nav .open .dropdown-menu > li > a:hover,
  .header-v5 .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  .header-v5 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .header-v5 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .header-v5 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .header-v5 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .header-v5 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .header-v5 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .header-v5 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .header-v5 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .header-v5 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .header-v5 .navbar-default .dropdown-menu.no-bottom-space {
    padding-bottom: 0;
  }
  /*Design for max-width: 991px*/
  .header-v5 .navbar-collapse,
  .header-v5 .navbar-collapse .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header-v5 .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 9px 10px;
  }
  .header-v5 .navbar-default .navbar-nav > li a {
    border-bottom: solid 1px #eee;
  }
  .header-v5 .navbar-default .navbar-nav > li > a:focus {
    background: none;
  }
  .header-v5 .navbar-default .navbar-nav > li > a:hover {
    color: #263988;
  }
  .header-v5 .navbar-default .navbar-nav > .active > a,
  .header-v5 .navbar-default .navbar-nav > .active > a:hover,
  .header-v5 .navbar-default .navbar-nav > .active > a:focus {
    background: #263988;
    color: #fff !important;
  }
  .header-v5 .dropdown .dropdown-submenu > a {
    font-size: 13px;
    color: #333 !important;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  /*Navbar Collapse*/
  .header-v5 .navbar-collapse {
    padding: 0;
  }
  .header-v5 .navbar-default .navbar-nav > li > a {
    line-height: 29px;
    padding: 23px 18px 24px;
  }
  .header-v5 .navbar-default .navbar-nav > li > a:last-child {
    padding-right: 15px;
  }
  .header-v5 .navbar-default .navbar-nav > li > a,
  .header-v5 .navbar-default .navbar-nav > li > a:focus {
    border-top: solid 2px transparent;
  }
  .header-v5 .navbar-default .navbar-nav > li > a:hover,
  .header-v5 .navbar-default .navbar-nav > .active > a {
    border-top: solid 2px #263988;
  }
  .header-v5 .navbar-default .navbar-nav > li > a,
  .header-v5 .navbar-default .navbar-nav > li > a:hover,
  .header-v5 .navbar-default .navbar-nav > li > a:focus,
  .header-v5 .navbar-default .navbar-nav > .active > a,
  .header-v5 .navbar-default .navbar-nav > .active > a:hover,
  .header-v5 .navbar-default .navbar-nav > .active > a:focus {
    background: none;
  }
  .header-v5 .navbar-default .navbar-nav > .open > a,
  .header-v5 .navbar-default .navbar-nav > .open > a:hover,
  .header-v5 .navbar-default .navbar-nav > .open > a:focus {
    color: #263988;
  }
  .header-v5 .navbar-default .navbar-nav > li:hover > a {
    color: #263988;
  }
  /*Dropdown Menu*/
  .header-v5 .dropdown-menu {
    padding: 0;
    border: none;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    border-top: solid 2px #263988;
    -webkit-box-shadow: 0 2px 2px 0px rgba(90, 90, 90, 0.075);
    -moz-box-shadow: 0 2px 2px 0px rgba(90, 90, 90, 0.075);
    box-shadow: 0 5px 5px 0px rgba(90, 90, 90, 0.075);
  }
  .header-v5 .dropdown-menu li a {
    color: #687074;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 15px;
    border-bottom: solid 1px #dedede;
  }
  .header-v5 .dropdown-menu > li > a {
    /*Transition for fixed header*/
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .header-v5 .dropdown-menu .active > a,
  .header-v5 .dropdown-menu li > a:hover {
    color: #fff;
    background: #263988;
    filter: none !important;
  }
  .header-v5 .dropdown-menu li > a:focus {
    color: inherit;
    background: none;
    filter: none !important;
  }
  .header-v5 .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }
  .header-v5 .open > .dropdown-menu {
    display: none;
  }
  .header-v5 .dropdown-menu li.dropdown-submenu:hover > a {
    color: #fff;
    background: #263988;
  }
}
/*Dropdown Submenu for BS3
------------------------------------*/
.header-v5 .dropdown-submenu {
  position: relative;
}
.header-v5 .dropdown > a:after,
.header-v5 .dropdown-submenu > a:after {
  top: 8px;
  right: 9px;
  font-size: 11px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}
@media (max-width: 991px) {
  .header-v5 .dropdown-submenu > a:after {
    content: " ";
  }
  .header-v5 .dropdown > a:after {
    top: 9px;
    right: 15px;
    content: "\f107";
  }
}
@media (min-width: 992px) {
  .header-v5 .dropdown > a:after {
    content: " ";
  }
}
.header-v5 .dropdown-submenu > .dropdown-menu {
  top: 3px;
  left: 100%;
  margin-top: -5px;
  margin-left: 0px;
}
/*Submenu comes from LEFT side*/
.header-v5 .dropdown-submenu > .dropdown-menu.submenu-left {
  left: -100%;
}
.header-v5 .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
@media (max-width: 991px) {
  .header-v5 .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px;
  }
}
.header-v5 .dropdown-submenu.pull-left {
  float: none;
}
.header-v5 .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.header-v5 .dropdown-menu li [class^="fa-"],
.header-v5 .dropdown-menu li [class*=" fa-"] {
  left: -3px;
  width: 1.25em;
  margin-right: 1px;
  position: relative;
  text-align: center;
  display: inline-block;
}
.header-v5 .dropdown-menu li [class^="fa-"].fa-lg,
.header-v5 .dropdown-menu li [class*=" fa-"].fa-lg {
  /* increased font size for fa-lg */
  width: 1.5625em;
}
/*Header Fixed
------------------------------------*/
/*Header*/
.header-fixed .header-v5.header-fixed-shrink {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  position: fixed;
  height: 95px;
  margin-top: -29.5px;
  border-bottom: none;
  box-shadow: 0 0 3px #bbb;
  background: rgba(255, 255, 255, 0.96);
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  transition: background 0.4s;
}
/*Topbar*/
.header-fixed .header-v5.header-fixed-shrink .topbar {
  display: none;
}
/*No Topbar*/
.header-fixed .header-v5.no-topbar {
  height: 78px;
}
.header-fixed .header-v5.no-topbar.header-fixed-shrink {
  height: 95px;
  margin-top: -35px;
}
.header-fixed .header-v5.no-topbar.header-fixed-shrink .navbar-brand {
  top: 46px;
}
.header-fixed .header-v5.no-topbar.header-fixed-shrink .shop-badge.badge-lists {
  margin-top: 26px;
}
.header-fixed .header-v5.no-topbar.header-fixed-shrink .shop-badge.badge-lists > li {
  padding-bottom: 17px;
}
.header-fixed .header-v5.no-topbar.header-fixed-shrink .shop-badge .badge-open {
  top: 69px;
}
.header-fixed .header-v5.no-topbar.header-fixed-shrink .navbar-nav > li > .dropdown-menu {
  margin-top: -1px;
}
/*Brand*/
.header-fixed .header-v5.header-fixed-shrink .navbar-brand {
  top: 15px;
  z-index: 1;
  position: relative;
  padding: 0 10px 10px;
}
.header-fixed .header-v5.header-fixed-shrink .navbar-brand img {
  width: 90%;
}
.header-fixed .header-v5.header-fixed-shrink .navbar-nav > li > .dropdown-menu {
  margin-top: -8px;
}
/*Badge List*/
.header-fixed .header-v5.header-fixed-shrink .shop-badge.badge-lists {
  margin-top: -3px;
}
.header-fixed .header-v5.header-fixed-shrink .shop-badge .badge-open {
  top: 70px;
}
@media (max-width: 991px) {
  /*Header*/
  .header-fixed .header-v5,
  .header-fixed .header-v5.header-fixed-shrink,
  .header-fixed .header-v5.no-topbar,
  .header-fixed .header-v5.no-topbar.header-fixed-shrink {
    height: inherit;
    position: relative;
  }
}
@media (min-width: 992px) {
  .header-fixed .header-v5.header-fixed-shrink .navbar-nav > li > a {
    font-size: 15px;
    margin-top: 2px;
    padding: 17px 18px 26px;
  }
  /*No Topbar*/
  .header-fixed .header-v5.no-topbar.header-fixed-shrink .navbar-nav > li > a {
    margin-top: 35px;
    padding: 14px 17px 16px;
  }
}
/*Mega Menu
------------------------------------*/
.header-v5 .mega-menu .nav,
.header-v5 .mega-menu .dropup,
.header-v5 .mega-menu .dropdown,
.header-v5 .mega-menu .collapse {
  position: static;
}
.header-v5 .mega-menu .navbar-inner,
.header-v5 .mega-menu .container {
  position: relative;
}
.header-v5 .mega-menu .dropdown-menu {
  left: auto;
}
.header-v5 .mega-menu .dropdown-menu > li {
  display: block;
}
.header-v5 .mega-menu .dropdown-submenu .dropdown-menu {
  left: 100%;
}
.header-v5 .mega-menu .nav.pull-right .dropdown-menu {
  right: 0;
}
.header-v5 .mega-menu .mega-menu-content {
  *zoom: 1;
  padding: 20px 10px;
}
.header-v5 .mega-menu .mega-menu-content:before,
.header-v5 .mega-menu .mega-menu-content:after {
  content: "";
  display: table;
  line-height: 0;
}
.header-v5 .mega-menu .mega-menu-content:after {
  clear: both;
}
.header-v5 .mega-menu.navbar .nav > li > .dropdown-menu:after,
.header-v5 .mega-menu.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.header-v5 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
  left: 0;
  right: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .header-v5 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    margin-left: 10px;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .header-v5 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    width: auto;
  }
  .header-v5 .mega-menu .mega-menu-content {
    padding-right: 0;
  }
  .header-v5 .mega-menu .mega-menu-content [class^="col-"] {
    padding-right: 25px;
  }
  .header-v5 .mega-menu .dropdown-menu > li > ul {
    display: block;
  }
}
/*Bootstrap Container*/
@media (min-width: 768px) {
  .header-v5 .mega-menu .mega-menu-content .container {
    width: 708px;
  }
}
@media (min-width: 992px) {
  .header-v5 .mega-menu .mega-menu-content .container {
    width: 910px;
  }
}
@media (min-width: 1200px) {
  .header-v5 .mega-menu .mega-menu-content .container {
    width: 1110px;
  }
}
/*Dropdown Menu*/
.header-v5 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu li {
  padding-bottom: 5px;
}
.header-v5 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu li a {
  padding: 0;
  border-bottom: none;
}
/*Product Offers*/
.header-v5 img.product-offers:hover {
  opacity: 0.9;
}
/*Style List*/
.header-v5 h3.mega-menu-heading {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  border-bottom: 1px solid #dedede;
}
.header-v5 h3.mega-menu-heading.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.header-v5 .style-list {
  margin-bottom: 20px;
}
.header-v5 .style-list li a {
  color: #888;
  font-size: 14px;
  margin-right: 5px;
}
.header-v5 .style-list li a:hover {
  color: #263988;
  background: none;
  text-decoration: none;
}
.header-v5 .style-list li .label {
  top: -2px;
  position: relative;
}
/*Footer Default
------------------------------------*/
.footer-default .footer {
  color: #dadada;
  background: #669900;
  padding: 20px 0 30px;
}
.footer.margin-top-0 {
  margin-top: 0;
}
.footer-default .footer p,
.footer-default .footer a {
  font-size: 14px;
}
.footer-default .footer p {
  color: #dadada;
}
.footer-default .footer a {
  color: #669900;
}
.footer-default .footer a:hover {
  color: #80b31a;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer-default .footer h2,
.footer-default .footer h3,
.footer-default .footer h4 {
  color: #e4e4e4;
  background: none;
  text-shadow: none;
}
/*Footer Subsribe*/
.footer-default .footer .footer-subsribe {
  width: 85%;
}
/*Footer Blog Posts*/
.footer-default .footer .blog-list {
  margin: 0;
  padding: 0;
  color: #dadada;
  list-style: none;
}
.footer-default .footer .blog-list li {
  padding: 0 0;
  margin-bottom: 7px;
}
.footer-default .footer .blog-list li span {
  color: #818488;
}
.footer-default .footer .dl-horizontal,
.footer-default .footer .dl-horizontal:hover {
  border: none !important;
  background: none !important;
}
.footer-default .footer .posts .dl-horizontal a {
  color: #dadada;
}
.footer-default .footer .dl-horizontal a:hover {
  color: #80b31a !important;
}
.footer-default .footer .dl-horizontal img {
  border-color: #888 !important;
}
/*Copyright*/
.footer-default .copyright {
  font-size: 12px;
  padding: 11px 0 7px;
  background: #3e4753;
}
.footer-default .copyright p {
  color: #dadada;
  margin-top: 12px;
}
.footer-default .copyright a {
  margin: 0 5px;
  color: #263988;
}
.footer-default .copyright a:hover {
  color: #263988;
}
.footer-default .copyright a img {
  margin-top: 5px;
}
/*Footer-v5
------------------------------------*/
.footer-v5 .footer {
  padding: 10px 0;
  background: #669900;
}
.footer-v5 .footer p {
  color: #efefef;
}
/*Heading Fotoer*/
.footer-v5 .heading-footer {
  text-align: left;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 2px;
}
.footer-v5 .heading-footer:after {
  left: 0;
  bottom: 0;
  height: 1px;
  width: 50px;
  content: " ";
  background: #fff;
  position: absolute;
}
.footer-v5 .heading-footer h2 {
  color: #eee;
  font-size: 18px;
  text-transform: uppercase;
}
/*Dark Social v2*/
.footer-v5 .dark-social-v2 li {
  padding-right: 0;
  margin-bottom: 8px;
}
.footer-v5 .dark-social-v2 li:first-child {
  padding-left: 5px;
}
.footer-v5 .dark-social-v2 li i {
  color: #efefef;
  width: 30px;
  height: 30px;
  font-size: 14px;
  padding: 8px 5px;
  text-align: center;
  background: #80b31a;
  display: inline-block;
}
.footer-v5 .dark-social-v2 li i:hover {
  color: #fff;
  background: #9dce3d;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*Link News*/
.footer-v5 .footer .link-news {
  margin-bottom: 0;
}
.footer-v5 .footer .link-news li {
  padding: 3px 0px;
  border-top: dotted 1px #efefef;
}
.footer-v5 .footer .link-news li:first-child {
  padding-top: 0;
  border-top: none;
}
.footer-v5 .footer .link-news li a {
  color: #efefef;
  font-size: 16px;
  margin-bottom: 3px;
  display: inline-block;
}
.footer-v5 .footer .link-news a:hover {
  color: #bbb;
}
.footer-v5 .footer .link-news li small {
  color: #efefef;
  display: block;
}
/*Thumb News*/
.footer-v5 .footer .thumb-news > li {
  margin-bottom: 20px;
}
.footer-v5 .footer .thumb-news > li:before,
.footer-v5 .footer .thumb-news > li:after {
  content: " ";
  display: table;
}
.footer-v5 .footer .thumb-news > li:after {
  clear: both;
}
.footer-v5 .footer .thumb-news > li img {
  float: left;
  width: 80px;
  height: auto;
  margin-right: 10px;
}
.footer-v5 .footer .thumb-news > li a {
  color: #efefef;
  display: block;
  padding-bottom: 8px;
}
.footer-v5 .footer .thumb-news > li a:hover {
  color: #bbb;
}
.footer-v5 .footer .thumb-news > li small {
  color: #efefef;
  font-size: 13px;
}
/*Tweets*/
.footer-v5 .footer .tweets li {
  margin-bottom: 20px;
}
.footer-v5 .footer .tweets li i {
  float: left;
  color: #efefef;
  font-size: 25px;
  margin: 3px 10px 0 0;
}
.footer-v5 .footer .tweets li p {
  margin-bottom: 0;
}
.footer-v5 .footer .tweets li a {
  color: #bbb;
}
.footer-v5 .footer .tweets li small {
  color: #555;
}
/*Footer Copyright*/
.footer-v5 .copyright {
  padding: 15px 0;
  background: #202020;
}
/*Footer Copyright*/
.footer-v5 .copyright .terms-menu {
  margin: 6px 0 0;
}
.footer-v5 .copyright .terms-menu li {
  color: #bbb;
  font-size: 13px;
  line-height: 10px;
  margin-right: 2px;
  padding-left: 10px;
  border-left: 1px solid #777;
}
.footer-v5 .copyright .terms-menu li:first-child {
  border-left: none;
  padding: 0 7px 0 0;
}
.footer-v5 .copyright .terms-menu li a {
  color: #777;
}
.footer-v5 .copyright .terms-menu li a:hover {
  color: #bbb;
}
/*Parallax Slider (Main)
------------------------------------*/
.slider-inner .da-slider {
  box-shadow: none;
  border-bottom: 2px solid #ddd;
}
.slider-inner .da-dots {
  z-index: 10;
}
@media (max-width: 450px) {
  .da-slide p {
    display: none;
  }
}
@media (max-width: 900px) {
  /*Slider Parallax*/
  .da-slide .da-img {
    display: none;
  }
}
/*Revolution Slider
------------------------------------*/
.tp-dottedoverlay {
  z-index: 1 !important;
}
.tp-bullets.preview4 .bullet {
  border-radius: 10px !important;
}
.tp-banner-container a.btn-u,
.tp-banner-container a.btn-u:hover {
  color: #fff;
  border: solid 1px transparent;
}
.tp-banner-container a.re-btn-brd {
  background: none;
  border: solid 1px #fff;
}
.tp-banner-container a.re-btn-brd:hover {
  color: #555;
  background: #fff;
}
/*Fullwidth*/
.tp-banner-container .btn-u.btn-brd {
  font-weight: 400;
}
.tp-banner-container {
  position: relative;
}
/*Fullscreen*/
.fullscreen-container {
  padding: 0;
  width: 100%;
  position: relative;
}
/*Slider Contents v1*/
.revolution-mch-1:after {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  position: absolute;
  /*background: rgba(0,0,0,0.3);*/
}
.revolution-ch1 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.revolution-ch2 {
  color: #fff;
  font-size: 20px;
  max-width: 470px;
  line-height: 32px;
  position: relative;
  text-align: center;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}
.revolution-ch2:after {
  left: 50%;
  width: 70px;
  height: 2px;
  content: ' ';
  bottom: -20px;
  background: #fff;
  margin-left: -35px;
  position: absolute;
}
/*Slider Contents v2*/
.re-title-v1 {
  color: #fff;
  font-size: 75px;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.re-title-v2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.re-text-v1 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.re-text-v2 {
  color: #fff;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
}
/*Slides*/
.rs-caption-1 {
  color: #fff;
  font-size: 32px;
  font-weight: 200;
  padding: 6px 75px;
  position: relative;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.rs-caption-1:after,
.rs-caption-1:before {
  font-size: 16px;
  content: "\f005";
  position: absolute;
  font-family: FontAwesome;
}
@media (max-width: 768px) {
  .rs-caption-1:after,
  .rs-caption-1:before {
    content: "";
  }
}
.rs-caption-1:after {
  right: 4%;
}
.rs-caption-1:before {
  left: 4%;
}
.rs-caption-2 {
  color: #fff;
  position: relative;
  font-size: 26px;
  font-weight: 200;
  line-height: 40px;
  padding: 10px 50px;
  text-align: center;
}
.rs-caption-2:after {
  left: 50%;
  content: "";
  height: 1px;
  width: 100px;
  bottom: -10px;
  background: #fff;
  margin-left: -50px;
  position: absolute;
}
.rs-caption-3 a {
  margin: 0 5px;
  padding: 7px 20px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .rs-caption-1,
  .rs-caption-2,
  .rs-caption-3 {
    font-weight: normal;
  }
}
/*Layer Slider
------------------------------------*/
.layer_slider {
  overflow: hidden;
}
.ls-ct-half,
.ls-ct-center {
  border-radius: 100px !important;
}
/*Sequence Slider (Home Page)
------------------------------------*/
@media (max-width: 900px) {
  #sequence-theme .info {
    top: 80px !important;
    width: 60% !important;
    margin-right: 50px;
  }
}
@media (max-width: 450px) {
  #sequence-theme .info {
    top: 70px !important;
    width: 70% !important;
    margin-right: 25px;
  }
  #sequence-theme h2 {
    font-size: 30px !important;
  }
  #sequence-theme .info p {
    font-size: 18px !important;
  }
}
/*Clients Carousel (Flexslider)
------------------------------------*/
.clients {
  box-shadow: none !important;
  margin-bottom: 0 !important;
}
.clients li {
  overflow: hidden;
  margin-left: 1px;
  position: relative;
  background: #fafafa;
}
.clients li:hover {
  background: #f6f6f6;
}
.clients li img.color-img {
  top: 0;
  left: 0;
  display: none;
  position: absolute;
}
.clients li:hover img.color-img {
  display: block;
}
.clients li img {
  filter: gray;
  /* IE6-9 */
  float: none !important;
  margin: 0 auto !important;
}
.clients li img:hover {
  filter: none;
}
.clients,
.flexslider.home {
  border: 0;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 30px;
}
.flexslider {
  margin-top: 10px !important;
  background: none !important;
}
.flexslider .flex-direction-nav a {
  margin-top: -10px !important;
}
/*Fancybox
------------------------------------*/
/*For Topbar*/
.fancybox-overlay.fancybox-overlay-fixed {
  z-index: 9999;
}
/*FancyBox Hover Effect*/
.zoomer:hover .overlay-zoom .zoom-icon {
  opacity: 0.4;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.overlay-zoom {
  z-index: 90;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.overlay-zoom .zoom-icon {
  top: 0;
  opacity: 0;
  z-index: 100;
  width: inherit;
  height: inherit;
  position: absolute;
  background-color: #000;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url("img/overlay-icon.png");
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
@media (max-width: 768px) {
  .fancybox-overlay {
    background: none !important;
  }
}
/*Pie Chart
------------------------------------*/
.pie-progress-charts .inner-pchart {
  text-align: center;
}
.pie-progress-charts .circle {
  color: #555;
  font-weight: 200;
  margin-bottom: 20px;
}
.pie-progress-charts .circle-title {
  font-size: 22px;
}
@media (max-width: 767px) {
  .pie-progress-charts .inner-pchart {
    margin-bottom: 40px;
  }
}
/*Counter
------------------------------------*/
.counters {
  color: #555;
  text-align: center;
}
@media (max-width: 767px) {
  .counters {
    margin-bottom: 30px;
  }
  .counters:last-child {
    margin-bottom: inherit;
  }
}
.counters span {
  font-size: 35px;
}
.counters span.counter-icon {
  display: block;
  margin-bottom: 10px;
}
.counters span.counter-icon i {
  color: #fff;
  padding: 16px;
  min-width: 65px;
  font-size: 30px;
  position: relative;
  background: #72c02c;
}
.counters span.counter-icon i:after {
  width: 0;
  height: 0;
  left: 38%;
  content: " ";
  bottom: -7px;
  display: block;
  position: absolute;
  border-top: 7px solid #72c02c;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-left-style: inset;
  /*FF fixes*/
  border-right-style: inset;
  /*FF fixes*/
}
.counters:hover span.counter-icon i {
  border-color: #000;
}
/*Back To Top
------------------------------------*/
#topcontrol {
  color: #fff;
  z-index: 99;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background: #222;
  position: relative;
  right: 14px !important;
  bottom: 11px !important;
  border-radius: 3px !important;
}
#topcontrol:after {
  top: -2px;
  left: 8.5px;
  content: "\f106";
  position: absolute;
  text-align: center;
  font-family: FontAwesome;
}
#topcontrol:hover {
  color: #fff;
  background: #72c02c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*Owl Carousel
------------------------------------*/
.owl-btn {
  color: #777;
  cursor: pointer;
  font-size: 18px;
  padding: 2px 9px;
  text-align: center;
  background: #f5f5f5;
}
.owl-btn:hover {
  color: #fff;
  background: #72c02c;
}
/*Owl Carousel v1*/
.owl-carousel-v1 .owl-navigation {
  text-align: right;
  margin-bottom: 20px;
}
.owl-carousel-v1 .item {
  margin: 0 5px;
}
.owl-carousel-v1 .item img {
  text-align: center;
}
.owl-carousel-v1 .owl-pagination {
  display: none;
}
/*Owl Carousel v2*/
.owl-carousel-v2 .owl-slider-v2 {
  margin-bottom: 20px;
}
.owl-carousel-v2 .item {
  margin: 0 15px;
}
.owl-carousel-v2 .item img {
  text-align: center;
}
.owl-carousel-v2 .owl-navigation {
  text-align: center;
}
.owl-carousel-v2 .owl-pagination {
  display: none;
}
/*Owl Carousel v3*/
.owl-carousel-v3 .item {
  margin: 0 15px;
}
.owl-carousel-v3 .item img {
  text-align: center;
}
.owl-carousel-v3 .owl-pagination {
  display: none;
}
/*Owl Carousel v4*/
.owl-carousel-v4 .owl-wrapper-outer {
  margin-bottom: 20px;
}
.owl-carousel-v4 .item {
  margin: 0 3px;
}
.owl-carousel-v4 .item img {
  width: 100%;
}
/*Owl Carousel v5*/
.owl-carousel-v5 .owl-wrapper-outer {
  margin-bottom: 20px;
}
.owl-carousel-v5 .owl-controls .owl-page.active span,
.owl-carousel-v5 .owl-controls.clickable .owl-page:hover span {
  background: #72c02c;
}
.owl-carousel-v5 .owl-controls .owl-page span {
  margin: 5px 3px !important;
}
/*Owl Slider v6*/
.owl-carousel-v6 .owl-carousel-item {
  margin: 0 10px;
  padding: 7px 0;
  text-align: center;
  position: relative;
  border: 1px solid #e4e2e2;
}
.owl-carousel-v6 .owl-carousel-item img {
  width: 150px;
  height: auto;
}
.owl-carousel-v6 .owl-wrapper-outer {
  margin-bottom: 20px;
}
.owl-carousel-v6 .owl-controls .owl-page span {
  margin: 5px 3px !important;
}
/*Owl Pagination*/
.owl-pagination {
  text-align: center !important;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  /*IE7 fix*/
}
.owl-theme .owl-controls .owl-page {
  zoom: 1;
  display: inline-block;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  width: 12px;
  height: 12px;
  opacity: 0.3;
  display: block;
  margin: 5px 7px;
  background: #bbb;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
/*Owl Carousel Style v1*/
.owl-carousel-style-v1 img {
  width: 120px;
  height: auto;
}
/*Owl Carousel Style v2*/
.owl-carousel-style-v2 .item {
  margin: 0 3px;
  background: #fafafa;
  text-align: center;
  border: solid 1px #eee;
}
.owl-carousel-style-v2 .item img {
  padding: 0 3px;
  display: inline-block;
}
.owl-carousel-style-v2 .item:hover {
  background: #f7f7f7;
  border-color: #e5e5e5;
  transition: all 0.4s ease-in-out;
}
.owl-carousel-style-v2 .owl-pagination {
  display: none;
}
/*Owl Carousel - Testimonials v3
------------------------------------*/
/*Testimonials Section*/
.testimonials-v3 {
  padding: 100px 0;
  font-family: "Open Sans";
}
.testimonials-v3 ul {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}
.testimonials-v3 li img {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}
.testimonials-v3 li > p {
  font-size: 14px;
}
.testimonials-v3 .testimonials-v3-title {
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 20px;
}
.testimonials-v3 .testimonials-v3-title p {
  color: #72c02c;
  margin-bottom: 0;
}
.testimonials-v3 .testimonials-v3-title span {
  color: #777;
  display: block;
  font-size: 14px;
}
/*Testimonials Owl Navigation*/
.testimonials-v3 .owl-pagination {
  display: none;
}
.testimonials-v3 .owl-buttons .owl-prev,
.testimonials-v3 .owl-buttons .owl-next {
  padding: 13px;
  position: relative;
  margin: 15px 2px 0;
  background: #f5f5f5;
  display: inline-block;
}
.testimonials-v3 .owl-buttons .owl-prev:after,
.testimonials-v3 .owl-buttons .owl-next:after {
  top: 0;
  color: #bbb;
  font-size: 16px;
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}
.testimonials-v3 .owl-buttons .owl-prev:after {
  left: 10px;
  content: "\f104";
}
.testimonials-v3 .owl-buttons .owl-next:after {
  right: 10px;
  content: "\f105";
}
.testimonials-v3 .owl-buttons .owl-prev:hover:after,
.testimonials-v3 .owl-buttons .owl-next:hover:after {
  color: #fff;
}
.testimonials-v3 .owl-buttons .owl-prev:hover,
.testimonials-v3 .owl-buttons .owl-next:hover {
  background: #72c02c;
  -webkit-transition: background 0.4s ease-in-out;
  -moz-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}
/*Recent Works (Owl Carousel)
------------------------------------*/
.owl-work-v1 .owl-navigation {
  top: 3px;
  position: relative;
}
.owl-work-v1 .owl-navigation {
  margin-bottom: 10px;
}
.owl-work-v1 .item a {
  text-align: center;
}
.owl-work-v1 .item a:hover {
  text-decoration: none;
}
.owl-work-v1 .item a:hover strong {
  color: #555;
}
.owl-work-v1 .item em.overflow-hidden {
  display: block;
}
.owl-work-v1 .item a span {
  display: block;
  padding: 10px;
  border-bottom: solid 2px #eee;
}
.owl-work-v1 .item a strong {
  color: #555;
  display: block;
}
.owl-work-v1 .item a i {
  color: #777;
}
.owl-work-v1 .item a img {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.owl-work-v1 .item a:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.2) rotate(3deg);
  -moz-transform: scale(1.2) rotate(3deg);
  -o-transform: scale(1) rotate(3deg);
  -ms-transform: scale(1.2) rotate(3deg);
  transform: scale(1.2) rotate(3deg);
}
.owl-work-v1 .item a:hover span {
  border-bottom: solid 2px #72c02c;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*Parallax Twitter (Owl Carousel)
------------------------------------*/
.parallax-twitter {
  color: #fff;
  padding: 100px 0;
  position: relative;
  text-align: center;
  background: #333333 url(img/bg/bg2.jpg) 50% 0 fixed;
}
.parallax-twitter:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.parallax-twitter:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: url(img/patterns/gridtile.png) repeat;
}
.parallax-twitter-in {
  z-index: 1;
  position: relative;
}
/*Twitter Block (owl-controls)*/
.parallax-twitter-in ul {
  margin: 0;
}
.parallax-twitter-in li {
  color: #fff;
}
.parallax-twitter-in li p {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}
.parallax-twitter-in li a {
  color: #eee;
  text-decoration: underline;
}
.parallax-twitter-in li a:hover {
  text-decoration: none;
}
.parallax-twitter-in li span {
  color: #ddd;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}
.parallax-twitter-in .owl-page {
  width: 18px;
}
/*Clients Section (Owl Carousel)
------------------------------------*/
.clients-section {
  padding: 60px 0;
  position: relative;
  background: #333333 url(img/bg/bg1.jpg) 50% fixed;
}
.clients-section:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
}
.clients-section:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: url(img/patterns/gridtile.png) repeat;
}
.clients-section .title-v1 p,
.clients-section .title-v1 h2 {
  color: #fff;
}
.clients-section ul {
  padding: 0;
  z-index: 1;
  list-style: none;
}
.clients-section li {
  margin: 0 3px;
  background: #fff;
}
.clients-section li a {
  padding: 10px;
  display: block;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.clients-section li a:hover {
  -transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.clients-section img {
  width: 100px;
  height: 100px;
}
.clients-section .owl-pagination {
  display: none;
}
/*Cube Portfolio
------------------------------------*/
.wrapper-portfolio {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 50px;
}
.wrapper-portfolio-fullwidth {
  width: 100%;
  padding: 10px;
  margin: 0 auto 50px;
}
.wrapper-portfolio-fullwidth-text {
  width: 100%;
  padding: 10px;
  margin: 0 auto 50px;
}
.wrapper-portfolio-no-space {
  width: 100%;
  margin: 0 auto 50px;
}
.wrapper-portfolio-grid-no-space {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
}
.wrapper-portfolio-grid {
  margin-bottom: 50px;
}
/*Filter Item*/
.fusion-portfolio #filters-container .cbp-filter-item {
  color: #555;
  padding: 7px 15px;
  margin: 10px 0 0 5px;
  border: 1px solid #eee;
}
.fusion-portfolio #filters-container .cbp-filter-item-active {
  background: #72c02c;
  border-color: #72c02c;
  color: #fff !important;
}
.fusion-portfolio #filters-container .cbp-filter-item:hover {
  color: #72c02c;
}
/*Blog Caption*/
.fusion-portfolio .cbp-l-grid-blog .cbp-caption {
  margin-bottom: 15px;
}
/*Caption Body*/
.fusion-portfolio .product-description {
  text-align: center;
}
.fusion-portfolio .cbp-caption-activeWrap {
  background: rgba(255, 255, 255, 0.9) !important;
}
.fusion-portfolio .cbp-l-caption-text {
  letter-spacing: inherit;
}
.fusion-portfolio .cbp-l-caption-text,
.fusion-portfolio .product-description h3 {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.fusion-portfolio .cbp-l-caption-desc,
.fusion-portfolio .product-description span {
  color: #555;
  font-size: 13px;
  margin-top: 15px;
  font-weight: 200;
  line-height: 20px;
}
.fusion-portfolio .cbp-l-caption-icon i {
  color: #555;
  font-size: 22px;
}
/*Grid Columns*/
.fusion-portfolio.wrapper-portfolio-grid.cbp-2-col .cbp-item {
  width: 450px;
  height: 270px;
}
.fusion-portfolio.wrapper-portfolio-grid.cbp-3-col .cbp-item {
  width: 320px;
  height: 200px;
}
.fusion-portfolio.wrapper-portfolio-grid.cbp-4-col .cbp-item {
  width: 280px;
  height: 170px;
}
/*Grid No Space Columns*/
.fusion-portfolio.wrapper-portfolio-grid-no-space.cbp-2-col .cbp-item {
  width: 460px;
  height: 285px;
}
.fusion-portfolio.wrapper-portfolio-grid-no-space.cbp-3-col .cbp-item {
  width: 450px;
  height: 280px;
}
.fusion-portfolio.wrapper-portfolio-grid-no-space.cbp-4-col .cbp-item {
  width: 320px;
  height: 200px;
}
/*Fullwidth Columns*/
.fusion-portfolio.wrapper-portfolio-fullwidth.cbp-4-col .cbp-item {
  width: 380px;
  height: 230px;
}
.fusion-portfolio.wrapper-portfolio-fullwidth.cbp-5-col .cbp-item {
  width: 290px;
  height: 180px;
}
.fusion-portfolio.wrapper-portfolio-fullwidth.cbp-6-col .cbp-item {
  width: 230px;
  height: 140px;
}
/*Fullwidth No Space Columns*/
.fusion-portfolio.wrapper-portfolio-no-space.cbp-4-col .cbp-item {
  width: 400px;
  height: 250px;
}
.fusion-portfolio.wrapper-portfolio-no-space.cbp-5-col .cbp-item {
  width: 310px;
  height: 185px;
}
.fusion-portfolio.wrapper-portfolio-no-space.cbp-6-col .cbp-item {
  width: 250px;
  height: 150px;
}
/*Grid Blog Columns*/
.fusion-portfolio.wrapper-portfolio.cbp-2-col .cbp-l-grid-blog .cbp-item {
  width: 460px;
  height: 360px;
}
.fusion-portfolio.wrapper-portfolio.cbp-3-col .cbp-l-grid-blog .cbp-item {
  width: 320px;
  height: 265px;
}
.fusion-portfolio.wrapper-portfolio.cbp-4-col .cbp-l-grid-blog .cbp-item {
  width: 280px;
  height: 250px;
}
/*Fullwidth Blog Columns*/
.fusion-portfolio.wrapper-portfolio-fullwidth-text.cbp-caption-4-col .cbp-item {
  width: 390px;
  height: 350px;
}
.fusion-portfolio.wrapper-portfolio-fullwidth-text.cbp-caption-5-col .cbp-item {
  width: 300px;
  height: 300px;
}
.fusion-portfolio.wrapper-portfolio-fullwidth-text.cbp-caption-6-col .cbp-item {
  width: 245px;
  height: 240px;
}
/*Caption Columns*/
.fusion-portfolio.cbp-caption-2-col .cbp-l-grid-blog .cbp-caption {
  height: 74%;
}
.fusion-portfolio.cbp-caption-3-col .cbp-l-grid-blog .cbp-caption {
  height: 65%;
}
.fusion-portfolio.cbp-caption-4-col .cbp-l-grid-blog .cbp-caption {
  height: 63%;
}
.fusion-portfolio.cbp-caption-5-col .cbp-l-grid-blog .cbp-caption {
  height: 60%;
}
.fusion-portfolio.cbp-caption-6-col .cbp-l-grid-blog .cbp-caption {
  height: 60%;
}
/*Blog Large
------------------------------------*/
/*Blog Page*/
.blog h2 {
  color: #555;
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 10px;
}
.blog h2 a {
  color: #585f69;
  line-height: 32px;
}
.blog h2 a:hover {
  color: #72c02c;
  text-decoration: none;
}
.blog .blog-img {
  margin: 20px 0;
}
.headline-md {
  margin-top: 9px;
}
.box-separate {
  border-bottom: 1px solid #eee;
}
/*Blog Content Tags*/
.blog-post-tags {
  padding: 5px 0 8px;
  margin-bottom: 10px;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.blog-post-tags ul {
  margin-bottom: 0;
}
.blog-post-tags li {
  font-size: 12px;
}
.blog-post-tags li i {
  color: #777;
}
.blog-post-tags ul.blog-info {
  color: #eee;
  margin-bottom: 3px;
}
.blog-post-tags ul.blog-tags a {
  color: #555;
  font-size: 11px;
  display: inline;
  padding: 3px 7px;
  margin-right: 2px;
  background: #f4f4f4;
}
.blog-post-tags ul.blog-tags a:hover {
  background: #72c02c;
}
/*Blog Item Page
------------------------------------*/
.blog-item .media img {
  top: 3px;
  width: 54px;
  height: 54px;
  position: relative;
}
.post-comment h3,
.blog-item .media h3 {
  color: #72c02c;
  font-size: 21px;
  margin-bottom: 25px;
}
.blog-item .media h4.media-heading {
  color: #555;
  font-size: 17px;
  position: relative;
}
.blog-item .media h4.media-heading span {
  top: 3px;
  right: 0;
  color: #777;
  font-size: 12px;
  position: absolute;
}
.blog-item .media h4.media-heading span a {
  color: #72c02c;
}
/*Blog Medium
------------------------------------*/
.blog-medium .blog-info li,
.blog-medium .blog-info li a {
  color: #777;
}
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  .blog-medium img {
    margin-bottom: 20px;
  }
}
/*Blog Full Wisth
------------------------------------*/
.blog-full-width .blog-post-tags {
  padding: 5px 0;
}
.blog-full-width ul.blog-info {
  margin-bottom: 0;
}
/*Sidebar Features
------------------------------------*/
/*Page Styles*/
.magazine-page h3,
.magazine-page h3 a {
  color: #555;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 1px;
  text-decoration: none;
}
.magazine-page h3 a:hover {
  color: #72c02c;
}
.magazine-page span.magazine-badge {
  top: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
  padding: 2px 8px;
  position: absolute;
  font-style: inherit;
}
.magazine-page span.magazine-badge-default {
  background: #7f8c8d;
}
.magazine-page span.magazine-badge-red {
  background: #e74c3c;
}
.magazine-page span.magazine-badge-green {
  background: #2ecc71;
}
.magazine-page span.magazine-badge-blue {
  background: #3498db;
}
/*Magazine News*/
.magazine-news {
  margin-bottom: 20px;
}
.magazine-news h3 {
  margin: 15px 0 10px;
}
.magazine-news .by-author strong {
  color: #72c02c;
}
.magazine-news .by-author span {
  color: #777;
}
.magazine-news a.read-more {
  color: #72c02c;
}
.magazine-news .by-author {
  margin-bottom: 8px;
}
.magazine-news-img {
  overflow: hidden;
  max-height: 150px;
  position: relative;
}
/*Magazine Mini News*/
.magazine-mini-news .post-author {
  font-size: 11px;
}
.magazine-mini-news h3,
.magazine-mini-news h3 a {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 6px;
}
.magazine-mini-news .post-author {
  margin-bottom: 8px;
}
.magazine-mini-news .post-author span {
  color: #555;
}
.magazine-mini-news .post-author strong {
  color: #72c02c;
}
.news-read-more {
  margin: 20px 0;
}
.news-read-more a {
  font-size: 14px;
}
.news-read-more a:hover {
  text-decoration: none;
}
.news-read-more i {
  color: #fff;
  padding: 2px 3px;
  font-size: 14px;
  background: #72c02c;
}
/*Sidebar Posts*/
.magazine-posts h2,
.magazine-posts h3 {
  margin-top: -5px;
}
.magazine-posts span {
  color: #777;
  display: block;
  font-size: 12px;
  /*font-style: italic;*/
  margin-bottom: 7px;
}
.magazine-posts span i {
  font-style: normal;
}
.magazine-posts .magazine-posts-img {
  overflow: hidden;
  max-height: 105px;
  position: relative;
}
.magazine-posts .magazine-posts-img:hover img {
  opacity: 0.9;
}
/*Sidebar Categories*/
.magazine-sb-categories ul li {
  font-size: 14px;
  margin-bottom: 5px;
}
.magazine-sb-categories ul i {
  color: #72c02c;
  font-size: 14px;
}
/*Sidebar Social*/
.magazine-sb-social .social-icons li {
  margin-bottom: 0;
  margin-right: 1px;
}
/* newsletter */
.newsletter .cover {
  margin-top: 20px;
  padding-top: 20px;
  border-top: dotted 2px #72c02c;
}
.newsletter .cover ul li {
  display: inline-block;
  width: 100px;
  margin-right: 15px;
}
.charactor-list {
  max-width: 300px;
  margin-bottom: 20px;
}
.charactor-list li {
  display: inline-block;
  border: solid 1px #72c02c;
  margin: 1.5px 0;
  padding: 0;
  width: 35px;
}
.charactor-list li a {
  padding: 3px !important;
  margin-bottom: 0 !important;
  text-align: center;
}
/*Search Block Version 2
------------------------------------*/
.search-block-v2 {
  margin-bottom: 50px;
  padding: 50px 0 58px;
  border-bottom: 1px solid #eee;
  background-color: #e7e7e7;
}
.search-block-v2 h2 {
  font-size: 24px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 18px;
  text-transform: uppercase;
}
/*S-Results
------------------------------------*/
/*Related-search*/
.s-results .related-search {
  border-right: 1px solid #eee;
}
.s-results .related-search h3 {
  color: #999;
  display: block;
  font-size: 20px;
  margin: 0 0 10px;
  line-height: 20px;
  text-transform: uppercase;
}
.s-results .related-search li {
  margin: 4px 0;
}
.s-results .related-search li a {
  text-transform: capitalize;
}
.s-results .related-search a.see-all {
  color: #999;
}
.s-results .related-search a:hover {
  color: #72c02c;
}
.s-results .related-search hr {
  margin: 20px 0;
}
.s-results .blog-photos {
  margin-bottom: 0;
}
.s-results .blog-photos li img {
  width: 34px;
  height: 34px;
}
/*Results-number*/
.s-results .results-number {
  color: #999;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/*Inner-results*/
.s-results .inner-results {
  clear: both;
}
.s-results .inner-results h3 {
  font-size: 18px;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.s-results .inner-results h3 a {
  color: #555;
}
.s-results .inner-results h3 a:hover {
  color: #72c02c;
}
.s-results .inner-results img {
  float: left;
  width: 85px;
  height: auto;
  margin: 0 10px 10px 0;
}
/*up-ul*/
.s-results .up-ul {
  margin-bottom: 4px;
}
.s-results .up-ul li a {
  color: #999;
}
.s-results .up-ul li a:hover {
  color: #72c02c;
}
/*btn-group 'dropdown'*/
.s-results .inner-results .btn {
  top: -1px;
  padding: 0;
  position: relative;
}
.s-results .inner-results .btn-default {
  color: #999;
  border: none;
  font-size: 13px;
}
.s-results .inner-results .btn:hover,
.s-results .inner-results .btn:focus {
  box-shadow: none;
  background: inherit;
}
.s-results .inner-results .btn-u-default {
  color: #999;
  border: none;
}
.s-results .inner-results .btn-u-xs {
  padding: 0;
}
.s-results .inner-results .btn-u-default i {
  font-size: 14px;
}
.s-results .inner-results p {
  margin-bottom: 5px;
}
/*down-ul*/
.s-results .down-ul {
  margin-bottom: 0;
}
.s-results .down-ul li {
  color: #999;
}
.s-results .down-ul li a {
  color: #72c02c;
}
.s-results .star-vote li {
  padding: 0;
}
.clinical-result {
  padding: 10px 0;
  border-bottom: dotted 1px #ccc;
  background: #fafafa;
}
.clinical-result .form-group {
  margin-bottom: 0;
  font-size: 14px;
}
.clinical-result.alt {
  margin-top: 5px;
}
@media (max-width: 992px) {
  /*Related-search*/
  .s-results .related-search {
    border-right: none;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .s-results .related-search hr {
    margin: 10px 0;
    visibility: hidden;
  }
}
@media (max-width: 500px) {
  /*Inner-results*/
  .s-results .inner-results img {
    width: 60px;
    height: auto;
  }
  .s-results .inner-results .overflow-a p {
    display: none;
  }
}
* {
  border-radius: 0 !important;
}
a,
a:focus,
a:hover,
a:active,
button,
button:hover {
  outline: 0 !important;
}
a:focus {
  text-decoration: none;
}
hr {
  margin: 30px 0;
}
hr.hr-md {
  margin: 20px 0;
}
/*Headings*/
h1 {
  font-size: 28px;
  line-height: 35px;
}
h2 {
  font-size: 24px;
  line-height: 33px;
}
h3 {
  font-size: 18px;
  line-height: 27px;
}
h4 {
  line-height: 25px;
}
h5 {
  line-height: 20px;
}
h6 {
  line-height: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #585f69;
  margin-top: 5px;
  text-shadow: none;
  font-weight: normal;
  font-family: 'Boon400', sans-serif;
}
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
  margin-right: 5px;
}
/*Block Headline*/
.bold {
  font-weight: bold;
}
.address {
  padding-left: 10px;
}
.headline {
  display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #e4e9f0;
}
.headline h2 {
  font-size: 22px;
}
.headline h2,
.headline h3,
.headline h4 {
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #72c02c;
}
.headline-md {
  margin-bottom: 15px;
}
.headline-md h2 {
  font-size: 21px;
}
/*Heading Options*/
.heading {
  text-align: center;
}
.heading h2 {
  padding: 0 12px;
  position: relative;
  display: inline-block;
  line-height: 34px !important;
  /*For Tagline Boxes*/
}
.heading h2:before,
.heading h2:after {
  content: ' ';
  width: 70%;
  position: absolute;
  border-width: 1px;
  border-color: #bbb;
}
.heading h2:before {
  right: 100%;
}
.heading h2:after {
  left: 100%;
}
@media (max-width: 768px) {
  .heading h2:before,
  .heading h2:after {
    width: 20%;
  }
}
/*Headline v1*/
.heading-v1 h2:before,
.heading-v1 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: solid;
  border-bottom-style: solid;
}
/*Headline v2*/
.heading-v2 h2:before,
.heading-v2 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: dashed;
  border-bottom-style: dashed;
}
/*Headline v3*/
.heading-v3 h2:before,
.heading-v3 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: dotted;
  border-bottom-style: dotted;
}
/*Headline v4*/
.heading-v4 h2:before,
.heading-v4 h2:after {
  top: 17px;
  border-bottom-style: solid;
}
/*Headline v5*/
.heading-v5 h2:before,
.heading-v5 h2:after {
  top: 17px;
  border-bottom-style: dashed;
}
/*Headline v6*/
.heading-v6 h2:before,
.heading-v6 h2:after {
  top: 17px;
  border-bottom-style: dotted;
}
/*Heading Sizes*/
h2.heading-md {
  font-size: 20px;
  line-height: 24px;
}
h2.heading-sm,
h3.heading-md {
  font-size: 18px;
  line-height: 24px;
}
h3.heading-md {
  line-height: 22px;
}
h3.heading-sm {
  font-size: 16px;
  line-height: 20px;
}
h2.heading-xs {
  font-size: 16px;
  line-height: 22px;
}
h3.heading-xs {
  font-size: 14px;
  margin-bottom: 0;
}
/*Heading Titles v1*/
.title-v1 {
  z-index: 1;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
.title-v1 h1,
.title-v1 h2 {
  color: #444;
  font-size: 28px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.title-v1 h1:after,
.title-v1 h2:after {
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 70px;
  content: " ";
  margin-left: -35px;
  position: absolute;
  background: #72c02c;
}
.title-v1 p {
  font-size: 17px;
  font-weight: 200;
}
/*Heading Titles v2*/
h2.title-v2 {
  color: #555;
  position: relative;
  margin-bottom: 30px;
}
h2.title-v2:after {
  left: 0;
  width: 70px;
  height: 2px;
  content: " ";
  bottom: -10px;
  background: #555;
  position: absolute;
}
h1.title-v2.title-center,
h2.title-v2.title-center,
h3.title-v2.title-center {
  text-align: center;
}
h1.title-v2.title-center:after,
h2.title-v2.title-center:after,
h3.title-v2.title-center:after {
  left: 50%;
  width: 70px;
  margin-left: -35px;
}
h1.title-light,
h2.title-light,
h3.title-light {
  color: #fff;
}
h2.title-light:after {
  background: #fff;
}
/*Heading Title v3*/
h1[class^="title-v3-"],
h2[class^="title-v3-"],
h3[class^="title-v3-"] {
  color: #555;
}
h2.title-v3-xlg {
  font-size: 28px;
  line-height: 32px;
}
h1.title-v3-lg,
h2.title-v3-lg {
  font-size: 24px;
  line-height: 28px;
}
h1.title-v3-md,
h2.title-v3-md {
  font-size: 20px;
  line-height: 24px;
}
h2.title-v3-sm,
h3.title-v3-md {
  font-size: 18px;
  line-height: 24px;
}
h3.title-v3-md {
  line-height: 22px;
}
h3.title-v3-sm {
  font-size: 16px;
  line-height: 20px;
}
h2.title-v3-xs {
  font-size: 16px;
  line-height: 22px;
}
h3.title-v3-xs {
  font-size: 14px;
  margin-bottom: 0;
}
/*Headline Center*/
.headline-center {
  text-align: center;
  position: relative;
}
.headline-center h2 {
  color: #555;
  font-size: 24px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.headline-center h2:after {
  left: 50%;
  z-index: 1;
  width: 30px;
  height: 2px;
  content: " ";
  bottom: -5px;
  margin-left: -15px;
  text-align: center;
  position: absolute;
  background: #72c02c;
}
.headline-center p {
  color: #999;
  font-size: 14px;
  padding: 0 150px;
}
@media (max-width: 991px) {
  .headline-center p {
    padding: 0 50px;
  }
}
.headline-center.headline-light h2 {
  color: #fff;
}
.headline-center.headline-light p {
  color: #eee;
}
/*Headline Center v2*/
.headline-center-v2 {
  z-index: 0;
  text-align: center;
  position: relative;
}
.headline-center-v2 h2 {
  color: #555;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.headline-center-v2 span.bordered-icon {
  color: #888;
  padding: 0 10px;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
}
.headline-center-v2 span.bordered-icon:before,
.headline-center-v2 span.bordered-icon:after {
  top: 8px;
  height: 1px;
  content: " ";
  width: 100px;
  background: #888;
  position: absolute;
}
.headline-center-v2 span.bordered-icon:before {
  left: 100%;
}
.headline-center-v2 span.bordered-icon:after {
  right: 100%;
}
.headline-center-v2 p {
  color: #999;
  font-size: 14px;
  padding: 0 70px;
}
.headline-center-v2.headline-center-v2-dark p {
  color: #666;
}
.headline-center-v2.headline-center-v2-dark span.bordered-icon {
  color: #666;
}
.headline-center-v2.headline-center-v2-dark span.bordered-icon:before,
.headline-center-v2.headline-center-v2-dark span.bordered-icon:after {
  background: #666;
}
/*Headline Left*/
.headline-left {
  position: relative;
}
.headline-left .headline-brd {
  color: #555;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.headline-left .headline-brd:after {
  left: 1px;
  z-index: 1;
  width: 30px;
  height: 2px;
  content: " ";
  bottom: -5px;
  position: absolute;
  background: #72c02c;
}
/*Devider
------------------------------------*/
.devider.devider-dotted {
  border-top: 2px dotted #eee;
}
.devider.devider-dashed {
  border-top: 2px dashed #eee;
}
.devider.devider-db {
  height: 5px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.devider.devider-db-dashed {
  height: 5px;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}
.devider.devider-db-dotted {
  height: 5px;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
}
/*Tables
------------------------------------*/
/*Basic Tables*/
.table thead > tr > th {
  border-bottom: none;
}
@media (max-width: 768px) {
  .table th.hidden-sm,
  .table td.hidden-sm {
    display: none !important;
  }
}
/*Forms
------------------------------------*/
.form-control {
  box-shadow: none;
}
.form-control:focus {
  border-color: #bbb;
  box-shadow: 0 0 2px #c9c9c9;
}
/*Form Spacing*/
.form-spacing .form-control {
  margin-bottom: 15px;
}
/*Form Icons*/
.input-group-addon {
  color: #b3b3b3;
  font-size: 14px;
  background: #fff;
}
/*Carousel v1
------------------------------------*/
.carousel-v1 .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 7px 15px;
  background: rgba(0, 0, 0, 0.7);
}
.carousel-v1 .carousel-caption p {
  color: #fff;
  margin-bottom: 0;
}
.carousel-v1 .carousel-arrow a.carousel-control {
  opacity: 1;
  font-size: 30px;
  height: inherit;
  width: inherit;
  background: none;
  text-shadow: none;
  position: inherit;
}
.carousel-v1 .carousel-arrow a i {
  top: 50%;
  opacity: 0.6;
  background: #000;
  margin-top: -18px;
  padding: 2px 12px;
  position: absolute;
}
.carousel-v1 .carousel-arrow a i:hover {
  opacity: 0.8;
}
.carousel-v1 .carousel-arrow a.left i {
  left: 0;
}
.carousel-v1 .carousel-arrow a.right i {
  right: 0;
}
/*Carousel v2
------------------------------------*/
.carousel-v2 .carousel-control,
.carousel-v2 .carousel-control:hover {
  opacity: 1;
  text-shadow: none;
}
.carousel-v2 .carousel-control.left,
.carousel-v2 .carousel-control.right {
  top: 50%;
  z-index: 5;
  color: #eee;
  width: 45px;
  height: 45px;
  font-size: 30px;
  margin-top: -22px;
  position: absolute;
  text-align: center;
  display: inline-block;
  border: 2px solid #eee;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-v2 .carousel-control:hover {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.carousel-v2 .carousel-control.left {
  left: 20px;
}
.carousel-v2 .carousel-control.right {
  right: 20px;
}
.carousel-v2 .carousel-control .arrow-prev,
.carousel-v2 .carousel-control .arrow-next {
  top: -5px;
  position: relative;
}
.carousel-v2 .carousel-control .arrow-next {
  right: -2px;
}
@media (min-width: 768px) {
  .carousel-indicators {
    bottom: 10px;
  }
}
/*Tabs
------------------------------------*/
/*Tabs v1*/
.tab-v1 .nav-tabs {
  border: none;
  background: none;
  border-bottom: solid 2px #72c02c;
}
.tab-v1 .nav-tabs a {
  font-size: 14px;
  padding: 5px 15px;
}
.tab-v1 .nav-tabs > .active > a,
.tab-v1 .nav-tabs > .active > a:hover,
.tab-v1 .nav-tabs > .active > a:focus {
  color: #fff;
  border: none;
  background: #72c02c;
}
.tab-v1 .nav-tabs > li > a {
  border: none;
}
.tab-v1 .nav-tabs > li > a:hover {
  color: #fff;
  background: #72c02c;
}
.tab-v1 .tab-content {
  padding: 10px 0;
}
.tab-v1 .tab-content img {
  margin-top: 4px;
  margin-bottom: 15px;
}
.tab-v1 .tab-content img.img-tab-space {
  margin-top: 7px;
}
/*Tabs v2*/
.tab-v2 .nav-tabs {
  border-bottom: none;
}
.tab-v2 .nav-tabs li a {
  padding: 9px 16px;
  background: none;
  border: none;
}
.tab-v2 .nav-tabs li.active a {
  background: #fff;
  padding: 7px 15px 9px;
  border: solid 1px #eee;
  border-top: solid 2px #72c02c;
  border-bottom: none !important;
}
.tab-v2 .tab-content {
  padding: 10px 16px;
  border: solid 1px #eee;
}
/*Tabs v3*/
.tab-v3 .nav-pills li a {
  color: #777;
  font-size: 17px;
  padding: 4px 8px;
  margin-bottom: 3px;
  background: #fafafa;
  border: solid 1px #eee;
}
.tab-v3 .nav-pills li a:hover,
.tab-v3 .nav-pills li.active a {
  color: #fff;
  background: #72c02c;
  border: solid 1px #68af28;
}
.tab-v3 .nav-pills li i {
  width: 1.25em;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
}
.tab-v3 .tab-content {
  padding: 15px;
  background: #fafafa;
  border: solid 1px #eee;
}
/*Accordions
------------------------------------*/
/*Accordion v1*/
.acc-v1 .panel-heading {
  padding: 0;
  box-shadow: none;
}
.acc-v1 .panel-heading a {
  display: block;
  font-size: 14px;
  padding: 5px 15px;
  background: #fefefe;
}
.acc-icon a.accordion-toggle i {
  color: #585f69;
  margin-right: 8px;
}
.acc-icon a.accordion-toggle:hover i {
  color: #39414c;
}
/*Default Breadcrumbs*/
.breadcrumbs {
  overflow: hidden;
  padding: 10px 0 6px;
  border-bottom: solid 1px #eee;
  background: url(img/breadcrumbs.png) repeat;
}
.breadcrumbs h1 {
  color: #666;
  font-size: 22px;
  margin-top: 8px;
}
.breadcrumb {
  top: 10px;
  padding-right: 0;
  background: none;
  position: relative;
}
.breadcrumb a {
  color: #777;
}
.breadcrumb li.active,
.breadcrumb li a:hover {
  color: #72c02c;
  text-decoration: none;
}
@media (max-width: 550px) {
  .breadcrumbs h1.pull-left,
  .breadcrumbs ul.pull-right {
    width: 100%;
    text-align: center;
  }
  .breadcrumbs h1.pull-left {
    margin-bottom: 0;
  }
  .breadcrumbs .breadcrumb {
    top: 0;
    margin-bottom: 10px;
  }
}
/*Breadcrumbs-v3*/
.breadcrumbs-v3 {
  padding: 10px 0;
  background: #585f69;
  border-bottom: 1px solid #eee;
}
.breadcrumbs-v3 h1 {
  color: #fff;
  margin: 3px 0;
  font-size: 22px;
  font-weight: 200;
}
.breadcrumbs-v3 .breadcrumb {
  padding: 0;
  margin-top: 2px;
  margin-bottom: 0;
}
.breadcrumbs-v3 .breadcrumb li a {
  color: #fff;
}
/*Navigation
------------------------------------*/
/*Pegination*/
.pagination li a {
  color: #777;
  padding: 5px 15px;
}
.pagination li a:hover {
  color: #fff;
  background: #5fb611;
  border-color: #5fb611;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-color: #72c02c;
  background-color: #72c02c;
}
/*Pagination Without Space*/
.pagination-no-space .pagination {
  margin: 0;
}
/*Pager*/
.pager li > a:hover,
.pager li > a:focus {
  color: #fff;
  background: #5fb611;
  border-color: #5fb611;
}
/*Sidebar Menu
------------------------------------*/
/*Sidebar Menu v1*/
.sidebar-nav-v1 li {
  padding: 0;
}
.sidebar-nav-v1 li a {
  display: block;
  padding: 8px 30px 8px 10px;
}
.sidebar-nav-v1 li a:hover {
  text-decoration: none;
}
.sidebar-nav-v1 > li.active,
.sidebar-nav-v1 > li.active:hover {
  background: #717984;
}
.sidebar-nav-v1 > li.active,
.sidebar-nav-v1 > li.active:hover,
.sidebar-nav-v1 > li.active:focus {
  border-color: #ddd;
}
.sidebar-nav-v1 > li.active > a {
  color: #fff;
}
/*Sidebar Sub Navigation*/
.sidebar-nav-v1 li ul {
  padding: 0;
  list-style: none;
}
.sidebar-nav-v1 li ul,
.sidebar-nav-v1 li.active ul a {
  background: #f8f8f8;
}
.sidebar-nav-v1 li ul a {
  color: #585f69;
  font-size: 12px;
  border-top: solid 1px #ddd;
  padding: 6px 30px 6px 17px;
}
.sidebar-nav-v1 ul li:hover a,
.sidebar-nav-v1 ul li.active a {
  color: #72c02c;
}
/*Sidebar Badges*/
.list-group-item li > .badge {
  float: right;
}
.sidebar-nav-v1 span.badge {
  margin-top: 8px;
  margin-right: 10px;
}
.sidebar-nav-v1 .list-toggle > span.badge {
  margin-right: 25px;
}
.sidebar-nav-v1 ul li span.badge {
  margin-top: 8px;
  font-size: 11px;
  padding: 3px 5px;
  margin-right: 10px;
}
/*Sidebar List Toggle*/
.list-toggle:after {
  top: 7px;
  right: 10px;
  color: #777;
  font-size: 14px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}
.list-toggle.active:after {
  color: #fff;
  content: "\f107";
}
/*Button Styles
------------------------------------*/
.btn {
  box-shadow: none;
}
.btn-u {
  border: 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  padding: 6px 13px;
  position: relative;
  background: #72c02c;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
}
.btn-u:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-u.btn-block {
  text-align: center;
}
a.btn-u {
  /*padding: 4px 13px;*/
  /*vertical-align: middle;*/
}
.btn-u-sm,
a.btn-u-sm {
  padding: 3px 12px;
}
.btn-u-lg,
a.btn-u-lg {
  font-size: 18px;
  padding: 10px 25px;
}
.btn-u-xs,
a.btn-u-xs {
  font-size: 12px;
  padding: 2px 12px;
  line-height: 18px;
}
/*Button Groups*/
.btn-group .dropdown-menu > li > a {
  padding: 3px 13px;
}
.btn-group > .btn-u,
.btn-group-vertical > .btn-u {
  float: left;
  position: relative;
}
.btn-group > .btn-u:first-child {
  margin-left: 0;
}
/*For FF Only*/
@-moz-document url-prefix() {
  .footer-subsribe .btn-u {
    padding-bottom: 4px;
  }
}
@media (max-width: 768px) {
  @-moz-document url-prefix() {
    .btn-u {
      padding-bottom: 6px;
    }
  }
}
/*Buttons Color*/
.btn-u:hover,
.btn-u:focus,
.btn-u:active,
.btn-u.active,
.open .dropdown-toggle.btn-u {
  background: #5fb611;
}
.btn-u-split.dropdown-toggle {
  border-left: solid 1px #5fb611;
}
.btn-u.btn-u-blue {
  background: #3498db;
}
.btn-u.btn-u-blue:hover,
.btn-u.btn-u-blue:focus,
.btn-u.btn-u-blue:active,
.btn-u.btn-u-blue.active,
.open .dropdown-toggle.btn-u.btn-u-blue {
  background: #2980b9;
}
.btn-u.btn-u-split-blue.dropdown-toggle {
  border-left: solid 1px #2980b9;
}
.btn-u.btn-u-red {
  background: #e74c3c;
}
.btn-u.btn-u-red:hover,
.btn-u.btn-u-red:focus,
.btn-u.btn-u-red:active,
.btn-u.btn-u-red.active,
.open .dropdown-toggle.btn-u.btn-u-red {
  background: #c0392b;
}
.btn-u.btn-u-split-red.dropdown-toggle {
  border-left: solid 1px #c0392b;
}
.btn-u.btn-u-orange {
  background: #e67e22;
}
.btn-u.btn-u-orange:hover,
.btn-u.btn-u-orange:focus,
.btn-u.btn-u-orange:active,
.btn-u.btn-u-orange.active,
.open .dropdown-toggle.btn-u.btn-u-orange {
  background: #d35400;
}
.btn-u.btn-u-split-orange.dropdown-toggle {
  border-left: solid 1px #d35400;
}
.btn-u.btn-u-sea {
  background: #1abc9c;
}
.btn-u.btn-u-sea:hover,
.btn-u.btn-u-sea:focus,
.btn-u.btn-u-sea:active,
.btn-u.btn-u-sea.active,
.open .dropdown-toggle.btn-u.btn-u-sea {
  background: #16a085;
}
.btn-u.btn-u-split-sea.dropdown-toggle {
  border-left: solid 1px #16a085;
}
.btn-u.btn-u-green {
  background: #2ecc71;
}
.btn-u.btn-u-green:hover,
.btn-u.btn-u-green:focus,
.btn-u.btn-u-green:active,
.btn-u.btn-u-green.active,
.open .dropdown-toggle.btn-u.btn-u-green {
  background: #27ae60;
}
.btn-u.btn-u-split-green.dropdown-toggle {
  border-left: solid 1px #27ae60;
}
.btn-u.btn-u-yellow {
  background: #f1c40f;
}
.btn-u.btn-u-yellow:hover,
.btn-u.btn-u-yellow:focus,
.btn-u.btn-u-yellow:active,
.btn-u.btn-u-yellow.active,
.open .dropdown-toggle.btn-u.btn-u-yellow {
  background: #f39c12;
}
.btn-u.btn-u-split-yellow.dropdown-toggle {
  border-left: solid 1px #f39c12;
}
.btn-u.btn-u-default {
  background: #95a5a6;
}
.btn-u.btn-u-default:hover,
.btn-u.btn-u-default:focus,
.btn-u.btn-u-default:active,
.btn-u.btn-u-default.active,
.open .dropdown-toggle.btn-u.btn-u-default {
  background: #7f8c8d;
}
.btn-u.btn-u-split-default.dropdown-toggle {
  border-left: solid 1px #7f8c8d;
}
.btn-u.btn-u-purple {
  background: #9b6bcc;
}
.btn-u.btn-u-purple:hover,
.btn-u.btn-u-purple:focus,
.btn-u.btn-u-purple:active,
.btn-u.btn-u-purple.active,
.open .dropdown-toggle.btn-u.btn-u-purple {
  background: #814fb5;
}
.btn-u.btn-u-split-purple.dropdown-toggle {
  border-left: solid 1px #814fb5;
}
.btn-u.btn-u-aqua {
  background: #27d7e7;
}
.btn-u.btn-u-aqua:hover,
.btn-u.btn-u-aqua:focus,
.btn-u.btn-u-aqua:active,
.btn-u.btn-u-aqua.active,
.open .dropdown-toggle.btn-u.btn-u-aqua {
  background: #26bac8;
}
.btn-u.btn-u-split-aqua.dropdown-toggle {
  border-left: solid 1px #26bac8;
}
.btn-u.btn-u-brown {
  background: #9c8061;
}
.btn-u.btn-u-brown:hover,
.btn-u.btn-u-brown:focus,
.btn-u.btn-u-brown:active,
.btn-u.btn-u-brown.active,
.open .dropdown-toggle.btn-u.btn-u-brown {
  background: #81674b;
}
.btn-u.btn-u-split-brown.dropdown-toggle {
  border-left: solid 1px #81674b;
}
.btn-u.btn-u-dark-blue {
  background: #4765a0;
}
.btn-u.btn-u-dark-blue:hover,
.btn-u.btn-u-dark-blue:focus,
.btn-u.btn-u-dark-blue:active,
.btn-u.btn-u-dark-blue.active,
.open .dropdown-toggle.btn-u.btn-u-dark-blue {
  background: #324c80;
}
.btn-u.btn-u-split-dark.dropdown-toggle {
  border-left: solid 1px #324c80;
}
.btn-u.btn-u-light-green {
  background: #79d5b3;
}
.btn-u.btn-u-light-green:hover,
.btn-u.btn-u-light-green:focus,
.btn-u.btn-u-light-green:active,
.btn-u.btn-u-light-green.active,
.open .dropdown-toggle.btn-u.btn-u-light-green {
  background: #59b795;
}
.btn-u.btn-u-split-light-green.dropdown-toggle {
  border-left: solid 1px #59b795;
}
.btn-u.btn-u-dark {
  background: #555;
}
.btn-u.btn-u-dark:hover,
.btn-u.btn-u-dark:focus,
.btn-u.btn-u-dark:active,
.btn-u.btn-u-dark.active,
.open .dropdown-toggle.btn-u.btn-u-dark {
  background: #333;
}
.btn-u.btn-u-split-dark.dropdown-toggle {
  border-left: solid 1px #333;
}
.btn-u.btn-u-light-grey {
  background: #585f69;
}
.btn-u.btn-u-light-grey:hover,
.btn-u.btn-u-light-grey:focus,
.btn-u.btn-u-light-grey:active,
.btn-u.btn-u-light-grey.active,
.open .dropdown-toggle.btn-u.btn-u-light-grey {
  background: #484f58;
}
.btn-u.btn-u-split-light-grey.dropdown-toggle {
  border-left: solid 1px #484f58;
}
/*Bordered Buttons*/
.btn-u.btn-brd {
  color: #555;
  /*font-weight: 200;*/
  background: none;
  padding: 5px 13px;
  border: solid 1px transparent;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.btn-u.btn-brd:hover {
  background: none;
  border: solid 1px #eee;
}
.btn-u.btn-brd:focus {
  background: none;
}
.btn-u.btn-brd.btn-brd-hover:hover {
  color: #fff !important;
}
.btn-u.btn-brd {
  border-color: #72c02c;
}
.btn-u.btn-brd:hover {
  color: #5fb611;
  border-color: #5fb611;
}
.btn-u.btn-brd.btn-brd-hover:hover {
  background: #5fb611;
}
.btn-u.btn-brd.btn-u-blue {
  border-color: #3498db;
}
.btn-u.btn-brd.btn-u-blue:hover {
  color: #2980b9;
  border-color: #2980b9;
}
.btn-u.btn-brd.btn-u-blue.btn-brd-hover:hover {
  background: #2980b9;
}
.btn-u.btn-brd.btn-u-red {
  border-color: #e74c3c;
}
.btn-u.btn-brd.btn-u-red:hover {
  color: #c0392b;
  border-color: #c0392b;
}
.btn-u.btn-brd.btn-u-red.btn-brd-hover:hover {
  background: #c0392b;
}
.btn-u.btn-brd.btn-u-orange {
  border-color: #e67e22;
}
.btn-u.btn-brd.btn-u-orange:hover {
  color: #d35400;
  border-color: #d35400;
}
.btn-u.btn-brd.btn-u-orange.btn-brd-hover:hover {
  background: #d35400;
}
.btn-u.btn-brd.btn-u-sea {
  border-color: #1abc9c;
}
.btn-u.btn-brd.btn-u-sea:hover {
  color: #16a085;
  border-color: #16a085;
}
.btn-u.btn-brd.btn-u-sea.btn-brd-hover:hover {
  background: #16a085;
}
.btn-u.btn-brd.btn-u-green {
  border-color: #2ecc71;
}
.btn-u.btn-brd.btn-u-green:hover {
  color: #27ae60;
  border-color: #27ae60;
}
.btn-u.btn-brd.btn-u-green.btn-brd-hover:hover {
  background: #27ae60;
}
.btn-u.btn-brd.btn-u-yellow {
  border-color: #f1c40f;
}
.btn-u.btn-brd.btn-u-yellow:hover {
  color: #f39c12;
  border-color: #f39c12;
}
.btn-u.btn-brd.btn-u-yellow.btn-brd-hover:hover {
  background: #f39c12;
}
.btn-u.btn-brd.btn-u-default {
  border-color: #95a5a6;
}
.btn-u.btn-brd.btn-u-default:hover {
  color: #7f8c8d;
  border-color: #7f8c8d;
}
.btn-u.btn-brd.btn-u-default.btn-brd-hover:hover {
  background: #7f8c8d;
}
.btn-u.btn-brd.btn-u-dark {
  border-color: #555;
}
.btn-u.btn-brd.btn-u-dark:hover {
  color: #333;
  border-color: #333;
}
.btn-u.btn-brd.btn-u-dark.btn-brd-hover:hover {
  background: #333;
}
.btn-u.btn-brd.btn-u-light-grey {
  border-color: #585f69;
}
.btn-u.btn-brd.btn-u-light-grey:hover {
  color: #484f58;
  border-color: #484f58;
}
.btn-u.btn-brd.btn-u-light-grey.btn-brd-hover:hover {
  background: #484f58;
}
.btn-u.btn-brd.btn-u-purple {
  border-color: #9b6bcc;
}
.btn-u.btn-brd.btn-u-purple:hover {
  color: #814fb5;
  border-color: #814fb5;
}
.btn-u.btn-brd.btn-u-purple.btn-brd-hover:hover {
  background: #814fb5;
}
.btn-u.btn-brd.btn-u-aqua {
  border-color: #27d7e7;
}
.btn-u.btn-brd.btn-u-aqua:hover {
  color: #26bac8;
  border-color: #26bac8;
}
.btn-u.btn-brd.btn-u-aqua.btn-brd-hover:hover {
  background: #26bac8;
}
.btn-u.btn-brd.btn-u-brown {
  border-color: #9c8061;
}
.btn-u.btn-brd.btn-u-brown:hover {
  color: #81674b;
  border-color: #81674b;
}
.btn-u.btn-brd.btn-u-brown.btn-brd-hover:hover {
  background: #81674b;
}
.btn-u.btn-brd.btn-u-dark-blue {
  border-color: #4765a0;
}
.btn-u.btn-brd.btn-u-dark-blue:hover {
  color: #324c80;
  border-color: #324c80;
}
.btn-u.btn-brd.btn-u-dark-blue.btn-brd-hover:hover {
  background: #324c80;
}
.btn-u.btn-brd.btn-u-light-green {
  border-color: #79d5b3;
}
.btn-u.btn-brd.btn-u-light-green:hover {
  color: #59b795;
  border-color: #59b795;
}
.btn-u.btn-brd.btn-u-light-green.btn-brd-hover:hover {
  background: #59b795;
}
.btn-u.btn-brd.btn-u-light {
  color: #fff;
  border-color: #fff;
}
.btn-u.btn-brd.btn-u-light:hover {
  border-color: #fff;
}
.btn-u.btn-brd.btn-u-light.btn-brd-hover:hover {
  background: #fff;
  color: #555 !important;
}
/*Badges and Labels
------------------------------------*/
/*Labels*/
span.label {
  font-size: 11px;
  font-weight: 400;
  padding: 4px 7px;
}
/*Badges*/
span.badge {
  font-weight: 400;
  padding: 4px 7px;
}
span.label-u,
span.badge-u {
  background: #72c02c;
}
span.label-blue,
span.badge-blue {
  background: #3498db;
}
span.label-red,
span.badge-red {
  background: #e74c3c;
}
span.label-green,
span.badge-green {
  background: #2ecc71;
}
span.label-sea,
span.badge-sea {
  background: #1abc9c;
}
span.label-orange,
span.badge-orange {
  background: #e67e22;
}
span.label-yellow,
span.badge-yellow {
  background: #f1c40f;
}
span.label-purple,
span.badge-purple {
  background: #9b6bcc;
}
span.label-aqua,
span.badge-aqua {
  background: #27d7e7;
}
span.label-brown,
span.badge-brown {
  background: #9c8061;
}
span.label-dark-blue,
span.badge-dark-blue {
  background: #4765a0;
}
span.label-light-green,
span.badge-light-green {
  background: #79d5b3;
}
span.label-light,
span.badge-light {
  color: #777;
  background: #ecf0f1;
}
span.label-dark,
span.badge-dark {
  background: #555;
}
/*Badge Lists*/
.badge-lists li {
  position: relative;
}
.badge-lists span.badge {
  top: -10px;
  right: -6px;
  position: absolute;
}
/*Badge Icons*/
.badge-lists.badge-icons span.badge {
  min-width: 12px;
  padding: 3px 6px;
}
.badge-lists.badge-icons i {
  font-size: 18px;
  min-width: 25px;
}
/*Badge Box v1*/
.badge-box-v1 a {
  color: #777;
  min-width: 40px;
  font-size: 18px;
  padding: 8px 9px;
  display: inline-block;
  border: solid 1px #eee;
}
/*Badge Box v2*/
.badge-box-v2 a {
  color: #777;
  font-size: 12px;
  padding: 10px;
  min-width: 70px;
  text-align: center;
  display: inline-block;
  border: solid 1px #eee;
}
.badge-box-v2 a i {
  font-size: 20px;
}
/*General Badge Box*/
.badge-box-v1 a i,
.badge-box-v2 a i {
  display: block;
  margin: 1px auto 2px;
}
.badge-box-v1 a:hover,
.badge-box-v2 a:hover {
  color: #555;
  border-color: #555;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*Icons
------------------------------------*/
/*Social Icons*/
.social-icons {
  margin: 0;
  padding: 0;
}
.social-icons li {
  list-style: none;
  margin-right: 3px;
  margin-bottom: 5px;
  text-indent: -9999px;
  display: inline-block;
}
.social-icons li a,
a.social-icon {
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover a {
  background-position: 0 -38px;
}
.social-icons-color li a {
  opacity: 0.7;
  background-position: 0 -38px !important;
  -webkit-backface-visibility: hidden;
  /*For Chrome*/
}
.social-icons-color li a:hover {
  opacity: 1;
}
.social_amazon {
  background: url(img/icons/social/amazon.png) no-repeat;
}
.social_behance {
  background: url(img/icons/social/behance.png) no-repeat;
}
.social_blogger {
  background: url(img/icons/social/blogger.png) no-repeat;
}
.social_deviantart {
  background: url(img/icons/social/deviantart.png) no-repeat;
}
.social_dribbble {
  background: url(img/icons/social/dribbble.png) no-repeat;
}
.social_dropbox {
  background: url(img/icons/social/dropbox.png) no-repeat;
}
.social_evernote {
  background: url(img/icons/social/evernote.png) no-repeat;
}
.social_facebook {
  background: url(img/icons/social/facebook.png) no-repeat;
}
.social_forrst {
  background: url(img/icons/social/forrst.png) no-repeat;
}
.social_github {
  background: url(img/icons/social/github.png) no-repeat;
}
.social_googleplus {
  background: url(img/icons/social/googleplus.png) no-repeat;
}
.social_jolicloud {
  background: url(img/icons/social/jolicloud.png) no-repeat;
}
.social_last-fm {
  background: url(img/icons/social/last-fm.png) no-repeat;
}
.social_linkedin {
  background: url(img/icons/social/linkedin.png) no-repeat;
}
.social_picasa {
  background: url(img/icons/social/picasa.png) no-repeat;
}
.social_pintrest {
  background: url(img/icons/social/pintrest.png) no-repeat;
}
.social_rss {
  background: url(img/icons/social/rss.png) no-repeat;
}
.social_skype {
  background: url(img/icons/social/skype.png) no-repeat;
}
.social_spotify {
  background: url(img/icons/social/spotify.png) no-repeat;
}
.social_stumbleupon {
  background: url(img/icons/social/stumbleupon.png) no-repeat;
}
.social_tumblr {
  background: url(img/icons/social/tumblr.png) no-repeat;
}
.social_twitter {
  background: url(img/icons/social/twitter.png) no-repeat;
}
.social_vimeo {
  background: url(img/icons/social/vimeo.png) no-repeat;
}
.social_wordpress {
  background: url(img/icons/social/wordpress.png) no-repeat;
}
.social_xing {
  background: url(img/icons/social/xing.png) no-repeat;
}
.social_yahoo {
  background: url(img/icons/social/yahoo.png) no-repeat;
}
.social_youtube {
  background: url(img/icons/social/youtube.png) no-repeat;
}
.social_vk {
  background: url(img/icons/social/vk.png) no-repeat;
}
.social_instagram {
  background: url(img/icons/social/instagram.png) no-repeat;
}
/*Font Awesome Icon Styles*/
i.icon-custom {
  color: #555;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
  border: solid 1px #555;
}
i.icon-sm {
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
}
i.icon-md {
  width: 55px;
  height: 55px;
  font-size: 22px;
  line-height: 55px;
}
i.icon-lg {
  width: 60px;
  height: 60px;
  font-size: 31px;
  line-height: 60px;
  margin-bottom: 10px;
}
i.icon-2x {
  font-size: 30px;
}
i.icon-3x {
  font-size: 40px;
}
i.icon-4x {
  font-size: 50px;
}
/*Line Icons*/
i.icon-line {
  font-size: 17px;
}
i.icon-sm.icon-line {
  font-size: 14px;
}
i.icon-md.icon-line {
  font-size: 22px;
}
i.icon-lg.icon-line {
  font-size: 28px;
}
i.icon-2x.icon-line {
  font-size: 27px;
}
i.icon-3x.icon-line {
  font-size: 36px;
}
i.icon-4x.icon-line {
  font-size: 47px;
}
/*Icon Styles For Links*/
.link-icon,
.link-bg-icon {
  color: #555;
}
.link-icon:hover,
.link-bg-icon:hover {
  border: none;
  text-decoration: none;
}
.link-icon:hover i {
  color: #72c02c;
  background: none;
  border: solid 1px #72c02c;
}
.link-bg-icon:hover i {
  color: #72c02c;
  background: #72c02c;
  border-color: #72c02c;
  color: #fff !important;
}
/*Icons Color*/
i.icon-color-u,
i.icon-color-red,
i.icon-color-sea,
i.icon-color-dark,
i.icon-color-grey,
i.icon-color-blue,
i.icon-color-green,
i.icon-color-yellow,
i.icon-color-orange,
i.icon-color-purple,
i.icon-color-aqua,
i.icon-color-brown,
i.icon-color-dark-blue,
i.icon-color-light-grey,
i.icon-color-light-green {
  background: none;
}
i.icon-color-u {
  color: #72c02c;
  border: solid 1px #72c02c;
}
i.icon-color-blue {
  color: #3498db;
  border: solid 1px #3498db;
}
i.icon-color-red {
  color: #e74c3c;
  border: solid 1px #e74c3c;
}
i.icon-color-sea {
  color: #1abc9c;
  border: solid 1px #1abc9c;
}
i.icon-color-green {
  color: #2ecc71;
  border: solid 1px #2ecc71;
}
i.icon-color-yellow {
  color: #f1c40f;
  border: solid 1px #f1c40f;
}
i.icon-color-orange {
  color: #e67e22;
  border: solid 1px #e67e22;
}
i.icon-color-grey {
  color: #95a5a6;
  border: solid 1px #95a5a6;
}
i.icon-color-purple {
  color: #9b6bcc;
  border: solid 1px #9b6bcc;
}
i.icon-color-aqua {
  color: #27d7e7;
  border: solid 1px #27d7e7;
}
i.icon-color-brown {
  color: #9c8061;
  border: solid 1px #9c8061;
}
i.icon-color-dark-blue {
  color: #4765a0;
  border: solid 1px #4765a0;
}
i.icon-color-light-green {
  color: #79d5b3;
  border: solid 1px #79d5b3;
}
i.icon-color-light {
  color: #fff;
  border: solid 1px #fff;
}
i.icon-color-light-grey {
  color: #585f69;
  border: solid 1px #585f69;
}
/*Icons Backgroun Color*/
i.icon-bg-u,
i.icon-bg-red,
i.icon-bg-sea,
i.icon-bg-dark,
i.icon-bg-darker,
i.icon-bg-grey,
i.icon-bg-blue,
i.icon-bg-green,
i.icon-bg-yellow,
i.icon-bg-orange,
i.icon-bg-purple,
i.icon-bg-aqua,
i.icon-bg-brown,
i.icon-bg-dark-blue,
i.icon-bg-light-grey,
i.icon-bg-light-green {
  color: #fff;
  border-color: transparent;
}
i.icon-bg-u {
  background: #72c02c;
}
i.icon-bg-blue {
  background: #3498db;
}
i.icon-bg-red {
  background: #e74c3c;
}
i.icon-bg-sea {
  background: #1abc9c;
}
i.icon-bg-green {
  background: #2ecc71;
}
i.icon-bg-yellow {
  background: #f1c40f;
}
i.icon-bg-orange {
  background: #e67e22;
}
i.icon-bg-grey {
  background: #95a5a6;
}
i.icon-bg-dark {
  background: #555;
}
i.icon-bg-darker {
  background: #333;
}
i.icon-bg-purple {
  background: #9b6bcc;
}
i.icon-bg-aqua {
  background: #27d7e7;
}
i.icon-bg-brown {
  background: #9c8061;
}
i.icon-bg-dark-blue {
  background: #4765a0;
}
i.icon-bg-light-green {
  background: #79d5b3;
}
i.icon-bg-light {
  background: #fff;
  border-color: transparent;
}
i.icon-bg-light-grey {
  background: #585f69;
  border-color: transparent;
}
/* Make Font Awesome icons fixed width */
.fa-fixed [class^="fa"],
.fa-fixed [class*=" fa"] {
  width: 1.25em;
  text-align: center;
  display: inline-block;
}
.fa-fixed [class^="fa"].fa-lg,
.fa-fixed [class*=" fa"].fa-lg {
  /* increased font size for fa-lg */
  width: 1.5625em;
}
/*Content Boxes
------------------------------------*/
/*Content Boxes v1*/
.content-boxes-v1 {
  text-align: center;
}
.content-boxes-v1 span {
  display: block;
  margin-top: 5px;
}
/*Content Boxes v2*/
@media (max-width: 992px) {
  .content-boxes-v2,
  .content-boxes-v2 .text-justify {
    text-align: center;
  }
  .content-boxes-v2 span {
    display: block;
    margin-top: 5px;
  }
}
/*Content Boxes v3*/
.content-boxes-v3 i.icon-custom {
  top: 8px;
  float: left;
  position: relative;
}
.content-boxes-v3 .content-boxes-in-v3 {
  padding: 0 10px;
  overflow: hidden;
}
.content-boxes-v3 .content-boxes-in-v3 h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.content-boxes-v3 .content-boxes-in-v3 h3 a {
  color: #555;
}
/*Content Boxes Right v3*/
.content-boxes-v3.content-boxes-v3-right {
  text-align: right;
}
.content-boxes-v3.content-boxes-v3-right i.icon-custom {
  float: right;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .content-boxes-v3.content-boxes-v3-right {
    text-align: inherit;
  }
  .content-boxes-v3.content-boxes-v3-right i.icon-custom {
    float: left;
    margin-left: 0;
  }
}
/*Content Boxes v4*/
.content-boxes-v4 h2 {
  color: #555;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.content-boxes-v4 a {
  color: #777;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.content-boxes-v4 i {
  width: 25px;
  color: #72c02c;
  font-size: 35px;
  margin-top: 10px;
}
.content-boxes-in-v4 {
  padding: 0 10px;
  overflow: hidden;
}
/*Content Boxes v5*/
.content-boxes-v5 i {
  float: left;
  color: #999;
  width: 50px;
  height: 50px;
  padding: 11px;
  font-size: 22px;
  background: #eee;
  line-height: 28px;
  text-align: center;
  margin-right: 15px;
  display: inline-block;
}
.content-boxes-v5:hover i {
  color: #fff;
  background: #72c02c;
}
/*Content Boxes v6*/
.content-boxes-v6 {
  padding-top: 25px;
  text-align: center;
}
.content-boxes-v6 i {
  color: #fff;
  width: 90px;
  height: 90px;
  padding: 30px;
  font-size: 30px;
  line-height: 30px;
  position: relative;
  text-align: center;
  background: #dedede;
  margin-bottom: 25px;
  display: inline-block;
}
.content-boxes-v6 i:after {
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  content: " ";
  position: absolute;
  border: 1px solid #dedede;
  border-radius: 50% !important;
}
.content-boxes-v6:hover i,
.content-boxes-v6:hover i:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content-boxes-v6:hover i {
  background: #72c02c;
}
.content-boxes-v6:hover i:after {
  border-color: #72c02c;
}
/*Colored Content Boxes
------------------------------------*/
.service-block {
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 20px;
}
.service-block p,
.service-block h2 {
  color: #fff;
}
.service-block h2 a:hover {
  text-decoration: none;
}
.service-block-light,
.service-block-default {
  background: #fafafa;
  border: solid 1px #eee;
}
.service-block-default:hover {
  box-shadow: 0 0 8px #eee;
}
.service-block-light p,
.service-block-light h2,
.service-block-default p,
.service-block-default h2 {
  color: #555;
}
.service-block-u {
  background: #72c02c;
}
.service-block-blue {
  background: #3498db;
}
.service-block-red {
  background: #e74c3c;
}
.service-block-sea {
  background: #1abc9c;
}
.service-block-grey {
  background: #95a5a6;
}
.service-block-yellow {
  background: #f1c40f;
}
.service-block-orange {
  background: #e67e22;
}
.service-block-green {
  background: #2ecc71;
}
.service-block-purple {
  background: #9b6bcc;
}
.service-block-aqua {
  background: #27d7e7;
}
.service-block-brown {
  background: #9c8061;
}
.service-block-dark-blue {
  background: #4765a0;
}
.service-block-light-green {
  background: #79d5b3;
}
.service-block-dark {
  background: #555;
}
.service-block-light {
  background: #ecf0f1;
}
/*Funny Boxes
------------------------------------*/
.funny-boxes {
  overflow: hidden;
  padding: 15px 20px;
  margin-bottom: 25px;
  background: #f7f7f7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.funny-boxes h2 a {
  color: #555;
}
.funny-boxes p a {
  color: #72c02c;
}
.funny-boxes .funny-boxes-img li i {
  color: #72c02c;
  font-size: 12px;
  margin-right: 5px;
}
.funny-boxes .funny-boxes-img img {
  display: block;
  margin: 5px 10px 10px 0;
}
.funny-boxes h2 {
  margin-top: 0;
  font-size: 20px;
  line-height: 20px;
}
.funny-boxes ul.funny-boxes-rating li {
  display: inline;
}
.funny-boxes ul.funny-boxes-rating li i {
  color: #f8be2c;
  cursor: pointer;
  font-size: 16px;
}
.funny-boxes ul.funny-boxes-rating li i:hover {
  color: #f8be2c;
}
/*Funny Colored Boxes*/
.funny-boxes-colored p,
.funny-boxes-colored h2 a,
.funny-boxes-colored .funny-boxes-img li,
.funny-boxes-colored .funny-boxes-img li i {
  color: #fff;
}
/*Red Funny Box*/
.funny-boxes-red {
  background: #e74c3c;
}
/*Blue Funny Box*/
.funny-boxes-blue {
  background: #3498db;
}
/*Grey Funny Box*/
.funny-boxes-grey {
  background: #95a5a6;
}
/*Turquoise Funny Box*/
.funny-boxes-sea {
  background: #1abc9c;
}
/*Turquoise Top Bordered Funny Box*/
.funny-boxes-top-sea {
  border-top: solid 2px #1abc9c;
}
.funny-boxes-top-sea:hover {
  border-top-color: #16a085;
}
/*Yellow Top Bordered Funny Box**/
.funny-boxes-top-yellow {
  border-top: solid 2px #f1c40f;
}
.funny-boxes-top-yellow:hover {
  border-top-color: #f39c12;
}
/*Orange Left Bordered Funny Box**/
.funny-boxes-left-orange {
  border-left: solid 2px #e67e22;
}
.funny-boxes-left-orange:hover {
  border-left-color: #d35400;
}
/*Green Left Bordered Funny Box**/
.funny-boxes-left-green {
  border-left: solid 2px #72c02c;
}
.funny-boxes-left-green:hover {
  border-left-color: #5fb611;
}
/*Green Right Bordered Funny Box**/
.funny-boxes-right-u {
  border-right: solid 2px #72c02c;
}
.funny-boxes-right-u:hover {
  border-right-color: #5fb611;
}
/*Typography
------------------------------------*/
/*Text Dropcap*/
.dropcap {
  float: left;
  color: #72c02c;
  padding: 5px 0;
  font-size: 45px;
  font-weight: 200;
  line-height: 30px;
  margin: 0px 5px 0 0;
}
.dropcap-bg {
  float: left;
  color: #fff;
  padding: 7px 0;
  min-width: 50px;
  font-size: 35px;
  font-weight: 200;
  line-height: 35px;
  text-align: center;
  background: #72c02c;
  margin: 4px 10px 0 0;
}
/*Text Highlights*/
.text-highlights {
  color: #fff;
  font-weight: 200;
  padding: 0px 5px;
  background: #555;
}
.text-highlights-green {
  background: #72c02c;
}
.text-highlights-blue {
  background: #3498db;
}
.text-highlights-red {
  background: #e74c3c;
}
.text-highlights-sea {
  background: #1abc9c;
}
.text-highlights-orange {
  background: #e67e22;
}
.text-highlights-yellow {
  background: #f1c40f;
}
.text-highlights-purple {
  background: #9b6bcc;
}
.text-highlights-aqua {
  background: #27d7e7;
}
.text-highlights-brown {
  background: #9c8061;
}
.text-highlights-dark-blue {
  background: #4765a0;
}
.text-highlights-light-green {
  background: #79d5b3;
}
/*Text Borders*/
.text-border {
  border-bottom: dashed 1px #555;
}
.text-border-default {
  border-color: #95a5a6;
}
.text-border-green {
  border-color: #72c02c;
}
.text-border-blue {
  border-color: #3498db;
}
.text-border-red {
  border-color: #e74c3c;
}
.text-border-yellow {
  border-color: #f1c40f;
}
.text-border-purple {
  border-color: #9b6bcc;
}
/*List Styles*/
.list-styles li {
  margin-bottom: 8px;
}
/*Contextual Backgrounds*/
.contex-bg p {
  opacity: 0.8;
  padding: 8px 10px;
}
.contex-bg p:hover {
  opacity: 1;
}
/*Blockquote*/
blockquote {
  padding: 5px 15px;
  border-left-width: 2px;
}
blockquote p {
  font-size: 14px;
  font-weight: 400;
}
blockquote h1,
blockquote h2,
blockquote span {
  font-size: 18px;
  margin: 0 0 8px;
  line-height: 24px;
}
/*Blockquote Styles*/
blockquote.bq-text-lg p,
blockquote.bq-text-lg small {
  text-transform: uppercase;
}
blockquote.bq-text-lg p {
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}
blockquote.text-right,
blockquote.hero.text-right {
  border-left: none;
  border-right: 2px solid #eee;
}
blockquote.hero.text-right,
blockquote.hero.text-right:hover {
  border-color: #555;
}
blockquote:hover,
blockquote.text-right:hover {
  border-color: #72c02c;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
blockquote.bq-dark,
blockquote.bq-dark:hover {
  border-color: #585f69;
}
blockquote.bq-green {
  border-color: #72c02c;
}
/*Blockquote Hero Styles*/
blockquote.hero {
  border: none;
  padding: 18px;
  font-size: 16px;
  background: #f3f3f3;
  border-left: solid 2px #666;
}
blockquote.hero:hover {
  background: #eee;
  border-left-color: #666;
}
blockquote.hero.hero-dark,
blockquote.hero.hero-default {
  border: none;
}
blockquote.hero.hero-dark {
  background: #444;
}
blockquote.hero.hero-dark:hover {
  background: #555;
}
blockquote.hero.hero-default {
  background: #72c02c;
}
blockquote.hero.hero-default:hover {
  background: #5fb611;
}
blockquote.hero.hero-dark p,
blockquote.hero.hero-dark h2,
blockquote.hero.hero-dark small,
blockquote.hero.hero-default p,
blockquote.hero.hero-default h2,
blockquote.hero.hero-default small {
  color: #fff;
  font-weight: 200;
}
/*Tag Boxes
------------------------------------*/
.tag-box {
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
}
.tag-box h2 {
  font-size: 20px;
  line-height: 25px;
}
.tag-box p {
  margin-bottom: 0;
}
.tag-box.tag-text-space p {
  margin-bottom: 10px;
}
/*Tag Boxes v1*/
.tag-box-v1 {
  border: solid 1px #eee;
  border-top: solid 2px #72c02c;
}
/*Tag Boxes v2*/
.tag-box-v2 {
  background: #fafafa;
  border: solid 1px #eee;
  border-left: solid 2px #72c02c;
}
/*Tag Boxes v3*/
.tag-box-v3 {
  border: solid 2px #eee;
}
/*Tag Boxes v4*/
.tag-box-v4 {
  border: dashed 1px #bbb;
}
/*Tag Boxes v5*/
.tag-box-v5 {
  margin: 20px 0;
  text-align: center;
  border: dashed 1px #ccc;
}
.tag-box-v5 span {
  color: #555;
  font-size: 28px;
  margin-bottom: 0;
}
/*Tag Boxes v6*/
.tag-box-v6 {
  background: #fafafa;
  border: solid 1px #eee;
}
/*Tag Boxes v7*/
.tag-box-v7 {
  border: solid 1px #eee;
  border-bottom: solid 2px #72c02c;
}
/*Testimonials
------------------------------------*/
/*Testimonials*/
.testimonials {
  margin-bottom: 10px;
}
.testimonials .testimonial-info {
  color: #72c02c;
  font-size: 16px;
  padding: 0 15px;
  margin-top: 18px;
}
.testimonials .testimonial-info span {
  top: 3px;
  position: relative;
}
.testimonials .testimonial-info em {
  color: #777;
  display: block;
  font-size: 13px;
}
.testimonials .testimonial-info img {
  width: 60px;
  float: left;
  height: 60px;
  padding: 2px;
  margin-right: 15px;
  border: solid 1px #ccc;
}
.testimonials .testimonial-author {
  overflow: hidden;
}
.testimonials .carousel-arrow {
  top: -65px;
  position: relative;
}
.testimonials .carousel-arrow i {
  color: #777;
  padding: 2px;
  min-width: 25px;
  font-size: 20px;
  text-align: center;
  background: #f5f5f5;
}
.testimonials .carousel-arrow i:hover {
  color: #fff;
  background: #72c02c;
}
.testimonials .carousel-control {
  opacity: 1;
  width: 100%;
  text-align: right;
  text-shadow: none;
  position: absolute;
}
.testimonials .carousel-control.left {
  right: 27px;
  left: auto;
}
.testimonials .carousel-control.right {
  right: 0px;
}
/*Testimonials v1*/
.testimonials.testimonials-v1 .item p {
  position: relative;
}
.testimonials.testimonials-v1 .item p:after,
.testimonials.testimonials-v1 .item p:before {
  left: 80px;
  bottom: -20px;
}
.testimonials.testimonials-v1 .item p:after {
  border-top: 22px solid;
  border-left: 0 solid transparent;
  border-right: 22px solid transparent;
}
/*Testimonials v2*/
.testimonials.testimonials-v2 .testimonial-info {
  padding: 0 20px;
}
.testimonials.testimonials-v2 p {
  padding-bottom: 15px;
}
.testimonials.testimonials-v2 .carousel-arrow {
  top: -55px;
}
.testimonials.testimonials-v2 .item p:after,
.testimonials.testimonials-v2 .item p:before {
  left: 8%;
  bottom: 45px;
}
.testimonials.testimonials-v2 .item p:after {
  border-top: 20px solid;
  border-left: 25px solid transparent;
  border-right: 0px solid transparent;
}
/*General Testimonials v1/v2*/
.testimonials.testimonials-v1 p,
.testimonials.testimonials-v2 p {
  padding: 15px;
  font-size: 14px;
  font-style: italic;
  background: #f5f5f5;
}
.testimonials.testimonials-v1 .item p:after,
.testimonials.testimonials-v2 .item p:after {
  width: 0;
  height: 0;
  content: " ";
  display: block;
  position: absolute;
  border-top-color: #f5f5f5;
  border-left-style: inset;
  /*FF fixes*/
  border-right-style: inset;
  /*FF fixes*/
}
/*Testimonials Backgrounds*/
.testimonials-bg-dark .item p,
.testimonials-bg-default .item p {
  color: #fff;
  font-weight: 200;
}
.testimonials-bg-dark .carousel-arrow i,
.testimonials-bg-default .carousel-arrow i {
  color: #fff;
}
/*Testimonials Default*/
.testimonials-bg-default .item p {
  background: #72c02c;
}
.testimonials.testimonials-bg-default .item p:after,
.testimonials.testimonials-bg-default .item p:after {
  border-top-color: #72c02c;
}
.testimonials-bg-default .carousel-arrow i {
  background: #72c02c;
}
.testimonials.testimonials-bg-default .carousel-arrow i:hover {
  background: #5fb611;
}
/*Testimonials Dark*/
.testimonials-bg-dark .item p {
  background: #555;
}
.testimonials.testimonials-bg-dark .item p:after,
.testimonials.testimonials-bg-dark .item p:after {
  border-top-color: #555;
}
.testimonials-bg-dark .carousel-arrow i {
  color: #fff;
  background: #555;
}
.testimonials.testimonials-bg-dark .carousel-arrow i:hover {
  background: #333;
}
.testimonials.testimonials-bg-dark .testimonial-info {
  color: #555;
}
/*Panels (Portlets)
------------------------------------*/
.panel-heading {
  color: #fff;
  padding: 5px 15px;
}
/*Panel Table*/
.panel .table {
  margin-bottom: 0;
}
/*Panel Unify*/
.panel-u {
  border-color: #72c02c;
}
.panel-u > .panel-heading {
  background: #72c02c;
}
/*Panel Blue*/
.panel-blue {
  border-color: #3498db;
}
.panel-blue > .panel-heading {
  background: #3498db;
}
/*Panel Red*/
.panel-red {
  border-color: #e74c3c;
}
.panel-red > .panel-heading {
  background: #e74c3c;
}
/*Panel Green*/
.panel-green {
  border-color: #2ecc71;
}
.panel-green > .panel-heading {
  background: #2ecc71;
}
/*Panel Sea*/
.panel-sea {
  border-color: #1abc9c;
}
.panel-sea > .panel-heading {
  background: #1abc9c;
}
/*Panel Orange*/
.panel-orange {
  border-color: #e67e22;
}
.panel-orange > .panel-heading {
  background: #e67e22;
}
/*Panel Yellow*/
.panel-yellow {
  border-color: #f1c40f;
}
.panel-yellow > .panel-heading {
  background: #f1c40f;
}
/*Panel Grey*/
.panel-grey {
  border-color: #95a5a6;
}
.panel-grey > .panel-heading {
  background: #95a5a6;
}
/*Panel Dark*/
.panel-dark {
  border-color: #555;
}
.panel-dark > .panel-heading {
  background: #555;
}
/*Panel Purple*/
.panel-purple {
  border-color: #9b6bcc;
}
.panel-purple > .panel-heading {
  background: #9b6bcc;
}
/*Panel Aqua*/
.panel-aqua {
  border-color: #27d7e7;
}
.panel-aqua > .panel-heading {
  background: #27d7e7;
}
/*Panel Brown*/
.panel-brown {
  border-color: #9c8061;
}
.panel-brown > .panel-heading {
  background: #9c8061;
}
/*Panel Dark Blue*/
.panel-dark-blue {
  border-color: #4765a0;
}
.panel-dark-blue > .panel-heading {
  background: #4765a0;
}
/*Panel Light Green*/
.panel-light-green {
  border-color: #79d5b3;
}
.panel-light-green > .panel-heading {
  background: #79d5b3;
}
/*Panel Default Dark*/
.panel-default-dark {
  border-color: #585f69;
}
.panel-default-dark > .panel-heading {
  background: #585f69;
}
/*Progress Bar
------------------------------------*/
.progress-u {
  box-shadow: none;
}
.progress-u .progress-bar {
  box-shadow: none;
}
/*progress-bar (sizes)*/
.progress-lg {
  height: 25px;
}
.progress-lg p {
  padding-top: 3px;
}
.progress-sm {
  height: 12px;
}
.progress-xs {
  height: 7px;
}
.progress-xxs {
  height: 3px;
}
/*progress-bar (colors)*/
.progress {
  background: #e5e5e5;
}
.progress-bar-u {
  background: #72c02c;
}
.progress-bar-blue {
  background: #3498db;
}
.progress-bar-orange {
  background: #e67e22;
}
.progress-bar-red {
  background: #e74c3c;
}
.progress-bar-purple {
  background: #9b6bcc;
}
.progress-bar-aqua {
  background: #27d7e7;
}
.progress-bar-brown {
  background: #9c8061;
}
.progress-bar-dark-blue {
  background: #4765a0;
}
.progress-bar-light-green {
  background: #79d5b3;
}
.progress-bar-dark {
  background: #555;
}
/*Count Stars
------------------------------------*/
.stars-existing {
  color: #72c02c;
  cursor: pointer;
}
.star-lg {
  font-size: 30px;
}
.star-sm {
  font-size: 25px;
}
.star-xs {
  font-size: 20px;
}
.star-default {
  font-size: 16px;
}
/*Media (Audio/Videos and Images)
------------------------------------*/
/*Images*/
img.img-bordered {
  padding: 3px;
  border: solid 1px #eee;
}
img.img-circle {
  border-radius: 50% !important;
}
img.image-sm {
  width: 50px;
  height: 50px;
}
img.image-md {
  width: 100px;
  height: 100px;
}
/*Responsive Video*/
.responsive-video {
  height: 0;
  padding-top: 1px;
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
}
.responsive-video iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
/*Tags
------------------------------------*/
/*Tags v1*/
.tags-v1 li {
  margin: 0;
  padding: 0;
}
.tags-v1 li a {
  font-size: 13px;
  padding: 4px 8px;
  line-height: 32px;
  border: solid 2px #eee;
  border-radius: 20px !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tags-v1 li a:hover {
  text-decoration: none;
  border-color: #e0e0e0;
}
/*Lists
------------------------------------*/
.list-row {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
/*Heights
------------------------------------*/
.height-100 {
  min-height: 100px;
}
.height-150 {
  min-height: 150px;
}
.height-200 {
  min-height: 200px;
}
.height-250 {
  min-height: 250px;
}
.height-300 {
  min-height: 300px;
}
.height-350 {
  min-height: 350px;
}
.height-400 {
  min-height: 400px;
}
.height-450 {
  min-height: 450px;
}
.height-500 {
  min-height: 500px !important;
}
/*Spaces
------------------------------------*/
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.no-top-space {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.no-bottom-space {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content-md {
  padding-top: 80px;
  padding-bottom: 80px;
}
.content-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}
.space-lg-hor {
  padding-left: 60px;
  padding-right: 60px;
}
.space-xlg-hor {
  padding-left: 100px;
  padding-right: 100px;
}
.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60 {
  clear: both;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-35 {
  margin-bottom: 35px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-45 {
  margin-bottom: 45px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-55 {
  margin-bottom: 55px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .sm-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .sm-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .sm-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .sm-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .sm-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .sm-margin-bottom-60 {
    margin-bottom: 60px;
  }
}
@media (min-width: 991px) {
  .no-padding-lg {
    padding: 0;
  }
  .no-padding-left-lg {
    padding-left: 0;
  }
  .no-padding-right-lg {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .md-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .md-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .md-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .md-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .md-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .md-margin-bottom-60 {
    margin-bottom: 60px;
  }
}
/*Other Spaces*/
.margin-top-20 {
  margin-top: 20px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-10 {
  margin-right: 10px;
}
.padding-left-5 {
  padding-left: 5px;
}
/*Text Colors
------------------------------------*/
.color-sea {
  color: #1abc9c;
}
.color-red {
  color: #e74c3c;
}
.color-aqua {
  color: #27d7e7;
}
.color-blue {
  color: #3498db;
}
.color-grey {
  color: #95a5a6;
}
.color-dark {
  color: #555555;
}
.color-green {
  color: #72c02c;
}
.color-brown {
  color: #9c8061;
}
.color-light {
  color: #ffffff;
}
.color-orange {
  color: #e67e22;
}
.color-yellow {
  color: #f1c40f;
}
.color-green1 {
  color: #2ecc71;
}
.color-purple {
  color: #9b6bcc;
}
.color-dark-blue {
  color: #4765a0;
}
.color-light-grey {
  color: #585f69;
}
.color-light-green {
  color: #79d5b3;
}
/*Background Colors
------------------------------------*/
.bg-color-dark,
.bg-color-sea,
.bg-color-red,
.bg-color-aqua,
.bg-color-blue,
.bg-color-grey,
.bg-color-light,
.bg-color-green,
.bg-color-brown,
.bg-color-orange,
.bg-color-green1,
.bg-color-purple,
.bg-color-dark-blue,
.bg-color-light-grey,
.bg-color-light-green {
  color: #fff;
}
.bg-color-white {
  color: #555;
}
.bg-color-dark {
  background-color: #555 !important;
}
.bg-color-white {
  background-color: #fff !important;
}
.bg-color-sea {
  background-color: #1abc9c !important;
}
.bg-color-red {
  background-color: #e74c3c !important;
}
.bg-color-aqua {
  background-color: #27d7e7 !important;
}
.bg-color-blue {
  background-color: #3498db !important;
}
.bg-color-grey {
  background-color: #95a5a6 !important;
}
.bg-color-light {
  background-color: #f7f7f7 !important;
}
.bg-color-green {
  background-color: #72c02c !important;
}
.bg-color-brown {
  background-color: #9c8061 !important;
}
.bg-color-orange {
  background-color: #e67e22 !important;
}
.bg-color-green1 {
  background-color: #2ecc71 !important;
}
.bg-color-purple {
  background-color: #9b6bcc !important;
}
.bg-color-dark-blue {
  background-color: #4765a0 !important;
}
.bg-color-light-grey {
  background-color: #585f69 !important;
}
.bg-color-light-green {
  background-color: #79d5b3 !important;
}
.rgba-red {
  background-color: rgba(231, 76, 60, 0.8);
}
.rgba-blue {
  background-color: rgba(52, 152, 219, 0.8);
}
.rgba-aqua {
  background-color: rgba(39, 215, 231, 0.8);
}
.rgba-yellow {
  background-color: rgba(241, 196, 15, 0.8);
}
.rgba-default {
  background-color: rgba(114, 192, 44, 0.8);
}
.rgba-purple {
  background-color: rgba(155, 107, 204, 0.8);
}
/*Grey Backroud*/
.bg-grey {
  background: #f7f7f7;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
/*Rounded and Circle Classes
------------------------------------*/
.no-rounded {
  border-radius: 0 !important;
}
.rounded {
  border-radius: 4px !important;
}
.rounded-x {
  border-radius: 50% !important;
}
.rounded-2x {
  border-radius: 10px !important;
}
.rounded-3x {
  border-radius: 15px !important;
}
.rounded-4x {
  border-radius: 20px !important;
}
.rounded-sm {
  border-radius: 2px !important;
}
.rounded-md {
  border-radius: 3px !important;
}
.rounded-top {
  border-radius: 4px 4px 0 0 !important;
}
.rounded-left {
  border-radius: 4px 0 0 4px !important;
}
.rounded-right {
  border-radius: 0 4px 4px 0 !important;
}
.rounded-bottom {
  border-radius: 0 0 4px 4px !important;
}
/*Others
------------------------------------*/
.overflow-h {
  overflow: hidden;
}
.overflow-a {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.clear-both {
  clear: both;
}
.text-justify p {
  text-align: justify;
}
/*Full Width*/
.full-width {
  width: 100%;
}
/*Image Classes*/
.img-width-200 {
  width: 200px;
}
.img-center img {
  margin: 0 auto;
}
.lft-img-margin {
  margin: 0 20px 5px 0;
}
.rgt-img-margin {
  margin: 0 0 5px 10px;
}
/*Background Light*/
.bg-light {
  padding: 10px 15px;
  margin-bottom: 10px;
  background: #fcfcfc;
  border: solid 1px #e5e5e5;
}
.bg-light:hover {
  border: solid 1px #bbb;
}
/*CSS3 Hover Effects*/
.hover-effect {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hover-effect-kenburn {
  left: 10px;
  margin-left: -10px;
  position: relative;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.hover-effect-kenburn:hover {
  -webkit-transform: scale(2) rotate(5deg);
  -moz-transform: scale(2) rotate(5deg);
  -o-transform: scale(2) rotate(5deg);
  -ms-transform: scale(2) rotate(5deg);
  transform: scale(2) rotate(5deg);
}
@font-face {
  font-family: 'Boon300';
  src: url('../../fonts/boon300/boon-300-webfont.eot');
  src: url('../../fonts/boon300/boon-300-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/boon300/boon-300-webfont.woff') format('woff'), url('../../fonts/boon300/boon-300-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Boon400';
  src: url('../fonts/boon400/boon-400-webfont.eot');
  src: url('../fonts/boon400/boon-400-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/boon400/boon-400-webfont.woff') format('woff'), url('../fonts/boon400/boon-400-webfont.ttf') format('truetype'), url('../fonts/boon400/boon-400-webfont.svg#boon400') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  color: #333;
  font: 16px/1.6em 'Boon400', 'Open Sans', sans-serif;
}
p,
li {
  color: #333;
}
li a {
  color: #1a7bb9;
}
a {
  color: #1a7bb9;
  text-decoration: none;
}
a,
a:focus,
a:hover,
a:active {
  outline: 0 !important;
}
a:focus {
  text-decoration: none;
}
a:hover {
  color: #3498db;
  text-decoration: none;
}
/*Boxed Layout
------------------------------------*/
.wrapper {
  background: #fff;
}
/*Info Blocks*/
.info-blocks {
  margin-bottom: 15px;
}
.info-blocks:hover i.icon-info-blocks {
  color: #72c02c;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.info-blocks i.icon-info-blocks {
  float: left;
  color: #777;
  font-size: 30px;
  min-width: 50px;
  margin-top: 10px;
  text-align: center;
}
.info-blocks .info-blocks-in {
  padding: 0 10px;
  overflow: hidden;
}
.info-blocks .info-blocks-in h3 {
  color: #555;
  font-size: 20px;
  line-height: 28px;
}
.info-blocks .info-blocks-in p {
  font-size: 16px;
}
