@import url('../fonts/template-fonts.css');

* {
	box-sizing: border-box;
}
body {
	margin: 0;
    background: #ffff !important;
    font-family: 't-open sans' !important;
    font-size: 16px;
    color: #666666;
    line-height: 1.4em !important;
}
#template-header .template-wrapper,
#template-footer .template-wrapper {
	width: 92%;
	max-width: 1200px;
	margin: auto;
}
#template-header .template-header-1 .template-wrapper {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
#template-header .template-header-1 {
	padding: 20px 0;
}
#template-header .template-header-1 .section-1,
#template-header .template-header-1 .section-2 {
	width: 49%;
}
#template-header .template-header-1 .section-2 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
	padding-top: 8px;
}
#template-header .template-header-1 .template-logo img {
	width: 335px;
	margin-bottom: 5px;
}
#template-header .template-header-1 .section-2 {
	position: relative;
}
#template-header .template-header-1 .template-aplus247 {
	position: absolute;
	left: 0px;
	margin-top: 32px;
	margin-left: 202px;
}
#template-header .template-header-1 .template-aplus247 img {
	width: 127px;
	max-width: 100%;
	height: auto;
}
#template-header .template-header-1 .template-tag1 {
	font-size: 36px;
	font-weight: 900;
    color: #333333;
    line-height: 1.5em;
    text-transform: uppercase;
}
#template-header .template-header-1 .template-tag2 {
    margin-top: 8px;
    margin-bottom: 8px;
	font-size: 18px;
	font-weight: 900;
/*    color: #333333;*/
    color: #000000;
    line-height: 1.5em;
	text-transform: uppercase;
}
#template-header .template-header-1 .template-phone {
	position: relative;
	height: 29px;
}
#template-header .template-header-1 .template-phone img {
    margin-top: -2px;
    position: absolute;
    margin-left: -25px;
	border-radius: 5px;
}
#template-header .template-header-1 .template-phone a {
	font-size: 35px;
    font-weight: 700;
}
#template-header .template-header-1 a {
 	color: #ff6600;
	text-decoration: none;
	cursor: pointer;
}
#template-header a:hover,
#template-footer a:hover {
 	color: #333333;
}
#template-header .template-header-2 {
    background: #333333;
}
#template-header .template-menu-toggle {
	position: relative;
	left: calc(104.3478% - 50px);
	display: none;
	padding: 10px;
	cursor: pointer;
}
#template-header .template-menu-toggle .tog {
	width: 30px;
	height: 3px;
	background: #9c9c9c;
	margin: 4px 0;
	transition: all 0.3s;
	backface-visibility: hidden;
}
#template-header #template-menu .main-menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#template-header #template-menu .main-menu .has-submenu {
	position: relative;
}


/*
#template-header #template-menu .main-menu .submenu {
***	display: none;***
	position: relative;
	top: -102px;
	margin: 0;
	padding: 0;
***	background-color: #ffffff;***
***	border: 1px solid #12398d;***
	overflow: hidden;
	z-index: 999;
	transition: top 1s;
}
*/

#template-header #template-menu .main-menu > li {
	display: block;
/*	display: flex;
    justify-content: center;
	align-items: stretch;*/
}

#template-header #template-menu .main-menu li > a {
	position: relative;
	display: block;
	margin: 1px 0;
	padding: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #8a8a8a;
    text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
#template-header #template-menu .main-menu li > a:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0px;
	height: 3px;
	width: 0%;
	max-width: 130px;
	background-color: #ff6600;
    transition: width 0.35s;
	-webkit-transition: width 0.35s;
}
#template-header #template-menu .main-menu li.active > a {
	color: #ffffff;
}
#template-header #template-menu .main-menu li.active > a:before {
	width: 100%;
	max-width: 130px;
}
#template-header #template-menu .main-menu li:hover > a {
	color: #ffffff;
}
#template-header #template-menu .main-menu li > a:hover:before {
	width: 100%;
}
#template-header #template-menu .main-menu li .submenu-wrapper {
	position: absolute;
	top: 100%;
	width: auto;
	display: none;
	overflow-y: hidden;
	overflow-x: visible;
	z-index: 999;
}
#template-header #template-menu .main-menu li.has-submenu:hover .submenu-wrapper {
	display: block;
}
#template-header #template-menu .main-menu .submenu {
	display: flex;
	flex-wrap: wrap;
	width: 700px;
	margin: 0;
	padding: 0;
	background-color: #333333;
	list-style: none;
}
#template-header #template-menu .main-menu .submenu li {
	width: 46%;
	margin-right: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#template-header #template-menu .main-menu .submenu li > a {
	display: block;
	padding: 10px 20px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
}
#template-header #template-menu .main-menu li > a:before {
	max-width: 100%;
}
#template-header #template-menu .main-menu .submenu li > a:hover:before  {
	width: 100%;
}

#template-body {
	min-height: 400px;
}


#template-footer {
    background: #333333;
    color: #9c9c9c;
}
#template-footer a {
    color: #9c9c9c;
	text-decoration: none;
}
#template-footer a:hover {
	color: #ff6600;
}
#template-footer .template-footer-1 {
	padding: 20px 0;
}
#template-footer .template-footer-1 .template-wrapper,
#template-footer .template-footer-2 .template-wrapper {
	display: flex;
	flex-wrap: nowrap;
	max-width: 1200px;
	margin: auto;
}
#template-footer .template-footer-1 .section-1 {
	width: 49%;
}
#template-footer .template-footer-1 .section-header {
    margin: 0.45em 0 10px;
    padding: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: uppercase;
}
#template-footer .section-1 a {
	text-transform: uppercase;
}
#template-footer .section-1 ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#template-footer .section-1 ul.sec-list {
	margin-left: 54px;
}
#template-footer .section-1 li {
	padding: 5px 0;
}
#template-footer .template-footer-1 .section-2 {
    width: 21.6667%;
}
#template-footer .section-2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#template-footer .section-2 ul.info {
}
#template-footer .section-2 ul.info li {
	position: relative;
	padding: 5px 25px;
}
#template-footer .section-2 ul.social-link {
	padding: 15px 0 20px;
}
#template-footer .section-2 ul.social-link li {
	display: inline-block;
}
#template-footer .section-2 ul.info li::before {
	position: absolute;
	left: 0;
}
#template-footer .section-2 ul.info li.address::before {
	position: absolute;
    content: url(../images/address.png);
}
#template-footer .section-2 ul.info li.call::before {
    content: url(../images/call.png);
}
#template-footer .section-2 ul.info li.email::before {
    content: url(../images/email.png);
}
#template-footer .section-2 ul.social-link a:hover {
	opacity: 0.8;
}
#template-footer .template-footer-1 .section-3 {
    width: 21.6667%;
}
#template-footer .section-3  img {
/*	width: 260px;*/
	max-width: 100%;
	height: auto;
}
#template-footer .template-footer-2 .template-wrapper {
	justify-content: center;
}
#template-footer .template-footer-2 .template-copyright {
	margin-bottom: 24px;
	color: #ffffff;
}



/*
#template-footer .container {
	margin: auto;
	padding: 0 15px;
}
#template-footer .footer-main {
	padding: 40px 0 32px;
}
#template-footer .footer-main .container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 0;
}
#template-footer .footer-menu {
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0;
	padding: 0 15px;
	list-style: none;
}
#template-footer .footer-menu > li {
	display: block;
	margin-bottom: 4px;
}
#template-footer .footer-menu > li > a {
	display: inline-block;
	padding: 8px 0;
	font-size: 1rem;
	color: #3e3e3f;
}
#template-footer .footer-menu > li:first-child > a {
	font-size: 1.15rem;
}
#template-footer .footer-menu > li > a:hover {
	color: #181818;
	text-decoration: underline;
}
#template-footer .footer-bottom-copyright {
	display: flex;
	padding-top: 16px;
	padding-bottom: 16px;
}
#template-footer .footer-links {
	display: flex;
	flex-direction: row;
	ustify-content: flex-start;
	align-items: flex-start;
	width: auto;
	margin: 0 0 0 0.35rem;
	padding: 0;
	list-style: none;
}
#template-footer .footer-links > li {
	position: relative;
    margin-bottom: 0.25rem;
}	
#template-footer .footer-links > li > a {
	display: inline-block;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    font-size: 1rem;
	color: #3e3e3f;
	text-decoration: underline;
}	
#template-footer .footer-links > li:before {
	content: "";
	display: block;
	width: 1px;
	position: absolute;
	left: 0;
	top: 0.25rem;
	bottom: 0.15rem;
	border-left: 1px solid black;
}
#template-footer .footer-links > li > a:hover {
	color: #181818 !important;
}	
	
#template-footer .OHS-safety-logo {
	padding: 24px 0 48px;
}
*/


@media (min-width: 1200px) {
	#template-header #template-menu .main-menu > li {
		margin-left: 1px;
		margin-right: 24px;
	}
}
@media (min-width: 1200px) and (max-width: 1280px) {
	#template-header .template-header-1 .template-aplus247 {
/*		position: absolute;
		left: 100px;
		margin-top: 32px;*/
		margin-left: 180px;   /*1259*/
	}
	#template-header .template-header-1 .template-tag1,
	#template-header .template-header-1 .template-tag2 {
		max-width: 44.758%;
	}

}
@media (min-width: 960px) and (max-width: 1199px) {
	#template-header .template-header-1 .template-aplus247 {
		margin-left: 280px;
	}
}
@media (min-width: 960px) and (max-width: 1199px) {
	#template-header .template-header-1 {
		padding: 15px 0;
	}
	#template-header .template-header-1 .section-1,
	#template-header .template-header-1 .section-2 {
		width: 49%;
	}
	#template-header .template-header-1 .template-logo img {
		width: 328px;
	}
	#template-header .template-header-1 .template-aplus247 {
		margin-top: 53px;
		margin-left: 78px;
	}
	#template-header .template-header-1 .template-aplus247 img {
		width: 100px;
	}
	#template-footer .template-footer-1 .section-1 {
		width: 55%;
	}
	#template-footer .section-1 ul.sec-list {
		margin-left: 27px;
	}
}
@media (min-width: 768px) and (max-width: 959px) {
	#template-header .template-header-1 {
		padding: 15px 0;
	}
	#template-header .template-header-1 .section-1,
	#template-header .template-header-1 .section-2 {
		width: 49%;
	}
	#template-header .template-header-1 .template-logo img {
		width: 260px;
	}
	#template-header .template-header-1 .section-2 {
		padding-top: 5px;
	}
	#template-header .template-header-1 .template-aplus247 {
		margin-top: 46px;
		margin-left: 15px;
	}
	#template-header .template-header-1 .template-aplus247 img {
		width: 82px;
	}
	#template-header .template-header-1 .template-tag1 {
		font-size: 30px;
	}
	#template-header .template-header-1 .template-tag2 {
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 16px;
	}
	#template-header #template-menu .main-menu > li > a {
		padding: 9px;
		font-size: 14px;
	}
	#template-footer .template-footer-1 .template-wrapper {
		flex-wrap: wrap;
	}
	#template-footer .template-footer-1 .section-1 {
		width: 100%;
		margin-bottom: 24px;
	}
	#template-footer .section-1 ul.sec-list {
		margin-left: 100px;
	}
	#template-footer .template-footer-1 .section-2,
	#template-footer .template-footer-1 .section-3 {
		width: 50%;
	}
	#template-footer .section-3  img {
		max-width: 70%;
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 15px;
	}
	#template-header .template-header-1 {
		padding: 10px 0 8px;
	}
	#template-header .template-header-1 .template-wrapper {
		flex-wrap: wrap;
		align-items: center;
	}
	#template-header .template-header-1 .section-1 {
		width: 100%;
	}
	#template-header .template-header-1 .section-2 {
		width:100%;
		justify-content: center;
		align-items: center;
		padding-top: 12px;
	}
	#template-header .template-header-1 .template-logo {
		text-align: center;
	}
	#template-header .template-header-1 .template-logo img {
		width: 270px;
	}
	#template-header .template-header-1 .template-aplus247 {
		left: calc(50% - 160px);
		margin-top: 38px;
		margin-left: -4px;
	}
	#template-header .template-header-1 .template-aplus247 img {
		width: 47px;
	}
	#template-header .template-header-1 .template-tag1 {
		font-size: 21px;
		line-height: 30px;
	}
	#template-header .template-header-1 .template-phone img {
		width: 15px;
		margin-top: 0;
		margin-left: -18px;
	}
	#template-header .template-header-1 .template-phone a {
		font-size: 29px;
	}
	#template-header .template-header-1 .template-tag2 {
		margin-top: 2px;
		margin-bottom: 2px;
		font-size: 13px;
	}
	#template-header .template-header-2 .template-wrapper {
		position: relative;
	}
	#template-header .template-menu-toggle + #template-menu {
		display: none;
	}
	#template-header .template-menu-toggle.menu-expanded + #template-menu {
		display: block;
	}
	#template-header #template-menu .main-menu {
		flex-direction: column;
		justify-content: stretch;
		align-items: flex-start;
		flex: 1 auto;
	}
	#template-header #template-menu.main-menu-wrapper {
		width: 100%;
		margin-left: 1px;
	}
	#template-header #template-menu .main-menu li {
		width: 100%;
		align-items: flex-start;
	}
	#template-header #template-menu .main-menu li a {
/*		flex: 1 auto;*/
		display: block;
		width: 100%;
		font-size: 15px;
	}
	#template-header #template-menu .main-menu li.has-submenu > a {
	}
	#template-header #template-menu .main-menu .submenu {
		top: 0;
		max-width: 400px;
	}
	#template-header #template-menu .main-menu li .submenu-wrapper {
		position: relative;
		display: block;
	}
	#template-header #template-menu .main-menu .submenu li {
		width: 100%;
		margin-right: 0;
		border-bottom: 0;
	}
	#template-header #template-menu .main-menu .submenu li > a {
		color: inherit;
	}
	#template-header #template-menu .main-menu .submenu li:hover > a {
		color: #ffffff;
	}
/*	#template-header #template-menu .main-menu .submenu-wrapper {
		position: relative;
		top: 41px;
		left: -100px;
		height: auto;
		width: 270px;
	}
/*
#template-header #template-menu .main-menu .submenu {
	position: relative;
	top: -102px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	border: 1px solid #12398d;
	overflow: hidden;
	z-index: 999;
	transition: top 1s;
}
#template-header #template-menu .main-menu .submenu ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
*/
	#template-header #template-menu .main-menu .submenu li a {
		padding: 5px;
		color: #8a8a8a;
		font-size: 13px;
		font-weight: 400;
	}

/*
#template-header #template-menu .main-menu > li {
	display: flex;
    justify-content: center;
	align-items: stretch;
}
#template-header #template-menu .main-menu > li > a {
	position: relative;
	margin: 1px 0;
	padding: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #8a8a8a;
    text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
*/
	#template-header #template-menu .main-menu li > a:hover:before,
	#template-header #template-menu .main-menu .submenu li > a:hover:before {
		width: 130px;
	}
/*
#template-header #template-menu .main-menu > li.active > a {
	color: #ffffff;
}
#template-header #template-menu .main-menu > li.active > a:before {
	width: 100%;
}
#template-header #template-menu .main-menu > li:hover > a {
	color: #ffffff;
}
#template-header #template-menu .main-menu > li:hover > a:before {
	width: 100%;
}
*/



	#template-footer .template-footer-1 .template-wrapper {
		flex-wrap: wrap;
	}
	#template-header .template-menu-toggle {
		display: block;
	}
	#template-footer .template-footer-1 .section-1 {
		width: 100%;
	}
	#template-footer .section-1 li {
		padding: 2px 0;
	}
	#template-footer .section-1 ul.sec-list {
		margin-left: 0px;
	}
	#template-footer .template-footer-1 .section-2,
	#template-footer .template-footer-1 .section-3 {
		width: 48%;
	}
	#template-footer .section-3  img {
		margin-top: 155px;
		margin-bottom: 20px;
		width: 130px;
	}
	#template-footer .template-footer-2 .template-copyright {
		margin-bottom: 15px;
	}
}
