/*   
Theme Name: ZV
Theme URI: https://github.com/saxap/clean-wp-template
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
Author: saxa:p
Author URI: http://dontforget.pro
*/

/* Preloader overlay */

#preloader {
  position: absolute;
  z-index: 9999;
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: opacity 0.5s ease;
}

/* Logo */
.loader-content{
	text-align: center;
}
.loader-logo {
  margin-bottom: 20px;
}

/* Progress bar container */
.progress-bar {
  width: 480px;
  height: 6px;
  background: #eee;
  border-radius: 3px;
  overflow: hidden;
}

/* Fill (animated) */
.progress-fill {
  width: 0;
  height: 100%;
  background-color: #FF8E00;
  animation: fillProgress 3s linear forwards;
}

@keyframes fillProgress {
  0% { width: 0; }
  100% { width: 100%; }
}



@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu { /* для раскрывания субменю по наведению */
		display: block;
	}
	.comment-list .children { /* для комментов */
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

.section-products{
    background-image: url(img/products.jpg);
	background-size:cover;
	background-position: center;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #268327;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.about-block a{
	color:#fff;
	}

#tab-additional_information{
display:none;
}

form.cart{
display:none;
}

.woocommerce ul.products li.product .price {
	display: none;
}


.woocommerce div.product p.price, .woocommerce div.product span.price {
	display: none;
}


.product_cat-farsh form.cart{
display:none;
}

.btn-l {
    font-size: 1.5rem;
}


.preloader{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  width:100%;
  height:100vh;
  background:#FFF;
  visibility:hidden;
  opacity:0;
  transition:all 0.5s ease;
  z-index:99999999999999;
}
.preloader_inner {
  line-height: 3em;
  text-align: center;
  font-size: 3em;
  font-family: monospace;
  font-weight: 300;
  color: #333;
}
.pre-holder{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  height: 300px;
}



.faded{
  opacity:1;
  transition:all 0.5s ease;
}

.show{
  visibility:visible !important;
  opacity:1 !important;
  transition:all 0.5s ease;
}

/* =Fonts
-------------------------------------------------------------- */

@font-face { font-family: "PFBP_light"; src: url("fonts/pfbeausanspro-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pfbeausanspro-light-webfont.woff") format("woff"), url("fonts/pfbeausanspro-light-webfont.ttf") format("truetype"); font-style: normal; font-weight: normal; }

h2.banner-heading{
	color: #fff;
	font-size: 3rem;
	font: 95px/80px 'PFBP_light';
}

.f-orange{
	color: #fe6200;
	font-family: "PFBP_light";
	}

.display-4 {
    font-size: 3rem;
	
	}

h1.page-heading{
	width: 100%;
	text-align: center;
	padding: 1.5rem;
}


/* =MOBILE&adaptation
-------------------------------------------------------------- */
.inner-header{
	margin: 0 auto;
	width: 400px;}

.line{
	float: left;
padding-left: 1rem;
}
span.tagline-small{
		font-family:'PFBP_light';
	color: #870000;
	font-size: 1.8rem;
}

span.tagline{
	font-family:'PFBP_light';
	color: #870000;
	font-size: 4rem;
	line-height: 3rem;
}



ul.lang {
    height: 50px;
	    display: inline-block;
    vertical-align: top;
	margin-bottom:0rem;

}

.lang li {
    display: inline-block;
}

.lang li.current a, .lang li a:hover {
    background: #fa713a;
    color: #fff;
}
.lang li a {
    display: inline-block;
    font-size: 16px;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    margin: 0 2px;
    border-radius: 23px;
    color: #000;
}

	.search-wrapper{
		padding-top: 1rem;
	}


	.slide-heading{
		color: #ff6d02;
		font: 35px/30px 'PFBP_light';	
	}
	.slide-heading-1{
		color: #844a18;
		font: 35px/30px 'PFBP_light';	
	}
	.slide-heading-2{
		color: #870000;
		font: 35px/30px 'PFBP_light';	
	}
	.slide-heading-3{
		color: #cf1212;
		font: 35px/30px 'PFBP_light';	
	}


@media(max-width:767px) {

	section.about-block{
	padding: 25px !important;
	min-height: 200px !important;
	font-size:1rem;
	}
	section.about-block .about-inner {
    font-size: 1rem !important;
	}

	article img.size-full {
	width:100%;
	height:auto;
	}
	ul.lang{
		padding-left: 0.5rem;
	}
	span.tagline{
	font: 40px/35px 'PFBP_light';
}
	#post-99{
		display: none;
	}

	#post-115{
	padding-left:30px;
	padding-right:30px;
	}

	#post-601{
	padding-left:45px;
	padding-right:45px;
	}

	.menu-wrapper{
		position: relative !important;
	}
		.menu-wrapper-secondary{
		position: relative !important;
	}
	
	.navbar{

	}
	
	.carousel-item {
    height: 75vh !important;
    min-height: 400px;
	}
	
	ul#menu-menutop {
		background-color: #fff;
	}
	
	.slide-inner{
		text-transform: uppercase;
		font-family:'PFBP_light';
		font-size: 15px !important;
}
	.slide-inner .text-left {
    padding: 5px !important;
}
	ol.carousel-indicators{
		display: none;
	}
	
	.swiper-slide {
		padding: 10px !important;
	}
	
	.display-4 {
    font-size: 2rem !important;
	}
	
	.swiper-slide .title {
		font-size: 2rem !important;
	}
	
	.swiper-slide .subtitle {
		font-size: 15px !important;

	}
	
	.line {
		display: none;
	}
	
	.search-wrapper {
		display: none;
	}
	
	.header-container {
  		height: auto !important;
	}

}

section.about-block{
	padding:50px;
	min-height:800px;
	color:#fff;
	}

section.about-block .about-inner{
	font-size:1.8rem;
	}
.text-faded {
	height:100%;
	background-color: #5d5d5d99;
	}

.page-content{
padding-top:50px;
}

/*slider-top*/

.slide-inner{
		text-transform: uppercase;
	font: 25px/20px 'PFBP_light';
}



.carousel-caption{
	background-color: #0000001a;
	}

/*Слайдер Партнерам на главной */
/* Main container */
.swiper-posts-slider{
	overflow-x: hidden;
}
/* Each slide */
.swiper-posts-slider .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative;
    display: flex;
    align-items: center;
	
	height: 80vh;
}

.slide-text{
	font-size: 14px;
}

.slide-text .wp-block-image img {
  padding-bottom: 2rem;
}

.swiper-slide .title {
  font-size: 3rem;
  font-weight: 300;
  font-family: "PFBP_light";
  color: #fe6200;
  text-align: center;
}

.swiper-slide .subtitle {
  font-size: 24px;
  padding-bottom: 1rem;
  color: #fe6200;
  text-align: center;
}

.swiper-posts-slider .swiper-pagination-bullet {
    background: transparent;
    color: #000;

    font-size: 18px;
    font-weight: 600;
    margin: 0 8px;
    opacity: 0.6;
}

.swiper-posts-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fff;
	color: #fe6200;
	
}

swiper-pagination-bullet-active {
  color: #fe6200;
  background: transparent;
  border: 1px solid #3333334d;
  font-weight: bold;
}
.swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 37px;
  font-size: 16px;
  color: #000;
  opacity: 1;
  background: transparent;
  font-weight: bold;
  border: 1px solid #3333334d;
}


/* Navigation arrows color */
.swiper-posts-slider .swiper-button-prev,
.swiper-posts-slider .swiper-button-next {
    color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
}


/* =WordPress Core
-------------------------------------------------------------- */

html,
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
	background-color: #f9f7f5;
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.content {
  flex: 1 0 auto;
}
.footer {
  flex: 0 0 auto;
}

div#primary{
padding-top:50px;
}



	
.alignnone {
    margin: 5px 10px 10px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}



/* =Onepage structure
-------------------------------------------------------------- */

section.content{
}

section.mainpage-block{
	width: 100%;
	color: #5a6a72;
}

.logo-fixed{
	position: fixed;
	width: 100px;
	top: 100px;
	right: 10px;
	display: none;
}

.logo-fixed img{
	width: 100%;
	height: auto;
}



/* =Video Background
-------------------------------------------------------------- */
/* Settings - feel free to play with these */
$overlay_opacity: 0.3; // 0-1
$overlay_pattern: 'https://d3k5xyayaartr5.cloudfront.net/_assets/pattern-overlays/patterns/black-medium-checks.png'; // Grab the url of a png from here - http://html5backgroundvideos.com/pattern-overlays/


/**
 * This part should be set separately for each video
 * if there are multiple videos in your site.
 * I.e. '.demo-video-wrapper' is the name of this particular video
 */
.demo-video-wrapper {
	background-image: url(https://d3k5xyayaartr5.cloudfront.net/_assets/home-video/beach-waves-loop.jpg);
}

/* Video overlay and content */
.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none; /* Allows right click menu on the video */
	background: #3333334d;
}


/* CSS from jQuery Background Video plugin */
/**
 * Set default positioning as a fallback for if the plugin fails
 */
.jquery-background-video-wrapper {
}
.jquery-background-video {
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
}

.banner-info{
padding-top: 220px;
padding-bottom: 220px;
z-index: 99;
position: relative;
	text-align: center;
	color: #fff;
}

/* =Buttons
-------------------------------------------------------------- */

.btn-primary {
    color: #fff;
    background-color: #f26522;
    border-color: #f26522;
}

.btn-primary:hover {
    color: #fff;
    background-color: #d95c00;
    border-color: #d95c00;
}

.banner-info .btn-primary{
	margin: 10px;
}

.form-control::placeholder {
    font-size: 14px;
}

input#search::placeholder{
	font-weight: bold;
color: #ff6d02;
}
.search-wrapper button{
	background-color: #599311;
	border-radius: 0;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	color: #fff;
}

.expanding-sf {
    background: url("http://i.imgur.com/WJQKjvV.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    height: 300px;
    margin: 50px auto;
    width: 775px;
}
.form {
    position: relative;
}
/** Essentials **/
 .toggle {
    background: url("http://i.imgur.com/ePNPopY.png") no-repeat scroll center center #ff6d02;
    border: medium none;
	 border-radius: 50%;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    width: 45px;
}
#searchform {
    float: right;
    height: 40px;
    margin: 0;
    opacity: 0;
    padding: 0;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    width: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	border-radius: 3px;
}
.form:hover #searchform {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    visibility: visible;
    width: 250px;
	border-radius: 3px;
}
#searchform #s {
    background: none repeat scroll 0 0 #ff6d02;
    border: medium none;
    color: #FFFFFF;
    float: right;
    outline: none;
    font-family: helvetica, verdana, arial, sans-serif;
    font-size: 12px;
    height: 100%;
    padding: 0 15px;
    width: 100%;
}
#searchform #searchsubmit {
    background: url("http://i.imgur.com/ePNPopY.png") no-repeat scroll center center #ff6d02;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    right: 0;
    width: 50px;
}

/* =Header
-------------------------------------------------------------- */
.header-container{
	height: 150px;
}
.logo-a{
	float: left;
}

/* =Top Menu Nav
-------------------------------------------------------------- */
.menu-wrapper{
	z-index: 99;
	position: absolute;
	background-color: rgba(255,255,255,0.7);
	width: 100%;
}

.menu-wrapper-secondary{
	z-index: 99;
	background-color: #ffffffb3;
	width: 100%;
}
.navbar-light .navbar-nav .nav-link {
    color: #3e3e3e;
    font-size: 19px;
    line-height: 20px;
    padding: 5px 8px;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	font-weight: 600;
	text-transform: uppercase;
	white-space: nowrap;

}

ul#menu-menutop{

}

.navbar-nav li {
    margin-left: 10px;
    margin-right: 10px;
}


.navbar-light .navbar-nav .nav-link:hover {
	color: #f26522;
	border-bottom: 3px solid #f26522;
	-webkit-transition: 0.5s ease;
transition: 0.5s ease;
}


.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #f26522;
}


/* =Slider
-------------------------------------------------------------- */
.swiper-container{
	border:1px solid #d8d8d8;
}
	

h2.slide-heading{
	font-size:18px;
	line-height:1.22;
	color: #212529;
	font-family: 'Arsenal', sans-serif;
}

h2.slide-heading a{
	font-size:18px;
	line-height:1.22;
	color: #212529;
}

.slider-img img{
	width:100%;
	height:auto;
}

.more a{
	display:block;
  padding: 15px 30px;
  border-radius: 4px;
  background-color: #e01f1f;
  color:#fff;
  float:left;
}

.text-inner{
	font-size:14px;
}

/* =Product Grid
-------------------------------------------------------------- */
.item-holder img{
	width: 100%;
	height: auto;
}
.item-holder:hover .round a {
    background: rgba(70, 141, 56, 0.9);
}
.item-holder .round a {
    position: absolute;
    top: -10%;
    right: -10%;
    background: rgba(255, 126, 0, 0.9);
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    width: 190px;
    height: 190px;
    line-height: 190px;
    font-size: 24px;
    border-radius: 190px;
    color: #fff;
	display: block;
	z-index: 99;
	text-align: center;
	font-size: 1.5rem;
}


/* =News Grid
-------------------------------------------------------------- */

.blog-wrapper{
	width: 100%;
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.post-thumbnail-back img{
	width:100%;
	height:auto;
}


.layer {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    height: 100%;
    z-index: 1;
    margin-left: 15px;
    margin-right: 15px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.layer:hover {
	background-color: rgba(255, 126, 0, 0.82);
}

.news-caption {
    position: absolute;
    top: 50%;
    margin-top: -1rem;
    z-index: 99;
	width:100%;
}

.news-caption a {
	color: #fff;
background: #e96b26;
border-radius: 5px;
padding: 3px;
}

h3.news-heading{
	line-height:1.1;
	text-transform:uppercase;
	font-weight:bold;
	font-size:24px;
	font-family: "PFBP_light";
}

h2.module-title{
	font-size:18px;
	color: #e01f1f;
}

.module-header{
	padding-top:15px;
	padding-bottom:15px;}

/* =breadcrumb
-------------------------------------------------------------- */
.top-breadcrumb{
float: left;
width: 100%;
padding: 1rem;
border:1px solid #d8d8d8;
margin-top:1rem;
margin-bottom:2rem;
}
.top-breadcrumb a{
color:#212529;
}

.top-breadcrumb ul{
	padding:0;
	margin:0;
	list-style:none;
}

.top-breadcrumb ul li{
	display:inline-block;
}

.top-breadcrumb ul li:not(:last-child):after {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: relative; 
  padding: 1rem; 
  color: #CCC;
}

/* =sidebar-news
-------------------------------------------------------------- */
.sidebar-news{
	margin-top:1rem;
	border:1px solid #d8d8d8;
}

.sidebar-news-thumbnail img {
	width:100%;
	height:auto;
}

h3.sidebar-news-heading{
	font-size:14px;
	padding:1rem;
}

/* =news
-------------------------------------------------------------- */
.news-loop{
	width:100%;
	margin-bottom:1rem;
	border:1px solid #d8d8d8;
}

.news-loop-thumb img{
	width:100%;
	height:auto;
}

.news-loop-inner {
	padding:1.5rem;
}

.news-loop-inner .text-cell{
	font-size:14px;
}

h2.news-loop-heading a{
    font-size: 18px;
    line-height: 1.22;
    color: #212529;
}

.post-nav a{
	color: #212529;
	font-size:14px;
}

.no-padding{
	padding-left:0;
	padding-right:0;
}

.date{
	font-size:12px;
}
/* =article
-------------------------------------------------------------- */
h1.module-title{
	font-size:18px;
	color: #e01f1f;
	margin-bottom:2rem;
	text-transform:uppercase;
}


article{
	padding:2rem;
	font-size:14px;
	width:100%
}


#post-82 .container {
    width: 100% !important;
    max-width: 100% !important;
}

#post-99{
	margin-top: 3rem;
}

#post-99 .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
}

#post-72{
	padding-top:0 !important;
	}

.article-padding{
	padding-top: 50px;
	padding-bottom: 50px;
}


/* =Footer
-------------------------------------------------------------- */

 footer{
  background-color: #2c2c2c;
  width:100%;
  color:#FFF;
  margin-top:1rem;
}

.hotline{
	background-image: url(img/hotline-bg.jpg);
	background-size: cover;
}

.hotline a{
	color: #fff;
}

.social-ico a{
	margin: 0.5rem;
	
}

.social-ico img {
	width:48px;
	height:auto;
	}

.hotline-banner{
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
}

span.copyright{
	line-height:50px;
	font-weight:300;
	font-size: 12px;
}

.scrollTop {
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  	line-height:50px;
	font-weight:300;
}

.scrollTop a {
  font-size: 14px;
  color: #fff;
}

#map{
	width: 100%;
	height: 300px;
}



.demo a {
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}




#section03 a {
  padding-top: 60px;
}
#section03 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#section03 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#section03 a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}


@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-inner {
	      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.slide-inner {
	position:absolute;
	width:100%;
	bottom:0;
	background-image: url(img/slide-1-bottom.jpg);
	background-size: cover;
}

.slide-inner .text-left{
		padding: 20px;
}

.borderUp, .borderUp2 {
    position: absolute;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 7px;
    background: url(img/cat_border2.png);
    margin-top: -7px;
}

.borderDown, .borderDown2 {
    position: absolute;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 7px;
    background: url(img/cat_border2.png);
}

.borderUp, .borderUp2 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    margin-top: -7px;
	}



/* =woocommerce
-------------------------------------------------------------- */

h2.woocommerce-loop-category__title, h2.woocommerce-loop-product__title{
	text-align:center;
	color: #fe6200;
	font-weight: bolder;
	font-size: 1.3rem !important;
}

h2.woocommerce-loop-category__title .count{
	display:none;
}

h1.woocommerce-products-header__title {
	color: #fe6200;
	font-size: 3rem;
	text-align:center;
	margin-bottom:1rem;
	}


h1.product_title{
	color: #fe6200;
	font-size: 2rem;
	}



.woocommerce .woocommerce-breadcrumb {
    margin-top: 1em;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	opacity:1 !important;
}

/* WooCommerce 3.0 Gallery */
 
.woocommerce-product-gallery {
position: relative;
margin-bottom: 3em
}
 
.woocommerce-product-gallery figure {
margin: 0
}
 
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block
}
 
.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer
}
 
.woocommerce-product-gallery .flex-control-thumbs img {
opacity: .5
}
 
.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1
}
 
.woocommerce-product-gallery img {
display: block
}
 
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%
}
 
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%
}
 
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%
}
 
.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
z-index: 99;
}
 
a.woocommerce-product-gallery__trigger {
text-decoration: none;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: .875em;
right: .875em;
display: block;
height: 2em;
width: 2em;
border-radius: 3px;
z-index: 99;
text-align: center;
text-indent: -999px;
overflow: hidden;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
background-color: #169fda;
color: #ffffff;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
background-color: #1781ae;
border-color: #1781ae;
color: #ffffff;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font: normal normal normal 1em/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "\f00e";
line-height: 2;
text-indent: 0;
}