* { margin:0; padding:0; box-sizing:border-box; -webkit-box-sizing:border-box; -webkit-appearance:none;}
::selection { color: #fff; background-color: #e70000; }
body { font-family: 'PT Sans', sans-serif; font-size:19px; line-height:34px; color:#000; font-weight: 400; }
h1, h2, h3, h4, h5, h6, h7 { line-height:120%; padding:0; font-weight:normal; margin-bottom:0px; color:#000; font-family: 'Macondo', cursive; }
h5, h6, h7 { letter-spacing: 0px; }
.space-line {  width:100px; height:2px; background-color:#e54f4f; display:block; margin:10px 0 15px 0;}
.space-line.center { margin: 10px auto 15px auto; }
.space-after { margin-bottom: 20px;}
.space-after-50 { margin-bottom: 50px;}
.space-tb { margin:10px 0;}
.no-break { white-space: nowrap; }
h1 { font-size:56px; padding-bottom:10px;}
h1.clear { margin: 0; padding: 0; line-height: 60px;}
h2 { font-size:50px; }
h3 { font-size:42px; }
h4 { font-size:34px; }
h5 { font-size:28px; }
h6 { font-size:24px; }
.clear-ul { margin:0; padding:0; list-style:none;}
a { text-decoration:none; color:inherit; transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s;}
p { margin-bottom:10px;}
.text-links { color:#e70000;}
.text-links:hover, .text-links.active { color:#005CFF;}
.box-links { background-color:#06F; color:#fff; display:inline-block; padding:5px 15px;}
.box-links:hover { background-color:#000; }

img { max-width:100%; margin:0; padding:0; font-size:0; display:block;}
.full-img { width: 100%; }
.text-center { text-align: center; justify-content: center; }
.text-left { text-align: left; justify-content: flex-start; }
.text-right { text-align: right; justify-content: right; }

ul { margin: 0; padding: 0; list-style: none;}
ul li { padding-left: 25px; position: relative;}
ul li:before { content: "\f1d8"; font-family: FontAwesome; font-size: 14px; color: #e70000; position: absolute; left: 0; top: 0px;}
ul.clear-ul li { padding-left: 0;}
ul.clear-ul li:before { display: none;}
ul.styled-ul li:before { content: "\f007"; }

.styled-table { width: 100%; border:none; }
.styled-table td, .styled-table th {  border: solid 1px rgb(0 0 0 /10%); padding:10px; text-align: left; vertical-align: top;}
.styled-table tr:nth-child(2n) { background-color: rgb(250 200 0 / 30%); }
.styled-table thead { background-color:#e70000; color:#fff; }
.spl-text { color: #e70000; }
section { position: relative; overflow: hidden;}
.wrapper-1000 { width:1000px; margin:0 auto; position:relative;}
.wrapper-1200 { width:1200px; margin:0 auto; position:relative;}
.wrapper-90p { width:95%; margin:0 auto; }

.flex-box, .mob-flex-box, .flex-box-720 { display: flex; align-items: center; flex-wrap: wrap; }
.flex-5 .flex-child { width: 16%; flex-grow: 1;}
.flex-4 .flex-child { width: 24%; flex-grow: 1;}
.flex-3 .flex-child { width: 30%; flex-grow: 1;}
.flex-2 .flex-child { width: 45%; flex-grow: 1;}
.flex-1 .flex-child { width: 100%; flex-grow: 1;}
.block-2 { width:50%; flex-grow:1; }
.block-3 { width:33.33%; flex-grow:1; }
.block-4 { width:25%; flex-grow:1; }
.block-5 { width:20%; flex-grow:1; }
.flex-content-top { align-items: flex-start;}
.flex-box.reverse { flex-direction: row-reverse; }
.flex-reset-height { align-items: normal; }

.extra-padding { padding:8% 10%; display: block;}
.extra-padding-rl { padding: 0 10%; }
.extra-padding-tb { padding:8% 0%;}
.extra-padding-top { padding-top:8%;}
.mid-padding { padding:4% 5%;}
.mid-padding-rl { padding:0% 5%;}
.mid-padding-tb { padding:4% 0%;}
.fix-padding-20 { padding:20px;}
.fix-padding-tb-20 { padding:20px 0;}
.padding-bottom-0 { padding-bottom:0; }

footer { padding : 30px 0; background-color:#e3e3e3; }
.footer-text { padding: 20px 0;}
.footer-social-icons { margin-left: auto;}
.social-icon { width:35px; line-height: 35px; margin: 0 3px; font-size: 20px; text-align: center; display: block; background-color: #e70000; border-radius: 50%; color: #fff;}

header { z-index: 800;  }
.logo { display: block; width:200px; padding:10px 0 20px; position: relative; }
/* header.scrolled .logo { width: 140px; padding: 5px 0;} */
.main-menu-wrapper { margin-left:auto; transition: all ease-out 0.3s; }
.main-menu-wrapper.off { }
.menu-icon { width: 50px; height: 50px; line-height: 50px; text-align: center; position: fixed; right: 10px; top: 10px; z-index: 900; display: none; }
.menu-icon:after { content: "\f0c9"; font-family: fontAwesome; font-size: 20px;}
.menu-icon.off:after { content: "\f00d"; font-family: fontAwesome; font-size: 20px; }
.main-menu { font-size: 20px; line-height: 30px; }
.main-link { padding: 10px 15px; display: block; transition: all ease-out 0.3s;}
.main-link:hover, .main-link.active { color: #e70000; }
.main-dd-parent:after { content:"+"; position: absolute; right: 3px; top: 10px;}
.main-dd-parent.on:after { content:"-";}
.sub-link-ul { display: block; width:200px; background-color: #eee; position: absolute; visibility: hidden; opacity: 0; transition: all ease-out 0.3s; z-index: 100; }

.main-menu-ul li:hover .sub-link-ul { opacity: 1; }
.sub-link-ul li { margin-bottom: 00px; border: none; padding-left: 20px !important; }
.main-menu-ul li:hover .sub-link-ul { top:100%; opacity: 1; visibility: visible; }
.sub-link { padding: 12px 20px; display: block; font-size: 80%;}
.sub-link:hover, .sub-link.active { color:#e70000;}

.child-link-ul { position: absolute; left: 100%; top:20px; width:200px; background-color: #bbb; padding: 20px 0; opacity: 0;  transition: all ease-out 0.3s; visibility: hidden;}
.sub-link-ul li:hover .child-link-ul { top:0; opacity: 1; visibility: visible; }
.sub-dd-parent:after { content:"\f105"; font-family: fontAwesome; position: absolute; right: 8px; top: 10px;}
.child-link { padding: 12px 20px; display: block; border-bottom: solid 1px rgb(0 0 0 /5%); font-size: 12px;}
.child-link-ul li:last-child .child-link { border:none; }
.child-link:hover, .child-link.active { color:#e70000;}

/* form */
.form-ul { text-align: left; }
.form-ul li { margin-bottom: 10px;}
.form-ul li.half { width: 49%; margin-right: 2%; float: left; }
.form-ul li.third { width: 32%; margin-right: 2%; float: left; }
.form-ul li.half.no-margin, .form-ul li.third.no-margin { margin-right: 0; }

.form-field {width:100%; padding: 10px; font-family: inherit; background: none; border: solid 1px rgb(0 0 0 / 30%); box-sizing: border-box; background-color: #fff;}
.form-field.select { position:relative; padding-right:30px;}
.form-field.select:after { content:"\f107"; font-family: fontAwesome; position:absolute; width: 30px; height:100%; right: 0; top: 0; display:block; background-color: #e70000; color:#fff;}
.form-btn { padding:10px 20px; background-color: #e70000; color:#fff; border: solid 1px #e70000; cursor: pointer; border-radius: 10px; transition: all ease-out 0.3s;}
.form-btn:hover { background-color: #5b5b5b; border-color: #5b5b5b; color: #fff;}



/* ========================================================================= */

.banner-text { position: absolute; width:40%; left: 55%; top:50%; transform:translateY(-50%); }
.banner-text * { color: #fff;}
.banner-text h1 { font-size: 80px;}

/* ========================================================================= */


@media screen and (max-width:1250px){
	.wrapper-1200 { width:95%;}
}
@media screen and (max-width:1000px){
	.wrapper-1000 { width:95%;}
	.flex-box { display:block;}
	.block-2, .block-3, .block-4 { width:100%;}
	footer { text-align: center; }
	.mob-hide { display:none;}
	.main-menu-ul { text-align:center; justify-content: center;}
	.styled-table td, .styled-table th { display: block;}
	.styled-table td .tablehead { display: block; padding: 5px; background-color: #e70000; color: #fff; text-align: center; }
	.styled-table tr { margin-bottom:20px; display:block; }
	.flex-5 .flex-child, .flex-4 .flex-child, .flex-3 .flex-child, .flex-2 .flex-child, .flex-1 .flex-child { width: 100%;}
	ul { text-align: left;}
}

@media screen and (max-width:720px){
	section { overflow: hidden; max-width: 100%; }
	.menu-icon { display:block;}
	.main-menu-wrapper.off { transform: translateX(100%); }
	.main-menu-wrapper { width: 85%; padding: 20px 0; position: fixed; height: 100%; z-index: 100; background-color: rgb(255 255 255 / 95%); right: 0; top: 0; }
	.main-menu { height:100%; overflow: auto;}
	.main-link { padding: 15px 0; display: block;}
	.main-dd-parent:after { position:absolute; right: 20px; top:15px;}
	.sub-link-ul, .child-link-ul { position:relative; top:0; display: none; transition: none; left:0; }
	
	h1 { font-size:40px;}
	h2 { font-size:34px;}
	h3 { font-size:30px; }
	h4 { font-size:26px; }
	h5 { font-size:24px; }
	h6 { font-size:18px;  }
	.extra-padding { padding:15% 10%; }
	.extra-padding-tb { padding:15% 0%; }
	.extra-padding-top { padding-top:15%; }
	.mid-padding { padding:10% 7%; }
	.mid-padding-rl { padding:0% 7%; }
	.mid-padding-tb { padding:10% 0%; }
	.low-padding { padding:5% 3%; }
	.low-padding-rl { padding:0% 3%; }
	.low-padding-tb { padding:5% 0%; }
	.fix-padding-20 { padding:20px; }
	
	
	/* ================================================================= */
	.logo { margin: 0 0 0 20px; width: 170px; }
	.banner-text { width: 100%; transform: none; text-align: center; left: auto; top: auto; padding: 20px 0 0 0; bottom:0; }
	.banner-text * {}
}