* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, Time, serif;
	font-size:100%
}

ul, ol, dl {
	list-style:none;
}

a {
	text-decoration:none;
}

a:link {
	color:hsl(112, 45%, 75%);
}

a:visited {
	color:hsl(0, 45%, 75%);
}

a:hover {
	color:hsl(0, 0%, 90%);
}

body {
	background:hsl(0, 0%, 90%);
	font-family: Verdana, Arial, sans-serif;

}

#wrapper, #box {
	width:960px;
	margin:0 auto;
}

#wrapper {
	background:hsl(23, 21%, 80%);
}

header {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	background:hsla(245, 35%,64%, 0.9);
	z-index:999;
}

#box:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}


#logo {
	width:100px;
	height:100px;
	float:left;
}

header h1 {
	font-size: 32px;
	padding-top:20px;
	padding-left:120px;
	color:hsl(112, 45%, 75%);
}

nav {
	margin-top:;
}

nav ul {
	padding-left:120px;
}

nav li {
	display:inline-block;
	margin-top:5px;
	margin-left:50px;
	padding:10px;
	font-size:20px;
	font-weight:bold;
}

main {
	padding-top:105px;
	position:relative;
}

#info_gallery{
	position:relative;
}

#info_gallery ul {
	width:960px;
	padding-top:400px;
	display:flex;
	flex-flow:row nowrap;
	justify-content:center;
}

#shown_img {
	position:absolute;
	left:0;
	top:0;
}

#info_gallery li {
	flex:0 1 200px;
	background:hsl(245, 35%,64%);
	color:hsl(112, 45%, 75%);
	margin:3px 10px;
	line-height:40px;
	font-weight:bold;
}

#info_gallery p{
	padding-left: 70px;
}

.tab_logo{
	float:left;
	margin-left:10px;
}

span.gallery_img {
	display:none;
}

#info_gallery li:hover span.gallery_img{
	display:block;
	position:absolute;
	left:0;
	top:0;
}

#products_gallery{
	margin-top:15px;
}

#products_gallery h2 {
	text-align:center;
	padding:20px 0;
	font-size:32px;
	background: hsl(245, 35%,64%);
	color: hsl(112, 45%, 75%);
}

#products_gallery ul {
	display:flex;
	flex-flow: row wrap;
	margin: 20px 50px;
	justify-content: space-around;
	align-content: flex-start;
}

#products_gallery li {
	margin-bottom: 50px;
}

figcaption {
	text-align:center;
	margin-top:10px;
	font-size:24px;
	font-weight:bold;
}

footer{
	background:hsl(245, 35%,64%);
	text-align:center;
	font-style:italic;
	padding:10px 0;
}

/*order page*/

div.flex_container{
	display:flex;
	flex-flow:row nowrap;
	justify-content:center;
	margin:20px 0;
}

#order_form{
	align-self:center;
	/*flex:0 0 300px;*/
}

#order_form h2, #order_form > p:nth-of-type(1){
	text-align:left;
	padding-left:50px;
	margin-bottom:10px;
}

#order_form h2{
	font-size:24px;
}

.note{
	font-size:10px;
	font-style:italic;
	text-align:right;
	margin:5px 0 10px;
}

label, select, input, #cost, #total_cost{
	display:block;
	height:30px;
	padding:0 20px;
	line-height:30px;
}

#cost, #total_cost{
	margin:0 0 10px 0;
}

#materials, #size, #quantity{
	width:100px;
	padding:0;
	text-align:center;
}

label, #cost{
	float:left;
	text-align:right;
	width:200px;
}

fieldset{
	border:0;
}

#submit, #reset {
	margin-left:200px;
	font-size:18px;
	padding:5px 10px;
	border-radius:10px;
	background:hsl(0, 0%, 88%);
	box-shadow: 0 0 20px black;
}

#quantity_error{
	color: hsl(0, 100%, 50%);
}

/* FAQ */
h2 {
	font-size:24px;
	padding: 12px 20px;
}

p.faq {
	margin: 0 20px 12px 20px;
}

dl{
	list-style: disc;
	margin: 0 20px 12px 20px;
}

dt {
	font-size:18px;
	font-weight:bold;
	margin-bottom: 12px;
}
dd {
	margin-bottom:12px;
	text-indent: 20px;
}

hr {
	margin-bottom: 24px;
}

ul#websafty{
	list-style:disc;
	margin: 0 30px 12px;
}

#websafty li {
	margin-bottom: 12px;
}

/* contact us*/

h2+p {
	margin: 0 20px 12px;
}

#contact_us {
	margin:0 auto;
}

#contact_us label{
	display:block;
	float:left;
	width:150px;
	height:30px;
	margin:0 20px 12px;
	text-align:right;
}

#contact_us p{
	width:150px;
	height:30px;
	margin:0 20px 12px;
	text-align:right;
}

#contact_us input, #contact_us select, #contact_us textarea{
	display:block;
	height:30px;
	margin-bottom: 12px;
}

#goverment, #university, #company{
	float:left;
	margin-left:190px;
}

label.institute{
	float:none !important;
	text-align:left !important;
	width:auto !important;
	margin-left: 210px !important;
}

#contact_us #submit{
	margin:20px 0 24px 200px;
}

#left, #right {
	float: left;
	margin-left: 20px;
}

#left{
	width:500px;
}

#right {
	width:350px;
	margin-top:150px;
	border:2px solid hsl(245, 35%,64%);
	background-color: hsl(112, 45%, 75%);

}

#right p#errors {
	font-weight:bold;
	margin:12px 12px;
}

p.errors{
	margin:0 0 12px 12px;
}

#mainContactUs:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;;
}

#wood, #buffaloHorn, #sheepHorn, #metal, #plastic {
	float:left;
	margin-left:190px;
}

#contact_us label.favorates{
	float:none;
	text-align:left;
	margin-left:190px;
}


/* sale */
#sale {
	margin-left:100px;
}
#sale legend{
	margin-bottom:6px;
	margin-left:30px;
	font-weight:bold;
}
#sale input{
	margin-bottom:24px;
}

#date {
	display:none;
	background-color: hsl(245, 35%,64%);
	position:relative;
	top:-16px;
	left:100px;
	width:280px;
}

#date:after{
	content:".";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}

#preMonth {
	float:left;
}

#nextMonth, #close {
	float:right;
}

#calendar{
	margin:auto;
}

.date{
	color:hsl(112, 45%, 75%);
}

#countdownSection {
	display:none;
	position:absolute;
	left:400px;
	top:200px;
}

#countdownShow{
	position:absolute;
	left:250px;
	top:0;
	width:200px;
}

td{
	text-align: center;
}

/* about us */
#locations{
	width:50%;
	margin:0 auto;
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-around;;
}

#locations div{
	background-color: hsl(112, 45%, 75%);
}

#map{
	width:600px;
	height:600px;
	background-color: hsl(112, 45%, 75%);
	margin:20px auto;
}

#yourLocation {
	margin:10px auto;
	width:70%;
}