body
{

}

.header
{
	//border-bottom: 5px solid #1f561b;
	//padding-bottom: 1em;
	//position: fixed;
	//top: 0px;
	//width: 100%;
	//z-index: 100;
	background-color: white;
	//border-bottom: 5px solid #48A401;
}

.logo
{
	margin-top: 1em;

}

.logo:hover
{
	opacity: 0.7;
}

.header-line1
{
	height: 50px;
}

.header-line2
{
	//height: 2.5em;
	padding: 0.5em;
	text-align: center;
}

.line2
{
	margin-bottom: 1em;
}

.main-menu a
{
	color: #1f561b;
	//font-weight: bold;
	font-size: 1.2em;
	//text-transform: uppercase;
	padding-bottom: 4px;
	padding-right: 1em;
}

.main-menu a.active
{
	text-decoration: underline;
}

.main-menu .divisor
{
	margin-left: 1em;
	margin-right: 1em;
	color: #cccccc;
}

.rektis-content
{
	//background-image: url('https://www.kweb.biz/images/default/brief.jpg');
	background-image: url('../../images/default/bg-main.jpg');
	background-repeat:no-repeat;
	//background-repeat:repeat-y;
	//background-attachment: fixed;
	background-position: center top;

	background-size: 100%;
	//margin-top: 100px;
	min-height: 50em;
}


.content-panel
{
	margin-top: 2em;
}


.rektis-brand
{
	width: 100%;
	//position: fixed;
	//bottom: 0px;
	//background-color: white;
	//border-top: px solid #1f561b;
	//background-color: #1f561b;
	//opacity: 0.7;
}

.rektis-brand a
{
	height: 100px;
	width: 100%;
	display: block;
	//border: 1px solid red;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 1em;


	transition: all .2s;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-ms-transition: all 0.2s;
  	background-size: 100%;
}

.rektis-brand a:hover
{
	//background-size: cover;


    opacity: 0.7;
    //position: absolute;
    //height: 150px;
    //width: 150px;
    //z-index: 100;
    //margin-top: -10%;
    //margin-left: -30%;
    position: relative;
    -zindex: 100;



}

.rektis-brand a.frosch
{
	background-image: url('../../images/default/frosch2.png');

}

.rektis-brand a.erdal
{
	background-image: url('../../images/default/erdal.png');
}

.rektis-brand a.rorax
{
	background-image: url('../../images/default/rorax.png');
	background-size: 60%;
}

.rektis-brand a.emsal
{
	background-image: url('../../images/default/emsal.png');
	background-size: 60%;
}

.rektis-brand a.dr
{
	background-image: url('../../images/default/dr.png');
	background-size: 100%;


}

.rektis-brand a:hover
{
	width: 120%;
	margin-left: -10%;
}


.search-line
{
	padding-top: 0.5em;

}

.toad
{
	width: 100%;
	height: 100%;
	position: fixed;
	background-image: url(../../images/default/toad.png);
	bottom: 0;
	left: -50px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.panel-bg
{
	background-color: transparent;
	background-image: url(../../images/default/panel-bg.png);
}

.menu-footer a
{
	color: white;
}

.menu-footer a:hover img.logo
{
	opacity: 0.7;
}

.breadcrumb
{
	background-color: #48A401;
	color: white;
}

.breadcrumb a
{
	color: white;
}

.breadcrumb .active
{
	color: white;
	font-weight: bold;
}

.product
{

}
.product h3
{
	color: white;
}

.panel-success
{
	//border-color: #4cae4c;
}

.related
{
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 280px;
	width: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;



  	background-color: #1f561b;
  	width: 200px;
  	height: 200px;
  	text-align: center;
  	padding: 1em;
  	border-radius: 7em;
  	border: 5px solid white;
}

.related img
{
	transition: all .2s;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-ms-transition: all 0.2s;
}

.related:hover img
{
	//background-size: 100%;
	//background-position: center top;
	-ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.tooltip
{

}

.tooltip .tooltip-inner
{
	background-color: #1f561b;
	padding: 1em;
	font-size: 1.5em;
	color: white;
	width: 300px;

}

.left, .right
{
	font-size: 4em;
	margin-top: 4em;
	display: block;

	color: white;

	transition: all .2s;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-ms-transition: all 0.2s;
	 //text-shadow: 1px 1px 2px black, 0 0 1em #1f561b; /* Параметры тени */
}

.left:hover, .right:hover
{

	color: white;

}

.left
{

}
.left:hover
{
	font-size: 4.5em;
	margin-top: 3.5em;
	color: #1f561b;
}
.right
{

}
.right:hover
{
	font-size: 4.5em;
	margin-top: 3.5em;
	color: #1f561b;
}

.catalog .product-filter a
{
	color: #1f561b;
}

.catalog .product-filter .badge
{
	background-color: #1f561b;
}

.product
{
	display: table;
	height: 150px;
	overflow: hidden;


}


.product-cont img
{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.product-text
{
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

.product img
{

	height: 100px;;
}


.product a.btn
{
	margin-top: 2em;
}

.product .product-cont a:hover img
{
	transition: all .2s;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-ms-transition: all 0.2s;

  	-ms-transform: scale(1.8);
    -webkit-transform: scale(1.82);
	transform: scale(1.8);

}

.product .position
{
	margin-top: 2em;
	color: #cccccc;
}

#product_img
{
	width: 200px;
	height: auto;
	margin-top: 2em;
}

.rektis-oreol
{
	background-image: url(../../images/default/bg-oreol.jpg);
	background-size: 100%;
	color: white;
	background-repeat: no-repeat;
	background-color: #45A601;
	min-height: 1000px;
}

.rektis-oreol h3
{
	background-color: #1f561b;
	padding: 1em;
	border-top: 5px solid white;;
	border-bottom: 5px solid white;;
	opacity: 0.8;
	text-align: center;
}

.rektis-oreol .product-shadow
{
	text-shadow: 1px 1px 2px black, 0 0 1em #1f561b; /* Параметры тени */
	//text-align: justify;
}

.ani1
{
	-webkit-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
}

.ani2
{
	-webkit-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
}

.ani3
{
	-webkit-animation-delay: 0.7s;
	-ms-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
}

.ani4
{
	-webkit-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-moz-animation-delay: 1s;
}


.ani5
{
	-webkit-animation-delay: 1.3s;
	-ms-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
}

.rektis-oreol h4
{
	text-shadow: 1px 1px 2px black, 0 0 1em #1f561b; /* Параметры тени */
	text-align: center;
	font-size: 2em;
}

.v
{
	font-size: 1.2em;
}

.v li
{
	margin-top: 1em;
	list-style:none;
	background-image: url(../../images/default/v.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 50px;

}

.tab-content
{
	padding: 1em;

}
.nav-tabs
{
	margin-top: 2em;
}
.nav-tabs a
{
	color: #1f561b;
	text-shadow: none;//1px 1px 2px white, 0 0 1em #1f561b;
}

.shadow
{
	background-image: url(../../images/default/shadow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 25px;

}

.rektis-product
{
	//background-image: url(../../images/default/product-bg.png);
	color: white;

	background-color: #45A601;
}

.rektis-default
{
	background-color: #45A601;
	padding-bottom: 2em;
	min-height: 40em;
}

.rektis-default .breadcrumb
{
	background-color: #1a8900;
}

.shadow2
{
	background-image: url(../../images/default/shadow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 60%;
	padding-bottom: 15px;
	width: auto;

	width: 100%;



}

.product-cont
{
	width: 100%;
	height: 350px;
	text-align: center;
	background-image: url(../../images/default/product-bg2.png);
	background-repeat: no-repeat;
	background-position: center 30px;
	background-size: contain;
}


.product-image
{
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}


.product-title
{
	color: white;
	height: 111px;
	overflow: hidden;
	display: block;
	padding: 0.5em;
	//position: absolute;
	line-height: 1.2;
	text-align: center;


}

.product-link
{
	display: block;
}
a.product-link:hover
{
	text-decoration: none;

}
a.product-link:hover .product-title
{
	display: block;
	overflow: visible;
	text-decoration: none;
}

a.product-link:hover
{
	display: block;
	transition: all .2s;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-ms-transition: all 0.2s;
	-ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
	transform: scale(1.2);
}

a.product-link:hover .product-image
{
	transform: rotate(3deg);
}

a.product-title
{
	text-shadow: 1px 1px 2px black, 0 0 1em #1f561b;
}

a.product-title:hover
{
	text-shadow: none;
	color: white;
	text-decoration: none;
}

ul.pagination a
{
	color: #1f561b;
}

ul.pagination a:hover, ul.pagination a.active
{
	background-color: #5cb85c;
	color: white;
}
.product-filter
{
	text-align: center;
	margin-bottom: 2em;
}
div.hr
{
	border-bottom: 1px solid white;;
}
.product-filter a
{
	margin: 0.3em;
	margin-bottom: 1em;
}

.catalog h3
{
	//border-bottom: 2px solid white;;
	text-shadow: 1px 1px 2px black, 0 0 1em #1f561b;
	padding-bottom: 0.5em;

	text-align: center;

}

.catalog a.btn-success
{
	color: white;
}

.catalog a.btn-default:hover
{
	background-color: #5cb85c;
	color: white
}

.action
{
	margin-bottom: 2em;

}

.action a
{
	color: #1f561b;
}

.action h3
{
	color: #ff020b;
	margin-top: 0px;
}

.preorder h4
{
	padding: 1em;
	font-weight: bold;
	font-size: 1.5em;
}


a.btn-download
{
	color: white;
}

.preorder table td.c
{
	text-align: center;
}

.preorder .outstock, .preorder .outstock .product_name
{
	color: #cccccc;
}

.preorder .product_name
{
	color: black;
}


/**
 * PgwSlider - Version 2.3
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */
.pgwSlider{width:100%;color:#fff}.pgwSlider a{display:block;text-decoration:none;color:#fff}.pgwSlider .ps-current{float:left;width:74%;overflow:hidden;height:inherit;position:relative;font-size:1rem}.pgwSlider.listOnTheLeft .ps-current{float:right}.pgwSlider .ps-current ul{width:100%}.pgwSlider .ps-current li{width:100%;z-index:1;opacity:0;display:none}.pgwSlider .ps-current img{max-width:100%;min-width:100%;height:auto;display:block;transition:margin-top 250ms linear}.pgwSlider .ps-caption{position:absolute;width:100%;padding:12px;background:rgba(0,0,0,0.7);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);left:0;bottom:0;display:none;z-index:3}ul.pgwSlider,.pgwSlider ul{float:right;width:25%;padding:0;list-style:none;margin:0}ul.pgwSlider.listOnTheLeft,.pgwSlider.listOnTheLeft>ul{float:left}ul.pgwSlider>li,.pgwSlider>.ps-list>li{height:50px;margin-bottom:6px;overflow:hidden;position:relative;opacity:.6;filter:alpha(opacity=60);font-size:.8rem;transition:opacity 200ms linear}ul.pgwSlider>li:last-child,.pgwSlider>ul>li:last-child{margin-bottom:0}ul.pgwSlider>li span,.pgwSlider>.ps-list>li span{display:block;width:100%;position:absolute;bottom:0;padding:5px;background:rgba(0,0,0,0.7);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}ul.pgwSlider>li:hover,.pgwSlider>ul>li:hover{opacity:1 !important}ul.pgwSlider>li img,.pgwSlider>ul>li img{width:100%;min-height:100%;display:block;transition:margin-top 250ms linear}.pgwSlider .ps-prevIcon{border-color:transparent #fff transparent;border-style:solid;border-width:10px 10px 10px 0;display:block}.pgwSlider .ps-nextIcon{border-color:transparent #fff transparent;border-style:solid;border-width:10px 0 10px 10px;display:block}.pgwSlider .ps-current .ps-prev{background:rgba(72,165,0,1);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";border:1px solid #777;border-left:0;border-radius:0 4px 4px 0;position:absolute;padding:20px 20px 20px 17px;left:0;top:45%;cursor:pointer}.pgwSlider .ps-current .ps-next{background:rgba(72,165,0,1);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";border:1px solid #777;border-right:0;border-radius:4px 0 0 4px;position:absolute;padding:20px 17px 20px 20px;right:0;top:45%;cursor:pointer}ul.pgwSlider.wide>li,.pgwSlider.wide>ul>li{width:100% !important}.pgwSlider.narrow .ps-current{margin-bottom:6px;font-size:.8rem}.pgwSlider.narrow .ps-current img{width:100%;min-height:inherit}.pgwSlider.narrow .ps-current,ul.pgwSlider.narrow,.pgwSlider.narrow>ul{width:100%}ul.pgwSlider.narrow>li,.pgwSlider.narrow>.ps-list>li{float:left;min-height:50px;max-height:70px;min-width:15%;font-size:.7rem;margin-bottom:0}ul.pgwSlider.narrow.listOnTheLeft>li,.pgwSlider.narrow.listOnTheLeft>ul>li{float:right}.pgwSlider.narrow .ps-caption{padding:8px}.pgwSlider.narrow .ps-current .ps-prev{padding:15px 15px 15px 12px;top:40%}.pgwSlider.narrow .ps-current .ps-next{padding:15px 12px 15px 15px;top:40%}


.mark {
    color: #ff6000;
    background-color: transparent;
}


.childs
{
	margin-bottom: 1em;
}

.childs img
{
	transition: all .2s;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-ms-transition: all 0.2s;
}

.childs a:hover img
{
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.childs h3
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
}

.childs h3 a
{
	color: #1f561b;
}

#search-container
{
	border: 1px solid #cccccc;
	border-top: 0px;
	padding: 0.5em;
	position: absolute;

	width: 100%;
	background-color: white;

	z-index: 100;
	height: 300px;
	overflow-y: scroll;

	 box-shadow: 0 0 10px rgba(0,0,0,0.5);

}

#search-container a
{
	color: #1f561b;
}

.nav-tabs li a
{
	color: white;
}

.nav-tabs li a:hover
{
	color: #555;
}

.kweb
{
	position: relative;
	color: white;
	bottom: 0;
	right: 0;
	margin-right: 1em;
	text-align: right;
}

.kweb a
{
	color: white;
	text-decoration: none;
	text-shadow: 1px 1px 2px black, 0 0 1em black;
}
