/* Main */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
	width: 85%;
}

address,
caption,
dfn,
th,
var {
    font-style: normal;
    font-weight: 400;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

html,
body {
    background: #117A65;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

body {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.wrapper {
    text-align: center;
}

.header {
    width: 70%;
    padding: 80px 15% 0;
    float: left;
    background: #0B5345;
}

.xouter {
    position: relative;
    left: 50%;
    float: left;
    clear: both;
    margin: 0;
}

.xinner {
    position: relative;
    left: -50%;
}

.content-wrap {
    width: 80%;
    float: left;
    padding: 60px 10%;
}

.name {
    width: 50%;
    float: left;
    border-right: 1px solid #117A65;
    box-sizing: border-box;
}

.name h2 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

.name p {
    font-size: 13px;
    font-weight: 600;
}

.content {
    width: 50%;
    float: left;
}

.content p {
    font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
}

.social {
    width: 70%;
    padding: 50px 15%;
    float: left;
}

.social a {
    color: #0B5345;
}

.social a:hover {
    color: #0E6251;
}

/* Responsive */

@media only screen and (max-width: 1024px) {
	
    .header {
        width: 90%;
        padding: 40px 5% 0;
        float: left;
        background: #0B5345;
        overflow: hidden;
    }
	
	img {
		width: 70%;
	}
	
}

@media only screen and (max-width: 768px) {
	
    .content-wrap {
        width: 100%;
        float: left;
        padding: 10px 0;
    }
	
    .name {
        width: 100%;
        float: left;
        border-right: none;
        border-bottom: 1px solid #117A65;
        box-sizing: border-box;
        padding: 20px 0;
    }
	
    .content {
        width: 100%;
        padding: 20px 0;
        float: left;
    }
	
	.content p {
		margin-top: auto;
	}
	
	.social {
		padding: 30px 15%;
	}
	
}

/* FontAwesome */

@font-face {
    font-family: 'FontAwesome';
    src: url('../font/fontawesome-webfont.eot?v=4.6.3');
    src: url('../font/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),
	url('../font/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),
	url('../font/fontawesome-webfont.woff?v=4.6.3') format('woff'), 
	url('../font/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), 
	url('../font/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #FFFFFF;
}

.fa-circle:before {
    content: "\f111";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-telegram:before {
    content: "\f1d8";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-github:before {
    content: "\f09b";
}