body{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	float: left;
}

/* Header Start */

#site-header{
	margin: 0px;
	padding: 0px;
	height: 450px;
	width: 100%;
	float: left;
	background-image: url('../media/head-background.jpg');
	background-position: center center;
	background-size: auto;
}

#manu-opacity{
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	float: left;
	position: absolute;
	background-color: #FFFFFF;
	opacity: 0.6;
}

#site-header #site-logo{
	margin-top: 15px;
	margin-left: 80px;
	margin-bottom: 20px;
	padding: 0px;
	height: auto;
	width: auto;
	float: left;
	position: relative;
}

#site-header #site-logo img{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 180px;
	float: left;
}

#site-header .drop-button{
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 50px;
	padding: 3px 10px;
	height: auto;
	width: auto;
	float: right;
	position: relative;
	color: #FFFFFF;
	font-size: 25px;
	background-color: #21201E;
	border: 1px solid #21201E;
	border-radius: 3px;
	outline: none;
	display: none;
}

#site-header #site-menu{
	margin: 0px;
	margin-right: 100px;
	padding: 0px;
	height: auto;
	width: auto;
	float: right;
	position: relative;
}

#site-header #site-menu .nav-hide{
	margin: 0px;
	padding: 20px 30px;
	height: auto;
	width: auto;
	float: right;
	color: #21201E;
	font-size: 30px;
	background: none;
	border: none;
	outline: none;
	display: none;
}

#site-header #site-menu ul{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	float: left;
	list-style: none;
}

#site-header #site-menu ul li{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	float: left;
	display: inline;
}

#site-header #site-menu ul li a{
	margin: 0px;
	padding: 40px 10px;
	height: 100px;
	width: auto;
	float: left;
	text-decoration: none;
	color: #21201E;
	font-family: Calibri, Arial;
	font-size: 16px;
	box-sizing: border-box;
	transition-duration: 0.8s;
}

#site-header #site-menu ul li a:hover{
	color: #FFFFFF;
	background-color: #EC8923;
	transition-duration: 0.8s;
}

#site-header #site-menu table{
	margin: 30px auto;
	padding: 0px 20px;
	height: auto;
	width: auto;
	float: left;
	opacity: 0.5;
	display: none;
}

#site-header #site-menu table img{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 180px;
}

#site-header #site-menu table p{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 300px;
	color: #21201E;
	font-family: Calibri, Arial;
	font-size: 15px;
	font-style: italic;
}

#site-header #header-content{
	margin-top: 40px;
	padding-left: 50px;
	height: auto;
	width: 100%;
	float: left;
	opacity: 0.5;
	box-sizing: border-box;
	display: none;
}

#site-header #header-content .focus-color{opacity: 0.2;}

#site-header #header-content h1{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	float: left;
	color: #FFFFFF;
	font-family: Calibri, Arial;
	font-size: 50px;
}

#site-header #header-content p{
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	height: auto;
	width: 100%;
	float: left;
	color: #FFFFFF;
	font-family: Calibri, Arial;
	font-size: 25px;
}

#site-header #header-content button{
	margin-top: 60px;
	padding: 10px 20px;
	height: auto;
	width: auto;
	float: left;
	color: #FFFFFF;
	font-family: Calibri, Arial;
	font-size: 20px;
	background-color: #21201E;
	border: 3px solid #21201E;
	outline: none;
	opacity: 0.2;
	transition-duration: 0.8s;
}

#site-header #header-content button .explore-pointers{
	color: #4F4E4C;
	transition-duration: 0.8s;
}

#site-header #header-content button:hover{
	cursor: pointer;
	box-shadow: 0px 1px 10px 1px #21201E;
	transition-duration: 0.8s;
}

#site-header #header-content button:hover .explore-pointers{
	color: #EC8923;
	transition-duration: 0.8s;
}

@media only screen and (max-width:1100px){
	#site-header{
		height: 400px;
	}
	#site-header #site-logo{
		margin-left: 30px;
	}
	#site-header #site-menu{
		margin: 0px;
		padding: 0px;
		height: auto;
		width: auto;
		position: fixed;
		top: 0px;
		right: -500px;
		background-color: #EC8923;
	}
	#site-header #site-menu .nav-hide{
		display: block;
	}
	#site-header #site-menu ul li{
		margin: 1px 0px;
		padding: 0px;
		height: auto;
		width: 100%;
		display: inline;
	}
	#site-header #site-menu ul li a{
		margin: 0px;
		padding: 18px 0px;
		height: auto;
		width: 100%;
		color: #FFFFFF;
		font-family: Calibri, Arial;
		font-size: 20px;
		text-align: center;
		background-color: #21201E;
	}
	#site-header #site-menu table{
		display: block;
	}
	#site-header #header-content{
		margin-top: 20px;
		box-sizing: border-box;
	}
	#site-header #header-content h1{
		height: 70px;
		font-size: 30px;
	}
	#site-header #header-content p{
		margin-bottom: 15px;
		height: 45px;
		font-size: 17px;
	}
	#site-header #header-content button{
		margin-top: 40px;
		font-size: 16px;
	}
}

/* Header End */

/* Main Start */

#site-main{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	float: left;
}

#site-main #article-one{
	margin: 0px;
	padding: 30px 0px;
	height: auto;
	width: 100%;
	float: left;
	background-color: #EC8923;
}

#site-main #article-one-content{
	margin-left: 100px;
	padding: 0px;
	height: auto;
	width: 50%;
	float: left;
}

#site-main #article-one-content h2{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	float: left;
	color: #FFFFFF;
	font-family: Calibri, Arial;
	font-size: 35px;
}

#site-main #article-one-content p{
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 25px;
	height: auto;
	width: 100%;
	float: left;
	color: #FFFFFF;
	font-family: Calibri, Arial;
	font-size: 20px;
}

#site-main #article-one-content button{
	margin: 0px;
	padding: 10px 20px;
	height: auto;
	width: auto;
	float: left;
	color: #FFFFFF;
	font-family: Calibri, Arial;
	font-size: 20px;
	background-color: #21201E;
	border: 3px solid #21201E;
	outline: none;
	transition-duration: 0.8s;
}

#site-main #article-one-content button .explore-pointers{
	color: #4F4E4C;
	transition-duration: 0.8s;
}

#site-main #article-one-content button:hover{
	cursor: pointer;
	box-shadow: 0px 1px 10px 1px #21201E;
	transition-duration: 0.8s;
}

#site-main #article-one-content button:hover .explore-pointers{
	color: #EC8923;
	transition-duration: 0.8s;
}

#site-main #article-one #background-image{
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 25%;
	float: right;
	color: #FFFFFF;
	font-size: 160px;
	opacity: 0;
}

#site-main #article-two{
	margin: 0px;
	padding-top: 30px;
	height: auto;
	width: 100%;
	float: left;
	background-color: #F5F5F5;
}

#site-main #article-two #article-two-header{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	float: left;
	text-align: center;
}

#site-main #article-two #article-two-header p,
#site-main #article-two #article-two-header h2{
	margin: 0px;
	padding: 5px 0px;
	height: auto;
	width: auto;
}

#site-main #article-two #article-two-header p{
	color: #21201E;
	font-size: 20px;
	font-family: Calibri, Arial;
	font-style: italic;
	font-weight: bold;
}

#site-main #article-two #article-two-header h2{
	color: #EC8923;
	font-size: 40px;
	font-family: Calibri, Arial;
}

#site-main #article-two #article-two-blocks-holder{
	margin: 0px;
	padding: 20px 0px;
	height: auto;
	width: 100%;
	float: left;
}

#site-main #article-two table{
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 80%;
}

#site-main #article-two #section-blocks{
	margin: 40px auto;
	padding: 0px;
	height: auto;
	width: 330px;
	display: block;
	border-radius: 3px;
}

#site-main #article-two #section-blocks #block-header{
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 100%;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 330px 260px;
	border-radius: 3px 3px 0px 0px;
}

#site-main #article-two #section-blocks #section-footer{
	margin: 0px;
	padding: 0px 20px;
	height: 200px;
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	border-radius: 0px 0px 3px 3px;
	box-sizing: border-box;
}

#site-main #article-two #section-blocks #section-footer h3{
	margin: 0px;
	padding-top: 15px;
	height: auto;
	width: 100%;
	float: left;
	color: #EC8923;
	font-size: 22px;
	font-family: Calibri, Arial;
	text-align: center;
}

#site-main #article-two #section-blocks #section-footer p{
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	height: auto;
	width: 100%;
	float: left;
	color: #21201E;
	font-size: auto;
	font-family: Calibri, Arial;
	text-align: center;
}

#site-main #article-two #blocks-summary{
	margin: 0px;
	padding: 15px 50px;
	height: auto;
	width: 100%;
	float: left;
	color: #21201E;
	font-size: auto;
	font-family: Calibri, Arial;
	text-align: center;
	box-sizing: border-box;
}

#site-main #article-two #wide-blocks-holder{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	float: left;
	background-color: #FFFFFF;
}

#site-main #article-two #wide-blocks-holder #divided-block{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	float: left;
}

#site-main #article-two #wide-blocks-holder #divided-block #divider-one{
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
}

#site-main #article-two #wide-blocks-holder #divided-block #divider-two{
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 50%;
	background-color: #EC8923;
}

#site-main #article-two #wide-blocks-holder #divided-block #divider-two h3{
	margin: 0px;
	padding: 30px 0px;
	height: auto;
	width: 100%;
	float: left;
	color: #FFFFFF;
	font-size: 30px;
	font-family: Calibri, Arial;
	text-align: center;
}

#site-main #article-two #wide-blocks-holder #divided-block #divider-two p{
	margin: 0px;
	padding: 0px 20px;
	height: auto;
	width: 100%;
	float: left;
	color: #FFFFFF;
	font-size: 18px;
	font-family: Calibri, Arial;
	text-align: center;
	box-sizing: border-box;
}

#site-main #article-two #wide-blocks-holder #divided-block #divider-two #lower-border{
	margin: 0px;
	padding: 20px 0px;
	height: auto;
	width: 100%;
	float: left;
}

#site-main #article-two #wide-blocks-holder #divided-block #divider-two #lower-border #main-border{
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 50%;
	border-top: 2px solid #FFFFFF;
}

#site-main #article-two #wide-blocks-holder #divided-block #divider-two #lower-border #main-border a{
	margin: 50px 0px;
	padding: 10px 20px;
	height: auto;
	width: 80%;
	display: block;
	color: #FFFFFF;
	font-family: Calibri, Arial;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	background-color: #21201E;
	border: 2px solid #21201E;
	transition-duration: 0.8s;
}

#site-main #article-two #wide-blocks-holder #divided-block #divider-two #lower-border #main-border a .explore-pointers{
	color: #4F4E4C;
	transition-duration: 0.8s;
}

#site-main #article-two #wide-blocks-holder #divided-block #divider-two #lower-border #main-border a:hover{
	box-shadow: 0px 1px 10px 1px #21201E;
	transition-duration: 0.8s;
}

#site-main #article-two #wide-blocks-holder #divided-block #divider-two #lower-border #main-border a:hover .explore-pointers{
	color: #EC8923;
	transition-duration: 0.8s;
}

#site-main #service-view #service-header{
	margin: 0px;
	padding: 30px 50px;
	height: auto;
	width: 100%;
	float: left;
	background-color: #EC8923;
	box-sizing: border-box;
}

#site-main #service-view #service-header #site-structure{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	float: left;
	color: #FFFFFF;
	font-family: Calibri, Arial;
	font-size: auto;
	font-style: italic;
}

#site-main #service-view #service-header h1{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	float: left;
	color: #FFFFFF;
	font-family: Calibri, Arial;
	font-size: 40px;
}

#site-main #service-view #service-media{
	margin: 0px;
	padding: 50px;
	height: auto;
	width: 100%;
	float: left;
	background-color: #F5F5F5;
	box-sizing: border-box;
}

#site-main #service-view #service-media img{
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 100%;
	border-radius: 3px;
}

#site-main #service-view #form-holder{
	margin: 0px;
	padding: 50px;
	height: auto;
	width: 100%;
	float: left;
	background-color: #F5F5F5;
	box-sizing: border-box;
}

#site-main #service-view #form-holder table{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}

#site-main #service-view #form-holder table input[type='text']{
	margin: 5px 0px;
	padding: 6px 10px;
	height: auto;
	width: 300px;
	color: #21201E;
	font-family: Calibri, Arial;
	font-size: 18px;
	border: 1px solid #EAEAEA;
	border-radius: 3px;
}

#site-main #service-view #form-holder table textarea{
	margin: 5px 0px;
	padding: 5px 10px;
	height: 180px;
	width: 300px;
	color: #21201E;
	font-family: Calibri, Arial;
	font-size: 18px;
	border: 1px solid #EAEAEA;
	border-radius: 3px;
	resize: none;
}

#site-main #service-view #form-holder table input[type='submit']{
	margin: 0px;
	padding: 10px 20px;
	height: auto;
	width: auto;
	float: left;
	color: #FFFFFF;
	font-family: Calibri, Arial;
	font-size: 20px;
	background-color: #21201E;
	border: 3px solid #21201E;
	outline: none;
	transition-duration: 0.8s;
}

#site-main #service-view #form-holder table input[type='submit']:hover{
	cursor: pointer;
	box-shadow: 0px 1px 10px 1px #21201E;
	transition-duration: 0.8s;
}

#site-main #service-view #form-holder table .message-status{
	margin: 0px;
	padding: 10px 0px;
	height: auto;
	width: auto;
	color: green;
	font-family: Calibri, Arial;
	font-size: 15px;
}

#site-main #service-view #service-body{
	margin: 0px;
	padding: 20px 50px;
	height: auto;
	width: 100%;
	float: left;
	box-sizing: border-box;
}

#site-main #service-view #service-body .first-letter{
	padding-right: 1px;
	color: #EC8923;
	font-size: 28px;
}

#site-main #service-view #service-body p{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	float: left;
	color: #21201E;
	font-family: Calibri, Arial;
	font-size: 18px;
	font-style: italic;
}

#site-main #service-view #service-body ul{
	margin: 20px 30px;
	padding: 0px;
	height: auto;
	width: 100%;
	float: left;
}

#site-main #service-view #service-body ul li a{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	color: #21201E;
	font-family: Calibri, Arial;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#site-main #service-view #service-body ul li a:hover{
	text-decoration: underline;
}

#site-main #article-three{
	margin: 0px;
	padding: 0px 0px;
	height: auto;
	width: 100%;
	float: left;
	background-color: #21201E;
}

#site-main #article-three-content{
	margin-left: 100px;
	padding-top: 23px;
	height: auto;
	width: 50%;
	float: left;
}

#site-main #article-three-content h2{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	float: left;
	color: #FFFFFF;
	font-family: Calibri, Arial;
	font-size: 35px;
}

#site-main #article-three-content p{
	margin: 0px;
	height: auto;
	width: 100%;
	float: left;
	color: #FFFFFF;
	font-family: Calibri, Arial;
	font-size: 20px;
}

#site-main #article-three-content button{
	margin: 0px;
	padding: 10px 20px;
	height: auto;
	width: auto;
	float: left;
	color: #FFFFFF;
	font-family: Calibri, Arial;
	font-size: 20px;
	background-color: #EC8923;
	border: 3px solid #EC8923;
	outline: none;
	transition-duration: 0.8s;
}

#site-main #article-three-content button .explore-pointers{
	color: #4F4E4C;
	transition-duration: 0.8s;
}

#site-main #article-three-content button:hover{
	cursor: pointer;
	box-shadow: 0px 1px 10px 1px #EC8923;
	transition-duration: 0.8s;
}

#site-main #article-three-content button:hover .explore-pointers{
	color: #21201E;
	transition-duration: 0.8s;
}

#site-main #article-three #background-image{
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 25%;
	float: right;
	color: #FFFFFF;
	font-size: 160px;
	opacity: 0;
}

#site-main #location-map{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	float: left;
	background-image: url('../media/map-background.PNG');
	background-position: center center;
	background-size: auto;
	background-repeat: no-repeat;
}

#site-main #location-map center{
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 80%;
	display: block;
	background-color: rgba(0,0,0,0.5);
}

#site-main #location-map center h2{
	margin: 0px;
	padding-top: 10px;
	height: auto;
	width: 80%;
	color: #EC8923;
	font-family: Calibri, Arial;
	font-size: 35px;
	text-align: center;
}

#site-main #location-map center p{
	margin: 0px;
	padding-top: 10px;
	height: auto;
	width: 80%;
	color: #FFFFFF;
	font-family: Calibri, Arial;
	font-size: 20px;
}

#site-main #location-map center img{
	margin: 0px;
	padding: 40px 0px;
	height: auto;
	width: auto;
}

@media only screen and (max-width:950px){
	#site-main #article-one-content{
		margin: 0px;
		padding: 0px 20px;
		width: 100%;
		box-sizing: border-box;
	}
	#site-main #article-one-content h2{
		font-size: 28px;
	}
	#site-main #article-one-content p{
		font-size: 16px;
	}
	#site-main #article-one-content button{
		font-size: 14px;
	}
	#site-main #article-one #background-image{
		display: none;
	}
	#site-main #article-two #article-two-header{
		margin: 0px;
		padding: 0px 10px;
		box-sizing: border-box;
	}
	#site-main #article-two #article-two-header p{
		font-size: 15px;
	}
	#site-main #article-two #article-two-header h2{
		font-size: 28px;
	}
	#site-main #article-two table tr td{
		width: 100%;
		float: left;
	}
	#site-main #article-two #blocks-summary{
		padding: 15px 20px;
	}
	#site-main #article-two #section-blocks{
		width: 100%;
	}
	#site-main #article-two #wide-blocks-holder #divided-block #divider-one{
		width: 100%;
	}
	#site-main #article-two #wide-blocks-holder #divided-block #divider-two{
		padding-bottom: 20px;
		width: 100%;
	}
	#site-main #service-view #service-header #site-structure{
		font-size: 15px;
	}
	#site-main #service-view #service-header h1{
		font-size: 28px;
	}
	#site-main #service-view #form-holder table{
		margin: 0px auto;
	}
	#site-main #service-view #form-holder table input[type='text'],
	#site-main #service-view #form-holder table textarea{
		width: 200px;
	}
	#site-main #article-three-content{
		margin: 0px;
		padding: 20px;
		width: 100%;
		box-sizing: border-box;
	}
	#site-main #article-three-content h2{
		font-size: 28px;
	}
	#site-main #article-three-content p{
		font-size: 15px;
	}
	#site-main #article-three #background-image{
		display: none;
	}
	#site-main #article-three-content button{
		font-size: 14px;
	}
	#site-main #location-map{
		padding: 50px 0px;
	}
	#site-main #location-map center h2{
		font-size: 28px;
	}
	#site-main #location-map center p{
		font-size: 15px;
	}
	#site-main #location-map center img{
		height: auto;
		width: 100%;
	}
}

/* Main End */

/* Footer Start */

#site-footer{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	float: left;
}

#site-footer #footer-links{
	margin: 0px;
	padding: 40px 0px;
	height: auto;
	width: 100%;
	float: left;
	background-color: #000000;
}

#site-footer #footer-links #block-one{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 40%;
	float: left;
}

#site-footer #footer-links #block-two,
#site-footer #footer-links #block-three{
	margin: 0px;
	padding: 20px 0px;
	height: auto;
	width: 15%;
	float: left;
}

#site-footer #footer-links #block-one table{
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: auto;
}

#site-footer #footer-links #block-one table img{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 180px;
}

#site-footer #footer-links #block-one table p{
	margin: 0px;
	padding: 10px 0px;
	height: auto;
	width: 300px;
	color: #FFFFFF;
	font-family: Calibri, Arial;
	font-size: 15px;
	font-style: italic;
	text-align: justify;
}

#site-footer #footer-links #block-two b,
#site-footer #footer-links #block-three b{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	display: block;
	color: #EC8923;
	font-family: Calibri, Arial;
	font-size: 22px;
	text-align: center;
}

#site-footer #footer-links #block-two ul,
#site-footer #footer-links #block-three ul{
	list-style: none;
}

#site-footer #footer-links #block-two ul li a,
#site-footer #footer-links #block-three ul li a{
	margin: 3px 0px;
	padding: 0px;
	height: auto;
	width: auto;
	display: block;
	color: #FFFFFF;
	font-family: Calibri, Arial;
	font-size: auto;
	text-decoration: none;
	text-indent: 20px;
}

#site-footer #footer-links #block-two ul li a:hover,
#site-footer #footer-links #block-three ul li a:hover{
	color: #EC8923;
	text-decoration: underline;
}
#site-footer #footer-links #socials table{
	margin: 50px 0px;
	padding: 0px;
	height: auto;
	width: auto;
}

#site-footer #footer-links #socials img{
	margin: 0px 5px;
	padding: 0px;
	height: 50px;
	width: auto;
}

#site-footer #location-popup{
	margin: 0px;
	padding: 10px 15px;
	height: auto;
	width: auto;
	position: fixed;
	top: 200px;
	right: -105px;
	color: #FFFFFF;
	font-family: Calibri, Arial;
	font-size: 18px;
	background-color: #EC8923;
	border-radius: 3px 0px 0px 3px;
	opacity: 0.6;
	transition-duration: 0.8s;
}

#site-footer #location-popup:hover{
	opacity: 1;
	right: 0px;
	cursor: pointer;
	transition-duration: 0.8s;
}

#site-footer #to-top{
	margin: 0px;
	padding: 10px 15px;
	height: auto;
	width: auto;
	position: fixed;
	right: 50px;
	bottom: 60px;
	color: #FFFFFF;
	font-size: 30px;
	background-color: #EC8923;
	border: 1px solid #EC8923;
	border-radius: 3px;
	outline: none;
	opacity: 0.4;
	transition-duration: 0.8s;
	display: none;
}

#site-footer #to-top:hover{
	opacity: 1;
	cursor: pointer;
	box-shadow: 0px 1px 10px 1px #21201E;
	transition-duration: 0.8s
}

#site-footer #copyright{
	margin: 0px;
	padding: 10px 0px;
	height: auto;
	width: 100%;
	float: left;
	color: #21201E;
	font-family: Calibri, Arial;
	font-size: auto;
	text-align: center;
	background-color: #F5F5F5;
}

@media only screen and (max-width:950px){
	#site-footer #footer-links #block-one{
		padding: 15px;
		width: 100%;
		box-sizing: border-box;
	}
	#site-footer #footer-links #block-two,
	#site-footer #footer-links #block-three{
		padding: 15px;
		width: 55%;
		box-sizing: border-box;
	}
	#site-footer #footer-links #block-one table{
		margin-left: 10px;
		width: auto;
	}
	#site-footer #footer-links #block-one table img{
		width: 200px;
	}
	#site-footer #footer-links #block-one table p{
		width: 260px;
	}
	#site-footer #footer-links #block-two b,
	#site-footer #footer-links #block-three b{
		padding-bottom: 20px;
		text-align: left;
		text-indent: 20px;
	}
	#site-footer #footer-links #block-two ul,
	#site-footer #footer-links #block-three ul{
		margin: 0px;
		padding: 0px;
	}
	#site-footer #footer-links #block-two a,
	#site-footer #footer-links #block-three a{
		text-indent: 20px;
	}
	#site-footer #footer-links #socials table{
		margin: 20px;
	}
	#site-footer #location-popup{
		display: none;
	}
	#site-footer #copyright{
		font-size: 13px;
	}
}

/* Footer End */