@charset "utf-8";
/* CSS Document */

@media screen and (max-width:480px) {
.topWrapper {
	text-align: center;
}
.text-right {
	text-align: center;
}
.text-left {
	text-align: center;
}
.topWrapper img {
	margin: 5px 2px 2px;
}
header .col-lg-2.col-md-2.col-sm-2.col-xs-12 {
	text-align: center;
}
.top-phone {
	text-align: center;
}
.menu ul {
	width: 100%;
	position: absolute;
	top: 120%;
	left: 0px;
	padding: 10px 18px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
	border-radius: 3px;
	background: #303030;
	z-index: 999;
}
.toggle-nav {
	padding: 10px 20px !important;
}
.search-form input {
	box-shadow: -1px 1px 2px rgba(0,0,0,0.1);
	background: #e6e5e5;
}
.search-form input {
	width: 70% !important;
}
.wrap {
	width: 100% !important;
}
header .topmenu {
	margin-bottom: 10px;
}
.search-form {
	margin: 0px 0px 0px 20px !important;
	float: left;
}
.search-form input {
	height: 45px !important;
}
.search-form button {
	height: 45px !important;
}
.menu li a {
	padding: 8px 12px !important;
	color: #fff;
	border-bottom: 1px solid #545454 !important;
	border-right: 0px solid #772d0a !important;
}
.menu .current-item >a:nth-child(1) {
	border-radius: 0px 0 0 0 !important;
}
.menu li {
	margin: 0px 0px 0px 0px !important;
	float: none;
	display: block;
}
.carousel-caption {
	display: none;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.col-xs-12 {
	margin: 5px 0;
}
}
@media only screen and (min-width:481px) and (max-width:767px) {
	.text-left {
	text-align: center;
}
	.topWrapper {
	text-align: center;
}
.text-right {
	text-align: center;
}
.topWrapper img {
	margin: 5px 2px 2px;
}
header .col-lg-2.col-md-2.col-sm-2.col-xs-12 {
	text-align: center;
}
.top-phone {
	text-align: center;
}
.menu ul {
	width: 100%;
	position: absolute;
	top: 120%;
	left: 0px;
	padding: 10px 18px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
	border-radius: 3px;
	background: #303030;
	z-index: 999;
}
.toggle-nav {
	padding: 10px 20px !important;
}
.search-form input {
	box-shadow: -1px 1px 2px rgba(0,0,0,0.1);
	background: #e6e5e5;
}
.search-form input {
	width: 400px !important;
}
.wrap {
	width: 100% !important;
}
header .topmenu {
	margin-bottom: 10px;
}
.search-form {
	margin: 0px 0px 0px 20px !important;
	float: left;
}
.search-form input {
	height: 45px !important;
}
.search-form button {
	height: 45px !important;
}
.menu li a {
	padding: 8px 12px !important;
	color: #fff;
	border-bottom: 1px solid #545454 !important;
	border-right: 0px solid #772d0a !important;
}
.menu .current-item >a:nth-child(1) {
	border-radius: 0px 0 0 0 !important;
}
.menu li {
	margin: 0px 0px 0px 0px !important;
	float: none;
	display: block;
}
.carousel-caption {
	display: none;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.col-xs-12 {
	margin: 5px 0;
}
}
@media (min-width:768px) and (max-width:991px) {
	.top-phone {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    margin-top: 25px;
}
header .basket {
    background: #f19028;
    border-radius: 5px;
    padding: 8px 10px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin-top: 25px;
}
.menu li{
    font-size: 13px !important;
}
.menu li a{
       padding: 16px 12px !important;
}
.search-form {
    margin-top: -5px;
}
.search-form input {
    width: 120px !important;
}
.carousel-caption {
    right: 20%;
    left: 10%;
    padding-bottom: 30px;
    width: 35%;
    bottom: 50px;
}
#cssmenu > ul > li > a {
    padding: 20px 12px;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
}
@media (min-width:992px) and (max-width:1199px) {
	.search-form input {
    width: 128px !important;
}
}
@media (min-width:1200px) {
}
