
p {
	margin:0;
}

h2 {
	margin-top:10px;
}

#loader h1 {
	color:#fff;
}

#loading {
	display:block;
	position:absolute;
	width:100%;
	top:25%;
	text-align:center;
	z-index:1001;
}

#loading p {
	color:#fff;
	font-family:'Parisienne', cursive;
	font-size: 30px;
	text-align:center;
}

#welcome {
	display:block;
	position:absolute;
	width:100%;
	top:47%;
	text-align:center;
	z-index:1001;
}

#welcome h1 {
	color:#fff;
	font-family:'Source Sans Pro', sans-serif;
	font-size: 30px;
	font-weight:500px;
	text-align:center;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%;
}

.section .section-title {
  color: #222328;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  margin-bottom: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.section .section-title strong {
  font-weight: 500;
}


.row {
  position: relative;
  width: 100%;
}
.row:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.column {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}
.column.left {
  float: left;
}
.column.right {
  float: right;
}
.column.quater {
  width: 25%;
}
.column.third {
  width: 33.33%;
}

.column.fifth {
  width: 20%;
}
.column.one-third {
  width: 25%;
}
.column.fourth {
  width: 25%;
}
.column.two-thirds {
  width: 75%;
}


.flex-center {
  justify-content: center;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex.middle {
  align-items: center;
}
.flex.wrap-items {
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}


@media (max-width: 667px) {
	.section .section-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .section .section-title br {
    display: none;
  }
}



@media (max-width: 1366px) {
  .container {
    padding: 0 30px;
    box-sizing: border-box;
  }
}

.cv-module {
  text-align: center;
  padding: 40px 0 30px 0;
  box-sizing: border-box;
  background-color: #016575;
}

.cv-module .section-title {
  color: white;
  margin-bottom: 40px;
}

.cv-module .cv-title {
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 30px;
  display: block;
}

@media (max-width:800px) {
	.cv-list .cv-title {
		padding-left:10px;
	}
}

.cv-module .cv-content {
  color: white;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
}

.cv-module .column {
  padding: 30px;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .cv-module .column.fourth {
    width: 33.33%;
  }
}

.cv-sub-module {
  padding: 0 0 0 0;
}
.cv-sub-module .container {
  padding-top: 0px;
  border-top: 1px solid #d0d0d0;
}
.cv-sub-module .section-title {
  font-weight: 500;
  margin-bottom: 0px;
}
#ptitle {
	margin-bottom:40px;
}
.section-title p {
	margin:0 0 0px;
}
.cv-sub-module .row:last-child .inner:before {
  display: none;
}
.cv-sub-module .row:first-child .inner {
  /*padding: 25px 5% 25px 95px;*/
}
.cv-sub-module .row:first-child .inner:before {
  top: 25px;
  height: calc(100% - 25px);
}
.cv-sub-module .row:last-child .cv-list:not(.active) .inner .column-count:before {
  position: absolute;
  height: 27px;
  z-index: 8;
  left: 50%;
  margin-left: -1px;
  top: -27px;
  display: block;
  content: '';
  width: 2px;
  background-color: #d0d0d0;
}

.cv-selection {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translate(100%, 0);
  z-index:12;
}
.cv-selection .inner {
  position: absolute;
  top: -5px;
  left: 0;
  padding: 0 0 0 0 !important;
}
.cv-selection .cv-title {
  position: relative;
  z-index: 19;
  text-transform: uppercase;
  color: #333743;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 10px;
  display: block;
}
.cv-selection .cv-content {
  position: relative;
  z-index: 11;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 38px;
  color: #9297a3;
  opacity: 0.75;
  font-weight: normal;
}
@media (min-width: 1025px) {
  .cv-list.active .inner {
    box-shadow: -20px 0px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .cv-list.active .inner:after {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
  }
  div.cv-list.active ~ div.cv-selection {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    transform: translate(0, 0);
  }
}
.cv-list {
  position: relative;
  padding-right: 8%;
  box-sizing: border-box;
}

.cv-list:before {
  position: absolute;
  content: '';
  display: block;
  z-index: 21;
  right: 0;
  height: 100%;
  width: 8%;
}
.cv-list .cv-title {
  position: relative;
  z-index: 19;
  text-transform: uppercase;
  color: #333743;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  display: block;
}
.cv-list .cv-content {
  position: relative;
  z-index: 11;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #9297a3;
  opacity: 0.75;
  font-weight: normal;
}
.cv-list .column-count {
  position: absolute;
  z-index: 12;
  top: 25px;
  left: 32px;
  background-color: white;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  border-radius: 34px;
  box-sizing: border-box;
  border: 2px solid #d0d0d0;
}


.cv-list .inner {
  position: relative;
  padding: 25px 5% 25px 95px;
  box-sizing: border-box;
  z-index: 22;
}

@media (max-width: 800px) {
	.cv-list .inner {
		padding: 30px 1px 1px 70px;
	}
}

.cv-list .inner:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: '';
  display: block;
  height: 100%;
  background-color: white;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.cv-list .inner:before {
  position: absolute;
  height: 100%;
  z-index: 8;
  left: 48px;
  top: 0;
  display: block;
  content: '';
  width: 2px;
  background-color: #d0d0d0;
}
}
@media (max-width: 1024px) {
  .cv-sub-module .column.cv-list {
    width: 100%;
    padding-right: 0;
  }
  
  .cv-sub-module .column.cv-selection {
    display: none;
  }
}

@media (max-width: 800px) {
  .cv-module .column.fourth {
    width: 50%;
  }
}

@media (min-width: 668px) {
  .cv-module .column {
    border-right: 1px solid white;
    border-bottom: 1px solid white;
  }
  .cv-module .column:last-child {
    border-right: 0px;
  }
  .cv-module {
    position: relative;
  }
  .cv-module .flex {
    position: relative;
  }
  .cv-module .flex:before,
  .cv-module .flex:after {
    position: absolute;
    display: block;
    content: '';
    background-color: #016575;
  }
  .cv-module .flex:before {
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
  }
  .cv-module .flex:after {
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
  }
}
@media (max-width: 667px) {
  .cv-module .column.fourth {
    width: 100%;
  }
  .cv-module .column {
    border-bottom: 1px solid #017689;
  }
  .cv-module .column:last-child {
    border-bottom: 0px;
  }
}

@media (max-width:800px)  {
	.cv-conten {
		display:block;
	}
	.olumn.half {
		width:100%;
	}
	.cv-conten ul {
		padding-left:0;
		list-style-type:none;
	}
}
@media (min-width: 1025px) {
	.cv-conten {
		display:none;
	}
	.column.half {
		width:50%;
	}
}

#audio {
  }
  
  #rr {
	  
  }
  
 .text {
	 display:none;
 }
  
 .text .fadein {
	 display:block;
 }
 
 .text .fadeout {
	 display:none;
 }
 
 .fadein {
	 display:block;
 }
 
 @media (max-width: 1366px) {
  .container {
    padding: 0 30px;
    box-sizing: border-box;
  }
}

.wrapper {
	overflow:hidden;
}

.vcard {
	margin-top: 100px;
	text-align:center;
}

.vcard h3 {
	margin-bottom:30px;
}

.vcard h4 {
	font-family:'Parisienne', cursive;
	font-size: 20px;
	margin-top:0;	
	margin-bottom:0;
}

.textspace {
	display:block;
	width:100%;
	margin-top:10px;
	height:75px;
}

button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	display: inline-block;
	line-height: 2em;
	padding: 0 1.5em;
	background-color: transparent;
	border-radius: 4px;
	border: solid 1px #d0d0d0;
	color: #414f57;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: 'Parisienne', cursive;
	font-style: normal;
	font-weight: normal;	letter-spacing: 0.22em;
}

button:hover {
	border-color: #000;
	color: #000;
}

button:active {
	outline-color:#000;
}

.textspace h4 {
	font-family:'Parisienne', cursive;
	font-size:20px;
}

/*OVERLAY*/

/* Overlay style */
.about {
	font-family:'Parisienne', cursive;
	font-size:30px;
	text-align: center;
	margin-top:30px;
}

@media (max-width:800px) {
.aboutme {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	text-align:center;
}
}

@media (min-width:800px) {
	.aboutme {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 16px;
		text-align:center;
	}
}

.overlay {

	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* Overlay closing */
.overlay .overlay-close {
	position: absolute;
	background:url(cross.png) center center;
	width:35px;
	height:35px;
	right: 20px;
	text-transform:uppercase;
	text-decoration:none;
	text-indent:200%;
	top: 20px;
	border: none;
	color: #fff;
	outline: none;
	z-index:1002;
}

/* Menu style *//*
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}

.overlay ul li a {
	font-weight: 300;
	display: block;
	color: #313f47;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #0c62af;
}

/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	background-repeat: repeat,			no-repeat,			no-repeat;
	background-size: 100px 100px, cover,				cover;
	background-position: top left,		center center,		bottom center;
	background-attachment: fixed,			fixed,				fixed;
	background-color:#000;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	color:#fff;
	z-index:1001;
}

.overlay-hugeinc.close {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

