@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic&subset=latin,latin-ext);
* {
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	word-wrap: break-word
}

body {
	overflow-x: hidden
}

ul {
	margin: 0;
	list-style-type: none;
	padding: 0
}

.social-link {
	text-decoration: none;
	color: #939393
}

.social-link:link {
	text-decoration: none;
	color: #939393
}

.social-link:visited {
	text-decoration: none;
	color: #939393
}

.social-link:hover {
	text-decoration: none;
	color: #6494ed
}

.social-link:active {
	text-decoration: none;
	color: #6494ed
}

.row-block__margin {
	margin-bottom: 50px
}

.content:nth-child(even) {
	background-color: #f5f5f5
}

.content {
	padding-top: 50px;
	padding-bottom: 50px
}

.panel-box {
	width: 100%;
	float: left;
	height: auto;
	padding: 20px 20px 25px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 40px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.06)
}

.panel-box {
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3)
}

.btn {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	width: auto;
	line-height: 33px;
	padding: 0 25px;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	position: relative;
	margin-top: 10px
}

.btn.btn-primary {
	background: #6494ed;
	color: #fff;
	border: 1px solid #6494ed
}

.btn.btn-default {
	border: 1px solid #6494ed;
	background: 0;
	color: #6494ed
}

.btn.btn-default:hover {
	background: #6494ed;
	border-color: #6494ed;
	color: #fff
}

.btn.btn-primary:hover {
	background: 0;
	border-color: #6494ed;
	color: #6494ed
}

.section-title {
	margin-bottom: 50px;
	vertical-align: text-top
}

.section-title__icon {
	display: inline-block;
	margin-left: 10px;
	margin-top: 0;
	vertical-align: middle
}

.title-icon {
	background: #353b45;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	font-size: 30px;
	color: white
}

@media(max-width:450px) {
	.title-icon {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 20px
	}
}

@media(max-width:350px) {
	.title-icon {
		display: none
	}
}

.portrait {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin-top: 75px
}

.portrait-block {
	text-align: center
}

.textContainer {
	text-align: center
}

.textContainer h1 {
	text-align: center
}

.social-btn-box {
	margin-top: 50px;
	text-align: center;
	position: relative
}

.details {
	margin-top: 100px;
	margin-bottom: 100px
}

.s-quick-intro__firstname {
	font-weight: 300;
	font-size: 40px;
	color: #939393
}

.s-quick-intro__lastname {
	font-weight: 700;
	font-size: 40px;
	color: #6494ed;
	text-transform: uppercase
}

.s-quick-intro__sentence {
	font-weight: 300;
	font-size: 30px;
	color: #939393
}

.s-contact-info__title {
	font-size: 14px;
	font-weight: 600;
	color: #727272
}

.s-contact-info__content {
	color: #939393;
	font-size: 14px;
	font-weight: 400
}

.professional-profile {
	text-align: justify
}

@media(min-width:992px) {
	.portrait-block {
		text-align: right
	}
	.textContainer {
		margin-top: 80px;
		text-align: left
	}
	.textContainer h1 {
		text-align: left
	}
	.social-btn-box {
		position: absolute;
		bottom: 0;
		right: 0;
		text-align: right;
		padding: 0
	}
}

.list-block {
	padding: 30px;
	height: 200px text-align:justify
}

.list-block p {
	text-align: justify
}

.bullet__number {
	color: #6494ed
}

.single-progressbar {
	width: 100%;
	float: left;
	height: auto;
	margin: 0 0 25px
}

.single-progressbar .progress {
	box-shadow: none;
	height: 6px;
	position: relative;
	margin: 0;
	border: 1px solid #6494ed;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.single-progressbar .progress .progress-bar {
	background-color: #6494ed;
	box-shadow: none
}

.navbar-brand {
	width: 100%
}

.navbar-nav {
	width: 220px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
	padding: 0
}

.navbar-nav>li {
	width: 100%;
	height: 50px
}

.navbar {
	background: 0;
	border: 0
}

.menu {
	position: fixed;
	background: #353b45;
	left: -220px;
	top: 0;
	height: 100%;
	z-index: 999
}

.content-wrapper {
	width: 100%;
	float: left;
	height: 100vh
}

.mobile-menu-opener {
	text-align: center;
	position: absolute;
	right: -40px;
	width: 40px;
	top: 10px;
	font-size: 18px;
	font-weight: bold;
	background: #353b45;
	padding: 9px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	line-height: 0;
	color: #FFF
}

a.mobile-menu-opener:visited {
	color: #fff
}

a.mobile-menu-opener:active {
	color: #fff
}

a.mobile-menu-opener:link {
	color: #fff
}

a.mobile-menu-opener:hover {
	color: #6494ed
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #6494ed;
	background: 0
}

.logo {
	height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px
}

.timeline {
	position: relative;
	margin: 0 auto
}

.timeline::after {
	content: '';
	position: absolute;
	width: 3px;
	background-color: #eee;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: 0
}

.timeline-block {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 50%;
	z-index: 1!important
}

.timeline-block::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	right: -12px;
	background-color: #6494ed;
	top: 20px;
	border-radius: 50%;
	z-index: 1!important
}

.timeline-block__left {
	left: 0
}

.timeline-block__right {
	left: 50%
}

.timeline-block__left::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1!important;
	right: 30px;
	border: medium solid white;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent white
}

.timeline-block__right::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1!important;
	left: 30px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent white transparent transparent
}

.timeline-block__right::after {
	left: -8.5px
}

.timeline-block-body {
	padding: 20px 30px;
	background-color: white;
	position: relative;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175)
}

@media screen and (max-width:960px) {
	.timeline::after {
		left: 31px
	}
	.timeline-block {
		width: 100%;
		padding-left: 70px;
		padding-right: 25px
	}
	.timeline-block::before {
		left: 60px;
		border: medium solid white;
		border-width: 10px 10px 10px 0;
		border-color: transparent white transparent transparent
	}
	.timeline-block__left::after,
	.timeline-block__right::after {
		left: 23px
	}
	.timeline-block__right {
		left: 0
	}
}

.timeline-block-body {
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto
}

.timeline-block-body h2 {
	color: #333;
	font-size: 18px
}

.timeline-container-list {
	margin-top: 20px
}

.timeline-container-list li {
	color: #6494ed;
	font-size: 20px;
	list-style-type: disc
}

.timeline-container-list ul p {
	color: #333;
	font-size: 14px
}

@media screen and (max-width:720px) {
	.timeline-container-list ul {
		padding: 0
	}
	.timeline::after {
		left: 0;
		display: none
	}
	.timeline-block {
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}
	.timeline-block::before {
		left: 60px;
		border: medium solid white;
		border-width: 10px 10px 10px 0;
		border-color: transparent white transparent transparent
	}
	.timeline-block__left::after,
	.timeline-block__right::after {
		left: -10px
	}
	.timeline-block__right {
		left: 0
	}
}

.contact-form {
	width: 100%;
	float: left;
	height: auto;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

#msgSubmit {
	float: right;
	margin: 5px 0 0;
	font-size: 20px
}

.form-control {
	height: 35px;
	background: 0;
	padding: 5px 15px 5px;
	border-bottom: 1px solid #dcdcdc;
	color: #333;
	box-shadow: none!important;
	border-radius: 3px;
	font-size: 13px
}

.form-control:focus {
	border-color: #6494ed
}

textarea.form-control {
	height: 100px!important
}

.form-control::-moz-placeholder {
	color: #333
}

.contact-right {
	width: 100%;
	float: left;
	height: auto
}

#contact li+li {
	margin: 30px 0 0;
	width: 100%;
	float: left
}

.contact-list {
	width: 100%;
	float: left;
	height: auto;
	text-align: left;
	color: #333
}

.contact-list .fa {
	font-size: 18px;
	color: #6494ed;
	width: 40px;
	line-height: 40px;
	background: #f5f5f5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	float: left
}

.contact-info {
	width: 100%;
	height: 40px;
	line-height: 40px
}

.contact-info p {
	color: #333;
	margin-left: 50px
}

.contact-info a {
	color: #333
}

footer {
	padding: 10px 0;
	background: #353b45;
	float: left;
	width: 100%;
	height: auto
}

footer p {
	margin: 0;
	color: #fff;
	opacity: .9;
	font-size: 11px;
}

.carousel-indicators li {
    border: 1px solid #6494ed;
}

.carousel-indicators li.active {
    background-color: #6494ed;
}

.carousel-caption {
	position: relative;
	left: auto;
	right:auto;
	color: #333;
	text-shadow: none;
}

.carousel-inner .item img {
	margin-left: auto;
	margin-right: auto;
}

.img-fluid {
	width: 100%;
}

.media-row {
	margin-top: 75px;
}

.ui-checkbox {
    display: inline;
}