﻿
/*#region ---- NAVBAR ------------------------------------------ */

.navbar-background {
  background: #07abaa !important;
}

.navbar-wrapper {
  z-index: 20;
  border-radius: 0px !important;
  border-bottom: none !important;
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px !important;
  height: 95px;
}

.navbar-nav {
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
}

.navbar-default {
  background: #07abaa;
  border: none;
  border-radius: 0px !important;
}

.navbar-nav li.main-sep {
  margin: 14px 20px 0px 0px !important;
  height: 60px;
  border-right: 1px solid white !important;
  width: 1px !important;
}

.navbar-nav .main-logo {
  margin: 10px 0px 0px 20px !important;
  padding: 0px 0px 0px 0px !important;
}

  .navbar-nav .main-logo a {
    color: #fff !important;
    font-family: 'Lato', sans-serif, Arial, serif;
    font-weight: 700;
    font-size: 14px;
    margin: 0px 15px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    line-height: 25px !important;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
  }


.navbar-nav > li > a.withspace {
  /*color: #fff !important*/;
  font-family: 'Lato', sans-serif, Arial, serif;
  font-weight: 700;
  font-size: 14px;
  margin: 35px 15px 10px 0 !important;
  padding: 0 3px 0 3px !important;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}


@media (max-width: 1200px) {
  .navbar-nav > li > a.withspace {
    margin: 35px 10px 10px 0px !important;
  }
}


@media (max-width: 992px) {
  .navbar-nav > li > a.withspace {
    font-size: 11px;
    margin: 35px 10px 10px 0px !important;
  }

  .navbar-nav > li > a.withspaceright {
    font-size: 11px;
  }

  .navbar-nav > li > a {
    font-size: 11px;
  }
}

.navbar-nav > li > a {
  color: #fff !important;
  font-family: 'Lato', sans-serif, Arial, serif;
  font-weight: 700;
  font-size: 14px;
  margin: 35px 0px 10px 0px !important;
  padding: 0px 3px 0px 3px !important;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff !important;
}

/*.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #07abaa !important;
}*/


/*hover on normal and hover on active should stay the same*/
.navbar-nav > li > a:hover,
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus,
.navbar-nav > li > a:focus {
  text-decoration: underline;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  /*color: #07abaa !important;*/
  text-decoration: underline;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  /*color: #07abaa !important;*/
  text-decoration: underline;
  /*background-color: white !important;*/
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff !important;
}

  .dropdown-menu > li > a {
    display: block;
    padding: 7px 10px;
    clear: both;
    font-weight: normal;
    color: #07abaa;
    background-color: white !important;
    outline: 0;
    white-space: nowrap;
    margin: 0px 10px 0px 10px;
    border-bottom: 1px solid #07abaa;
  }

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
      /*color: #07abaa !important;
      text-decoration: underline;*/
      background-color: white !important;
    }

  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    /*color: #07abaa !important;
    text-decoration: underline;*/
    background-color: white !important;
    outline: 0;
  }


.search-line-item {
  display: block !important;
  height: 95px !important;
  width: 20px !important;
  background-color: white;
  margin: 0px 0px 0px 30px !important;
}

@media (max-width: 1200px) {
  .search-line-item {
    display: none !important;
  }
}

.followblock {
  margin-right: 5px;
}

@media (max-width: 1199px) {
  .followblock {
    display: none !important;
  }
}

/*#region Max 767*/
@media (max-width: 1199px) {


  #btnSearch {
    text-align: right;
  }

  .navbar-wrapper {
    z-index: 20;
    border-radius: 0px !important;
    border-bottom: none !important;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
  }

  .main-logo-small {
    margin: 10px 10px 10px 10px;
  }

  .navbar-nav li.main-sep {
    display: none;
  }

  .navbar-nav > li > a {
    color: #fff !important;
    font-family: 'Lato', sans-serif, Arial, serif;
    font-size: 14px;
    text-align: center;
    margin: 0px 0px 0px 0px !important;
    padding: 10px 8px 10px 8px !important;
    border-bottom: 1px solid white !important;
    line-height: 25px !important;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
  }


  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: white !important;
    text-decoration: underline;
    /* background-color: #07abaa !important; */
  }

  .dropdown-menu {
    background-color: #07abaa !important;
  }

    .dropdown-menu > li > a {
      display: block;
      border: none !important;
      padding: 7px 10px;
      margin-top: 2px;
      clear: both;
      font-weight: normal;
      line-height: 1.42857143;
      outline: 0;
      white-space: nowrap;
      color: white !important;
      background-color: #07abaa !important;
      /*border: 1px solid yellow !important;*/
    }

  /*.navbar-toggle:hover,
  .navbar-toggle:focus {
    color: white !important;
    text-decoration: underline;
    background-color: #07abaa !important;
    border-bottom:1px solid white;
  }

  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #07abaa !important;
    text-decoration: underline;
    /*background-color: #07abaa !important;*/
}

*/ .navbar-nav > li > a.withspaceright {
  color: #fff !important;
  font-family: 'Lato', sans-serif, Arial, serif;
  font-weight: 700;
  font-size: 14px;
  margin: 15px 14px 10px 0px !important;
  padding: 0px 3px 0px 3px !important;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  /*border:1px solid red !important;*/
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: white;
  text-decoration: underline;
  background-color: #07abaa;
}


.profile {
  /*border:1px solid yellow !important;*/
}

}
/*#endregion*/



.navbar-toggle:hover,
.navbar-toggle:focus {
  color: white !important;
  text-decoration: underline;
  /*background-color: #07abaa !important;*/
  border-bottom: 1px solid white;
}

/*

  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #07abaa !important;
    text-decoration: underline;
    /*background-color: #07abaa !important;
  }*/ */
/*#region Extra Small Devices, Phones*/
@media only screen and (min-width : 480px) {
  .followblock {
    margin-right: 5px;
  }

.search-line-item {
  display: none !important;
  height: 95px !important;
  width: 20px !important;
  background-color: white;
  margin: 0px 0px 0px 30px !important;
}

}
/*#endregion*/

/*#region Small Devices, Tablets*/
@media only screen and (min-width : 1200px) {
  .followblock {
    margin-right: 5px;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .subitem {
    display: none !important;
  }

  dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    /*color: white !important;*/
    text-decoration: underline;
    /*background-color: #07abaa !important;*/
  }

  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    /*color: white !important;*/
    text-decoration: underline;
    /*background-color: #07abaa !important;*/
    border: 1px solid red !important;
    outline: 0;
  }

  .search-line-item {
    /*display: block !important;*/
    display: none !important;
    height: 95px !important;
    width: 20px !important;
    background-color: white;
    margin: 0px 0px 0px 30px !important;
  }
}
/*#endregion*/

/*#region Medium Devices, Desktops*/
@media only screen and (min-width : 992px) {
  /*.followblock {
    margin-right: 15px;
  }*/

  .search-line-item {
    /*display: block !important;*/
    height: 95px !important;
    width: 20px !important;
    background-color: white;
    margin: 0px 20px 0px 30px !important;
  }
}
/*#endregion*/

/*#region Large Devices, Wide Screens */
@media only screen and (min-width : 1199px) {
  /*.followblock {
    margin-right: 15px;
  }*/

  .search-line-item {
    display: block !important;
    height: 95px !important;
    width: 20px !important;
    background-color: white;
    margin: 0px 30px 0px 30px !important;
  }
}

.profile {
}

@media (max-width: 1199px) {
  .profile {
    display: none !important;
  }
}
/*#endregion */

/*#endregion */



.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

@media (max-width: 1199px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

@media(max-width:1199px) {
  /**********************Allow for burger***********************************/
  .navbar-collapse {
    border-top: 1px solid white;
  }

  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    z-index: 1050 !important;
  }

    .navbar-nav > li {
      float: none;
    }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .navbar-collapse.in {
    overflow-y: auto;
  }

  .collapse.in {
    display: block;
  }

  /*.menu-block {
    height: 0 !important;
  }*/

}

@media (max-width: 1199px) {
  .navbar-wrapper .container {
    width: 100%;
    margin-right:0;
  }
}

