* {
	font-family: "Open Sans", Arial, sans-serif;
}

#logo-title {
	display: block;
	font-size: 20px;
}

#logo-subtitle {
	display: block;
	font-style: italic;
	font-size: 16px;
}

.about_image {
	color: #19b5f3;
	margin-top: 10px;
}

.navbar-nav > li > a {
	padding-top: 25px;
	padding-bottom: 25px;
}

.g-recaptcha {
	width: 305px;
	display: none;
}

#intro {
	text-align: center;
	background-color: #19b5f3;
	background-image: url("/images/cover.jpg");
	background-position: top left;
	color: #FFFFFF;
	height: 500px;
	position: relative;
}

#intro:after {
	position: absolute;
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-top-color: #19b5f3;
	border-width: 40px;
	margin-left: -40px;
	z-index: 10;
}

#intro-center {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%,-50%); /* Chrome, Safari, Opera */
  transform: translate(-50%,-50%);
}

#intro .title {
	font-size: 50px;
	font-weight: 300;
}

#intro .subtitle {
	font-size: 25px;
	margin-top: 20px;
}

.section {
	color: #444;
	padding: 50px;
}

.section .title{
	color: #19b5f3;
	text-align: center;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 30px;
}

.section .subtitle{
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 15px;
}

.section .text{
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

.section-white {
	position: relative;
}

.section-white::after {
	position: absolute;
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-top-color: #ffffff;
	border-width: 40px;
	margin-left: -40px;
	z-index: 10;
}

.section-gray {
	position: relative;
	background-color: #ececec;
}

.section-gray::after {
	position: absolute;
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-top-color: #ececec;
	border-width: 40px;
	margin-left: -40px;
}

#about {
	background-color: #ececec;
}

#experience {
	background-color: #ececec;
}

.timeline {
	list-style: outside none none;
	width: 100%;

	margin-top: 60px;
	padding: 0 10px;
	background: url(../images/white.png);
    background-repeat: repeat-y;
	background-position: center;
}

.timeline:before,
.timeline:after {
	display: block;
	position: absolute;
	content: "2015";
	left: 50%;
	-ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
    transform: translateX(-50%);
	font-size: 20px;
	font-weight: 600;

}

.timeline:before {
	content: attr(data-date);
	margin-top: -50px;
}

.timeline:after {
	content: "2011";
	margin-top: 20px;
}

.timeline li {
	width: 100%;
	position: relative;
}

.timeline li:nth-child(2n+1) .box {
	margin-left: 55%;
}

.box {
	background-color: #ffffff;
	position: relative;
	width: 45%;
	display: block;
	padding: 30px;
	color: #444;
}

.timeline-div {
	margin-bottom: 50px;
}

.timeline li:nth-child(2n+1) .box:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-right-color: #ffffff;
	border-width: 20px;
	margin-top: -20px;
}

.timeline li:nth-child(2n) .box:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-left-color: #ffffff;
	border-width: 20px;
	margin-top: -20px;
}

.timeline li .icon{
	position: absolute;
	color: #fff;
	width: 55px;
	height: 55px;
	text-align: center;
	font-size: 24px;
	padding: 5px;
	background-color: #19b5f3;
	border-radius: 50%;
	box-sizing: border-box;
	border: 5px solid #fff;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%,-50%); /* Chrome, Safari, Opera */
    transform: translate(-50%,-50%);
}

.box .job-title {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 15px;
}

.box .company {
	font-weight: 600;
	font-size: 22px;
}

.box .date {
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 15px;
}


#skills .title {
	margin-bottom: 60px;
}

.skill {
	min-height: 120px;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
	position: relative;
}

.skill-left {
	padding-right: 120px;
	text-align: right;
}

.skill-right {
	padding-left: 120px;
	text-align: left;
}

.skill-text {
	position: absolute;
	color: #444;
	-ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
    transform: translateY(-50%);
	background-color: #ececec;
	padding: 20px;
}


.skill-left .skill-text {
	right: 110px;
	top: 10%;
}

.skill-right .skill-text {
	top: 40%;
	left: 110px;
}

.skill-right > .skill-text:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-right-color: #ececec;
	border-width: 20px;
	margin-top: -20px;
}

.skill-left > .skill-text:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-left-color: #ececec;
	border-width: 20px;
	margin-top: -20px;
}

.skill-circle-left,
.skill-circle-right {
	position: absolute;
	width: 50px;
	height: 50px;
	border: 5px solid #19b5f3;
	background-color: #ececec;
	text-align: center;
	border-radius: 50%;
	color: #19b5f3;
	font-size: 27px;
	-ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
    transform: translateY(-50%);
}

.skill-circle-right {
	right: 20px;
	top: 10%;
}


.skill-circle-left {
	left: 20px;
	top: 40%;
}

.skill-title {
	font-size: 20px;
}

#contact {
	text-align: center;
}

#contact input,
#contact textarea {
	padding: 10px;
	background-color: #ececec;
	border: none;
	width: 100%;
	margin: 8px 0;
	resize: vertical;
}

#contact input[type=submit] {
	width: 200px;
	background-color: #19b5f3;
	color: #ffffff;
}

#contact input[type=submit]:disabled {
	background-color: #a1d9ef;
}

footer {
	background-color: #22313f;
	text-align: center;
	padding: 20px;
	color: #fff;
}

.social > div {
	display: inline-block;
	background-color: #ececec;
	width: 30px;
	line-height: 30px;
	border-radius: 50%;
	margin: 10px 5px;
	color: #444444;
	font-size: 20px;
}

.social > div:hover {
	background-color: #19b5f3;
	cursor: pointer;
}

.hidden {
	display: none;
}

#contact-btns {
	padding-top: 30px;
}

.contact-circle-btn {
	position: relative;
	width: 45px;
	height: 45px;
	border: 5px solid #19b5f3;
	background-color: #ececec;
	text-align: center;
	border-radius: 50%;
	color: #19b5f3;
	font-size: 23px;
	display:inline-block;
	margin: 0 5px;
}


.img-circle {
	border: 5px solid #19b5f3;
}

#success-overlay {
	display: none;
}

.navbar-custom {
	font-size: 18px;
	background-color: #fff;
	color: white;
	border-bottom: 2px solid #ececec;
	display: none;
}

.navbar-custom li a {
	color: #444;
	padding: 15px 10px;
	font-weight: 300;
}

.navbar-brand {
	padding: 5px 0 0 15px;
}

@media screen and (max-width: 768px) {

	#intro .title {
		font-size: 40px;
		font-weight: 300;
	}

	#skills .title {
		margin-bottom: 0px;
	}

	.skill {
		min-height: 120px;
		padding-top: 40px;
		padding-bottom: 40px;
		width: 100%;
		position: relative;
	}

	.skill-left {
		padding-right: 0px;
		text-align: center;
		position: relative;
	}

	.skill-right {
		padding-left: 0px;
		text-align: center;
		position: relative;
	}

	.skill-text {
		position: relative;
		color: #444;
		-ms-transform: translateY(0%); /* IE 9 */
			-webkit-transform: translateY(0%); /* Chrome, Safari, Opera */
			transform: translateY(0%);
		background-color: #ececec;
		padding: 20px;
	}


	.skill-left .skill-text {
		right: auto;
		top: 0%;
	}

	.skill-right .skill-text {
		top: 0%;
		left: auto;
	}

	.skill-right > .skill-text:after {
		top: -20px;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		border-bottom-color: #ececec;
		border-width: 20px;
		margin-left: -20px;
	}

	.skill-left > .skill-text:after {
		top: -20px;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		border-bottom-color: #ececec;
		border-width: 20px;
		margin-left: -20px;
	}

	.skill-circle-left,
	.skill-circle-right {
		position: relative;
		width: 50px;
		height: 50px;
		border: 5px solid #19b5f3;
		background-color: #ececec;
		text-align: center;
		border-radius: 50%;
		color: #19b5f3;
		font-size: 27px;
		-ms-transform: translateY(-50%); /* IE 9 */
			-webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
			transform: translateY(-50%);
	}

	.skill-circle-right {
		right: -50%;
		top: -30px;
		-ms-transform: translateX(-50%); /* IE 9 */
			-webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
			transform: translateX(-50%);
	}


	.skill-circle-left {
		left: 50%;
		top: -30px;
		-ms-transform: translateX(-50%); /* IE 9 */
			-webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
			transform: translateX(-50%);
	}



	.timeline {
		list-style: outside none none;
		width: 100%;

		margin-top: 60px;
		padding: 30px 10px;
		background: url(../images/white.png);
	    background-repeat: repeat-y;
		background-position: center;
	}

	.timeline:before,
	.timeline:after {
		display: block;
		position: absolute;
		left: 50%;
		-ms-transform: translateX(-50%); /* IE 9 */
	    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
	    transform: translateX(-50%);
		font-size: 20px;
		font-weight: 600;

	}

	.timeline:before {
		content: "2021";
		margin-top: -70px;
	}

	.timeline:after {
		content: "2011";
		margin-top: 40px;
	}

	.timeline li {
		width: 100%;
		position: relative;
	}

	.timeline li:nth-child(2n+1) .box {
		margin-left: 0%;
		margin: 100px 0;
	}

	.box {
		background-color: #ffffff;
		position: relative;
		width: 100%;
		display: block;
		padding: 30px;
		color: #444;
	}

	.timeline-div {
		margin-bottom: 50px;
	}

	.timeline li:nth-child(2n+1) .box:after {
		right: 50%;
		top: -20px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		border-bottom-color: #ffffff;
		border-width: 20px;
		margin-right: -20px;
	}

	.timeline li:nth-child(2n) .box:after {
		left: 50%;
		top: -20px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		border-bottom-color: #ffffff;
		border-width: 20px;
		margin-left: -20px;
	}

	.timeline li .icon{
		position: absolute;
		color: #fff;
		width: 55px;
		height: 55px;
		text-align: center;
		font-size: 24px;
		padding: 5px;
		background-color: #19b5f3;
		border-radius: 50%;
		box-sizing: border-box;
		border: 5px solid #fff;
		top: -60px;
		left: 50%;
		-ms-transform: translate(-50%, -50%); /* IE 9 */
	    -webkit-transform: translate(-50%,-50%); /* Chrome, Safari, Opera */
	    transform: translate(-50%,-50%);
	}

	.box .job-title {
		font-weight: 700;
		font-size: 14px;
		margin-bottom: 15px;
	}

	.box .company {
		font-weight: 600;
		font-size: 22px;
	}

	.box .date {
		font-weight: 300;
		font-size: 14px;
		margin-bottom: 15px;
	}



}
