*{
	box-sizing: border-box;
}

html,body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	/*font-family:Arial, Helvetica, sans-serif;*/
	/*font-family: 'PT Sans', sans-serif;*/
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
}

body {
	background: url("tile1.png");
	background-repeat: repeat-x,y;
	overflow-x: hidden;
}

a{
	text-decoration: none;
	color:#333;
}
select {
	margin: 0px;
	background: transparent;
	padding: 5px 35px 5px 5px;
	font-size: 16px;
	border: 1px solid #eee;
	height: 30px;
	border-radius: 0px;
	background: url('selectArrow.png') no-repeat;
	background-size: 20px 20px;
	background-position: right 6px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	max-width: 235px;
}
select:focus{
	outline:0;
}
.clear{
	clear:both;
}
a:hover{
	text-decoration: none;
	color:#000066;
}
.header{
	background: #ffffff;
	/*height:68px;*/
	padding:30px 0 0 0;
	box-shadow: 0px 1px 2px #ccc;
	z-index:200;
	position: relative;
	overflow:hidden;
}
.header .selected a{
	color:#000066;
	border-bottom:solid 2px #000066;
}
.headerBox{
	max-width:1180px;
	margin:0 auto 0 auto;
}
.headerContent{
	max-width:1180px;
	margin:0 10px;

}
.headerLogo{
	float:left;
	margin-left: -10px;

}

.headerLogo img{
	max-width:460px;
	width:100%;
	margin-bottom:10px;
	/*	box-shadow: 0px 2px 2px #bbb;*/
}
.headerMenus{
	float:right;
	max-width:700px;
}
.headerTopMenu{
	list-style:none;
	display:block;
	padding:0px 0 0 0;
	/*margin:10px 0 10px 40px; */
}
.headerTopMenu li{
	margin:10px 0 0 20px;
	float:left;
	font-size:20px;

	color:#000066;
}
.headerBottomMenu{
	list-style:none;
	display:block;
	height:20px;
	margin:0 0 0 40px; padding:4px 0 0 0;
	text-transform: uppercase;
}
.headerBottomMenu li{
	float:left;
	margin:0 30px 0 0; padding:0;
	font-size:16px;
	line-height:20px;
	color:#000066;
}
.headerLanguages{
	list-style:none;
	margin:10px 0 0 0; padding:0;
	float:right;
}
.headerLanguages li{
	float:left;
	margin:0 0 0 10px;
	text-align:center;
	height:30px;
}
.headerLanguages a{
	text-decoration:none;
	color:inherit;
	display:block;
	width:24px; height:30px;
	line-height:20px;
	font-size:12px;
	color:#000066;
}
.headerLanguages a.selected, .headerLanguages a:hover{
	background:#000066;
	color:#fff;
}

.bodyBox{
	max-width:1200px;
	margin:0px auto 0 auto;
	padding: 40px 10px 40px 10px;
	z-index: 100;
	background-color: rgba(255,255,255,0.75);
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.bodyContent{
	max-width:1180px;
}
.bodyLeftColumn{
	float:left;
	max-width:150px;
}

.bodyRightColumn{
	max-width:1000px;
	width:100%;
	float:right;
	background: #fff;
}


@media only screen and (max-width: 1020px){
	.baskets{
		width:100%!important;
	}

	.bodyRightColumn{
		max-width:768px;
	}
}



@media only screen and (max-width: 760px){
	.baskets{
		width:100%!important;
	}

	.bodyRightColumn{
		/*max-width:410px;*/
	}
}


/*FOOTER*/

.footer {
	/* max-height: 160px; */
	width: 100%;
	background-color: #fafafa;
	box-shadow: 0px 0px 2px #ccc inset;
	margin-bottom: 50px;
	margin-top: 40px;
	overflow:hidden;
	padding-bottom:10px;
}

.footer a{
	color: #777;
}
.footer a:hover{
	color: #000066;
}
.footerMenu{
	max-width: 600px;
	float: left;
}
.footerTopMenu{
	list-style:none;
	display:block;
	height:20px;
	margin:20px 0 10px 0; padding:0 0 0 0;
	text-transform: uppercase;
}
.footerTopMenu li{
	margin:0 20px 0 0;
	float:left;
	font-size:16px;
	line-height:20px;
	color:#000066;
}
.footerBottomMenu{
	list-style:none;
	display:block;
	height:20px;
	margin:0 0 0 20px;
	padding:0 0 0 0;
}
.footerBottomMenu li{
	float:left;
	margin:0 30px 0 0; padding:0;
	font-size:14px;
	line-height:20px;
	color:#000066;
}
.footerBanners{
	margin: 30px 0 0 20px;
}
.footer .selected{
	border-bottom:solid 1px #8c8c8c;
}
.footerContacts{
	float:right;
	margin:20px 20px 0px 0;
	text-align:right;
	color:#777;
}
.footerMap{
	float: right;
	margin:20px 0 0 0;
}
.footerMap,.footerMap .gmap_canvas{
	max-width:245px;
	height:120px;
}
.footInfo {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.subInfo1 {
	color: #999;
	position: absolute;
	top: 175px;
	font-size: 14px;
}

.stlogo {
	width: 35px; height: 20px;
	background-image: url('swagteam.png');
	background-size: 35px 20px;
	background-repeat: no-repeat;
	margin-left: 20px;
	float: right;
	opacity: 0.75;
}

/*CONTACTS*/

.contacts{
	position: relative;
	height:160px;
	padding:10px 0 0 0;
	background:#fff;
	text-align:left;
	margin:0 0 30px 0;
	color:#000066;
	box-shadow: 0px 0px 2px #ccc inset;
}
.contactPhone{
	margin:0 0 2px 50px;
	font-size:18px;
}
.contactMail{
	margin:10px 0 0 50px;
	font-size:16px;
}

.contactAsk,.chekBasket{
	font-size:18px;
	line-height: 30px;
	padding:4px 0px;
	width: 100%;
	position: absolute; bottom: 0px;
	text-transform: uppercase;
}


.iconPhone {
	position: absolute;
	left: 10px; top: 15px;
	width: 40px; height: 60px;
	background-image: url('iconPhone.png');
	background-size: 25px 40px;
	background-repeat: no-repeat;
	opacity: 0.4;
}

.iconMail {
	position: absolute;
	left: 10px; top: 75px;
	width: 40px; height: 26px;
	background-image: url('iconMail.png');
	background-size: 25px 15px;
	background-repeat: no-repeat;
	opacity: 0.4;
}

.iconAsk {
	position: absolute;
	left: 10px; top: 130px;
	width: 60px; height: 47px;
	background-image: url('iconAsk.png');
	background-size: 25px 20px;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.iconAsk:hover {
	background-image: url('iconAskH.png');
	opacity: 1;
}

/*LEFT MENU*/

.leftMenus {
	position:relative;     /*Duct Tape*/
	top: 3px;

}

.leftMenu,.leftMenu ul{

	list-style: none;
	margin:5px 0px 20px 10px;
	padding:0;

}
.leftMenu ul{
	margin: 2px 0 5px 8px;
}

.leftMenu li{

}
.leftMenu a {
	color: #333;
	display:block;
	margin:8px 0px!important;

	font-size:16px;
}

.leftMenu a:hover {
	color: #000066;
}

.leftMenu  a:hover, .leftMenu .selected{
	color: #000066;
	background: url('liststyle.png') 0px 5px no-repeat;
	padding:0 0 0 10px;
	margin-left: -10px!important;
}

.leftMenuHeader {
	max-width:140px;

	background-color: #fff;
	box-shadow: 0px 0px 1px #ccc;
	font-size:18px;
	padding:4px 0px;
	text-transform: uppercase;
	padding-left:10px;
	color: #555;
	margin-bottom: 5px;
}



.mainBanner{
	max-width: 720px;
	margin:0 0 600px 0;
}

.productHeader{
	margin:0 0 20px 0;
}
.productGroup{
	height:30px;
	font-size:15px;
	line-height:30px;
	padding:0 0 0 10px;
	background:#fafafa;
	/*box-shadow: 0px 2px 2px #eee inset;*/
}
.productBrands{
	list-style:none;
	margin:0; padding:0;
	height:30px;
	line-height:30px;
}
.productBrands a{
	text-decoration:none;
}
.productBrands .selected,.productBrands a:hover{
	text-decoration:underline;
}
.productBrands li{
	margin:0 10px;
	font-size:15px;
	line-height:30px;
	float:left;
}

/*.productGallery,.productGallery2{
	float:left;
	margin:0 0 20px 0;
	width:300px; height:160px;
} */

.productGallery {
	height: 105px;
	text-align: center;
	margin-bottom: 10px;
}

.productGallery img {
	max-width: 210px; max-height: 105px;
}
.productGalleryL{
	position: relative;
	float:left;
}
.productGalleryL img{
	max-width: 380px;
	margin-right: 45px;
}
.productGalleryL .deal1{
	width: 90px;
	position: absolute;
	right: -35px;
	top: -35px;
	z-index: 1000;
}

.productText{
	max-width:210px; height:100px;
	color: #999;

}
.productTitle{
	font-size:15px;
	line-height:15px;
	color: #777;
	height:20px;
	margin:20px 0 5px 15px;
	/*background:#fafafa;*/
}
.productDescription{
	max-width: 200px;
	font-size:12px; line-height:14px;
	text-align:justify;
	text-indent:15px;
}
.productFiles{
	text-align: right;
	margin: 30px 0 0 0;
}
.productFiles a{
	color:#00be4d;
}
.productFile{
	background:rgba(0,190,77,0.05);
	border-radius:4px;
	line-height: 25px;
	display: inline-block;
	margin: 4px 0 0 0;
}
.productFile .view{
	color: #999;
	padding: 0 10px;
	line-height: 25px;
}
.productFile a:hover{
	color:#00e55c;
}
.productFile .download:before{
	font-family: ekr;
	padding: 0 0 0 0;
	display: inline-block;
	width: 25px; height: 25px;
	font-size: 25px; line-height: 25px;
	vertical-align: middle;
	content: "\61"
}
.productTable{
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
	margin-bottom: 40px;
}
.productTable td,.productTable th{
	margin:0; padding:0;
	/*border:solid 1px #efefef;*/
	font-size:14px;
	height:35px;
	line-height:25px;
}
.productTable tr:nth-child(even) {
	background: #fafafa;
}
.productTable th{
	font-size:14px;
	color: #333;
}
.productTable td{
	text-align:center;
	padding:0 10px 0 0;
}
.productTable tr td:last-child{
	color:#0c0;
	padding:0;
}


.brandProducts{
	max-width: 235px;
	padding: 10px;
	margin:0 10px 20px 10px;
	box-shadow: 0px 0px 2px #ccc inset;
	float:left;
}
.brandProducts img{
	max-width: 210px;
}
/*
.brandProducts:nth-child(4n){
	margin-left:0px;
}
*/
/*.btnBuy{
    display:block;
    height:20px;
    margin:0;
    padding:0 10px;
    vertical-align:bottom;
    border:none;
    color:#fff;
    background:#009944;
}
.buyCol{
    width:25px;
    overflow:hidden;
}
.btnBuy:hover{
    padding:3px 10px 5px 10px;
    background:#009944;
}
.btnBuy:active{
    padding:5px 10px 3px 10px;
    background:#009944;
}
*/
/*IELIKT GROZĀ*/
.btnBuy{
	background: none;
	border: none;
	display:inline-block;
	height:25px; overflow: hidden;
	cursor:pointer;
}

.img_more{
	height: 30px;
	max-width: 100px;
	float:right;
	margin:0 0 0 0;
	line-height: 30px;
	font-size: 14px;
	cursor:pointer;
	position: absolute;
	bottom: 0; right: 0;
}

.productArrowLeft{
	width:14px; height:16px;
	margin:2px 0;
	float:left;
	background:url('picNavLeft_S.png');
	opacity:0.5;
}
.productPageButtons{
	/*300-2*14*/
	max-width:272px;
	font-size:0px;
	text-align:center;
	float:left;
}

.product {
	max-width:235px;
	margin-bottom: 30px;
	margin-right: 20px;
	position: relative;
	background-color: #fff;
	padding: 5px 5px 30px 5px;
	border: 1px solid #eee;
	float:left;
}
.product:nth-child(4n){
	margin-right: 0;
}

.imagenavL{
	max-width: 100px; height:100px;
	background: red;
	opacity: 0.75;
}

.imagenavr{

}

.productType{
	max-width: 320px; min-height: 500px;
	margin: 0 20px 15px 0;
	padding:10px;
	box-shadow: 0px 0px 2px #ccc inset;
	float: left;
	color: #666;
	position: relative;
}
.productType:nth-child(3n){
	margin-right:0px;
}
.productType a:hover{
}
.productType:hover,.brandProducts:hover{
	/*background: #0c0;*/
	/*box-shadow: 10px 10px 5px #888888;*/
	background: #fff;
	-webkit-box-shadow: 0px 4px 4px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 4px 4px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 4px 4px 2px rgba(0,0,0,0.15);
}
.typeTitle{
	text-align: center;
}
.typePic{
	text-align: center;
	margin: 10px 0;
}
.typePic img{
	max-width: 100%;
}

.typeDescription{
	text-align: justify;
}


.productArrowRight{
	width:14px; height:16px;
	margin:2px 0;
	float:left;
	background:url('picNavRight_S.png');
	opacity:0.5;
}

.manufacturerBox{
	padding:0 20px 0px 10px;
	line-height: 30px;
	display:inline-block;
}

.cycle-slideshow{
	z-index:9;
	overflow:hidden;
	max-width: 745px;
	float:left;
	margin-bottom:35px;
}
.cycle-slideshow img{
	display:block;

}
.example-pager{
	max-width: 735px;
	height:10px;
	overflow:hidden;
	/*margin:8px 0 -8px 0;*/
	z-index:10;
	position:absolute;
	margin:-15px 0 38px 10px;
	padding:0;
	line-height:0px;
	z-index:10000;
	left:45%;
}
.example-pager span{
	display:inline-block;
	width:10px; height:10px;
	background-image:url('picindsquare2.png');
	background-size: 10px 10px;
	margin:0 12px 0 0;
	cursor:pointer;
	opacity:0.25;
}
.example-pager .cycle-pager-active{
	opacity:1.0;
}
.huge{
	text-align:right;
}
.huge select,.huge input{
	-webkit-appearance: none;
	font:100px Verdana;
}


.punyGallery{
	position:relative;
	background:#fff;

	height:140px;
	max-width: 210px;

}

.punyGallery-thumbsButton{
	display:inline-block;
	margin:0px 0px 0px 0px;
	height:5px;
	/*background:url('picindsquare2.png');*/
	background:#000;
	background-size: 5px 5px;
	opacity:0.25;
}
.punyGallery-thumbsButtonSel{
	opacity:0.5;
}
.punyGallery-imageContainer{
	display:table-cell;
	/*vertical-align:middle;*/
	text-align:center;
	line-height:0px;
}
.productImg{
	height:140px;
}
.punyGallery-image{
	max-width:100%; max-height:100%;
	overflow:hidden;
}

.punyGallery-image img{
	display:block;
	margin:0; padding:0;

}
/*
.punyGallery-left{
	position: absolute;
	top:50%;
	background: url('picnavLeft.png') no-repeat;
	background-size: 24px 24px;
	opacity: 0.1;
}
.punyGallery-right{
	position: absolute;
	top:50%;
	right:0px;
	background: url('picnavRight.png') no-repeat;
	background-size: 24px 24px;
	opacity: 0.1;
}
.punyGallery-left,.punyGallery-right{
	width:24px; height:24px;
	margin:-12px 0 0 0;
}
*/


.punyGallery-thumbs{
	position:absolute;
	bottom:0; left:2px;
	width:100%;
}
.punyGallery-thumbs img{
	max-height:70px;
}
#punyGallery-close{
	width:25px; height:25px; position:absolute; top:0; right:0;
	background: url('icon_closehover.png') no-repeat;
	background-size: 25px 25px;
}

#punyGallery-close:hover {
	width:25px; height:25px; position:absolute; top:0; right:0;
	background: url('icon_close.png') no-repeat;
	background-size: 25px 25px;
}


/*CART*/
.cartTable{
	width: 100%;
}
.cartTable{
	text-align: center;
	border-collapse: collapse;
}
.cartTable tr{
	border-bottom: solid 1px #eee;
}
.cartTable td{
	border-right: solid 0px #c00;
	padding:5px 0;
}
.cartTable .picCol{
	max-width: 240px; text-align: left;
}
.cartTable .picCol img{
	/*width: 235px;*/
	max-width: 235px;
	max-height: 80px;
}
.cartTable .titleCol{
	max-width:360px;
	text-align: left;
}
.cartTable .countField{
	border: solid 1px #ccc;
	max-width: 60px; height:22px;
	/*position: relative; top:3px;*/
	display: block; float: left;

	padding: 0; margin:0 10px;
	font-size: 18px;
	text-align: center;;
}
.cartTable .priceCol{
	font-size: 22px;
	line-height: 25px;
	color: #000063;
}
.cartTable .delCol input{
	float: right;
}

.cartToral{
	text-align: right;
	margin: 10px 0 0 0;
	font-size: 16px;
}

.orderForm{
	margin:100px 0 0 0;
}
.orderForm .inputLabel{
	display:inline-block;
	width:80px;
	text-align:right;
	padding-right:14px;
	height:30px;
}
.orderForm div{
	margin:0 0 10px 0;
	line-height:30px;
}
.orderFormExtra{ display:none; }
.inputField {
	height:30px;
	width: 100%;
	max-width: 500px;
	border: 1px solid #ddd;
	box-shadow: 0px 1px 1px #eee inset;
	border-radius: 2px;
}

.inputField:hover,.inputField:focus {
	border: 1px solid #000066;
	box-shadow: 0px 3px 3px #eee inset;
	outline:#00ff00;
}
.inputField.error{
	/*background: #c00;*/
	border: solid 1px #ff3535;
}
textarea.inputField{
	min-height: 100px;
}

.inputButtonMinus, .inputButtonPlus, .inputButtonX{
	border:none;
	padding:0;
	background-color: transparent;
	width: 22px; height: 22px; text-indent: 22px;
	background-size: 22px 22px;
	display: block; float: left;
}
.inputButtonMinus{
	background-image: url('minus.png');
}
.inputButtonPlus {
	background-image: url('plus.png');
}
.inputButtonX {
	background-image: url('delete1.png');
}
.inputButtonX:hover{
	background-image: url('delete2.png');
}

.baskets {
	position: relative;
	width: 235px;
	height: 45px;

	float: right;
	z-index:100;

	box-shadow: 0px 0px 2px #ccc inset;
	margin-bottom:35px;
}

input[type="radio"] {
	display:none;
}
input[type="radio"] + label span {
	display:inline-block;
	width:14px; height:14px;
	margin:0px 6px 0 0;
	vertical-align:middle;
	cursor:pointer;
	background-size: 14px 14px;
	background-repeat: no-repeat;
	/*-moz-border-radius:  50%; border-radius:  50%;*/
}
input[type="radio"] + label span {
	/*background-color:#000;*/
	background-image: url('chekdot1.png');
}

input[type="radio"]:checked + label span{
	/*background-color:#009944;*/
	background-image: url('chekdot2.png');
}
.radioLabel{
	margin-right:20px;
}

/*.chekBasket{
	position: absolute; bottom: 0;
	display: block;
	width: 100%; height: 40px; line-height: 35px;
	text-transform: uppercase;
}*/
.submitForm{
	background: none;
	border: solid 1px #009944;
	line-height: 30px;
	max-width: 250px;
	font-size: 14px;
	padding: 0 40px;
	text-transform: uppercase;
	background: #009944;
	color: #ffffff;
	border-radius:px;
	margin: 0 0 0 125px;
	cursor: pointer;
}
.submitForm:hover{
	background: transparent;
	color:#009944;
}
.chekBasket,.img_more,.contactAsk,.btnBuy{
	border-bottom: solid 2px #009944;
	text-align: center; color: #009944;
	box-shadow: inset 0 0 0 0 #009944;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

.chekBasket:hover,.img_more:hover,.contactAsk:hover,.btnBuy:hover{
	/*font-size: 16px; font-weight: bold;*/
	box-shadow: inset 0 -100px 0 0 #009944;
	color: #ffffff;
	cursor: pointer;
}

/*.cartImg {
	width: 24px; height:24px;
	background-image: url('cart.png');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	z-index:101;
	float: left;
	margin: 8px 20px 0 10px;
}*/
.basketInfo{
	text-align: center;
	color:#676767;
	line-height: 32px;
	font-size:18px;
	margin: 34px 0 0 0;
}

/*PRODUCT L SKATS*/

.productL {

}
.productGalleryL,.productTextL{
	margin-bottom:10px;
}
.productTextL {
//max-width: 540px;
//float: right;
}

.productTitleL,.blockTitle{
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	padding:5px 0;
	margin:0 0 10px 0;
	color: #333;
	font-size: 18px;
	font-weight: 900;
}
.productTitleL a{
	color:inherit;
}




.blockTitleSelectors{
	display: inline-block;
	float: right;
}
.labelBrandSel{
	padding:0 20px 0 0;
}
.productDescriptionL {
	color:#333;
	font-size: 14px;
}
.productClearLine{
	clear: both;
	border-top: solid 2px #eee;
}
.productTableL {

}



/*Kontakti*/

.contCol {
	max-width: 490px;
	float:right;
	margin-left: 20px;
}
.contBlock{
	border: solid 1px #eee;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;

	min-height: 265px;
}
.textTitle{
	text-align: center;
	color: #444444;
	font-size: 20px;
	border-bottom: solid 1px #eee;
	display: block;
	max-width:340px;
	margin:20px auto;
}

.contactText{
	color: #555;
}

.map {
	float: left;
	overflow:hidden;
}
.map .gmap_canvas{
	height:550px;
	max-width:490px;
}

.slider222{
	position: relative;
	width: 100%;
	font-size:0px;
	white-space: nowrap;
	overflow: hidden;
}
.sliderMoveLeft,.sliderMoveRight{
	display:block;
	position: absolute;
	width:20px; height:100px;
	vertical-align: middle;
	font-size: 20px;
	top:0;
	background-color:rgba(255,0,255,0.8);
	display: none;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.sliderMoveLeft.inactive,.sliderMoveRight.inactive{
	background-color:rgba(255,0,255,0.1);
}
.sliderMoveLeft{
	left:0;
}
.sliderMoveRight{
	right:0;
}
.sliderThumbnails{

	display: inline-block;
	vertical-align: middle;
	position:relative;
}

.sliderThumbnails img{
	opacity: 0.5;
	height:60px;
	max-width: 140px;
	margin-right: 20px;
}

.sliderThumbnails a{
	display: inline-block;
}



.sliderThumbnailSel img{
	opacity: 1;
	box-shadow: 0px 0px 10px #000;
	padding: 2px;
	background: #fff;
}

.worksPictures{
	font-size: 0px;
	margin: 0px 0 10px 0;
}
.worksPicture{
	display: inline-block;
	max-width: 235px;
	margin: 0 20px 0 0;
	text-align: center;
	vertical-align: top;
}
.worksPicture:nth-child(4n){
	margin-right: 0px;
}
.worksDescription,.typeDescription{
	margin: 0 0 30px 0;
	color: #777;
	font-size: 14px;
	line-height: 18px;
}

#popup{
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
	background: rgba(50,50,50,0.5);
	position: fixed;
	top:0px;
}
#popupClose{
	position: absolute;
	top:30px; right: 50%;
	margin:0 -373px 0 0;
	background-image: url('close1.png');
	width: 30px; height: 30px;
	background-size: 30px 30px;
}
#popupClose:hover{
	background-image: url('close2.png');
	cursor: pointer;
}
#popupContent{
	max-width: 746px;
	margin:30px auto 0 auto;
	padding: 30px 0;
	background: #fff;
}
#popupContent .orderForm{
	margin: 0 auto;
	max-width: 500px;
}
#popupContent .inputLabel{
	display: block;
	text-align: left;
}
#formFrame{display: none;}

.zoomLens {

}

.zoomWindowContainer {

}


.googleMap{

}
.textblock {
	width:100%;
}

.textblock p{
	color:#333;
	text-align: justify;
	/*white-space: pre;*/
	font-size:14px;
	line-height:18px;
}

.bodyBox img{
	width:100%;
}



table {
	width: 100%;
	border-collapse: collapse;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table.productTable, .productTable thead, .productTable tbody, .productTable th, .productTable td, .productTable tr {
		display: block;
	}
	.productTable th{display:none!important}
	.brandProducts{max-width:180px;}
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	tr { border: 1px solid #ccc; }

	td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
	//width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	/*
	Label the data
	*/
	.productTable td:nth-of-type(1):before { content: "Modelis"; }
	.productTable td:nth-of-type(2):before { content: "Dzesēšanas jauda"; }
	.productTable td:nth-of-type(3):before { content: "Sildīšanas jauda "; }
	.productTable td:nth-of-type(4):before { content: "Energoefektivitāte"; }
	.productTable td:nth-of-type(5):before { content: "SEER/SCOP"; }
	.productTable td:nth-of-type(6):before { content: "Trokšņu līmenis"; }
	.productTable td:nth-of-type(7):before { content: "Izmērs, mm"; }
	.productTable td:nth-of-type(8):before { content: "Cena ar PVN"; }
	.productTable td:nth-of-type(9):before { content: " "; }
}





/*sidebar*/
#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#wrapper.toggled {
	padding-left: 150px;
}

#sidebar-wrapper {
	z-index: 1000;
	position: relative;
	/* left: 160px;
     height: 100%;
      margin-left: -160px;*/
	width: 0;

	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
	width: 150px;
}

#page-content-wrapper {
	width: 100%;
	position: relative;

}

#wrapper.toggled #page-content-wrapper {
	position: relative;
	margin-right: -150px;
}

/* Sidebar Styles */

.sidebar-nav {
	position: absolute;
	top: 0;
	width: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-nav li {
	text-indent: 20px;
	line-height: 40px;
}

.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #999999;
}

.sidebar-nav li a:hover {
	text-decoration: none;
	color: #fff;
	background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
	text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
	height: 65px;
	font-size: 18px;
	line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
	color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
	color: #fff;
	background: none;
}

@media(min-width:768px) {
	#wrapper {
		/*padding-left: 250px;*/
	}

	#wrapper.toggled {
		padding-left: 0;
	}

	#sidebar-wrapper {
		width: 150px;
	}

	#wrapper.toggled #sidebar-wrapper {
		width: 0;
	}

	#page-content-wrapper {
		position: relative;

	}

	#wrapper.toggled #page-content-wrapper {
		position: relative;
		margin-right: 0;
	}
	.state_close{
		display: none;
	}
}

#menu-toggle{
	display:none;
}



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

	#sidebar-wrapper {
		top:0;
		left:0;
		position:absolute;
	}

	#menu-toggle{
		clear: both;
		display: block;
		float: left;
		font-size: 24px;
		margin-top: 14px;
		width: 30px;
	}

	.headerLogo {
		float: none;
		text-align:center;
	}
}

@media screen and (max-width: 414px){
	.brandProducts{
		max-width:none!important;
		width:100%;
		margin:0 0px 20px 0px;
		text-align:center;
	}
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-align-left:before {
	content: "\e052";
}

.categories{
	margin-right:-5px;
	clear:both;
}

.cat{
	/*max-width:330px;
	max-height:160px;*/
	font-weight:bold;
	font-size:18px;
	float:left;
	text-align:center;
	cursor:pointer;
	background:#fff;
	display:block;
	margin:0px 5px 5px 0px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15);
	color:#00A9E7;
	width: 98.5%;
	/*by BOB*/
	/*height: 100%;*/
}

.svg_col{fill:#00A9E7;}

svg{
	height:100%;
	max-height:160px;
	display: block;
	margin: auto;
	width:100%;
}

.cat:hover{
	color:#fff;
	background:#00A9E7;
}

.cat:hover .svg_col{fill:#fff;}
.cat span{
	margin-top:-35px;
	padding-bottom:8px;
	display:block;
}

/*new*/

.bodyBox{
	overflow:hidden;
}

.contCol{
	float:none;
	max-width:100%;
	margin:0px;
}

.contCol .contBlock{
	float:left;
	width:48%;
	margin:10px;
	min-height:auto;
}

.contCol .contBlock .contactTitle{
	border-bottom: 1px solid #eee;
	color: #444444;
	display: block;
	font-size: 20px;
	margin: 20px auto;
	max-width: 340px;
	text-align: center;
}

.ab_img .img_cov{
	width:48%;
	margin:10px;
	float:left;
	text-align:center;
}

.ab_img .img_cov img{
	max-height:367px;
}
ul.leftMenu>li.spm>a{
	font-weight: bold;
}

@media only screen and (max-width: 760px){
	.contCol .contBlock{
		width:96%;
	}

	.ab_img .img_cov{
		width:96%;
	}
}

.ab_map{
	padding:10px;
}

.red{
	color: #a00;
}




.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;

	line-break: auto;
}
.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9;
}
.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}
.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}
.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}
.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.rightSideBar{
	display:block;
	/*float: right;*/
	position: absolute;
	/*top: 350px;	left: 1552px;*/
	/*top: 350px;	right: 10px;*/
	top: 850px;	right: 10px;
	/*margin-left: -300px;*/
	background-color: #00A9E7;
	width: 250px;
	height: auto;
	z-index: 999999;
	padding: 3px;
}

.rightButForSideBar{
	/*display:block;*/
	/*float: right;*/
	position: absolute;
	/*top: 350px;	left: 1552px;*/
	top: 250px;	right: 10px;
	/*margin-left: -300px;*/
	/*background-color: #00A9E7;*/
	/*width: 250px;*/
	/*height: auto;*/
	z-index: 999999;
}
.panel-collapse.collapse{
	display: block;

}

#rightSideBarDIV{
	top: 350px;
}

@media (max-width: 768px) {

	#rightSideBarDIV{
		width: 100% !important;
		top: 35px;
		/*position: fixed;*/
		left: 0 !important;
	}
	.productTable{
		height: auto !important;
	}
}

.enefPicImg{
	/*display: none;*/
	width: auto;
}
.enefSPAN img{
	width: auto;
	height: auto;
}

div.brandProducts img{
	width: 210px;
	height:100px;
}