body {
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Roboto', sans-serif;
}
ul {
    padding: 0
}
#slide1 {
    width: 100%;
    display: flex;
    background-color: #f5f5f5;
	padding-bottom: 30px;
}
.overlay {
    background: url("../img/main/overlay.png");
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: -165px;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}
.title_sec{
	position: relative;
	top: 50px;
}
/*header {
    height: 650px; background: url(../img/main/cover-sete-1500px.jpg) 50% 50% no-repeat fixed; background-size: cover;
}*/
#fixedDiv {
    width: 100%;
    position: fixed;
    z-index: 10;
    text-align: center;
}
.navRol {
    width: auto;
    height: 50px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    /*border-radius: 0 0 50px 50px;*/
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.navRol ul {
    display: inline-flex;
    flex-flow: row;
    margin: 0 auto;
}
.navRol li {
    list-style: none;
    padding: 10px;
}
.navRol a {
    text-decoration: none;
    display: block;
    font-weight: 500;
    color: #4154F6;
    transition: .3s;
    padding: 8px;
    border-radius: 10px;
    position: relative;
    top: -3px;
}
.navRol a:hover {
    transition: .3s;
    color: #fff;
    display: block;
    padding: 8px;
    background-color: #4154F6;
    border-radius: 10px;
}
.navRol .activeCta {
    color: #fff;
    display: block;
    padding: 8px;
    background-color: #4154F6;
    border-radius: 10px;
}
.contentHome {
    width: auto;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 50px;
    text-align: center;
    background-color: #4154F6;
    z-index: 5;
}
.contentHome a {
    position: relative;
    top: 0;
    color: #fff;
    text-align: center;
    font-family: 'poppins', cursive;
    font-weight: 400;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.self-pic{
    height: 200px;
    position: relative;
    bottom: 20px;
}
.contentRol {
    width: 1000px;
    margin: 0 auto;
    position: relative; /*margin-top: -60px;*/ /*background-color: cadetblue;*/
}
.picRol {
    width: 200px;
    height: 200px;
    background: url(../img/main/me-200px.jpg) 0 0 no-repeat;
    border-radius: 50%;
    position: relative;
    border: 10px solid #fff;
    left: 38px;
    display: block;
}
.leftColum {
    width: 300px;
    float: left;
}
.leftColumTitle {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 16pt;
    background-color: #fff;
    padding: 10px;
    width: auto;
    margin: 20px 30px;
    text-align: center;
}
.infosRol {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}
.infosRol a {
    font-size: 30pt;
    font-weight: 700;
    position: relative;
    top: 10px;
}
.infosRol span {
    font-size: 12pt;
    font-weight: 300;
    position: relative;
    top: -25px;
}
.infosRol p {
    font-size: 12pt;
    font-weight: 300;
    position: relative;
    top: -10px;
}
.skillsRol {
    width: 100%;
    text-align: center;
}
.skillsRol ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.skillsRol li {
    list-style: none;
    width: 80px;
    height: 80px;
    margin: 5px auto;
}
.skillsRol img {
    width: 70px;
}
.skillsRol a, .strengthRol a, .interestRol a, .usefulRol a {
    font-weight: 500;
    width: 100%;
    font-size: 10pt;
}
.strengthRol {/*background-color: deepskyblue;*/
}
.strengthRol ul {
}
.strengthRol li {
    position: relative;
    left: 30px;
    list-style: none;
}
.strengthRol li::before {
    content: "•";
    color: #67a4d8;
    position: relative;
    left: -10px;
    top: 3px;
    font-size: 20px;
}
.interestRol {
    width: 100%;
    text-align: center;
}
.interestRol ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.interestRol li {
    list-style: none;
    width: 80px;
    height: 80px;
    margin: 5px auto;
}
.interestRol img, .usefulRol img {
    width: 70px;
}
.usefulRol {
    width: 100%;
    text-align: center;
}
.usefulRol ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.usefulRol li {
    list-style: none;
    width: 80px;
    height: 80px;
    margin: 5px auto;
}
.rightColum {
    width: 680px; /*background-color: orangered;*/
    float: right;
	margin-top: -100px;
}
.logoCompany img{
	width: 50px;
    height: 50px;
    /*background: url(../img/main/me-200px.jpg) 0 0 no-repeat;*/
    border-radius: 50%;
    position: relative;
    border: 5px solid #f5f5f5;
    left: -75px;
    display: block;
	top: 40px;
	transition: .2s;
}
/*.logoCompany a{
	width: 1px;
    height: 1px;
}*/
.logoCompany img:hover{
	transform: scale(1.05,1.05);
	transition: .2s;
}
.experienceList {
    border-radius: 8px;
    background-color: #fff;
    margin-top: 20px;
}
.jobHeadline {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 16pt;
    position: relative;
    margin-left: 50px;
	margin-right: 10px;
}
.experienceList span {
    color: #777777;
}
.experienceListTopLine {
    list-style: none;
    border-bottom: 1px solid #666666;
    padding-bottom: 20px;
}
.experienceList ul {
    padding: 0;
    display: inline-flex;
    flex-flow: wrap;
}
.experienceListContent ul {
    padding: 0;
}
.experienceListContent li {
    width: 90%;
    padding: 5px;
    list-style: circle;
    font-size: 10pt;
    position: relative;
    left: 50px;
}
.experienceListContent p{
	font-size: 10pt;
	padding: 0 30px;
	
}
.likebtn-wrapper{
	position:relative;
	padding: 10px;
	margin-left: 580px;
	font-family: 'Roboto', sans-serif;
}
#slide2 {
    height: auto;
    background-color: #FFF;
}
h1 {
    text-align: center;
    font-weight: 300;
    padding-top: 110px;
}
#slide3 {
    height: 330px;
    background-color: #f5f5f5;
}
.contactHolder {
    width: 600px;
    margin: 0 auto;
    text-align: center;
}
.contactHolder img {
    transition: .3s;
}
.contactHolder img:hover {
    transform: scale(1.1, 1.1);
    transition: .3s;
}

@media only screen and (max-width:480px) {
#slide1, #slide2, #slide3 {
    width: 100%;
}
#fixedDiv {
    position: relative;
}
	#header{
		height: auto;
	}
.navRol {
    width: 100%;
    border-radius: inherit;
}
.contentHome {
    display: none;
}
/*.contentHome a {
   
}*/
.flex-container {
    display: none;
}
	.contentRol{
		width: 100%;
	}
	.picRol{
		margin: 0 auto;
		left: 0;
		margin-top: 20px;
	}
	.leftColum{
		width:90%;
		float: none;
		margin: 0 auto;
	}
	.rightColum{
		width: 100%;
		padding-top:90px;
	}
	.experienceListTopLine{
		width: 90%;
		margin: 30px auto 0 auto;
		text-align: center;
		border-top: 1px solid #666666;
    	padding-top: 20px;
	}
	.experienceList{
		width: 90%;
		margin: 0 auto;
	}
	.skillsRol a, .strengthRol a, .interestRol a, .usefulRol a {
		font-weight: 500;
	}
	.experienceList{
		margin-top: 20px;
	}
	.logoCompany{
		display:none;
	}
	.jobHeadline{
		margin-left: 10px;
		padding-top: 20px;
	}
	.experienceListContent li{
		width:81%;
		left:30px;
		text-align: justify;
	}
	.experienceListContent p{
		text-align: justify;
	}
	.contactHolder{
		width:100%;
	}
	.likebtn-wrapper{
		margin-left: 70%;
	}
}

@media only screen and (min-width:481px) and (max-width:768px) {
	#slide1, #slide2, #slide3 {
    width: 100%;
}
	.contentRol{
		width: 100%;
	}
}

@media only screen and (min-width:769px) and (max-width:1024px) {
	#slide1, #slide2, #slide3 {
    width: 100%;
}
	.contentRol{
		width: 100%;
	}
}
