body {
	padding: 15px 0 40px;
	color: #646464;
	font-family: 'Open Sans', sans-serif;
}
h3 {
	font-size:14px;
	color:#373737;
	text-transform:uppercase;
}
a, a:hover {
	text-decoration:none;
}
a:hover {
	color: #646464;
}
.container {
    max-width: 940px;
}
.main {
	/*border-color: #1e1e1e;*/
	background: #fff;	
}
.bg-blue {
	background: #4ca5d0 !important;
}
.bg-green{
	background: #6ca338 !important;
}
.bg-orange {
	background: rgb(255, 188, 56) !important;
}
.bg-red {
	background: rgb(232, 44, 12) !important;
}
.section_header {
	border-top: 1px solid #efefef;
}
#profile .section_header {
	border-top: none !important;
}

.title {
	text-transform:uppercase;
	margin:0;
	position: relative;
}
.title:hover {
	background: #fafafa;
}
#profile .title:hover {
	background: #fff;
}
.section_header .title a, .section_header .title strong {
	color: #646464;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 19px;
	position:relative;
	width: 135px;
	display:block;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
.section {
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
.section_body {
	overflow:hidden;
}
/*.section_body {
	display:none;
}
#profile .section_body, .opened .section_body {
	display:block;
}*/
#portfolio a {
	width: 165px;
}
#contact a {
	width: 145px;
}
.section_header span.name {
	line-height: 59px;
	height: 60px;
	display: block;
	position:relative;
	z-index:999;
	padding-left: 30px;
	background:url(../img/divider.png) repeat-y;
}
.section_header span.icon {
	width: 45px;
	height: 60px;
	left: -60px;
	top: 0;
	position: absolute;
	display: block;
	background-color: #4ca5d0;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	padding-left: 15px;
	font-size:30px;
	line-height:60px;
	text-align:left;
	color:#fff;
}

#profile span.name {
	opacity:0;
	height:30px;
	line-height: 0;
}
#profile.opened span.name {
	opacity:1;
	height:60px;
	line-height: 59px;
}
.more_icon {
	background: #fff;
	border: solid #e5e5e5 3px;
	border-radius: 2px;
	margin: 10px 10px 0 0;
	width: 34px;
	height: 34px;
	position: absolute;
	right: 0;
	z-index: 55;
	cursor: pointer;
	-webkit-transition: all linear .2s;
	-moz-transition: all linear .2s;
	-ms-transition: all linear .2s;
	-o-transition: all linear .2s;
	transition: all linear .2s;
	font-size: 25px;
	line-height:34px !important;
	text-align:center;
	color:#e5e5e5;
}

span.more_icon:hover {
	background: #e5e5e5;
	color:#fff;
}
.profile_photo {
	margin-right: 20px;
	border: 4px solid #e5e5e5;
	border-radius: 2px;
	float: left;
	width: 87px;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;	
}
.profile_header {
	padding-left:30px;
	padding-bottom: 30px;
	overflow:hidden;
}
.profile_name {
	font-size: 30px;
	font-weight: 700;
	color: #373737;
	text-transform: uppercase;
	line-height: 35px;
}
.profile_position {
	font-size: 18px;
	line-height: 20px;
	color: #4ca5d0;
	font-weight: lighter;
}
.profile_body {
	clear:both;
	margin: 0 30px;
	height: 0px;
	overflow:hidden;
	opacity: 0;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;	
}
.opened .profile_body {
	height: 100px;
	overflow:hidden;
	opacity: 1;
	margin: 0 30px 30px 30px;
}
.dt,.dd {
	display: inline-block;
	display:block;
}
.dt {
	font-weight:700;
	color: #373737;
	text-align:right;
	width: 25%;
	float:left;
}
.dd {
	width: 72%;
	float:right;	
}
@media (min-width: 767px) {
	.profile_info {
		opacity: 0;
		position: relative;
		right: -30px;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		-ms-transition: all ease .4s;
		-o-transition: all ease .4s;
		transition: all ease .4s;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
		overflow: hidden;
		font-size: 12px;
		line-height: 20px;
	}
	.opened .profile_info {
		right: 0;
		opacity: 1;
		-webkit-transform: rotate(0);
		-webkit-transform-origin: 100% 100%;
		transform: rotate(0);
		transform-origin: 100% 100%;
	}
}
.opened .section_header a{
	color:#fff !important;
}
.opened span.icon {
	width:100%;
	padding-right: 60px;	
}
.opened .profile_header{
	padding-top: 30px;
}
.opened .profile_photo {
	width:117px;
}

.category {
	background: #373737;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 0px;
	font-weight: 700;
	border-radius: 4px 0 0 4px;
}
.category_icon {
	text-align: center;
	border-radius: 4px;
	line-height: 30px !important;
	padding:8px 10px;
	margin-right: 10px;
}

.company_icon {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	font-size: 10px;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 15px !important;
	margin-right: 8px;
	margin-top: 2px;
}
.post h4 span{
	color: #373737;
	float:left;
}
.post h4 span.company_icon{
	color:#fff;
}
.post_period {
	font-size: 15px;
	text-transform:uppercase;
}
h5.post_title {
	clear:both;
	margin-left: 22px;
	font-size: 14px;
	font-weight: lighter;
}
.post_period {
	margin: 15px 0;
	text-align: right;
}
.post_body {
	padding: 15px;
}
.skills_title {
	margin:0;
}

.skills {
	margin-right:2.564102564102564%;
}
.skill-set {
	margin-top: 10px;
}
.skill-set .caption {
	font-size: 12px;
	line-height: 16px;
	display: block;
	color: #646464;
	font-weight: bold;
	margin-bottom: 4px;
}
.skill-set .progressbar {
	display: block;
	width: 100%;
	height: 15px;
	background-color: #3b3b3b;
}
.skill-set .level {
	display: block;
	/*width: 0;*/
	height: 15px;
	text-align: right;
	position: relative;
	overflow: hidden;
}
.skill-set .value {
	font-size: 12px;
	line-height: 14px;
	display: inline-block;
	margin-right: 2px;
	color: #ffffff;
	font-weight: bold;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}

.contact-info span {
	display:block;
	margin-top: 10px;
}
.contact-info span span{
	display:inline;
}
#contact-form .field {
	margin-bottom: 17px;
}
#contact-form .field label {
	display: table;
	color: #191919;
	font-weight: 700;
	padding-bottom: 7px;
	font-size: 12px;
	line-height: 15px;
}
form label.required {
	position:relative;
}
form label.required:after {
	content: "*";
	position: absolute;
	top: -2px;
	right: -12px;
	color: #bc3a3a;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}
form input[type="text"], 
form input[type="search"], 
form input[type="password"], 
form input[type="email"], 
form textarea {
	background: #f5f5f5;
	border: 2px solid #e5e5e5;
	color: #373737;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 20px;
	padding: 7px 10px 8px;
	border-radius: 2px;
	height: auto;
	width: 100%;
}
.enter {
	display: inline-block;
	padding: 5px 12px 6px;
	font-size: 14px;
	line-height: 17px;
	text-decoration: none;
	font-weight: 700;
	border-radius: 2px;
	border: 2px solid #e5e5e5;
	background: #fff;
	color: #373737;
}
.enter:hover {
	background: #e5e5e5;
	color: #373737 !important;
}
.field.message {
	float: none;
	clear: both !important;
	width: 100% !important;
}
.message textarea{
	height:104px;
	width:100%;
}
#contact .contact-title {
	margin:0;
	line-height: 25px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 25px;
}
#contact-form .button a{
	width:auto !important;
}
.contact-info-block {
	border: 2px solid #e5e5e5;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 10px !important;
	margin-top:10px !important;
	margin-right:10px !important;
	min-width:250px;
}
#filter {
	padding-top: 5px;
	overflow: hidden;
	margin: 15px 0 25px 25px;
}
#filter li {
	list-style: none;
	float: left;
}
#filter a {
	float: left;
	background: #fff;
	color: #373737;
	display: block;
	border: 2px solid #e5e5e5;
	border-radius: 2px;
	margin-right: 3px;
	margin-top: 10px;
	padding: 5px 10px 7px;
	text-decoration: none;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	width:auto !important;
}
#filter a:hover {
	background: #e5e5e5;
}
#filter a.active{
	background: #4ca5d0;
	border-color: #4ca5d0;
	color: #fff;
}
#projects {
	list-style:none;
	display: block;
	width:100%;
}
#projects li {
	float:left;
	margin:10px;
	display:list-item;
	position: relative;
	list-style: none outside none;
}
.company_title {
	max-width:90%;
}
@media (max-width: 767px) {
	#contact .section_body, #resume .section_body {
		padding: 0 15px;
	}
	.profile_photo { display:none; }
	.dt { text-align:left; }
	.profile_header{ padding-top:30px; }
	.opened .profile_body { height:100%;	}
	
	.profile_info {
		font-size: 12px;
		line-height: 20px;
		display: none !important;
		margin: 10px 0;
		clear:both;
	}
	.opened .profile_info {
		display:block !important;
	}
	#filter {
		margin:0 0 0 10px;
	}
	.skills, .contact-info-block {
		float:none !important;
		margin-bottom: 30px;
	}
	.post_period {
		text-align: left;
		margin: 0 0px 0 22px !important;
	}
	.company_title {
		max-width:90%;
	}
}
#portfolio .section_body ul li{	float:left;	margin: 10px;	display: list-item;	position: relative;	list-style: none outside none;border: 1px solid #e5e5e5; cursor:pointer; height: 144px;}
#gallery .modal-body {padding:0; max-height:100%;}
#gallery .modal-body > div{width:100%; margin:0;}
#gallery .desc > div{margin: 15px;}

#header ul { list-style:none; }
#header li { float:left; padding: 5px; font-size:18px;}
#header span{color:#b5b5b5;}
#header span:hover{color:#646464;}