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

* {
	box-sizing: border-box;
}
body {
	position: relative;
	margin: 0;
/*    background: #ffff !important;*/
	background-color: #3484c3 !important;
    font-family: 't-Open Sans' !important;
    font-size: 16px;
    color: #676767;
    line-height: 26px !important;
}
#template-page-wrapper {
	position: relative;
	background-color: #ffffff !important;
    -ms-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}
body.mobile-menu-trns #template-page-wrapper {
    height: 100%;
	overflow-y: hidden;
	margin-right: 17px;
    -ms-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), margin: 0.8s;
    -webkit-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), margin: 0.8s;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), margin: 0.8s;
}
body.mobile-menu-trns, body.mobile-menu-opened {
	position: fixed;
	width: 100%;
	height: 100%;
}
body.mobile-menu-trns .mobile-menu-wrapper,
body.mobile-menu-opened .mobile-menu-wrapper {
	z-index: -1;
}
body.mobile-menu-opened #template-page-wrapper {
    height: 100%;
	overflow-y: hidden;
	margin-right: 0;
    -ms-transform: scale(0.835) translateX(calc(9.8% - 486px)) !important;
    -webkit-transform: scale(0.835) translateX(calc(9.8% - 486px)) !important;
    transform: scale(0.835) translateX(calc(9.8% - 486px)) !important;
}
#template-mobile-menu {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 17px;
	width: 100%;
	justify-content: space-between;
}
body.mobile-menu-trns #template-mobile-menu,
body.mobile-menu-opened #template-mobile-menu,
body.mobile-menu-trns #template-mobile-menu .mobile-menu-wrapper,
body.mobile-menu-opened #template-mobile-menu .mobile-menu-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;	
	justify-content: center;
	align-items: stretch;
}
body.mobile-menu-trns #template-mobile-menu .mobile-menu-wrapper,
body.mobile-menu-opened #template-mobile-menu .mobile-menu-wrapper {
	display: none;
	align-items: center;
}
#template-mobile-menu .mobile-menu-bg {
	flex-grow: 1;
}
#template-mobile-menu .mobile-menu {
	width: 227px;
	margin: 0 0 70px 0;
	padding: 0;
	list-style: none;
    -ms-transition: width 0.4s, padding 0.4s;
    -webkit-transition: width 0.4s, padding 0.4s;
    transition: width 0.4s, padding 0.4s;
}
body.mobile-menu-opened #template-mobile-menu .mobile-menu {
	width: 390px;
	padding: 0 60px;
}
#template-mobile-menu .mobile-menu  li:not(:last-child) {
	margin-bottom: 12px;
}
#template-mobile-menu .mobile-menu  li > a {
	position: relative;
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	line-height: 30px;
	text-decoration: none;
}
#template-mobile-menu .mobile-menu li > a:before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0px;
	height: 2px;
	width: 0%;
	background-color: #ffffff;
    transition: width 0.35s;
	-webkit-transition: width 0.35s;
}
#template-mobile-menu .mobile-menu li > a:hover:before {
	width: 100%;
}
#template-mobile-menu .mobile-menu li .submenu-wrapper {
/*	height: 0;
	overflow: hidden;*/
	display: none;
}
/*
#template-mobile-menu .mobile-menu li.has-submenu.submenu-opened .submenu-wrapper {
	height: 
}
*/
#template-mobile-menu .mobile-menu .submenu {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 0;
	padding-left: 20px;
	list-style: none;
}
#template-mobile-menu .mobile-menu .submenu li {
	max-width: 250px;
}
#template-mobile-menu .mobile-menu .submenu li:first-child {
	margin-top: 10px;
}
#template-mobile-menu .mobile-menu .submenu li > a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}
#template-mobile-menu .mobile-menu-close {
	position: absolute;
	top: calc(50% - 26px);
	right: 365px;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #fff200;
	-webkit-transition: transform 0.2s;
	transition: transform 0.2s;
	-webkit-box-shadow: 0px 15px 25px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 15px 25px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 15px 25px 10px rgba(0, 0, 0, 0.12);
	transform-origin: center center;
	transform: scale(0);
}
body.mobile-menu-opened #template-mobile-menu .mobile-menu-close {
	transform: scale(1);
}
body.mobile-menu-opened #template-mobile-menu .mobile-menu-close:hover {
	transform: scale(1.2);
}

#template-mobile-menu .mobile-menu-close .close-line {	
	position: absolute;
	top: calc(50% - 10px);
	right: calc(50% - 1px);
    height: 20px;
    width: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ffffff;
    backface-visibility: hidden;
    border-radius: 5px;
    transition: opacity 0.2s ease, background-color 0.2s ease;
}
#template-mobile-menu .mobile-menu-close .close-line.close-line2 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


#template-header.sticky-header {
/*	position: absolute;*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
/*	height: 146px;*/
	z-index: 999;
}
#template-header .template-wrapper {
	width: 100%;
	padding: 0 28px;
}
#template-footer .template-wrapper {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 1425px;
	margin: 0 auto;
	padding: 0 90px;
}
#template-header .template-header-1 .template-wrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
    background-color: rgba(255,255,255,0.90);
}
/*
#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 {
    margin-right: 2%;
}
#template-header .template-header-1 .template-logo img {
	width: auto;
    height: 90px;
	margin-top: 28px;
    margin-bottom: 28px;
	transition: all 0.25s;
}
#template-header .template-header-1 .section-2 {
	display: flex;
	align-items: stretch;
}
/*
#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: #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 .main-menu {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	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 > li {
	display: flex;
	align-items: center;
}
#template-header #template-menu .main-menu li > a {
	position: relative;
	display: block;
	margin: 0 10px;
	font-size: 16px;
	font-weight: 400;
	color: #888888;
	line-height: 22.4px;
	text-decoration: none;
}
#template-header #template-menu .main-menu > li > a:before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0px;
	height: 2px;
	width: 0%;
	max-width: 130px;
	background-color: #3484c3;
    transition: width 0.35s;
	-webkit-transition: width 0.35s;
}
#template-header #template-menu .main-menu li.active > a {
}
#template-header #template-menu .main-menu > li.active > a:before {
	width: 100%;
}
#template-header #template-menu .main-menu li.template-contact > a {
	padding: 7.5px 20px;
	background-color: #3484c3;
	border-radius: 4px;
	color: #ffffff;
}
#template-header #template-menu .main-menu li.template-contact > a:before {
	display: none;
}
#template-header #template-menu .main-menu li.template_social_group {
	margin-left: 60px; 
}
#template-header #template-menu .main-menu li:hover > a {
}
#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: 240px;
	display: none;
	overflow-y: hidden;
	overflow-x: visible;
	box-shadow: 0px 19px 35px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 19px 35px rgba(0, 0, 0, 0.1);
	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-direction: column;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0;
	padding: 20px;
	background-color: #ffffff;
    border: 1px solid #e9e9e9;
	list-style: none;
}
#template-header #template-menu .main-menu .submenu li > a {
	display: block;
	margin: 0;
	padding: 6px;
}
#template-header #template-menu .main-menu .submenu li > a:hover {
	background-color: #3484c3;
	color: #ffffff;
}
#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-header .template-menu-toggle {
	display: none;
	cursor: pointer;
}
#template-header .template-menu-toggle .tog {
	width: 22px;
	height: 2px;
	background-color: #3484c3;
	margin: 4px 0;
	transition: all 0.3s;
	backface-visibility: hidden;
}
#template-body {
	min-height: 400px;
	padding-top: 146px;
}
#template-footer {
    background: #252525;
    color: #cccccc;
}
#template-footer a {
    color: #cccccc;
	text-decoration: none;
}
#template-footer a:hover {
	color: #3484c3;
}
#template-footer .template-footer-1 .template-wrapper {
	padding: 20px 110px;
}
#template-footer .template-footer-1 .template-footer-section {
	width: 23.5%;
	margin-right: 2%;
}
#template-footer .template-footer-1 .template-footer-section:last-child {
	margin-right: 0;
}
#template-footer .template-footer-1 .section-header {
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #777;
	line-height: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#template-footer .template-footer-1 .section-body {
}
#template-footer .template-footer-1 .section-body ul li a {
	display: block;
}
#template-footer .section-body ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#template-footer .section-body ul li {
	padding: 4px 0;
}
#template-footer .section-body ul li:first-child {
	padding-top: 0;
}
#template-footer .section-3 .section-body:not(:last-child) ul li, 
#template-footer .section-4 .section-body:not(:last-child) ul li {
	padding: 0 0 20px;
}
#template-footer .template-footer-2 {
	padding: 20px;
}
#template-footer .template-footer-2 .template-wrapper {
	justify-content: flex-start;
}
#template-footer .template-footer-2 .template-copyright {
	font-size: 14px;
	color: #777777;
	line-height: 25px;
}

/*
@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 {
		margin-left: 180px;
	}
	#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 !important;
	}
	#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 {
		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;
	}
	#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 li a {
		padding: 5px;
		color: #8a8a8a;
		font-size: 13px;
		font-weight: 400;
	}
	#template-header #template-menu .main-menu li > a:hover:before,
	#template-header #template-menu .main-menu .submenu li > a:hover:before {
		width: 130px;
	}
	#template-footer .template-footer-1 .template-wrapper {
		flex-wrap: wrap;
	}
	#template-header .template-menu-toggle {
		display: inline-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;
	}
}


*/
@media (min-width: 1000px) {
	#template-page-wrapper.scrolled #template-header .template-header-1 .template-logo img {
		width: auto;
		height: 84px;
		margin-top: 15.555555555556px;
		margin-bottom: 15.555555555556px;
	}
}
@media (max-width: 1000px) {
	#template-header .template-wrapper {
		padding-top: 12px;
		padding-bottom: 9px;
	}
	#template-header .template-header-1 .template-logo img {
		height: 24px;
		margin-top: 0;
		margin-bottom: 0;
	}
	#template-header #template-menu .main-menu {
		display: none;
	}
	#template-header .template-menu-toggle {
		display: block;
	}
	body.mobile-menu-trns #template-mobile-menu .mobile-menu-wrapper,
	body.mobile-menu-opened #template-mobile-menu .mobile-menu-wrapper {
		display: flex;
	}
	#template-mobile-menu .mobile-menu-close {
		top: 25px;
		right: 25px;
	}
	#template-body {
		padding-top: 45px;
	}
}
@media (min-width: 690px) and (max-width: 1000px) {
	#template-footer .template-wrapper {
		flex-wrap: wrap;
		max-width: 600px;
	}
	#template-footer .template-footer-1 .template-wrapper {
		padding: 20px;
	}	
	#template-footer .template-footer-1 .template-footer-section {
		width: 48%;
		padding: 15px;
	}
	#template-footer .template-footer-1 .section-body ul li a {
		padding-top: 0;
	}
	#template-footer .template-footer-1 .section-1 {
		margin-right: 15px;
		margin-bottom: 40px;
	}
	#template-footer .template-footer-1 .section-2 {
		margin-right: 0;
		margin-bottom: 40px;
	}
	#template-footer .template-footer-1 .section-3 {
		margin-right: 15px;
	}
	#template-footer .template-footer-1 .section-4 {
		margin-right: 0;
	}
	#template-footer .template-footer-1 .section-3b ul li,
	#template-footer .template-footer-1 .section-4b ul li {
		padding-bottom: 0;
	}
	#template-footer .template-footer-2 .template-wrapper {
		padding: 0;
	}	
}
@media (max-width: 689px) {
	#template-header .template-wrapper {
		padding-left: 18px;
		padding-right: 18px;
	}
	#template-footer .template-wrapper {
		flex-wrap: wrap;
		max-width: 420px;
		padding: 0;
	}
	#template-footer .template-footer-1 .template-footer-section {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}	
	#template-footer .template-footer-1 .template-wrapper {
		padding: 20px;
	}
	#template-footer .template-footer-1 .section-3b ul li,
	#template-footer .template-footer-1 .section-4b ul li {
		padding-bottom: 0;
	}
	#template-footer .template-footer-1 .section-4 {
		margin-bottom: 0;
	}
	#template-footer .template-footer-2 .template-copyright {
		margin-bottom: 49px;
	}
}