@media (min-width: 768px) {

/*-----Navbar-----////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
.navbar{
	border-radius:0;
	margin-top:10px;
}
.navbar-collapse{
	padding:0;
}
.navbar-default {
    border-color:transparent;
	background: #3a160b; 
	background: -moz-linear-gradient(top,  #3a160b 0%, #89351a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a160b), color-stop(100%,#89351a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3a160b 0%,#89351a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3a160b 0%,#89351a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3a160b 0%,#89351a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3a160b 0%,#89351a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a160b', endColorstr='#89351a',GradientType=0 ); /* IE6-9 */
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
    font-weight: normal;
	-webkit-transition-duration: 0.3s;
	margin-top:0px;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #f9a42f;
	margin-top:-5px;
	padding-bottom:20px;
}
.navbar-nav>li {
	text-align:center;
	border-right: 1px dotted #fff;
	padding:0 0px;
	display:inline-block;
	position:relative;
}
.navbar-nav>li:last-child {
	border-right: none;

}


.navbar-nav>li:hover .dropdown-menu  {
	display:block;
}
.dropdown-menu{
	min-width: auto;
	width:100%;
	padding:0;
	border:0;
}
.dropdown-menu>li{	
	border:0;
	background: #3a160b; 
	background: -moz-linear-gradient(top,  #3a160b 0%, #89351a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a160b), color-stop(100%,#89351a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3a160b 0%,#89351a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3a160b 0%,#89351a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3a160b 0%,#89351a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3a160b 0%,#89351a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a160b', endColorstr='#89351a',GradientType=0 ); /* IE6-9 */
}

.dropdown-menu>li>a{
	color: #FFF;
	font-size:20px;
	padding:5px 10px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #f9a42f;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-submenu{
	width:100%;
}


.dropdown-submenu a:hover{
	background: #FFF !important;
	color:#000877  !important;
}
.dropdown-submenu a{
	font-size:23px;
	color:#FFF !important;
}

/*-----Header-----////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.header{
	padding:10px 0;
	margin-top:10px;
}


/*-----Slider-----////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#myCarousel .carousel-control{
	width:0;
	color: #53080A;
	text-shadow: 0 1px 2px #53080A;
}

#myCarousel .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -27px;
}
#myCarousel .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -27px;
}

#slider .carousel-indicators{
	top:0;
	right:5px;
	left:auto;
	width:100%;
	text-align:right;
}
#slider .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #3a160b;
    border-radius: 10px;
}
#slider .carousel-indicators li.active {
	background-color:#3a160b;
    border: 1px solid #3a160b;
}

/*-----Footer-----////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.footer-title{
	font-size:40px;
	line-height:45px;
}
.bg-footer{
	font-size:20px;
}





.catalog-list img{
	width:50px;
	margin-right:20px;
}

/*-----END CSS-----////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

}