* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	/*font-size: 14px;*/
	/*font-family: OpenSans, sans-serif;*/
	font-size: 16px;
	font-family: Arial, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100vw;
	min-height: 100vh;
	overflow-x: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-around;
	background: #f0f0f0;
}

a {
	text-decoration: none;
	color: #2599db;
	text-shadow: 1px 1px 3px rgba(0,0,0,.1);
	transition: .2s ease-in-out;
}

a:hover {
	color: #224;
}

#main {
	display: block;
	width: 100vw;
	/*height: 400px;*/
	position: relative;
	background: url(/images/background.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
#main .main-nav {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	/*background: rgba(169,255,88,.5);*/
	background: rgba(26,69,149,.5);
}
#main .main-nav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1200px;
}
#main .main-nav li {
	display: inline-block;
}
#main .main-nav li a {
	color: #fff;
	display: block;
	padding: 10px 15px;
	font-weight: 400;
	text-shadow: 1px 1px 3px rgba(255,255,255,.1);
	font-size: 1.2rem;
}
#main .main-nav .active a,
#main .main-nav li a:hover {
	color: #fff;
	background: rgba(255,255,255,.2);
}
.main-welcome {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 200px 0 39px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-end;
}
#card {
	width: 700px;
	background: rgba(255,255,255,0.75);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.card-logo img {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.card-logo,
.card-info {
	padding: 20px 20px 10px 20px;
}
.card-info {
	background: rgba(243,145,71,0.75);
	color: #fff;
	flex-grow: 1;
	flex-basis: auto;
}
.card-info a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.card-info h2 {
	font-size: 18px;
	font-weight: 500;
}
.card-info p {
	font-size: 16px;
	margin: 0;
	margin-bottom: 10px;
}

#content {
	flex-grow: 1;
	width: 100%;
	max-width: 1200px;
	background: #fff;
	border: 1px solid #d1d1d1;
    border-bottom: 0;
}

#com_wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
}

#sidebar {
	width: 40%;
	padding: 0 30px 0 0;
}

#component {
	flex-grow: 1;
	flex-basis: auto;
	padding: 0 30px 30px;
}

#component h1,
#content h2 {
	font-size: 28px;
	line-height: 30px;
	color: #303030;
	text-shadow: 1px 1px 0 #ffffff;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 15px;
	font-weight: 400;
	margin: 25px 0 0;
}

#content img {
	width: 100%;
}

.footer-wrapper {
	width: 1200px;
	margin: 0 auto;
	padding: 30px;
	border: 1px solid #d1d1d1;
    border-bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    color: #6e6e6e;
}

.footer-wrapper h3, ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
    line-height: 18px;
	font-weight: 400;
}

.footer-wrapper li {
	display: inline-block;
	margin: 0 10px;
}

.footer-wrapper li a {
	text-decoration: underline;
	color: #6e6e6e;
}

.footer-wrapper h3 {
	position: relative;
	padding-left: 130px;
}

.footer-wrapper h3::before {
	content: '';
	position: absolute;
	left: 0;
    top: -5px;
	display: inline-block;
	width: 120px;
	height: 44px;
	background: url(../../../images/logo.png);
	background-size: cover;
	margin-right: 20px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.fin-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}

.download {
	display: inline-block;
	color: #6e6e6e;
	padding-left: 37px;
	position: relative;
	margin-right: 30%;
}

.download:hover {
	color: #F39147;
}

.download:before {
	content: '\f0ab';
	position: absolute;
	left: 0;
	top: -8px;
	font-family: 'FontAwesome';
	display: inline-block;
	font-size: 36px;
}

.lets-see {
    display: inline-block;
    color: #6e6e6e;
    padding-left: 37px;
    position: relative;
    margin-right: 30%;
}

.lets-see::before {
    content: '\f06e';
    position: absolute;
    left: -3px;
    top: -10px;
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 36px;
}

.lets-see:hover {
    color: #F39147;
}

h3 {
  font-weight: normal;
}

#sidebar a {
  color: #000;
}