body{
  position: relative;
}
.wrapper{
  overflow: hidden;
}
.bg__dark {
    background: #171717;
}
.float__right {
    float: right;
}
a {
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  cursor: pointer;
}

#easyii-navbar{
  position: fixed;
}

.text__center {
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
}
h2{
    font-size: 36px;
    line-height: 50px;
    padding-bottom: 5px;
    font-weight: 500;
}


.btn-yellow {
    background: #f67e2e;
    color: #fff;
    margin: 0;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #ddd;
    resize: vertical;
}

.btn-yellow:hover {
    box-shadow: inset rgba(0,  0,  0,  0.11) 0px -60px 0px;
}
.btn-yellow{
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.send__message .wpcf7-form-control {
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #ddd;
    resize: vertical;
}

/* Top header */


.top-header {
    height: 45px;
    color: #ddd;
    position: relative;
}
span.t__header__left {
    padding-top: 13px;
    display: inline-block;
}
.top-header i, .header-contact a {
    color: #ddd;
}
.header-contact {
    padding-right: 25px;
    padding-top: 13px;
}
.header-contact, .social__icon {
    display: inline-block;
}
.header-contact a {
    padding-right: 25px;
    font-size: 14px;
}
.header-contact i {
    padding-right: 6px;
}
.top-header .social__icon i {
    font-size: 12px;
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 100%}
.top-header .social__icon i:hover {
    color: #171717;
    background: #F9BF3B;
    border-color: #F9BF3B;
}
.navbar {
    position: relative;
    margin-bottom: 0;
    border: 0;
}
.nav-logo > img {
    /*height: 25px;
    margin: 27px auto;*/
    border-radius: 10px;
    border: 1px solid transparent;
    padding: 0px;
}
.navigation {
    height: auto;
    background-color: transparent;
}
.nav-menu > li > a {
    height: 78px;
    padding: 30px 0;
    color: #ddd;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}
.nav-menu > li:hover > a, .nav-menu > .active > a, .nav-menu > .focus > a {
    /*color: #F9BF3B;*/
    color: #f67e2e;
}
.header-other{
  background-color: #121212;
}

header {
    width: 100%;
    position: fixed;
    top: 45px;
    z-index: 999;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
header.sticky-header {
    padding: 0;
    z-index: 999;
    top: 0;
    background: #222;
    box-shadow: rgba(0,  0,  0,  .15) 0px 1px 6px;
    position: fixed;
}
header.sticky-header .navigation-landscape .nav-menu > li > a {
    height: 60px;
    padding: 20px 0;
}
.nav-menu > li {
    margin-right: 30px;
}
.nav-menu > li:last-child {
    margin-right: 0;
}
header.sticky-header .nav-logo > img {
    /*height: 20px;
    margin: 20px auto;*/
}
.nav-logo-text{
  font-size: 24px;
  padding: 20px;
  display: inline-block;
}
.nav-logo-text > a{
  color: #fff;
}
header.sticky-header .nav-menu > li:hover > a, header.sticky-header .nav-menu > .active > a, header.sticky-header .nav-menu > .focus > a {
    color: #f67e2e;
}
.nav-menu > li > a {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    position: relative;
}
.navigation-portrait .nav-menu > li:last-child {
    border-bottom: solid 1px rgba(240,  240,  240,  0.1);
}
.nav-toggle:before {
    background-color: #ddd;
    box-shadow: 0 0.5em 0 0 #ddd,  0 1em 0 0 #ddd;
}
.nav-menus-wrapper-close-button {
    color: #7c7b84;
}
header.sticky-header .nav-menu > .active > a {
    position: relative;
}
header.sticky-header .nav-menu > li> a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #fff none repeat scroll 0 0;
}
header.sticky-header .nav-menu > li> a:hover:after {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}
header.sticky-header .nav-menu > .active > a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #fff none repeat scroll 0 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.navigation-portrait .nav-menus-wrapper {
    background-color: #111;
}
.navigation-portrait .nav-menu > li {
    border-top: solid 1px rgba(240,  240,  240,  0.1);
}
.navigation-portrait .nav-logo > img {
    height: 25px;
    margin: 13px auto 0px 20px;
}
button.btn-show {
    background: none;
    border: none;
    outline: none;
    padding-top: 30px;
}
.sticky-header button.btn-show {
    padding-top: 20px;
}
header.sticky-header #navigation5 .nav-menu > li> a:after {
    background: none;
}
.bl_m{
  margin-top: 70px;
}

/*--Sidebar -- */
.sidebar{
  margin-top: 20px;
}
.sidebar h4{
  font-size: 24px;
}
.sidebar ul{
  list-style-type: none;
  padding-left: 0px;
}
.sidebar li{
  padding: 7px 0;
  border-bottom: 1px solid #eee;
}
.sidebar li a {
    color: #888;
    transition: .3s;
    font-size: 16px;
}
.sidebar li a:hover {
    color: #f67e2e;
}
.sidebar .active a{
  color: #f67e2e;
}
/*-- Blog --*/

#blog{
  padding: 70px 0;
}

.blog {
    /*border-bottom: 1px solid #ddd;*/
}
.blog__post {
    background: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.blog h2{
  padding-bottom: 20px;
}
.blog__post h3 {
    font-weight: 400;
    padding: 0 30px;
    margin-top: 27px;
}
.blog__post hr {
    padding: 0px 60px;
    display: inline-block;
}
.blog__post span.post__info {
    color: #7c7b84;
    font-size: 13px;
    display: inline-block;
}
.blog__post p {
    padding: 0 30px 15px;
}
.blog__post .read__more {
    padding-bottom: 25px;
    display: inline-block;
    color: #34333a;
    font-size: 13px;
    height: 110px;
}
a.read__more i {
    font-size: 10px;
    padding-left: 5px;
}
.blog__post a {
    color: #222;
}
.blog__post a:hover {
    color: #888;
}
a.read__more:hover {
    /*color: #f9bf3b;*/
    color: #f67e2e;
}


.brighten img {
  -webkit-filter: brightness(100%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.brighten img:hover {
  -webkit-filter: brightness(50%);
}
/*--About--*/
#about{
  background-color:  #f67e2e;
}

/*--Product--*/
.product-item{
  margin: 0px;
  background: #fff;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
}
.product-item .col-md-6{
  padding: 0px;
  height: 180px;
}
.product-item h3{
  font-size: 16px;
  padding: 0 10px;
}
.product-item p{
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
  padding: 0 10px;
  color: #F9BF3B;
  position: absolute;
  bottom: 0;
}

.item-product img{
  width: 100%;
}
.item-product h3{
     padding: 0;
     margin-top: 10px;
     font-size: 16px;
}
.item-product .read__more {
    height: 70px;
    padding-bottom: 0px;
}
.item-product span{
  background-color:  #F9BF3B;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 6px 10px;
  display: block;
}

#product-view h4{
  margin: 15px 0;
}

#product-view table{
    background-color: rgba(107, 107, 107, 0.66);
    border-radius: 2px;
    margin-bottom: 20px;
    
}

#product-view td{
    padding: 5px 10px;
}

.field-addtocartform-count{
    width: 70px;
    margin-right: 20px;
}

.btn-buy{
    font-size: 18px;
    font-weight: bold;
    height: 45px;
}

.shopcart table{
    padding: 10px;
    border-radius: 2px;
    background: rgba(197, 197, 197, 0.66);
}

.shopcart .order{
    position: relative;
    top: -40px;    
}

.shopcart .order .well{
    background: rgba(177, 177, 177, 0.66);
}
/*--Footer--*/

footer{
  background-color: #171717;
  height: auto;
}
.footer{
  padding: 0px !important;
}
.footer .nav-logo-text{
  font-size: 22px;
}
.copy{
  padding: 25px 0;
  color: #fff;
  display: inline-block;
}
.f_adress{
  color: #fff;
  padding: 25px 0;
  display: inline-block;
}
.f_phone{
  display: inline-block;
  padding-left: 20px;
}
.f_phone a{
  color: #fff;
  padding-left: 7px;
}
.f_phone i{
  color: #fff;
}

/* ---fancybox---*/
.fancybox-skin{
  background: none !important;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.search-block-header{
  display:inline-block;
  width:300px;
}
.search-block-header .search-box{
  position: absolute;
  top: -15px;
  right: 0;
}

/*---Pagin----*/
#pagin{
  text-align: center;
}
.pagination > li > a, .pagination > li > span {
    color: #333;
    background-color: rgba(107, 107, 107, 0.66);
    border: 1px solid #333;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #333;
    background-color: rgba(107, 107, 107, 0.66);
    border-color: #333;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff;
    background-color: #f67e2e;
    border-color: #333;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #333;
    background-color: #f67e2e;
    border-color: #333;
}

/*----RESPONSIVE-----*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}
}@media only screen and (max-width: 991px) {
  header.sticky-header .nav-logo > img {
      margin: 15px auto 0px 20px;
  }
  header.sticky-header .nav-menu > .active > a::after {
      height: 1px;
      background: #F9BF3B none repeat scroll 0 0;
  }
  .blog__post img {
      width: 100%
  }

}@media only screen and (max-width: 767px) {
  .top-header.bg__dark {
    display: none;
  }
  header {
    top: 10px;
  }
  header.sticky-header .nav-logo > img {
      margin: 15px auto 0px 20px;
  }
}
}@media only screen and (min-width: 480px) and (max-width: 767px) {

}
}@media only screen and (max-width: 500px) {


}@media only screen and (min-width: 300px) and (max-width: 479px) {

}
