@charset "utf-8";


* {
	padding: 0;
	margin: 0;
	font-family: tahoma;
	}
/*Clearfix class to fix float problem*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

/*footer*/
footer{
	color: #323333;
}
#bottom1 {
	margin: 0;
	padding: 5px 0 0 0;
	background-color: #ddd;
	width: 100%;
	height: 170px;
}
/*Our Offering*/
.bottommenu1 {
	margin: 0px;
	width: 50%;
	height: inherit;
	float: left;

	}
.bottommenu1 ul{
	text-align: center;
	}
.bottommenu1 ul p{
	font-family: Catamaran;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #323232;
	}
.bottommenu1 ul li{

	list-style: none;
	display:inherit;
	padding-bottom: 5px;
	font-size: 17px;
	}
.bottommenu1 ul li a{
	font-family: Catamaran;
	text-decoration: none;
	color: #323232;
	}
.bottommenu1 ul li a:hover {
	background-color: #323232;
	color: white;
	padding: 0 20px;
	}
/*Our Firm*/
.bottommenu2 {
	margin: 0px;
	width: 50%;
	height: inherit;
	float: left;
	}
.bottommenu2 ul{
	text-align: center;
	}
.bottommenu2 ul p{
	font-family: Catamaran;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #323232;
	}
.bottommenu2 ul li{
	list-style:none;
	display:inherit;
	padding-bottom: 5px;
	font-size: 17px;
	}
.bottommenu2 ul li a{
	font-family: Catamaran;
	text-decoration: none;
	color: #323232;
	}
.bottommenu2 ul li a:hover {
	background-color: #323232;
	color: white;
	padding: 0 20px;
	}

	/*Our stock*/
.bottommenu3 {
	max-width: 100%;
	height: 40px;
	border-bottom: 3px solid black;
	}

.bottommenu3 a {
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 20px;
	font-family: Catamaran;
	padding: 0 20px;
	line-height: 40px;
	color: white;
	background-color: rgb(184, 0, 0);
	}
.bottommenu3 a:hover {
	background-color: lightgray;
	color: #111;
	}

/*contact & Social Media*/
#bottom2 {
	margin: 0;
	padding: 5px 0 0 0;
	background-color: #323232;
	width: 100%;
	height: 320px;
	}
/*Contact*/
.contacts {
	width: 100%;
	height: 140px;
	}
.contacts ul{
	margin-left: 10px;
	text-align: center;
	}
.contacts ul p{
	font-family: Catamaran;
	font-size: 20px;
	font-weight: bold;
	color: white;
	padding-bottom: 10px;
	}
.contacts ul li{
	list-style:none;
	margin-bottom: 5px;
	font-size: 17px;
	color: white;
	}
.contacts ul li a{
	text-decoration: none;
	color: white;
	}
/*Socials*/

.socials {
	width: 270px;
	height: 90px;
	margin: 0 auto;
	}
.socials h3 {
	height: 30px;
	font-family: Catamaran;
	font-size: 20px;
	font-weight: bold;
	color: white;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
	}

.socials ul{
	text-align: center;
	}
.socials ul li{
	list-style:none;
	display:inline-block;
	text-decoration: none;
	}
.socials ul li a{
	text-decoration: none;
	margin: 5px;
	width: 40px;
	height: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	}
.img-ln {
  background-image: url(../_images/ln-clr.png);
}
.img-ln:hover {
  background-image: url(../_images/ln-b_w.png);
}
.img-yt {
  background-image: url(../_images/yt-clr.png);
}
.img-yt:hover {
  background-image: url(../_images/yt-b_w.png);
}
.img-ig {
  background-image: url(../_images/ig-clr.png);
}
.img-ig:hover {
  background-image: url(../_images/ig-b_w.png);
}
.img-tt {
  background-image: url(../_images/tt-clr.png);
}
.img-tt:hover {
  background-image: url(../_images/tt-b_w.png);
}
.img-fb {
  background-image: url(../_images/fb-clr.png);
}
.img-fb:hover {
  background-image: url(../_images/fb-b_w.png);
}

.rights {
	width: 100%
	height: 40px;
	}
.rights p{
	font-size: 12px;
	color: white;
	text-align: center;
	}
