body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
header{padding:5px 0 5px 0}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color:#078804;;
}
a:hover {
	text-decoration: none;
	color: #8ec65d;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #078804;
}
/* top */
#top {
	border-top: 3px solid #078804;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
.header-info{padding-right: 0}
.work-time{font-size:14px}
.work-time p{margin-bottom:0px}
.work-time-block{display:inline-block;}
.phone-header {
    font-size:22px;
}
.phone-header .header-block{margin-right:17px;padding-right:38px}
.header-block{display:table-cell;vertical-align:middle;height:78px}

/* search */
#search .input-lg {
	height: 32px;
	line-height: 20px;
	padding: 0 10px;
	border-radius:2px 0 0 2px;
	box-shadow:none;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 6px 10px;
	text-shadow: 0 1px 0 #FFF;
	box-shadow:none;
}
#search .btn{border-radius:0;background:transparent;border-color:#ccc;box-shadow:0 }
/* menu */
#menu {
	    border-top: 1px solid rgba(125, 125, 125, 0.1);
    border-bottom: 1px solid rgba(125, 125, 125, 0.1);
    border-radius: 0;
	min-height: 40px;
}
#menu .nav > li > a {
    color: #414141;
    text-align: center;
    padding: 10px 25px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
 /*   max-width: 135px;*/
    text-transform: none;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	    color: #078804;
	    background-color:transparent;
}
#menu .dropdown-menu {
	padding-bottom: 0;
	    box-shadow:rgba(0, 0, 0, 0.172549) 0px 6px 12px 0px;
	    border-top: 4px solid #078804;
	    border-left:none;
	    border-right:none;
	    border-bottom:none;
	    padding: 0;
}
#menu .dropdown-menu::before{
	content: '';
	position: absolute;
	left: 48px;
	top:-14px;
	width: 0;
	height: 0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #078804;
}
#menu .dropdown-menu ul li{border-top:1px solid rgba(125,125,125,.1)}
#menu .dropdown-menu ul li:first-child{border-top:0;}
#menu .dropdown-menu ul li a{
white-space: nowrap;
    padding: 14px 25px 13px 15px;
    display: block;
    text-decoration: none;}


#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}

#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	.price{display:inline-block;margin-top:15px}
	 #logo{vertical-align: top;}
	 .phone-header .header-block{font-size:16px;display:block;height:auto;padding-right: 0}
	 .header-block{height:50px}
	 .work-time-block{padding-left:0px}
	 .work-time-block-one{margin-left:47px}
	 /*.work-time-block-two{margin-left:60px}*/
	 .komanda-product .feedback{position: relative!important;top:0px!important;right:0px!important;max-width:100%!important;margin:0 10px!important;box-shadow:none!important;}
}
.service-wrapper div{margin:20px 0;}
.service{
	width: 70px;
    height: 48px;
    display: table-cell;{}
    vertical-align: top;
    margin-right: 10px;
    background:url(../image/service.png) no-repeat;;
}
.service-text{display:table-cell;vertical-align:middle;}
.brands{margin-bottom:40px;padding-left: 5px;
    padding-right: 5px;}
.home-brands-img{    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;}
.home-brands-img:hover{
-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
 }
 .home-brands-wrapper{padding-left: 5px;
    padding-right: 5px;height: 200px;
    overflow: hidden;
    text-align: center;
    position: relative;
	margin-bottom:10px;
}
 .home-brands {overflow: hidden;height:200px} 
 .home-brands-btn{
 	position: absolute;
    text-align: left;
    padding-right: 15px;
    bottom: 15px;
    left: 25px;
    padding-right: 15px;
    color: #fff;
 }  
 .home-brands-btn span{
 	font-weight: 700;
    font-size: 16px;
    display: inline-block;
    padding: 8px 20px;
 }
.home-brands-one{background-color: #0096d6;}
.home-brands-two{background-color: #ff6709;}
.home-brands-three{background-color: #00539b;}
.home-brands-four{background-color: #80c342;}
.home-brands-five{background-color: #e22319;}
.home-brands-six{background-color: #7e00b5;}
.home-brands-seven{background-color: #0b2089;}
.home-brands-eight{background-color: #99211f;}
.home-brands-nine{background-color: #00615b;}

.brands-button{
	background: #078804;
    color: #fff;
    font-weight: 700;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 12px 20px;
    font-size: 14px;
    border-collapse: collapse;
    border: 0;
}
.brands-button:hover{
	background-color: #8ec65d;
	color: #fff;
	text-decoration: underline;
}
.services-title{margin-bottom:30px;}
.services-title h2{border-bottom: 1px solid #e6e6e6;
    padding-bottom: 12px;
    font-size: 17px;
	font-weight:600;
     }
.services-img{width: 30%;
    max-width: 270px;
    text-align: center;
    border: 0;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    display: table-cell;
}
.services-content{display:table-cell;}
.services-name{
    font-size: 16px;
    margin-bottom:10px;

}
.services-content a{color:#078804}
.services-content a:hover{text-decoration:underline;color: #418c00;}
.services-wrapper{margin-bottom:50px}
.name {
    font-size: 23px;
    line-height:30px;
    color: #000;
    margin: 0;
}
.name-text{color:#078804}
.line-one {
    display: inline-block;
    width: 25%;
    border-bottom: 1px solid #304771;
}
.line-two {
    display: inline-block;
    width: 25%;
    border-bottom: 1px solid #dadada;
}
.prof {
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
    color: #f6b431;
}
.komanda .name {margin-top:60px;}
.komanda .col-sm-3 ul{/*position: absolute;*/min-width:358px}
/* .komanda .check {
    background: url(../image/check.png) no-repeat left center;
    display: table-cell;
    vertical-align: middle;
    width: 30px;
} */
.komanda li{
	margin-bottom:20px
}
.komanda ul p {
    display: table-cell;
    line-height: 23px;
    vertical-align:middle;
}
.komanda-product .name {margin-top:60px;font-size:18px;}
.komanda-product .col-sm-3 ul{/* position: absolute; */min-width:332px;z-index:9}
/* .komanda-product .check {
    background: url(../image/check.png) no-repeat left center;
    display: table-cell;
    vertical-align: middle;
    width: 30px;
} */
.komanda-product li{
	margin-bottom:20px
}
.komanda-product ul p {
    display: table-cell;
    line-height: 23px;
    vertical-align:middle;
}
.komandas::before {
	content: '';
    background: url(../image/komandas.png) no-repeat left;
    width: 60px;
    height: 60px;
    display: table-cell;
}
.feedform .form-control{height:55px;background-color:#f0f0f0;border-radius:50px;font-size:17px;border-color:#f0f0f0;box-shadow:none;padding-left:20px;font-size: 17px!important;color: #464646  }
.komanda-product .form-control{font-size:14px!important;}
.komanda-product .btn-phone {font-size:14px}
#komandas-one::before{background-position: -63px center;}
#komandas-two::before{background-position: -122px center;}
#komandas-three::before{background-position: -178px center;}
.number{font-size:17px;color:#0ba208;min-height:40px}
/* .horizontal{
position: absolute;
top: 10px;
right: 10px;
width: 77%;
height: 1px;
background-color: #f3f3f3;
} */
.komanda, .komandaua{position:relative;}
.komanda-product{
	min-height: 600px;
	position: relative;
}
.feedback{   
    max-width:340px;
    margin:60px 30px 0 0;
    position: absolute;
    top: 21px;
    right: 10px;
	background-color: #fff;
	padding:35px 25px;
	text-align:center;
	box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
}
.feedback h3{color:#000;font-size:23px;margin-top:0;}
.feedback p{color:#000;font-size:18px;margin:20px 0 25px;}

/* .komanda-product .feedback{   
    max-width:260px;
    margin:50px 15px 0 0;
    position: absolute;
    top: 21px;
    right: 10px;
	background-color: #fff;
	padding:20px 16px;
	text-align:center;
	box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
} */
.komanda-product .feedback h3{color:#000;font-size:18px;margin-top:0;}
.komanda-product .feedback p{color:#000;font-size:17px;margin:20px 0 25px;}


.btn-phone{
	width:100%;border-radius:50px;height:55px;color:#fff;background-color:#0ba208;border:0;margin-top:20px;font-size:16px;
}
.notification_ok{    color: #078804;
    font-size: 16px;}
.why-we{margin-top:100px}
.why-we h2 {text-align:center;}
.why-we-text{font-size:18px;color:#0ba208;margin-top:20px;}
.tops{margin-top:45px;min-height:170px}
.reviews .item{
	    margin: 5px 10px 30px;
   
   


}
.reviews .review{
	 text-align: center;
	  color: #c2c2c2!important;
    background: #000;
}
.reviews h4{font-size:25px;margin:20px 0 40px 0;}
.review-text{display:block;margin-top:15px;color:#454545 }
.wrapper-category{background: #f6f6f6;padding:16px 0;margin-bottom:20px;}
.wrapper-category h1{margin: 7px 0;font-size:24px;text-align:center;}
.tabs{border-bottom:1px solid  #078804;}
.tabs li{
	color: #078804;
    border: 1px solid #078804;
    float: left;
    padding: 10px 20px;
    margin-bottom: -1px;
    font-weight: 700;
}
.tabs span{margin-right:4px}
.navbar{margin-bottom:0}
.price{
	font-size: 18px;
    font-weight: 600;
    color: #222;
    line-height:1.2;
}
.text {
    margin-top: 10px;
}
.table-offer {
    width: 100%;
}
.table-offer td {
    width: 50%;
    font-size: 14px;
    padding: 8px;
    border: 1px solid #e8e8e8;
}
.offer-title {
    font-weight: 600;
    border-left: 0!important;
}
.offer-title-right {
    border-right: 0!important;
}
.contact-form{
	    padding: 25px 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    background: #fafafa;
    font-size: 16px;
    border-top: 1px solid #078804;
    border-bottom: 1px solid #078804;
    text-align: center;
}
.contact-form-content{margin-bottom:15px}
/* .contact-form button{
	    margin: 0 auto;
    display: block;
    margin-top: 15px;
    background: #078804;
    color: #fff;
    font-weight: 700;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 12px 20px;
    font-size: 14px;
    border-collapse: collapse;
    border: 0;
} */
.contact-form a{margin-right:20px}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
	font-size: 16px;
    line-height: 30px;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0;
	padding: 0;
}
.breadcrumb a {
	color:#7c7c7c;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 5px 0 0;
	position: relative;
	font-size:9px;
	text-transform:uppercase;
	text-shadow: 0 1px 0 #FFF;
	white-space: nowrap;
}
.breadcrumb > li:first-child{padding-left:0}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
/*.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: -5px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #414141;
	padding: 8px 12px;
	border-radius:0px!important;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #fff;
	background: #078804;
	border: 1px solid #DDDDDD;
	
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image:hover  {
	opacity: 0.8;
}
.product-thumb h4 {
	font-size: 18px;
	color:#078804;
	padding:0 10px;
	min-height: 33px;
	margin:15px 0;
}

.product-thumb h4:hover  {
	text-decoration:underline;

}
.product-thumb p{padding:0 10px;min-height:125px;}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
/* .product-thumb .caption {
	padding: 0 10px;
	min-height: 180px;
} */
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.maps h4{font-size:25px;margin:0 0 20px 0;}
.maps p{display:block;margin-bottom:15px}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
	.tops,.number{min-height:0px;}
	.why-we,.why-we-text{margin-top:0px}
	.tops,.reviews h4,.maps h4,.komanda-product .name{margin-top:30px}
	.reviews .item{margin-bottom:0px;}
	.services-wrapper{margin-bottom:30px}
	.services-img{display:block;float:none;width:auto;}
	header{padding:15px 0 15px 0}
	.product-thumb h4{min-height:auto}
	.phone-header .header-block{margin-right:0}
}
.maps p{padding: 0 15px;font-size:16px;}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
/* @media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-4:nth-child(2n+1) {
		clear:left;
	}
} */
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}



.map{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
