/*	################################################################
Theme Name: Pori
Theme URI: http://www.themengraph.com/
Author URI: http://www.themengraph.com/
Description: Easy Docs 100% Responsive, Highly Customizable, Unlimited color schemes and SEO Friendly Theme using Twitter Bootstrap, specially designed for WordPress Marketplace Plugin ( http://wordpress.org/plugins/wpmarketplace/ ). If you want to build a full featured eshop or online marketplace, this theme and wp marketplace plugin could be a perfect choice for you, but still you can use this for for you personal blog site too, as Crypton has also all regular features like gallery, audio, video, chat and other post format support, archive pages, page with side bar, blog page to build your blog site. This theme is will make your website adaptable with any type of devices. Theme Features: WP Marketplace Plugin Support ,Custom Homepage Settings, 3 Page Templates, Custom Background Support, Unlimited Color Schemes, Search Engine Friendly.
Author: Shah Zobayer Ahmed
Version: 1.0.0
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, green, white, two-columns, fixed-width, threaded-comments, sticky-post, microformats,  editor-style, custom-menu, custom-background, post-formats



	1) GENERAL STRUCTURES
	2) HEADER SECTION
	3) MENU SECTION

################################################################# */
/* STYLE */
@import url(font-awesome.css) screen;
@import url(bootstrap.css) screen;
@import url(owl.carousel.css) screen;
@import url(pe-icon-7-stroke.css) screen;
@import url(animate.min.css) screen;

/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,500italic,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,600italic,700,800,400italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800,900,700,600,500,300,200,100);
@import url(https://fonts.googleapis.com/css?family=Oswald:700&subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:700);


/* ======================
   1. GENERAL SECTION
 ====================== */

* {
    margin: 0;
    padding: 0px;

}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    background: #fff;
    color: #656565;
    padding: 0;
    margin: 0;
    overflow: visible;
}
#slider_bl article img:hover {
    opacity: 0.75;
    transition-delay: 0.1s;
}

.logo-main {
    width: 250px;
    margin: -25px 0 0 0;
}

.phoneheader {
    color: #ed0b0c;
    font-size: 16px;
    font-weight: 600;
}

#slider_bl .wrapper {
  width: 100%;
  margin: 1em auto;
  position: relative;
}
#slider_bl input {
  display: none;
}
#slider_bl .inner {
  width: 500%;
  line-height: 0;
}
#slider_bl article {
  width: 20%;
  float: left;
  position: relative;
}
#slider_bl article img {
  width: 100%;
}
#slider_bl .slider-prev-next-control {
  height: 0px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#slider_bl .slider-prev-next-control label {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.7;
}
#slider_bl .slider-prev-next-control label:hover {
  opacity: 1;
}
#slider_bl .slider-dot-control {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}
#slider_bl .slider-dot-control label {
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #bbb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.main-catalog {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    width: 350px;
}
#slider_bl .slider-dot-control label:hover {
  background: #ccc;
  border-color: #777;
}
#slider_bl .info {
  position: absolute;
  font-style: italic;
  line-height: 20px;
  opacity: 0;
  color: #000;
  text-align: left;
  -webkit-transition: all 1s ease-out 0.6s;
  -moz-transition: all 1s ease-out 0.6s;
  transition: all 1s ease-out 0.6s;
}
#slider_bl .info h3 {
  color: #fcfff4;
  margin: 0 0 5px;
  font-weight: 400;
  font-size: 1.5em;
  font-style: normal;
}
#slider_bl .info.top-left {
  top: 30px;
  left: 30px;
}
#slider_bl .info.top-right {
  top: 30px;
  right: 30px;
}
#slider_bl .info.bottom-left {
  bottom: 30px;
  left: 30px;
}
#slider_bl .info.bottom-right {
  bottom: 30px;
  right: 30px;
}
#slider_bl .slider-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #666;
  background: #fff;
  background: #fcfff4;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#slider_bl .slider-wrapper .inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
#slider_bl
  #slide1:checked
  ~ .slider-prev-next-control
  label:nth-child(2)::after,
#slider_bl
  #slide1:checked
  ~ .slider-prev-next-control
  label:nth-child(5)::after,
#slider_bl
  #slide2:checked
  ~ .slider-prev-next-control
  label:nth-child(1)::after,
#slider_bl
  #slide2:checked
  ~ .slider-prev-next-control
  label:nth-child(3)::after,
#slider_bl
  #slide3:checked
  ~ .slider-prev-next-control
  label:nth-child(2)::after,
#slider_bl
  #slide3:checked
  ~ .slider-prev-next-control
  label:nth-child(4)::after,
#slider_bl
  #slide4:checked
  ~ .slider-prev-next-control
  label:nth-child(3)::after,
#slider_bl
  #slide4:checked
  ~ .slider-prev-next-control
  label:nth-child(5)::after,
#slider_bl
  #slide5:checked
  ~ .slider-prev-next-control
  label:nth-child(1)::after,
#slider_bl
  #slide5:checked
  ~ .slider-prev-next-control
  label:nth-child(4)::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  margin: 0;
  line-height: 38px;
  font-size: 3em;
  display: block;
  color: #777;
}
#slider_bl
  #slide1:checked
  ~ .slider-prev-next-control
  label:nth-child(2)::after,
#slider_bl
  #slide2:checked
  ~ .slider-prev-next-control
  label:nth-child(3)::after,
#slider_bl
  #slide3:checked
  ~ .slider-prev-next-control
  label:nth-child(4)::after,
#slider_bl
  #slide4:checked
  ~ .slider-prev-next-control
  label:nth-child(5)::after,
#slider_bl
  #slide5:checked
  ~ .slider-prev-next-control
  label:nth-child(1)::after {
  content: "\f105";
  padding-left: 15px;
}
#slider_bl #slide1:checked ~ .slider-prev-next-control label:nth-child(2),
#slider_bl #slide2:checked ~ .slider-prev-next-control label:nth-child(3),
#slider_bl #slide3:checked ~ .slider-prev-next-control label:nth-child(4),
#slider_bl #slide4:checked ~ .slider-prev-next-control label:nth-child(5),
#slider_bl #slide5:checked ~ .slider-prev-next-control label:nth-child(1) {
  display: block;
  float: right;
  margin-right: 5px;
}
#slider_bl #slide1:checked ~ .slider-prev-next-control label:nth-child(5),
#slider_bl #slide2:checked ~ .slider-prev-next-control label:nth-child(1),
#slider_bl #slide3:checked ~ .slider-prev-next-control label:nth-child(2),
#slider_bl #slide4:checked ~ .slider-prev-next-control label:nth-child(3),
#slider_bl #slide5:checked ~ .slider-prev-next-control label:nth-child(4) {
  display: block;
  float: left;
  margin-left: 5px;
}
#slider_bl
  #slide1:checked
  ~ .slider-prev-next-control
  label:nth-child(5)::after,
#slider_bl
  #slide2:checked
  ~ .slider-prev-next-control
  label:nth-child(1)::after,
#slider_bl
  #slide3:checked
  ~ .slider-prev-next-control
  label:nth-child(2)::after,
#slider_bl
  #slide4:checked
  ~ .slider-prev-next-control
  label:nth-child(3)::after,
#slider_bl
  #slide5:checked
  ~ .slider-prev-next-control
  label:nth-child(4)::after {
  content: "\f104";
  padding-left: 8px;
}
#slider_bl #slide1:checked ~ .slider-dot-control label:nth-child(1),
#slider_bl #slide2:checked ~ .slider-dot-control label:nth-child(2),
#slider_bl #slide3:checked ~ .slider-dot-control label:nth-child(3),
#slider_bl #slide4:checked ~ .slider-dot-control label:nth-child(4),
#slider_bl #slide5:checked ~ .slider-dot-control label:nth-child(5) {
  background: #333;
}
#slider_bl #slide1:checked ~ .slider-wrapper article:nth-child(1) .info,
#slider_bl #slide2:checked ~ .slider-wrapper article:nth-child(2) .info,
#slider_bl #slide3:checked ~ .slider-wrapper article:nth-child(3) .info,
#slider_bl #slide4:checked ~ .slider-wrapper article:nth-child(4) .info,
#slider_bl #slide5:checked ~ .slider-wrapper article:nth-child(5) .info {
  opacity: 1;
}
#slider_bl #slide1:checked ~ .slider-wrapper .inner {
  margin-left: 0;
}
#slider_bl #slide2:checked ~ .slider-wrapper .inner {
  margin-left: -100%;
}
#slider_bl #slide3:checked ~ .slider-wrapper .inner {
  margin-left: -200%;
}
#slider_bl #slide4:checked ~ .slider-wrapper .inner {
  margin-left: -300%;
}
#slider_bl #slide5:checked ~ .slider-wrapper .inner {
  margin-left: -400%;
}
@media only screen and (max-width: 850px) and (min-width: 450px) {
  #slider_bl .slider-wrapper {
    border-radius: 0;
  }
}
@media only screen and (max-width: 450px) {
  #slider_bl .slider-wrapper {
    border-radius: 0;
  }
  #slider_bl .slider-wrapper .info {
    opacity: 0;
  }
}
@media only screen and (min-width: 850px) {
  #slider_bl body {
    padding: 0 80px;
  }
}


.hidden {
    display: none;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}

.kat-name {
   font-size: 18px;
   color: #fff;
   text-decoration: underline;
   font-weight: 600; 
}
.textaligncenter {
	text-align: center;	
}
.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}
::-moz-selection {
    color: #555252;
    text-shadow: none;
    background: #2B2E31;
}
::-webkit-input-placeholder {
    color: #555252 !important;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #555252 !important;
}
::-moz-placeholder  {
    /* Firefox 19+ */
    color: #555252 !important;
}
:-ms-input-placeholder {
    color: #555252 !important;
}
.contact-form .form-control::-webkit-input-placeholder{
    color: #fff !important;
}
.contact-form .form-control::-moz-placeholder{
    color: #fff !important;
}
.contact-form .form-control:-moz-placeholder{
    color: #fff !important;
}
.contact-form .form-control:-ms-input-placeholder{
    color: #fff !important;
}

*,*:after,*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a {
    color: #0098d7;
    padding: 0;
    margin: 0;
    text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}
a:hover,a:focus {
    text-decoration: none;
    color: #01090C;
	font-family: 'Open Sans', sans-serif;
}
a img {
    border: none;
    vertical-align: bottom;
}
a.remove {
    display: block;
    height: 18px;
    width: 18px;
    margin: 10px;
    padding-left: 0 !important;
    text-indent: -9999px;
    background: url(images/remove.png) #01090C;
    border-radius: 100px;
    border-style: solid;
    border-width: 1px
}
h1,h2,h3,h4,h5,h6 {
    letter-spacing: 0px;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    /*font-family: 'Roboto', serif;*/
    line-height: 140%;
    color: #01090c;
}
h1 {
    font-size: 22px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 13px;
}
.lead {
    font-family: 'Open Sans', Arial,sans-serif !important;
    font-size: 18px;
    margin: 15px 0;
    padding: 0;
}
.first {
    clear: both
}
.last {
    margin-right: 0
}
audio,
video {
    max-width: 100%;
    height: auto;
}

iframe,embed,object {
    max-width: 100%;
}
input,textarea {
    color: #fff !important
}

input[type="text"] {
    color: #000 !important
}

html, body, .wrapper{
    height: 100%;
}
.titie-section{
/*    margin-bottom: 30px;*/
    display: block;
    position: relative;
}
.titie-section h1, .titie-section h3{
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    font-size: 48px;
    color: #515151;
    font-weight: 600;
    text-transform: uppercase;
	font-family:"Oswald", sans-serif;
}
.titie-section h1:before{
    content: "";
    width: 165px;
    display: block;
    height: 3px;
    background:#607D8B;
    position: absolute;
    bottom: -16px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.titie-section h1:after{
    content: "";
    width: 165px;
    display: block;
    height: 3px;
    background:#607D8B;
    position: absolute;
    bottom: -30px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.titie-section:after{
    content: "";
    width: 165px;
    display: block;
    height: 7px;
    background:#607D8B;
    position: absolute;
    bottom: -25px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.titie-section.white h1:before{
    content: "";
    width: 165px;
    display: block;
    height: 3px;
    background:#fff;
    position: absolute;
    bottom: -16px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.titie-section.white h1:after{
    content: "";
    width: 165px;
    display: block;
    height: 3px;
    background:#fff;
    position: absolute;
    bottom: -30px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.titie-section.white:after{
    content: "";
    width: 165px;
    display: block;
    height: 7px;
    background:#fff;
    position: absolute;
    bottom: -25px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.white-title{

}

/*
    HEADER TOP SECTION
 */
.header-top-section{
    display: block;
    width: 100%;
    background: #ebebeb;
    color: #fff;
	/*
	position: fixed;
	z-index: 100000;
	*/
}

.header-top-content{}
.header-top-content ul{}
.header-top-content ul li{}
.header-top-content ul li a, .header-top-content div{
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding-left: 0;
}

.header-top-content div{
    font-weight: 400;
    padding: 10px 0 10px 15px;
	text-align: right;
}


.header-top-content ul li a:hover, .header-top-content ul li a:active, .header-top-content ul li a:focus{
    background: transparent;
    color: #000;
}
.header-top-content ul li:last-child a i{
    /*font-size: 20px;  */
    position: relative;
    top: 2px;
}

.header-top-menu{}
.header-top-menu ul{}
.header-top-menu ul li{}
.header-top-menu ul li a{
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.header-top-menu ul li a:hover, .header-top-menu ul li a:active, .header-top-menu ul li a:focus{
    background: transparent
}
.header-top-menu ul li a i{

}

/*
    HEADER SECTION
 */
.header-section{
    display: block;
    width: 100%;
    padding: 20px 0;
    position: relative;
    transition: all 1s;
    background: #fff;
    border-bottom: 1px solid grey;
/*	position: fixed;
	z-index: 10000;
	*/
}
header.header-section.fixed {
    position: fixed;
    display: block;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 99999;
    border-bottom: 1px solid #808080;
    padding: 10px 0;
    transition: all 1s;
}
.header-section .navbar{
    height: auto;
    min-height: none;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    background: transparent !important
}
.header-section .navbar .navbar-brand{
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #555252;
}
.header-section .navbar .navbar-brand b{
    color: #1abc9c;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    text-align: center;
    padding: 0 !important;
    background: transparent !important;
}

ul.navbar-nav{
    background: transparent;
    margin: 0 auto;
    margin-bottom: -5px;
    display: inline-block;
    float: none;
}
ul.navbar-nav li{}
ul.navbar-nav li a{
    font-size: 15px;
    font-weight: 700;
    color: #0f0101 !important;
    background: transparent !important;
    text-transform: uppercase;
}
ul.navbar-nav li.active a, ul.navbar-nav li a:hover{
    color: #ee161f !important;
	text-decoration: underline;
}
ul.navbar-nav.cart-menu li a{
    padding-right: 0;
    color: #0f0101;
    font-weight: 700;
}
ul.navbar-nav.cart-menu li a .fa-search{
    margin-top: 6px;
    display: block;
	margin:2px 0 0 0;
}

span.shoping-cart {
    border: 1px solid #0f0101;
    padding: 2px 7px 2px 6px;
    text-align: center;
    display: inline-block;
    position: relative;
    background: #fff;
}
span.shoping-cart:after{
    height: 90%;
    width: 80%;
    display: block;
    background: transparent;
    position: absolute;
    content: "";
    border: 1px solid #0f0101;
    border-radius: 50%;
    top: -47%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -9999;
}
span.shoping-cart:hover:after{
    top: -50%;
}

span.shoping-cart:before{
    height: 100%;
    width: 100%;
    display: block;
    background: #fff;
    position: absolute;
    content: "";
    top: 0%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -999;
}
span.shoping-cart {
    border: 1px solid #0f0101;
    padding: 2px 7px 2px 6px;
    text-align: center;
    display: inline-block;
    position: relative;
    background: #fff;
    z-index: 9999999;
    color: #1abc9c;
}
/*
    SEAARCH SECTION
 */
.search-section{
    display: block;
    background: url(../images/bg.png) #ffcd41 no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    padding: 40px 0 80px;
    display: none;
	width:100%;
	position: fixed;
	z-index: 10000;
}
.suscribe-btn, .suscribe-btn:hover, .suscribe-btn:active, .suscribe-btn:focus{
    outline: none
}

/*
    SLIDER SECTION
 */
.slider-section{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
/*.slider-section:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    background: rgba(0, 0, 0, 0.52);
    z-index: 9
}*/

.slider-section img{
    display: block;
    width: 100%;
    height: auto;
}
.carousel-inner{
    position: relative;
}
.carousel-inner .item{}
.carousel-inner .item:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
/*    background: rgba(0, 0, 0, 0.52);*/
    z-index: 9
}
.carousel-inner .item img{}
.carousel-inner .item .carousel-caption{
    top: 30%;
    z-index: 999;
}
.carousel-inner .item .carousel-caption h2{
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    text-shadow: none;
    color: #fff;
    margin: 0;
    padding: 0;
}
.carousel-inner .item .carousel-caption h2 b{
    color: #1abc9c
}

.carousel-inner .item .carousel-caption h3{
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    text-shadow: none;
    color: #fff;
    margin: 0;
    padding: 0;
}
.carousel-inner .item .carousel-caption h3 span{
    color: #1abc9c;
}

.carousel-inner .item .carousel-caption a{
    display: inline-block;
    padding: 13px 30px;
    border: 2px solid #1abc9c;
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 400;
    margin-top: 10px;
}
.carousel-inner .item .carousel-caption a:hover{
    background: #1abc9c;
}
.carousel-control{
    background-image: none !important;
    box-shadow: none !important;
    background: red;
}

.carousel-control span{
    font-size: 90px !important;
    color: #fff;
    }
a.carousel-control.left, a.carousel-control.right{
    background: #b3c7eb !important;
    background-image: none !important;
    box-shadow: none !important;
    width: 100px;
    height: 100px;
    background: #46bfa9;
    text-align: center;
    position: absolute;
    top: 45%;
    border: none;
    display: block;
    text-align: center;
    z-index: 999

}
a.carousel-control.left > span{
    position: absolute;
    top: 7px;
    margin: 0 auto;
    left: 5px;
}

a.carousel-control.right > span{
    position: absolute;
    top: 7px;
    margin: 0 auto;
    left: -5px;
}

.carousel-control.right{
    width: 0;
    height: 0;
    background: #46bfa9;
   /* border-width: 50px 100px 50px 0;
    border-color: transparent #46bfa9 transparent transparent;*/
}
.carousel-control.left{
    width: 0;
    height: 0;
    background: #46bfa9;
    /*border-width: 50px 0 50px 100px;
    border-color: transparent transparent transparent #46bfa9;*/

}
.carousel-control span{
    font-size: 100px;
    color: #fff;
}
.slider-indicators{
    display: none;
}

/*
    SERVICE SECTION
 */
.service-section{
    display: block;
    text-align: center;
    padding: 100px 0 80px;
    border-bottom: 1px solid grey;
}
.service-item{}
.service-item i{
    font-size: 70px;
    text-align: center;
}
.service-item h3{
    font-size: 18px;
    font-weight: 700;
    color: #555252;
    font-family: 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
}
.service-item p{
    font-size: 14px;
    font-weight: 300;
    color: #555252;
    line-height: 24px;
}
.service-item:hover h3, .service-item:hover i, .service-item:hover a{
    color: #1abc9c

}
.service-item a{
    color: #000;
}
/*
    NEW PRODUCR SECTION
 */
.new-section{
    background: #e9f0fd;
    display: block;
    padding: 100px 0 80px;
}
.product-item{
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    transition: all 0.5s;
	/*
	border: 1px solid grey;
	padding: 20px 20px 0px 20px;
	*/
}
.product-item-add{
    margin-top: 30px;
    margin-bottom: 20px;
    transition: all 0.5s;
	border: unset;
	padding: unset;
}

.product-item-add-2 h3{
	text-align: center; 
	font-size: 18px; 
	font-weight: 600; 
	padding-bottom: 0;
}

.product-item1 {
    width: 100%;
    min-height: 250px;
}

.product-item img{
    width: 100%;
    height: auto;
}

.product-hover{
    position: absolute;
    display: block;
    width: 100%;
    height: calc(100% - 40px);
    background: rgba(0, 0, 0, 0.5);
    top:0;
    border: 10px solid rgba(255, 255, 255, 0.55);
    text-align: center;
    transform: scale(0.1, 0.1);
    opacity: 0;
    transition: all 0.5s
}
.product-item:hover .product-hover{
    transform: scale(1, 1);
    opacity: 1;
}

.product-meta{
    display: block;
    margin-top: 35%;

}

.product-hover a{
    color: #fff;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 4.2%;
    margin: 5px;
	font-weight: bold;
}
.product-hover a i{
    font-size: 30px;
}

.product-hover a:last-child{
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    background: #323232;
    border: 1px solid #fff;
    margin: 5px 12%
}
.product-hover a:last-child i{
    font-size: 18px;
    margin-right: 5px;
}
.product-hover a:hover{
    background: #1abc9c;
    border: 1px solid #1abc9c
}

.product-title{
    display: block;
    background: #323232;
    width: 100%;
    bottom: 0;
    position: absolute;
    bottom: 0;
    height: 40px;
    overflow: hidden;
    transition: all 0.5s;
}
.product-item:hover .product-title{
    background:#1abc9c;
}

.product-title h3{
    margin: 0;
    padding: 0;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    float: left;
    padding: 10px;
    padding-left: 15px;
	font-family: 'Open Sans', sans-serif;
}
.product-title span{
    display: block;
    background: rgba(255, 255, 255, 0.5);
    float: right;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 5px;
}

.sell-meta{
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: block;
    width: auto;
}
.sell-meta a{
    width: 70px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding:5px 10px;
    color: #555252;
    border: 1px solid #000;
}
.sell-meta a.new-item{
    float: left;
}
.sell-meta a.sell-item{
    float: right;
}

/*
    FEATURED SECTION
 */
.featured-section{
    display: block;
    padding: 100px 0 80px;
}
.filter-menu{
    display: block;
    text-align: center;
    margin: 0 0 50px;
}
.filter-menu ul{
    display: inline-block;
    margin: 0 auto;
}
.filter-menu ul li{
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 5px 15px;
    border: 1px solid #9f9f9f;
    margin: 5px;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}
.filter-menu ul li.active{
    background: #0098d7;
    border: 1px solid #0098d7;
    color: #fff;
}

.filter-menu ul li.active a{
	color: #fff;
}

.filter-menu ul li span{
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #1abc9c;
    font-weight: 700;
    display: block;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 50%;
    top: -55px;
    right: -20px;
    opacity: 0;
    transition: all 0.5s;
}
.filter-menu ul li.active span{
    opacity: 1;
    top: -22px;
    right: -5px
}

.featured .product-item{
    background: #e9f0fd
}

/*
    OFFER SECTION
 */
.offer-section_1{
    background: url(../images/slider.jpg) no-repeat;
    padding: 390px 0 130px;
	}

.offer-section{
    display: block;
/*    padding: 170px 0 130px;*/
    position: relative;
    width: 100%;
/*    background: url(../images/offer-bg.jpg) no-repeat;*/
    background-size: cover;
    text-align: center;
    background-attachment: fixed;
    color: #fff;
}
.offer-section:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    background: rgba(0, 0, 0, 0.5)
}
.offer-section h1{
    font-size: 40px;
    font-family: 'Open Sans';
/*    font-weight: 900;*/
    color: #fff;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}
.offer-section h2{
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    font-family: 'Open Sans';
    margin: 0;
    padding: 0;
}

/*
    BEST SELLER SECTION
 */
.best-seller-section{
    display: block;
    padding: 100px 0 80px;
    position: relative;
    width: 100%;
    background: #ebebeb;
}

/*
    REVIEW SECTION
 */
.review-section{
    padding: 100px 0 60px;
    display: block;
    width: 100%;
}
.review-section .feedback{
    display: block;
    margin-top: 60px;
    text-align: center;
}
.feedback .item:before{
    display: none;
}
.feedback .item{
    text-align: center;
}
.feedback .item img{
    display: inline-block;
    margin: 0 auto;
    height: 225px;
    width: 225px;
    border-radius: 50%;
}
.feedback .item .carousel-caption{
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 75%;
    text-shadow: none;
    margin-top: 30px;
}
.feedback .item .carousel-caption p{
    font-size: 14px;
    font-weight: 400;
    color: #515151 ;
    text-align: center;
    line-height: 24px;
}
.feedback .item .carousel-caption h3{
    font-size: 18px;
    font-weight: 700;
    color: #1abc9c;
    text-align: center;
}
.feedback .item .carousel-caption span{
    font-size: 14px;
    font-weight: 400;
    color: #515151 ;
    text-align: center;
    line-height: 24px;
}

.review-controlar{
    position: relative;
    margin: 0 auto;
    display: inline-block;
    left: 0;
    right: 0;
    width: auto;
}
.review-controlar li{
    height: 85px;
    width: 85px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    position: relative;
    border: 5px solid #000;
    margin: 10px;
}
.review-controlar li.active{
    height: 85px;
    width: 85px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    position: relative;
    border: 5px solid #1abc9c;
    margin: 10px;
}

.review-controlar li img{
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

/*
    NEWS LATTER SECTION
 */
.news-letter-section{
    display: block;
    background: url(../images/bg.png) #ffcd41 no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    padding: 100px 0 80px;
}
.titie-section{}
.news-letter-section p{
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 25px;
    display: block;
    overflow: hidden;
}

.subscribe-from{
    display: block;
    margin-top: 50px;
}
.form-inline{
    /*width: 100%;   */
    display: block;
    /*background: #fff;*/
    position: relative;
    padding: 7px;
    border-radius: 10px;

}
.form-group{
    width: 100%;
    display: block;
}
.form-inline .form-group{
    margin-bottom: 0;
}

.form-inline-type1 input{
	margin: 0 5px 0 0;
	font-weight: bold;
}


.subscribe-from .form-control{
    display: block;
    width: 100% !important;
    height: 100%;
    height: 63px;
    color: #000;
    font-size: 16px;
    padding: 20px;
}
.subscribe-from .form-control:hover, .subscribe-from .form-control:focus{
    box-shadow: none !important;
    outline: none;
	    color: red!important;
}

.suscribe-btn{
    position: absolute;
    display: block;
    padding: 16px;
    width: 100px;
    background: #1ab218;
    border: none;
    bottom: /*7*/13px;
    top: /*7*/13px;
    right: 2px;
}
.suscribe-btn i{
    color: #fff;
    font-size: 25px;
}

/*
    CLIENT SECTION
 */
.client-section{
    display: block;
    padding: 100px 0 80px;
    background: #e9f0fd;
    display: block;
}
.client-area{
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-top: 40px;
}
.client-area .item{}
.client-area .item img{
    width: 100%;
    height: auto;
    border: 1px solid #1abc9c;
}

/*
    CATALOGUE SECTION
 */

.catalogue-section{
    display: block;
    padding: 20px 0 50px;
	border-bottom: 1px solid grey;
}

.catalogue-section_1, .catalogue-section_2{
    padding: 10px 0 80px;
	border-bottom: 0;
}

.catalogue-section .titie-section{
    display: block;
    margin-bottom: 80px;
}

.catalogue-section p{
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-top: 10px;
	width: 100%;
	margin:20px auto;
}

.blog-item{
    padding: 20px;
}

.blog-item-add{
	text-align: center;
	border: 1px solid #b6b5b5;
    padding: 20px;
    margin: 5px 0;
}

.blog-item img{
    width: 100%;
    height: auto;
}

.blog-item .img_1{
	margin:0 0 15px 0; 
	border: 1px solid grey;
	width: 250px;
}

.blog-item .img_11{
	width:100%!important; 
	margin:0 10px; 
	float: left;
}

.img_12{
	width: 45%; 
	margin: 25px 15px 0 0px;
}

.blog-item h3{
    font-size: 18px;
    font-weight: 600;
    color: #555252;
    display: block;
    line-height: 24px;
    position: relative;
    margin: 15px 0 ;
    padding: 0;
	font-family: 'Open Sans', sans-serif;
}
.blog-item h3:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 3px;
    display: block;
    background: #9E9E9E;
    bottom: -8px;
	left: 25%;
}

.blog-item p{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    margin-top: 20px!important;
	height: auto;
	color: #000;
	font-size: 16px;
}

.blog-item p.h0{
	height: auto;
	margin-top: -10px;
	font-size: 12px;
}


.blog-item-selected {
background-color: #ed0b0c;

}

.blog-item-selected p{
	color: #fff;
}

.blog-item-selected h3{
	color: #fff;
}

.blog-item-selected-2 {
	background-color: #e91e63;
}

.blog-item-selected-2 p{
	color: #fff;
}

.blog-item-selected-2 h3{
	color: #fff;
}

.catalogue-section_1 .blog-item a:nth-child(1n+2){
/*	margin-left: 75px;*/
}

.blog-item a.f_no{
	width: auto!important;
	font-weight: bold!important;
}

/*.blog-item a:last-child, .blog-item .categories a
/*.blog-item a:nth-child(1n+2){
    display: inline-block;
    color: #fff;
    font-weight: 300;
    background: #607d8b;
    padding: 10px 30px;
    font-size: 16px 12px;
	margin: 0 0 10px 0;
	width: 250px;
  border-radius: 10px;
    transition: all 0.5s;
} */

/*.blog-item a:last-child:hover*/
/*.blog-item a:nth-child(1n+2):hover{
    background: #17A689
} */


.blog-item a.no_f, .blog-item a.no_f:hover{
    display: unset;
    color: #000;
    font-weight: 500;
    background: unset;
    padding: unset;
    font-size: 16px;
/*	text-decoration: underline;*/
}

/*
    CONTACT SECTION
 */
.contact-section{
    background: url(../images/map-bg.png) #2d3237 no-repeat;
  /*  background-size: 100%;   */
    background-position: center center;
    padding: 100px 0 80px;
    display: block;
    position: relative;
}
.contact-section:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(45, 50, 55, .55)
}
.contact-section .titie-section{
    display: block;
    margin-bottom: 80px;
}
.contact-section .titie-section h1{
    color: #fff;
}
.contact-section .left-content{

}
.contact-section .left-content h1{
    font-size: 72px;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1;
    font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.contact-section .left-content h1 span{
    color: #1abc9c;
}

.contact-section .left-content h3, .fadeInRight h3{
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 400;
	font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 10px;
}
.contact-section .left-content p{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.contact-section .left-content p b{
    color: #fff;
}

.contact-section .left-content p{}
.contact-info{
    display: block;
    margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
}
.contact-info p{
    margin: 0;
}
.contact-info a{
	color: #fff;
}
.social-media{
    display: block;
    margin-top: 10px;
}
.social-media ul{
    margin: 0;
    padding: 0;
    display: block;
}
.social-media ul li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.social-media ul li a{
    color: #fff;
}
.social-media ul li a i{
    height: 35px;
    width: 35px;
    font-size: 20px;
    border: 1px solid #fff;
    text-align: center;
    padding: 7px 0;
}
.social-media ul li a:hover i{
    background: #1abc9c;
    border: 1px solid #1abc9c;
}
.contact-form{
    margin: 10px 0 50px 0;
    display: block;
}
.contact-form .col-md-6{
    display: block;
    margin-bottom: 30px;
}

.contact-form .input-group{
    width: 100%;
    display: block;
}
.contact-form .input-group input.form-control, .contact-form .input-group textarea.form-control{
    width: 100%;
    display: block;
    background: transparent;
    border: 1px solid #fff;
    height: 50px;
}
.contact-form .input-group textarea.form-control{
    height: 150px;
}
.contact-form .input-group .form-control:focus, .contact-form .input-group .form-control:hover{
    border: 1px solid #5f7c8a;
    box-shadow: none;
    color: #fff!important;
}

.contact-form .input-group input.contact-submit{
    display: inline-block;
    background: #5f7c8a !important;
    padding: 10px 40px;
    border: none;
    color: #fff !important;
    margin-top: 30px;
    font-size: 16px;
    text-transform: uppercase;
}


.frm-order-section .contact-form .input-group{
    width: 50%;
    display: block;
	margin: 0 auto;
}


.frm-order-section .contact-form .input-group input.form-control, .frm-order-section .contact-form .input-group textarea.form-control {
    width: 100%;
    display: block;
    /*background: #b2b1b1;*/
    border: 1px solid #746f6f;
    height: 50px;
	margin: 5px 0;
}


.contact-form2 .input-group input.form-control, .contact-form2 .input-group input.form-control:hover{
	background: #fff!important;
	color: #000!important;
}

.contact-form2 .form-control::-webkit-input-placeholder{
    color: #000 !important;
}
.contact-form2 .form-control::-moz-placeholder{
    color: #000 !important;
}
.contact-form2 .form-control:-moz-placeholder{
    color: #000 !important;
}
.contact-form2 .form-control:-ms-input-placeholder{
    color: #000 !important;
}

.contact-form2 .input-group input.form-control:focus{
	color: #000!important;
}

.contact-form2 .input-group .form-control:focus, .contact-form .input-group .form-control:hover{
    border: 1px solid #5f7c8a;
    box-shadow: none;
    color: unset !important;
}


.contact-form3 .input-group input.form-control{
	background: transparent!important;
}

.contact-form3 .form-control::-webkit-input-placeholder{
    color: #fff !important;
}
.contact-form3 .form-control::-moz-placeholder{
    color: #fff !important;
}
.contact-form3 .form-control:-moz-placeholder{
    color: #fff !important;
}
.contact-form3 .form-control:-ms-input-placeholder{
    color: #fff !important;
}

.contact-form3 .input-group input.form-control:focus{
	color: #fff!important;
}

.contact-form3 .input-group .form-control, .contact-form3 .input-group .form-control:focus, .contact-form .input-group .form-control:hover{
    border: 1px solid #5f7c8a;
    box-shadow: none;
    color: #fff!important;
}

/*
    FOOTER SECTION
 */
footer.footer{
    display: block;
    text-align: center;
    background: #000000;
    padding: 20px 0;
    margin-top: 40px;
    color: #fff;
}
footer.footer p{
    padding: 0;
    margin: 0;
    min-height: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
footer.footer p a{
    color: #fff;
	margin: 0 10px;
	font-size: 14px;
}

/* PERLOADER */
#preloader{
    width: 100%;
    height: 100%;
    animation: preloader_6 5s infinite linear;
    background: #fff;
    display: block;
    text-align: center;
    position: fixed;
    z-index: 999999999;
}

.preloader-area {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
}
.preloader-area > .preloader-box {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: 186px;
}

.preloader-area .preloader-box > div {
    position: relative;
    width: 30px;
    height: 30px;
    background: #1abc9c;
    float: left;
    text-align: center;
    line-height: 30px;
    font-family: Verdana;
    font-size: 20px;
    color: #FFF;
}

    @-webkit-keyframes preloader {
      0% {
        box-shadow: -2em 0 0 #1abc9c, 0 -2em 0 rgba(163, 189, 227, 0.75), 2em 0 0 rgba(163, 189, 227, 0.5), 0 2em 0 rgba(163, 189, 227, 0.25);
      }
      25% {
        box-shadow: -2em 0 0 rgba(163, 189, 227, 0.25), 0 -2em 0 #1abc9c, 2em 0 0 rgba(163, 189, 227, 0.75), 0 2em 0 rgba(163, 189, 227, 0.5);
      }
      50% {
        box-shadow: -2em 0 0 rgba(163, 189, 227, 0.5), 0 -2em 0 rgba(163, 189, 227, 0.25), 2em 0 0 #1abc9c, 0 2em 0 rgba(163, 189, 227, 0.75);
      }
      75% {
        box-shadow: -2em 0 0 rgba(163, 189, 227, 0.75), 0 -2em 0 rgba(163, 189, 227, 0.5), 2em 0 0 rgba(163, 189, 227, 0.25), 0 2em 0 #1abc9c;
      }
      100% {
        box-shadow: -2em 0 0 #1abc9c, 0 -2em 0 rgba(163, 189, 227, 0.75), 2em 0 0 rgba(163, 189, 227, 0.5), 0 2em 0 rgba(163, 189, 227, 0.25);
      }
    }
    @keyframes preloader {
      0% {
        box-shadow: -2em 0 0 #1abc9c, 0 -2em 0 rgba(163, 189, 227, 0.75), 2em 0 0 rgba(163, 189, 227, 0.5), 0 2em 0 rgba(163, 189, 227, 0.25);
      }
      25% {
        box-shadow: -2em 0 0 rgba(163, 189, 227, 0.25), 0 -2em 0 #1abc9c, 2em 0 0 rgba(163, 189, 227, 0.75), 0 2em 0 rgba(163, 189, 227, 0.5);
      }
      50% {
        box-shadow: -2em 0 0 rgba(163, 189, 227, 0.5), 0 -2em 0 rgba(163, 189, 227, 0.25), 2em 0 0 #1abc9c, 0 2em 0 rgba(163, 189, 227, 0.75);
      }
      75% {
        box-shadow: -2em 0 0 rgba(163, 189, 227, 0.75), 0 -2em 0 rgba(163, 189, 227, 0.5), 2em 0 0 rgba(163, 189, 227, 0.25), 0 2em 0 #1abc9c;
      }
      100% {
        box-shadow: -2em 0 0 #1abc9c, 0 -2em 0 rgba(163, 189, 227, 0.75), 2em 0 0 rgba(163, 189, 227, 0.5), 0 2em 0 rgba(163, 189, 227, 0.25);
      }
    }
    .preloader {
      -webkit-animation: preloader;
              animation: preloader;
      -webkit-animation-duration: 1500ms;
              animation-duration: 1500ms;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      background-color: #1abc9c;
      border-radius: 2px;
      box-shadow: -2em 0 0 #1abc9c, 2em 0 0 #1abc9c, 0 -2em 0 #1abc9c, 0 2em 0 #1abc9c;
      height: 1.5em;
      margin: 4em;
      width: 1.5em;
    }



/*
    RESPONSIVE STYLE
 */
@media (max-width: 1200px){
     .product-hover a {
        padding: 2%;
    }
    a.carousel-control.left, a.carousel-control.right{
        width: 70px;
        height: 70px;
    }
    a.carousel-control.right > span {
        top: -9px;
        left: -19px;
    }
    a.carousel-control.left > span {
        top: -6px;
        left: -11px;
    }
     .carousel-inner .item .carousel-caption h2, .carousel-inner .item .carousel-caption h3{
        font-size: 30px;
    }
    .carousel-inner .item .carousel-caption a{
        padding: 6px 15px;
    }
    .product-hover a:last-child {
        margin: 5px 25%;
        padding: 10px;
    }
}

@media (max-width: 992px){
    ul.navbar-nav li a{
        font-size: 12px;
    }
    .blog-item h3{
        font-size: 15px;
    }
    .blog-item p{
        font-size: 16px;
    }
    .blog-item a:last-child{
        font-size: 12px;
    }
    .contact-form .col-md-6 {
        display: block;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .carousel-caption {
        right: 15%;
        left: 15%;
        padding-bottom: 30px;
    }
}
@media (max-width: 767px){
    ul.navbar-nav {
        width: 100%;
        display: block;
        text-align: center;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        overflow: hidden;
    }
    ul.navbar-nav.cart-menu li a{
        padding: 15px 0;
    }
    .header-top-menu ul, .header-top-content ul{
        display: inline-block;
    }
    .header-top-menu, .header-top-content {
        text-align: center;
    }
    .titie-section h1, .titie-section h3{
        font-size: 26px;
    }
    .contact-form {
        margin-top: 30px;
        display: block;
    }
    .offer-section{
        padding: 60px 0 50px;
    }

    .offer-section h1{
        font-size: 30px;
    }
    .offer-section h2{
        font-size: 20px;
    }
    .blog-item {
        margin-bottom: 30px;
    }



}
@media (max-width: 620px){
    .header-top-content ul li a{
        font-size: 12px;
    }
    .header-top-menu ul li a{
        font-size: 12px;
    }
    
    .logo-main {
        width: 230px;
        margin: -30px 0 0 0;
    }
    .search-btn{
	margin: 16px 0 0 10px; 
	float: right; 
	display: block; 
	font-size: 16px; 
	color: #000;
     }
     a.carousel-control.left, a.carousel-control.right{
        width: 70px;
        height: 70px;
        display: none;
    }
    a.carousel-control.right > span {
        top: -9px;
        left: -7px;
    }
    
    .kat-name {
   font-size: 14px;
        
    } 
    a.carousel-control.left > span {
        top: -6px;
        left: -11px;
    }
    .carousel-inner .item .carousel-caption h2, .carousel-inner .item .carousel-caption h3{
        font-size: 14px;
    }
    .carousel-inner .item .carousel-caption a{
        padding: 2px 10px;
        font-size: 12px
    }
    .product-hover a:last-child {
        margin: 5px 25%;
        padding: 10px;
        font-size: 12px;
    }
    .filter-menu ul li{
        display: block;
    }
    .carousel-inner .item .carousel-caption {
        top: 7%;
        z-index: 999;
    }
}



/*carousel alt*/

.carousel-showsixmoveone{
  margin:0 0 0 20px;
}
.carousel-showsixmoveone .carousel-control {
  width: 4%;
/*  background-image: none;*/
}
.carousel-showsixmoveone .carousel-control.left {
  margin-left: 15px;
}
.carousel-showsixmoveone .carousel-control.right {
  margin-right: 15px;
}
.carousel-showsixmoveone .cloneditem-1,
.carousel-showsixmoveone .cloneditem-2,
.carousel-showsixmoveone .cloneditem-3,
.carousel-showsixmoveone .cloneditem-4,
.carousel-showsixmoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showsixmoveone .carousel-inner > .active.left,
  .carousel-showsixmoveone .carousel-inner > .prev {
    left: -33.333%;
  }
  .carousel-showsixmoveone .carousel-inner > .active.right,
  .carousel-showsixmoveone .carousel-inner > .next {
    left: 33.333%;
  }
  .carousel-showsixmoveone .carousel-inner > .left,
  .carousel-showsixmoveone .carousel-inner > .prev.right,
  .carousel-showsixmoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner .cloneditem-1,
  .carousel-showsixmoveone .carousel-inner .cloneditem-2 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showsixmoveone .carousel-inner > .item.active.right,
  .carousel-showsixmoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(33.333%, 0, 0);
            transform: translate3d(33.333%, 0, 0);
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner > .item.active.left,
  .carousel-showsixmoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-33.333%, 0, 0);
            transform: translate3d(-33.333%, 0, 0);
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner > .item.left,
  .carousel-showsixmoveone .carousel-inner > .item.prev.right,
  .carousel-showsixmoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showsixmoveone .carousel-inner > .active.left,
  .carousel-showsixmoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showsixmoveone .carousel-inner > .active.right,
  .carousel-showsixmoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showsixmoveone .carousel-inner > .left,
  .carousel-showsixmoveone .carousel-inner > .prev.right,
  .carousel-showsixmoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner .cloneditem-3,
  .carousel-showsixmoveone .carousel-inner .cloneditem-4,
  .carousel-showsixmoveone .carousel-inner .cloneditem-5 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showsixmoveone .carousel-inner > .item.active.right,
  .carousel-showsixmoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
            transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner > .item.active.left,
  .carousel-showsixmoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
            transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner > .item.left,
  .carousel-showsixmoveone .carousel-inner > .item.prev.right,
  .carousel-showsixmoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/*carousel alt*/


.pb0{
	padding-bottom: 0;
}

.info-block{
	text-align: center;
}

.info-block a{
	color: #656565;
}

.m50{
	margin: 50px 0;
}

ol.l1{
	font-size: 16px;
	line-height: 25px;
	margin: 0 20px;
	color: #000;
}

.mw-1 .blog-item {
    width: 150px;
    float: left;
    margin: 10px;
    text-align: center;
	height: 220px;
}

.input-t1, .input-t2, .input-t3{
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5; 
	border-radius: 3px;
/*	min-width: 115px;*/
}

.input-t1{
	width: 120px!important; 
}
.input-t2{
/*	width: 210px!important; */
	width: 100%!important; 
}

.input-t3{
	width: 50px!important; 
}

p.h1, p.ac{
	text-align: center;
}

p.ac2{
	color: #fff;
	float: right;
	margin: 25px 0 0 0;
}

.h3_1{
	font-size: 32px; 
	font-family: 'Oswald', sans-serif; 
	text-decoration: underline; 
	margin: 50px 0 0 0;
}

.h2 li, .blog-item li{
	font-size: 16px;
	line-height: 25px;
	margin: 0 20px;
	color: #656565;
}

.search-btn{
	/*margin: 0 0 0 20px;*/
	margin: 16px 0 0 35px; 
	float: right; 
	display: block; 
	font-size: 16px; 
	color: #000;
}

.alert1{
	/*position: absolute; 
	right: 35%; 
	z-index: 10; 
	*/
	margin: 60px 0 0 0; 
	color: #fe552f;
	text-align: center;
}

.contact-form3 .alert1{
	right: 10%;
	color: #fff;
}

.bbr{
	border-bottom: red 2px solid!important;
}

.m_b{
	font-size: 12px!important;
	margin: 0 0 20px 0!important;
}

.bordered-table td, .bordered-table th{
	border: 1px solid #CCCCCC;
	padding: 6px;
	vertical-align: top;
	text-align: center;
}

table.bordered-table{
	width: 100%;
    margin: 0 0 10px 0;	
	border-spacing: 0;
}

table.bordered-table-2 td, table.bordered-table td{
	padding: 6px;
	font-size: 12px;
}

table.bordered-table-2, table.bordered-table-2 tr{
	border: 1px solid #CCCCCC;
}

.categories{
	padding-top: 0px;
	height: unset!important;
}

.d_no{
	display: none!important;
}

#ya-site-form0 .ya-site-form__form .ya-site-form__input-text{
	display: block;
    width: 100% !important;
    height: 63px;
    color: #000;
    font-size: 16px;
    padding: 20px	
}

#ya-site-form0 .ya-site-form__submit_type_image{
	padding: 32px;
    background-color: #1ab218!important;
    background-image: url('/images/ico_search.gif')!important;
    width: 65px!important;
    position: absolute;
    right: 1px;
    top: 12px;
}

/*
#ya-site-form0 .ya-site-form__search-input-layout-r:before{
	content: "\e618"!important;
    font-family: 'Pe-icon-7-stroke'!important;
	content: ""!important;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 34px;
    right: 20px;
    color: #ffffff;
    cursor: pointer;
    font-size: 25px;
    z-index: 10;
}
*/

.action {
	border: 1px solid #d8cece;
	padding: 20px;
	background-color: #f7f7f7;
	overflow: hidden;
}

.action p{
	height: unset!important;
	font-size: 16px;
	color: #000;
	margin: 20px 0;
	line-height: 25px;
}

.action h3{
	margin: 10px 0;
	font-weight: bold;
}

.action a.act_incl, .h2 a.act_incl{
	display: block;
	float: left;
	margin: 10px;
	text-align: center;
}

 .h2 a.act_incl{
	border:1px solid #a5a4a4;
	padding:10px;
}

a.act_incl span{
	font-size: 24px!important;
	font-family: "Oswald", sans-serif;
}

.action a.act_incl img, .h2 a.act_incl img{
	max-height: 40px;
	width: auto;
}

a.act_incl2{
    display: inline-block;
    color: #ffffff;
    padding: 10px;
    font-size: 22px!important;
    margin: 0 0 10px 0;
    width: 250px;
	font-weight: 500!important;
    border-radius: 10px;
    border: 1px solid #ffffff;
    transition: all 0.5s;
	background-color: unset!important;
}

a.act_incl2 img{
	width: unset!important;
	max-height: 50px;
	max-width: 230px;
}

.catalogues-list h3{
	text-align: right; 
	margin: -20px 0 0 0 ;
}

.catalogues-list h3 a{
	color: green; 
	text-decoration: underline;
}

.cat-pos{
	padding:5px!important;
}

.btn-g{
	background-color: #2ca030!important;
    border-color: #2ca030!important;
	visibility: hidden;
}

.sl a{
	display: block;
	margin: 0 0 20px 0!important;
	font-size: 13px!important;
}

.act_c{
	position: absolute; 
	color: #fff; 
	font-size: 10px; 
	font-weight: bold; 
	margin: -46px 0 10px 20px; 
	border-radius: 50%; 
	background: #f90510; 
	padding: 0.01em 0.7em;
	font-family: sans-serif;
}

.news-cur, .news-cur p{
	padding-top:0!important;
	font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 0;
}

.bg_green{
	background:#46b944!important;
}

.blog-item-noformat{
	display: block!important;
    width: unset!important;
    padding: 0!important;
    background: none!important;
    color: #000!important;
    text-decoration: underline;
	float: right;
	margin-top:-15px!important;
}

.alrt1{
	font-weight: bold; 
	background-color: #ea2929; 
	text-decoration: underline; 
	color: #fff!important; 
	padding:5px 10px
}

.alrt2{
	border-radius:0!important; 
	font-weight: bold!important; 
	background-color: #ea2929!important; 
	text-decoration: underline; 
	color: #fff!important; 
	padding:1px 10px!important;
}

.cell_f_1{
	border: 1px solid grey; 
	margin: 5px; 
	width: 275px;
	text-align: justify;
}

.cat_box_1{
	box-shadow:inset 0px -120px 120px -50px #ffffff; 
	height:160px; 
	overflow: hidden;
}

.cat_box_2{
	color:#000; 
	position:relative; 
	z-index:-1; 
	background:#ffffff;
}

.cat_box_3{
	font-size:10px; 
	float:right; 
	font-weight:bold;
	display: block;
    margin: 0 -8px 0 0;
}

.cat_box_4{
	font-size: 12px!important; 
	padding: 5px 10px!important;
	margin:5px 0 0 5px!important;
}

ul.navbar-nav li.tel a{
	color: #ee161f!important;
}

.icon-add{
	font-size: 40px;
	color: #fff;
	border: 1px solid grey;
	padding: 15px;
	border-radius: 50%;
	background-color: #607d8b;
}

.icon-add-2{
	font-size: 20px;
	color: #fff;
	padding: 15px;
	border-radius: 50%;
	background-color: #f15050;
}

.margin-bottom-20{
	margin-bottom:20px!important;
}

.fnt-s-14, .fnt-s-14 a{
	font-size: 12px!important;
}

.float-l{
	float: left!important;
}

.float-r{
	float: right!important;
}

.wdth-uns{
	width: unset!important;
}

.clr-both{
	clear: both;
}

.margin-5{
	margin:5px!important;
}

.bbl{
	border-bottom-left-radius: 30px;
}
.btr{
	border-top-right-radius: 30px;
}
.bbr2{
	border-bottom-right-radius: 30px;
}
.btl{
	border-top-left-radius: 30px;
}