





body {
   background: url("../img/bg.jpg")/*tpa=http://use.r-tools.org/preview/349825/main/img/bg.jpg*/ no-repeat fixed;
}

.topnav {
	list-style:none;
	padding: 0;
	margin-top: 20px;
	float: right;
}
.topnav  li {
	display:inline-block;
}
.container {
width: 985px !important;
}
.topmenu {
	margin-top: 20px;
}
.topnav  li a {
	color: #000;
    font-size: 15px;
    font-weight: bold;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    border:1px solid black;
    -webkit-box-shadow: -1px 10px 7px -8px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    -1px 10px 7px -8px rgba(50, 50, 50, 0.75);
box-shadow:         -1px 10px 7px -8px rgba(50, 50, 50, 0.75);
}
.logo {
	height: 175px;
	text-align: center;
}
.logo img {
	height: 100%;
	margin-left: 10px;
}
.calls p {
	 font-size: 25px;
    font-weight: bold;
}
.topnav1 {
	margin-top: 0px;
	padding: 0 !important;
	float: right;
}
.carousel_block {
	margin-top: 20px;
}
.itemmenu {
	list-style: none;
}
.submenu {
	list-style: none;

}

.itemmenu ul {
	opacity: 0;
	display: none;
	position: absolute;
	top: 0;
	background: white;
	padding: 10px;
	width: 90%;
	z-index: 999;
	-webkit-transition: all 0.5s ease; /* Firefox */
-moz-transition: all 0.5s ease; /* WebKit */
-o-transition: all 0.5s ease; /* Opera */
transition: all 0.5s ease; /* Standard */
left:50%;
top: 30%;

    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 11px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 11px 0px rgba(50, 50, 50, 0.75);
}
.itemmenu:hover ul {
	display: block;
	opacity: 1;
}

.img img {
	display: block;
	margin: 0 auto;
}
.ms2_product .thumbnail {
    padding: 5px 5px 10px 5px;
}
.ms2_form a {
	text-align: center;
	display: block;
	font-size: 1.2em;
	margin: 5px;
	height: 70px;
}
.ms2_form1 a {
	text-align: center;
	display: block;
	font-size: 1.2em;
	margin: 5px;
	color: white;
}

.ms2_form1 a p {
	color: green;
}
.price {
	display: block;
	font-size: 1em;
	color: green;
	margin-top: -10px;
    margin-bottom: 20px;
}
.flags {
	position: absolute;
}
.itemmenu a p{
	display: block;
	font-family: verdana;
    margin: 5px;
    text-align: center;
    height: 45px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

.thumbnail {
	box-shadow: 0 0 11px 0 rgba(50, 50, 50, 0.6);
	border:1px solid #90e192 !important;
}
.itemmenu .submenu a {
	font-size: 1em;
	margin: 0;
	height: auto;
	color: green;

}
.itemmenu .submenu a:hover {
	background: green ;
	color: white;
	text-decoration: none;
}
.ms2_product .price {
	padding: 0 !important;
	text-align: center;
}
.ms2_form .flags {
display:none; }
.ms2_form1 .flags {
display:none; }
.calls p {
	background: url('../img/phone.png')/*tpa=http://use.r-tools.org/preview/349825/main/img/phone.png*/;
	background-repeat: no-repeat;
	padding: 20px;
	padding-left: 70px;
}
.cart p {
	background: url('../img/tempbox.png')/*tpa=http://use.r-tools.org/preview/349825/main/img/tempbox.png*/;
	background-repeat: no-repeat;
	padding: 20px;
	padding-left: 70px;
}
.cart a {
	color: green;
}
.cart a:hover {
	color: green;
}
.cart {
	margin-top: 10px;
}
#msGallery img  {
	border: 1px solid #ddd;
    height: auto;
    margin-bottom: 10px;
    padding: 2px;
    width: 100%;
}

.price-block {
	color: green;
	font-size: 2em;
}
.nomarg {
	margin: 0 !important;
}
.ms2_form a {
	color: green;
}
.left-menu li {
	
	list-style: none;
	border-bottom: 2px solid #E2E1E1;
}
.left-menu {
	padding: 0;
}
.left-menu li a {
	font-family: Tahoma, Geneva, sans-serif;
color: green;
    display: block;
    font-size: 1.37em;
    line-height: 2em;
    margin-bottom: 0;
    width: 100%;
    padding: 5px 5px 5px 20px;

}
.left-menu li a:hover {
	text-decoration: none;
	background: green;
	color: white;
}
.left-sub-m li a {
	font-family: Tahoma, Geneva, sans-serif;
color: green;
    display: block;
    font-size: 1.24em;
    line-height: 2em;
    margin-bottom: 0;
    width: 100%;
    padding: 5px 5px 5px 0px;

}
.left-sub-m > .last {
        border-bottom: 0;
}
.left-sub-m li.active a {
  text-decoration: none;
	background: green;
	color: white;  
	padding:0 5px;
}
.breadcrumb li a {
	color: green;
}
.breadcrumb {
	margin-bottom: 0;
	margin-top: 10px;
	border-radius: 0 !important;
	padding: 8px 10px !important;
}
.controls .btn {
	margin-right: 10px;
	margin-top: 10px;
}
.topnav li a {
	background: rgb(228,228,228);
}
.topnav li a:hover {
	background: #fff;
	color: green;
	-webkit-box-shadow: -1px 10px 7px -2px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    -1px 10px 7px -2px rgba(50, 50, 50, 0.75);
box-shadow:         -1px 10px 7px -2px rgba(50, 50, 50, 0.75);
}
.avito img {
	width: 100%;
}
.thumbnail2 {
	background-color: #fff;
    border: 1px solid green;
    display: block;
    line-height: 1.42857;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 11px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 11px 0px rgba(50, 50, 50, 0.75);
}
.akcia img {
  width: 106%;
  position: relative;
  bottom: 14px;
  right: 14px;
  margin: 0 auto;
  display: block;
}
.thumbnail2 h2 {
	margin-top: 0;
}
.subsribe h3 {
	margin-top: 0;
}
.banner-econom {
	position: absolute;
	z-index: 999;
	opacity: 0.9;
}
.carousel-inner > .item {
	padding-top: 10px;
}
.carousel-control.left, .carousel-control.right {
	background: none !important;
}
.banner-econom img {
	width: 100%;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
}

.itemmenu .thumbnail img {
	height: 197px !important;
	border-bottom: 1px solid #90e192;
	padding-bottom: 2px;
	width: 240px !important
}
footer {
	-webkit-box-shadow: 0px -7px 8px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    0px -7px 8px 0px rgba(50, 50, 50, 0.25);
box-shadow:         0px -7px 8px 0px rgba(50, 50, 50, 0.25);
padding: 10px;
}
footer p {
	text-align: right;
}
.run-line {
	padding: 0 15px;
}
.sale-line-message {
	padding: 5px 0;
}
#content {
	padding: 0 10px;
}
.cart p {
	float: right;
}
.left-header {
	display: block;
	color: green;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	background-color: #fff;


	padding: 5px;
	margin-bottom: 10px;
}
.content {
	padding: 0 20px;
}
.akcii-block .thumbnail2 {
	height: 230px;
}
.left-menu-block {
	padding: 0 !important;
}
.main-cat-caption {
	font-size: 17px;
	margin-top: 5px;
}
.width5 {
	width: 25% !important;
}
.nopadding {
	padding: 0;
}
.content-block h1 {
	font-size: 1.7em;
	margin-top: 0;
	margin-bottom: 20px;
}
.content-block h2 {
	font-size: 1.5em;
}
#msGallery .span2 {
    margin-left: 14px !important;
    padding: 0;
    width: 85px !important;
}
.item-sub-cat a p{
	display: block;
	font-family: verdana;
    margin: 5px;
    text-align: center;
    height: 65px !important;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
}
.main-cat-seo p{
	height: 45px !important;
	overflow: hidden;
}
.itemmenu ul {
	height: 250px;
	overflow: hidden;
}
.search-result li{
	list-style: decimal;
}
.search-block {
	float: right;
	padding: 0;
    margin-top: 35px;
    right: -103px;
}
.search-block .btn {
	padding-top: 3px !important;
	padding-bottom: 2px !important;
}
.cw {
    min-height: 180px;
}
.item_description{
    height: 45px;
}

.left-header {
    margin-bottom: -40px;
}

.ms2_product {
    margin-top: 50px;
}
.col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
}

#content, .container {
    background-color: #fff;
}

.block_callOrder {
	position: relative;
    top: 20px;
    left: 230px;
}

header {
    height: 185px;
}