a[href^="tel:"]{
	text-decoration: none;
}
/* Hamburger Nav Start */
.icon1{
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	width: auto;
	top: 0;
	right: 0;
	color: white;
	font-size: 2rem;
	text-align: center;
	cursor: pointer;
	visibility: hidden;
	z-index: 999;
}
.icon1 p{
	margin-top: -0.2rem;
	margin-bottom: 0;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 0.3rem;
	color: white;
	font-size: 1rem;
	font-weight: 900;
	text-align: center;
}
.icon1:hover #icon1{
	display: block;
}
.overlay {
    background-color: rgba(0,0,0, 1);
	position: fixed;
    width: 100%;
	height: 0;
    top: 0;
    left: 0;
    overflow-y: hidden;
	z-index: 1;
    transition: 0.5s;
}
.overlay .closebtn{
    position: relative;
	float: left;
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
	margin-left: 0.5rem;
    margin-top: 0.5rem;
	padding: 0;
	color: white;
    font-size: 4rem;
	text-align: center;
	text-decoration: none;
}
.overlay-content{
    position: relative;
	float: left;
	width: 100%;
	padding-top: 0;
}
.overlay-content ul{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.overlay-content ul li{
	float: left;
	width: 70%;
	margin-left: 15%;
	list-style: none;
	text-align: left;
    overflow: hidden;	
}
.overlay-content ul li a{
	display: block;
	padding-left: 0.5rem;
	padding-top: 1rem;
	padding-right: 0.5rem;
	padding-bottom: 1rem;
	color: white;
	font-family: 'Antic';
	font-size: 1.9rem;
	text-decoration: none;
	letter-spacing: 1px;
}
.overlay-content .dropdown2{
    overflow: hidden;
}
.overlay-content .dropdown2 .dropbtn2 {
	background-color: rgba(0, 0, 0, 1);
	padding-left: 0.5rem;
	padding-top: 1rem;
	padding-right: 0.5rem;
	padding-bottom: 1rem;
	color: white;
	font-family: 'Antic';
	font-size: 1.9rem;
	letter-spacing: 1px;
	text-decoration: none;
    border: none;
	overflow: hidden;
}
.overlay-content .dropdown2-content{
	background-color: white;
    display: none;
    position: absolute;
	width: 90%;
	left: 5%;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
	overflow: hidden;
    z-index: 999999999999999;
}
.overlay-content .dropdown2-content a{
    float: none;
    color: black;
    padding: 12px 16px;
	font-size: 1.4rem;
	font-weight: 700;
    text-decoration: none;
    display: block;
    text-align: left;
	overflow: hidden;
}
.overlay-content .dropdown2-content a:hover {
    background-color: rgba(0, 102, 255, 0.5);
}
.overlay-content .dropdown2:hover .dropdown2-content {
    display: block;
}
.overlay-content .nav ul li a:hover{
	-moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);   
	background-color: white;
	color: black;
}
.overlay-content .dropbtn2:hover{
	-moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	background-color: white;
	color: black;
}
/* Hamburger Nav Finish */
#contact_nav{
	display: none;
}
#top {
	background-color: black;
    position: fixed;
    bottom: 5rem;
    left: 0;
    padding: 0.5rem;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    border-radius: 0.1rem;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
    z-index: 99;
}
#top:hover {
	-moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);  
    background-color: white;
    color: black;
}
/* Top Nav Fixed Start */
.navbox{
	position: fixed;
	width: 100%;
	height: auto;
	top: 0;
	z-index: 9999999999;
}
.nav{
	float: left;
	width: 100%;
}
.nav ul{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 20%;
	list-style: none;
	text-align: center;
    border-right: 0.1rem solid grey;
    overflow: hidden;	
}
.nav ul li a{
	background-color: rgba(0, 0, 0, 1);
	display: block;
	line-height: 3.7rem;
	color: white;
	font-family: 'Antic';
	font-size: 1.4rem;
	text-decoration: none;
	letter-spacing: 1px;
}
.dropdown {
    overflow: hidden;
}
.dropdown .dropbtn {
	background-color: rgba(0, 0, 0, 1);
	width: 100%;
	line-height: 3.5rem;
    display: block;
	color: white;
	font-family: 'Antic';
	font-size: 1.4rem;
	letter-spacing: 1px;
	text-decoration: none;
    border: none;
	overflow: hidden;
}
.dropdown-content {
	background-color: rgba(0, 0, 0, 1);
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
	overflow: hidden;
    z-index: 1;
}
.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
	overflow: hidden;
}
.dropdown-content a:hover {
    background-color: rgba(0, 102, 255, 0.5);
}
.dropdown:hover .dropdown-content {
    display: block;
}
.nav ul li a:hover{
	-moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);   
	background-color: white;
	color: black;
}
.dropbtn:hover{
	-moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	background-color: white;
	color: black;
}
#no_border_right{
	border-right: none;
}
/* Top Nav Fixed Finish */
/* Top Nav Not Fixed Social Media Start */
.header_links{
	float: left;
	width: 100%;
	height: auto;
	margin-top: 0;
	z-index: 999999;
}
.header_links li{
	background-color: rgba(0, 0, 0, 0.7);
	float: left;
	width: 20%;
	margin-top: 0;
	list-style: none;
	text-align: center;
    border-right: 0.1rem solid grey;
	border-bottom: 0.1rem solid grey;
    overflow: hidden;
    z-index: 999999;	
}
.header_links li a{
	color: rgb(215, 208, 156);
}
.header_links li i{
	width: 100%;
	line-height: 4rem;
	color: white;
	font-size: 2rem;
	z-index: 999999;
}
.header_links li i:hover{
	-moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	-ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);   
	background-color: white;
	color: black;
	z-index: 999999;
}
/* Top Nav Not Fixed Social Media Finish */
/* Footer Links Fixed Social Media Start */
.footer_links{
	position: fixed;
	width: 100%;
	height: auto;
	bottom: 0;
	z-index: 999999;
}
.footer_links li{
	background-color: rgba(0, 0, 0, 1);
	float: left;
	width: 14.2857%;
	margin-top: 0;
	list-style: none;
	text-align: center;
    border-right: 0.1rem solid grey;
    overflow: hidden;
    z-index: 999999;	
}
.footer_links li a{
	width: 100%;
	line-height: 4.5rem;
	color: white;
	font-size: 1.5rem;
	text-decoration: none;
	z-index: 999999;
}
.footer_links li i{
	width: 100%;
	line-height: 4rem;
	color: white;
	font-size: 1.8rem;
	z-index: 999999;
}
.footer_links li i:hover{
	-moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	-ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);   
	background-color: white;
	color: black;
	z-index: 999999;
}
/* Footer Links Fixed Social Media Finish */
/* Header Nav Start */
.header_nav{
	background-color: rgba(0, 0, 0, 0.7);
	float: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 999999;
}
.header_navbox{
	float: right;
	width: 60%;
	z-index: 999999;
}
.small_screen_header_contacts_box{
	margin: 0;
	float: left;
	width: 100%;
	z-index: 999999;
	display: none;
}
.small_screen_contacts_box{
	float: left;
	width: 100%;
	z-index: 999999;
}
.small_screen_contacts_box a{
	background-color: rgba(0, 0, 0, 0.5);
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	padding-left: 0.2rem;
	padding-top: 1rem;
	padding-right: 0.2rem;
	padding-bottom: 1rem;
	color: rgb(215, 208, 156);
	font-family: 'ABeeZee';
	font-size: 1.5rem;
	font-weight: 350;
	text-decoration: none;
	text-align: center;
	border-radius: 0.2rem;
	border: 0.1rem solid grey;
	z-index: 999999;
}
.small_screen_contacts_box a:hover{
	-moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	background-color: white;
	color: black;
	font-weight: 900;
}
.header_contacts_box{
	float: left;
	width: 100%;
	z-index: 999999;
}
.contacts_box{
	float: left;
	width: 50%;
	z-index: 999999;
}
.contacts_box a{
	float: left;
	width: 80%;
	margin-left: 10%;
	margin-top: 2rem;
	padding-left: 0.5rem;
	padding-top: 1rem;
	padding-right: 0.5rem;
	padding-bottom: 1rem;
	color: rgb(187, 173, 103);
	font-family: 'ABeeZee';
	font-size: 1.5rem;
	font-weight: 350;
	text-decoration: none;
	text-align: center;
	border-radius: 0.2rem;
	border: 0.1rem solid grey;
	z-index: 999999;
}
.contacts_box a:hover{
	-moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	background-color: white;
	color: black;
	font-weight: 900;
}
.nav_box{
	float: left;
	width: 100%;
	z-index: 999999;
}
.nav_box ul{
	margin-top: 2rem;
	padding: 0;
	overflow: hidden;
	z-index: 999999;
}
.nav_box ul li{
	float: left;
	width: 20%;
	list-style: none;
	text-align: center;
    border-right: 0.1rem solid grey;
    overflow: hidden;
    z-index: 999999;	
}
.nav_box ul li a{
	background-color: rgba(0, 0, 0, 0.6);
	display: block;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: white;
	font-family: 'Antic';
	font-size: 1.2rem;
	font-weight: 350;
	text-decoration: none;
	letter-spacing: 1px;
	z-index: 999999;
}
.dropdown1{
    overflow: hidden;
}
.dropdown1 .dropbtn1{
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 3.5rem;
    display: block;
	color: white;
	font-family: 'Antic';
	font-size: 1.2rem;
	font-weight: 350;
	letter-spacing: 1px;
	text-decoration: none;
    border: none;
	overflow: hidden;
}
.dropdown1-content{
	background-color: rgba(0, 0, 0, 1);
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
	overflow: hidden;
    z-index: 1;
}
.dropdown1-content a {
    float: none;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
    color: black;
    text-decoration: none;
    display: block;
    text-align: center;
}
.dropdown1-content a:hover {
    background-color: rgba(0, 102, 255, 0.5);
}
.dropdown1:hover .dropdown1-content {
    display: block;
}
.nav_box ul li a:hover{
	-moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	background-color: white;
	color: black;
	font-weight: 900;
}
.dropbtn1:hover{
	-moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);   
	background-color: white;
	color: black;
	font-weight: 900;
}
/* Header Nav Finish */
@media screen and (max-width: 1050px){
	/* Top Nav Not Fixed Social Media Start */
	.header_links li i{
		font-size: 1.8rem;
	}
	/* Top Nav Not Fixed Social Media Finish */
	/* Header Nav Start */
	.header_navbox{
		width: 100%;
		margin-right: 0;
	}
	/* Header Nav Finish */
}
@media screen and (max-width: 767px){
	/* Hamburger Nav Start */
	.icon1{
		visibility: visible;
	}
	/* Hamburger Nav Finish */
	/* Top Nav Fixed Start */
	.navbox{
		display: none;
	}
	/* Top Nav Fixed Finish */
	/* Top Nav Not Fixed Social Media Start */
	.header_links{
		display: none;
	}
	/* Top Nav Not Fixed Social Media Finish */
	/* Footer Links Fixed Social Media Start */
	.footer_links li i{
		font-size: 1.5rem;
		line-height: 3rem;
	}
	/* Footer Links Fixed Social Media Finish */
	/* Header Nav Start */
	.header_navbox{
		display: none;
	}
	.small_screen_header_contacts_box{
		display: block;
	}
	/* Header Nav Finish */
}