/*
file:	Main Style Sheet
year:	2019
author:	CREW 803
email:	info@crew803.com
site:	www.crew803.com
*/

@charset "utf-8";

/* General HTML Styles */

* {
	box-sizing: border-box;
}

i, i:before {
	transition: all .3s linear;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
}

div, span, p, em, a, time, tr, th, td, dt, dd, label, input, select, button, textarea, option, iframe, ul, li, font, h1, h2, h3, h4, h5, h6 {
	font-family: "Be Vietnam", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 16px;
	color: rgba(0,0,0,0.75);
	font-weight: 400;
	text-decoration: none;
}
h1	{
	color: #464646;
	font-size: 24px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h2	{
	color: #464646;
	font-size: 22px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h3	{
	color: #464646;
	font-size: 20px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h4	{
	color: #464646;
	font-size: 19px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h5	{
	color: #464646;
	font-size: 18px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h6	{
	color: #464646;
	font-size: 17px;
	font-weight: normal;
	display: block;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 30px;
}
em {
	font-size: 18px;
	color: rgba(0,0,0,0.85);
	margin: 0 0 50px;
	font-weight: 600;
	padding: 0;
	font-style: normal;
	display: block;
}
a {
	font-size: 16px;
	color: #e30613;
	font-weight: 700;
	text-decoration: none;
	transition: all .3s linear;
}
a:hover {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

fieldset {
	width: auto;
	border: 0;
}
legend {
	color: #494949;
	font-size: 16px;
	font-weight: normal;
	padding: 0 5px;
}
input {
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	font-size: 13px !important;
	margin: 3px 0;
	padding: 5px;
	outline: none !important;
}
input:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
input:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 3px 3px;
	outline: none !important;
}
select:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
option {
	font-size: 13px !important;
	background-color: transparent !important;
	padding: 0 5px;
	outline: none !important;
}
textarea {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 5px;
	height: 150px;
	margin: 3px 0;
	outline: none !important;
}
textarea:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
textarea:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}

/*wrapper*/

.wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.wrapper a, img {
	outline: none !important;
}

.wrapper a:hover, a:visited, a:active,
.wrapper input, .wrapper input:hover, .wrapper input:focus, .wrapper input:active, .wrapper input:visited {
	outline: none !important;
}

:focus {
	outline: none;
}
::-moz-focus-inner {
	border:0;
}

/*to top jQuery*/

#toTop {
	background:url("../img/ui.totop.png") no-repeat left top;
	z-index: 999999;
}

#toTopHover {
	background:url("../img/ui.totop.png") no-repeat left -40px;
}

/*top header*/

.top_header {
	width: 1080px;
	margin: 0 auto 10px;
	padding: 0;
	display: table;
}

.top_header a {
	font-size: 14px;
	color: #000;
	font-weight: 500;
	margin: 0 0 0 20px;
	padding: 6px 10px 9px;
	background: #eee;
	border-radius: 0 0 2px 2px;
	float: right;
}

.top_header a:hover, .top_header a:focus {
	font-size: 14px;
	color: #e30613;
}

.top_header a:hover i:before, .top_header a:focus  {
	color: rgba(0,0,0,0.85);
}

.top_header a i {
	margin: 0;
	padding: 0;
	display: inline-flex;
	vertical-align: middle;
}

.top_header a i:before {
	font-size: 14px;
	color: rgba(0,0,0,0.50);
	font-weight: normal;
	margin: 0 10px 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.top_header a:nth-of-type(2) i:before {
	font-size: 16px;
	margin-top: -2px;
}

/*header*/

header {
	width: 1080px;
	margin: 0 auto 20px;
	padding: 0;
	display: table;
}

/*logo*/

.logo {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.logo img {
	max-height: 64px;
	display: flex;
}

header aside {
	width: auto;
	float: right;
	margin: 0;
	padding: 17px 0 0;
}

header aside em,
header aside a {
	display: inline-block;
	vertical-align: middle;
}

header aside em {
	font-size: 16px;
	color: rgba(0,0,0,0.75);
	font-weight: 600;
	margin: -4px 15px 0 0;
	padding: 0;
}

header aside a {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	margin: 0;
	padding: 2px 20px 6px;
	background: #e30613;
	border: 1px solid #e30613;
	border-radius: 2px;
}

header aside a:hover, header aside a:focus {
	font-size: 14px;
	color: #000;
	background: #fff;
	border-color: #000;
}

/*images cnt*/

.images_cnt {
	width: auto;
	max-width: 1080px;
	margin: 0 auto 40px;
	padding: 0;
	display: table;
}

.images_cnt img {
	max-height: 220px;
	display: inline-block;
	margin: 0 10px;
	padding: 0;
	transition: all .3s linear;
}

.images_cnt img:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

/*info text cnt*/

.info_text_cnt {
	width: 1080px;
	margin: 0 auto;
	padding: 20px;
	display: table;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	position: relative;
	z-index: 150;
}

.info_text_cnt em,
.info_text_cnt p {
	display: block;
}

.info_text_cnt em {
	font-size: 20px;
	color: rgba(0,0,0,0.85);
	font-weight: 800;
	margin: 0 0 3px;
	padding: 0;
}

.info_text_cnt p {
	font-size: 16px;
	color: rgba(0,0,0,0.75);
	font-weight: 500;
	margin: 0;
	padding: 0;
}

/*bottom contact info txt*/

.bottom_contact_info_txt {
	width: 1080px;
	/*margin: 0 auto 80px;*/
	margin: 0 auto;
	padding: 40px 20px;
	display: table;
	background: #efefef;
	border-radius: 2px;
	position: relative;
	z-index: 50;
}

.bottom_contact_info_txt p {
	font-size: 16px;
	color: rgba(0,0,0,0.75);
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.ext_lnk {
	font-size: 14px;
	color: #e30613;
	font-weight: 700;
	margin: 0;
	padding: 4px 20px 8px;
	background: transparent;
	border: 1px solid #e30613;
	border-radius: 2px;
	float: right;
}

.ext_lnk:hover, .ext_lnk:focus {
	font-size: 14px;
	color: #000;
	border-color: #000;
}

/*footer*/

footer {
	width: 100%;
	margin: 0;
	padding: 15px 0 18px;
	display: table;
	background: #252525;
}

footer section {
	width: 1080px;
	margin: 0 auto;
	display: table;
}

footer p {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	margin: 0;
	padding: 0;
	float: left;
}

footer p a {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}

footer p a:hover, footer p a:focus {
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
}

footer p:last-of-type {
	float: right;
}





/*responsive breakpoints*/
@media only screen and (min-width: 0px) and (max-width: 800px) {

	img {
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}
	
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
	}
	
	html {
		-webkit-text-size-adjust: none;
	}
	
	input, select, textarea, input[type="submit"], input[type="reset"] {
		appearance: none;
		-webkit-appearance: none;
	}

	input[type="radio"] {
		appearance: radio;
		-webkit-appearance: radio;
	}
	
	input[type="checkbox"] {
		appearance: checkbox;
		-webkit-appearance: checkbox;
	}



.top_header {
	width: 95%;
}

.top_header a {
	margin: 0 0 5px;
	float: none;
	display: block;
}

header {
	width: 95%;
}

.images_cnt {
	width: 95%;
	max-width: inherit;
	display: table-row;
	text-align: center;
}

.images_cnt img {
	width: 27%;
	vertical-align: middle;
	max-height: inherit;
	display: inline-block;
	text-align: center;
}

.info_text_cnt {
	width: 95%;
	margin-top: 40px;
}

.bottom_contact_info_txt {
	width: 95%;
}

.ext_lnk {
	float: none;
	display: table;
	margin-bottom: 20px;
}

footer section {
	width: 95%;
}

footer p {
	max-width: 75%;
}






}



/*eufunds cnt*/

.eufunds_cnt {
	width: 1080px;
	margin: 0 auto 80px;
	padding: 20px;
	display: table;
}

.eufunds_cnt a,
.eufunds_cnt p {
	display: inline-block;
	vertical-align: middle;
}

.eufunds_cnt a {
	margin: 0 20px 0 0;
}

.eufunds_cnt a:last-of-type {
	margin: 0;
}

.eufunds_cnt img {
	display: flex;
	max-height: 56px;
}

.eufunds_cnt a:first-of-type img {
	max-height: inherit;
	max-width: 192px;
}

.eufunds_cnt a:last-of-type img {
	max-height: 38px;
}

.eufunds_cnt p {
	font-size: 12px;
	color: rgba(0,0,0,0.75);
	font-weight: 500;
	margin: 0 20px 0 0;
	padding: 0;
	max-width: 55%;
}

@media only screen and (min-width: 0px) and (max-width: 800px) {

.eufunds_cnt {
	width: 95%;
	box-sizing: border-box;
}

.eufunds_cnt a:first-of-type,
.eufunds_cnt p {
	display: table;
}

.eufunds_cnt a:first-of-type {
	margin: 0;
}

.eufunds_cnt p {
	max-width: 100%;
	margin: 20px 0;
}

}



