body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #868585;
	background: #fdfcfb;
	font-weight: normal;
}
img{
	max-width: 100%;
	height: auto;
}
#photo{
	width:160px; height:120px; 
}	
#photo div{
	position:absolute; z-index:0;
}
#photo div.current{
	z-index:2; border: 4px solid orange;
}
#photo div.previous{
	z-index:1; border: 4px solid orange;
}
.logo{
	padding-top: 35px; text-align: center;
}
.lead{
	color: lightblue; text-shadow: 1px 1px 1px #000;  
}
.lead > p{
	padding-left: -50px;
}
.basket{
	background: url(../img/sky.jpg) center center no-repeat; background-size: cover; text-align: center; 
	font: bold 30px 'Monotype Corsiva'; color: black; height: 150px;
}
.basket-form>button{
	font-size: 20px;
}
#full-basket>p{
	font: bold 15px 'Open Sans', sans-serif; margin: -3px; 
}
#none-basket{
	font-size: 20px; color: red;
}
td{
	width: 20px;
}
.total-sum{
	margin-bottom: 20px;
}
.total-sum>div:first-child{
	font: bold 30px 'Monotype Corsiva'; color: blue;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
	outline: none;
}
li > button{
	color:green; background-color: transparent; border: none;
}
.navbar-default .navbar-nav > li > button{
	font-size: 20px; padding: 12px  10px 10px; border-radius: 5px;
}
.navbar-default .navbar-brand:active, .navbar-default .navbar-brand:focus{
	color: #FFB6C1; text-shadow: 1px 1px 1px #000;
}
.navbar-default .navbar-brand:hover{
	text-shadow: 1px 1px 2px black, 0 0 1em blue; color: white; 
}
.navbar-default .navbar-brand{
	outline: none; color: lightblue; text-shadow: 1px 1px 1px #000;
}
.navbar-nav > li.active-link > button{
	color:green; background-color: transparent; border: none; font-size: 20px;
}
.navbar-default .navbar-nav > li > button:hover, .navbar-nav > li.active-link > button:hover{
	background-color: green; color: white;
}
.navbar-default .navbar-nav > li.open > button:active, .navbar-nav > li.active-link > button:active, .navbar-default .navbar-nav > li.open > button:focus,
.navbar-nav > li.active-link > button:focus, .dropdown-menu > li > button:hover{
	background-color: yellow; color: red;
}
.menu{
	box-shadow:  0 0 30px rgba(0,0,0,0.5) inset;
}
.navbar-brand{
	padding-right: 80px;
}
.search-form{
	width: 28%;
}
.col-md-1{
	font-size: 12px;
}
.carousel-inner{
	height: 285px;
}
.carousel-control{
	border: none;
} 
.carousel-inner .active{
	cursor: pointer;
}
.red{
	color: red;
}
.sale{
	text-align: center;
}
.reviews{
	margin-bottom: 20px;
}
.clock{
	background-color: black; border: 5px solid #ff0000; width: 290px; padding: 5px; margin-left: 10%;
}
.stock>p{
	font: bold 50px 'Book Antiqua'; color: red; text-align: center;
}
.col-md-3{
	height: 400px;
}
.new>p{
	font: bold 50px 'Book Antiqua'; color: blue; text-align: center;
}
.new>div>div>div>img:last-child{
	cursor: pointer;
}
.imgAbout1>p>img, .imgAbout2>img{
	border: 5px solid orange;
}
.imgAbout1>p{
	margin-left: 9%;
}
.col-md-2>img{
	display: block; opacity: 1;  
	-webkit-transform: scale(1,1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 550ms;
	-moz-transform: scale(1,1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 550ms;
}
.col-md-2>img:hover{
	-webkit-transform: scale(1.5,1.5);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 550ms;
	-moz-transform: scale(1.5,1.5);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 550ms;
}

footer{
	background-color: #98FB98; color: black; box-shadow: 0 0 20px rgba(0,0,0,0.5) inset;
}
.col-md-6>p>a{
	color:black;
}
.col-md-6>p>button{
	color:black; background-color: transparent; border: none; margin-left: -8px;
}
.col-md-6>p>button:hover{
	text-decoration: underline;
}
footer .col-md-12{
	text-align: center; font: 18px 'Monotype Corsiva';
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}