/* Remove Outline in Webkit */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  outline: none;
  background-color: #555555;
}
.navbar ul#featured-filter {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0;
}
.navbar ul#featured-filter li {
  float: none;
  display: inline-block;
}
@media (max-width: 480px) {
  .navbar ul#featured-filter li {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    border: 0;
    border-bottom: 1px solid #bdc3c7;
    border-collapse: collapse;
  }
}
/* Navigation */.navbar-brand {
  padding: 10px 20px;
}
.navbar-brand img {
  width: 223px;
  height: auto;
  margin-top: 5px;
}
@media (max-width: 768px) {
	.navbar-brand img {
	  margin-top: 0px;
	}
}
.navbar-default {
  -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.4);
  background-image: none;
  border: none;
  background: rgba(255, 255, 255, 1);
}
@media (max-width: 768px) {
  .navbar-default {
    background: #ffffff;
  }
}
body.home .navbar-default {
  display: none;
}
.md-close i {
  line-height: 1.5em;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-image: none;
  box-shadow: none;
  background-color: transparent;
  color: #000000;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: none!important;
}
.navbar-nav li ul.dropdown-menu {
  top: -15px;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 0 #0f161e;
  box-shadow: 0 4px 0 #0f161e;
  border: 0;
  padding: 0;
}
.navbar-nav li ul.dropdown-menu h5 {
  color: rgba(255, 255, 255, 0.7);
  padding: 4px 20px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .navbar-nav li ul.dropdown-menu h5 {
    display: none;
  }
}
.navbar-nav li ul.dropdown-menu li a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  padding: 6px 20px;
  border-top: 1px solid #283b4f;
  font-size: inherit;
}
@media (max-width: 768px) {
  .navbar-nav li ul.dropdown-menu li a {
    border-top: 1px solid #dddddd;
  }
}
.navbar-nav li ul.dropdown-menu li a:hover {
  background-color: transparent;
  background-image: none;
  color: #fd4f00;
}
@media (max-width: 1199px) {
  .navbar-nav li ul.dropdown-menu li a {
    font-size: 0.8em;
  }
}
.navbar-nav li a:hover {
  background-image: none;
  background-color: transparent;
  color: #fd4f00;
}
@media (min-width: 768px) {
  .navbar-nav li a {
    padding: 0px 20px;
    font-size: 1em;
    line-height: 1.7em;
  }
}
@media (min-width: 767px) {
  #mynavbar {
    display: table!important;
    width: 90%;
    padding: 0;
  }
  #mynavbar .left-cell,
  #mynavbar .right-cell {
    display: table-cell;
    vertical-align: middle;
  }
  #mynavbar .right-cell {
    width: 250px;
  }
  #mynavbar .right-cell .navbar-right {
    position: relative;
  }
}
@media (min-width: 768px) {
  .navbar-collapse.in {
    overflow-y: initial;
  }
}
.popup_form {
  position: absolute;
  top: 25px;
  width: 210px;
  left: -180px;
  margin-right: 200px;
  display: none;
}
@media (max-width: 767px) {
  .popup_form {
    position: static;
    display: block!important;
    opacity: 1 !important;
  }
}
.popup_form input {
  background-color: #17222d;
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  font-size: 14px;
  font-style: italic;
  color: #ffffff;
  padding: 10px 20px;
}
.navbar-form {
  margin: 25px 0;
  padding: 0!important;
  border: 0;
  line-height: 1em;
}
.navbar-form ul {
  margin: 0;
  padding: 0;
}
.navbar-form ul > li {
  list-style: none;
  display: inline-block !important;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .navbar-form ul > li.hidden-mobile {
    display: none!important;
  }
}
.navbar-form ul > li.bag {
  position: relative;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 10px;
}
.navbar-form ul > li .cart-click {
  cursor: pointer;
}
.navbar-form ul > li .cart-click .icon-shop {
  font-size: 29px;
  color: #fd4f00;
  position: absolute;
  top: -13px;
}
.navbar-form ul > li .cart-click .icon-shop span {
  font-size: 12px;
  font-style: normal;
  position: absolute;
  left: 10px;
  top: 11px;
  color: #fff;
  text-align: center;
  display: block;
  width: 20px;
  height: auto;
}
.navbar-form ul > li:nth-child(2) {
  position: relative;
  padding-right: 5px;
  margin-right: 5px;
}
.navbar-form ul > li:nth-child(2):after {
  content: "";
  display: block;
  width: 1px;
  background-color: #999999;
  height: 10px;
  position: absolute;
  left: 110%;
  top: 4.571428571428571px;
}
.navbar-form ul > li:last-child {
  margin-right: 10px;
}
.navbar-form ul > li > a {
  color: #000000;
}
.navbar-button {
    font-family: 'Montserrat', sans-serif;
    float: left;
    width: auto;
    letter-spacing: 1px;
    padding: 15px 0px;
    text-align: center;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    margin: 13px 5px 15px 5px;
    color: #000000;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    font-size: 15px;
}
.contact-button {
    font-family: 'Montserrat', sans-serif;
    width: auto;
    letter-spacing: 1px;
    padding: 15px 20px;
    text-align: center;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    margin: 13px 5px 15px 5px;
    color: #ffffff!important;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    background-color: #fd4f00;
    font-size: 15px;
}
.navbar-button1 {
    font-family: 'Montserrat', sans-serif;
    float: left;
    width: auto;
	letter-spacing: 1px;
    padding: 15px 20px;
    text-align: center;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    margin: 13px 5px 15px 5px;
    color: #ffffff!important;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    background-color: #fd4f00;
    font-size: 15px;
}
.navbar-button2 {
    font-family: 'Montserrat', sans-serif;
    float: left;
    width: auto;
    padding: 15px 20px;
    text-align: center;
    border-radius: 7;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background-color: #323e48;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-size: 15px;
    margin: 13px 5px 15px 5px;
}
.navbar-button3 {
    font-family: 'Montserrat', sans-serif;
    margin: auto;
    width: 220px;
    padding: 7px 25px;
    text-align: center;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #323e48;
    text-transform: uppercase;
    margin: 0 5px;
    transition: all 0.3s ease 0s;
    font-size: 16px;
    color: #ffffff;
	line-height: 3;
	letter-spacing: 1px;
}
.navbar-button4 {
    font-family: 'Montserrat', sans-serif;
    float: left;
    width: auto;
    padding: 5px 35px;
    text-align: center;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    margin: 10px 5px 5px 5px;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    background-color: #fd4f00;
    font-size: 14px;
    cursor: pointer;
}
.button{
    font-family: 'Montserrat', sans-serif;
    width: auto;
    margin: auto;
    display: inline-block;
    letter-spacing: 1px;
    padding: 15px 20px;
    text-align: center;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    margin: 13px 5px 15px 5px;
    color: #ffffff!important;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    background-color: #fd4f00;
    font-size: 15px;
}
.button:hover {
    cursor: pointer;
    background-color: #ff9113;
}
.navbar-button1:hover {
    cursor: pointer;
    background-color: #ff9113;
}
.navbar-button2:hover {
    cursor: pointer;
    background-color: #fd4f00;
}
.navbar-button3:hover {
    cursor: pointer;
    background-color: #fd4f00;
    color: #ffffff;
}
.navbar-button4:hover {
    cursor: pointer;
    color: #ffffff;
    background-color: #fd4f00;
}
.navbar-button-txt {
    color: #000000;
    transition: all 0.3s ease 0s;
    font-weight: 400;
}
.navbar-button-txt1 {
    color: #ffffff!important;
    transition: all 0.3s ease 0s;
    font-weight: 400;
}
.navbar-button-txt2 {
    color: #ffffff!important;
    transition: all 0.3s ease 0s;
    font-weight: 400;
}
.navbar-button-txt3 {
    color: #000000;
    transition: all 0.3s ease 0s;
    font-weight: 400;
}
.navbar-button-txt1:hover {
    color: #ffffff;
}
.navbar-button-txt2:hover {
    color: #000000;
}
.navbar-button-txt3:hover {
    color: #000000;
}
.nav-div {
    color: #666;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-top: 25px;
    margin-right: 10px;
    font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.navbar-button1 {
        width: 100%;
        margin: 4px 0;
        text-align: center;
        /*padding: 3px;*/
    }
    .navbar-button2 {
        width: 100%;
        margin: 4px 0;
        text-align: center;
        padding: 3px;
    }
	.navbar-button {
		margin: 0;
		padding: 0;
	}
}