﻿body {
	font-family: "Montserrat";
	font-style: normal;
	background-color: #FFF;
	color: #5A6171;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.page {
	width: 1200px;
	margin: auto;
}
.column ul {
	list-style-type: none;
	/*	margin-top: 30px;
	padding: 0 0 0 40px;*/
	padding: 20px;
	margin: 0;
}
.column ul li {
	display: inline;
	padding: 15px;
}
.column ul li a {
	text-decoration: none;
	color: #5A6171;
}
.left {
	float:left;
	width:400px;
	min-height:350px;
}

.right {
	float: right;
	width: 800px;
	min-height: 350px;
}

.left-odd {
	float: left;
	width: 800px;
	min-height: 350px;
}

.right-odd {
	float: right;
	width: 396px;
	min-height: 350px;
	border-left: 4px solid #F6F7FB;
}
.menu-left {
	min-height: 60px;
}
.menu {
	min-height: 60px;
}
/*.menu a {
	text-decoration: none;
	color: #5A6171;
	font-size: medium;
	padding: 0 20px;
}*/
.bg-gray {
	background-color: #F6F7FB;
}

.bg-yellow {
	background-color: #FFF8E8;
}

.description {
	height: 250px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 55px;
	font-size: 20px;
}
.details-general {
	font-size: 20px;
	padding: 80px 80px;
	margin: 0;
}
.hello {
	font-size: 45px;
	padding: 82px 0 0 115px;
}
.hello span {
	font-weight: bold;
}

.left .title {
	padding-left: 115px;
	font-size: 16px;
	font-weight: 600;
	padding-top: 162px;
	margin: 0;
}
.right-odd .title {
	padding-left: 115px;
	font-size: 16px;
	font-weight: 600;
	padding-top: 162px;
	margin: 0;
}

.right img {
	height: 320px;
	padding-left: 100px;
	padding-top: 20px;
}

.left-odd img {
	height: 270px;
	padding-left: 185px;
	padding-top: 38px;
}
.bttn {
	text-decoration: none;
	color: #fff;
	padding: 6px;
	font-weight: normal;
	font-size: 13px;
	margin-top: 20px;
	text-align: center;
}

.bttn span {
	background: #5A6171;
	padding: 10px;
}
.footer {
	text-align: center;
	padding: 25px 0;
	width: 100%;
	float: left;
	margin-top: 45px;
	border-top: 4px solid #F6F7FB;
	font-size: 14px;
}
.row-even {
	display: none;
}

/*about me*/
.profileimageholder {
	text-align: center;
}
.profileimage {
	height: 300px;
	border-radius: 50%;
}
.aboutme .briefinfo {
	height: 150px;
	vertical-align: inherit;
}

.aboutme .hello {
	padding: 0 0 0 55px;
	height: 150px;
}

.fullrow {
	float: left;
	width: 100%;
}
.fullrow .description {
	padding-right: 55px;
}

/*projects*/
.project .details {
	font-size: 20px;
	padding: 115px 80px 0 80px;
	margin: 0;
}

.project .fullrow .details {
	padding: 50px 80px;
}

.project .details .title {
	display: block;
	padding-bottom: 20px;
	font-weight: bold;
}
.project .right img {
	padding-top: 0px;
}

.strong {
	font-weight: bold;
}
.left-conclusion {
	float: left;
	width: 800px;
	min-height: 350px;
	clear: left;
}
.right-conclusion {
	float: right;
	width: 396px;
	min-height: 350px;
	border-left: 4px solid #F6F7FB;
}

.bullet:before {
	content: "• ";
}

.text-center {
	text-align: center;
}

.special-margin {
	margin-bottom: 40px;
	margin-top: 40px;
}
/*responsive*/
@media (max-width: 1200px) {
	.page {
			width: 100%;
			margin: 0;
		}

		.left-odd {
			float: left;
			width: 550px;
			min-height: 350px;
		}

			.left-odd img {
				height: 270px;
				padding-left: 80px;
				padding-top: 38px;
			}

		.right-odd {
			float: right;
			width: 400px;
			min-height: 350px;
		}

		.left {
			width: 35%;
		}

		.right {
			width: 65%;
		}

			.right img {
				height: 275px;
				padding-left: 70px;
				padding-top: 20px;
			}

		.menu-left {
			min-height: 60px;
		}

		.menu {
			min-height: 60px;
		}

		.right-conclusion {
			float: none;
			width: 100%;
			text-align: center;
		}
	}

@media (max-width: 1000px) {

	.index .responsive-bg-yellow {
		background-color: #FFF8E8;
	}
	.index .responsive-bg-gray {
		background-color: #F6F7FB;
	}
	.index .details-general {
		font-size: 20px;
		padding: 80px 0;
		margin: 0;
		width: 100%;
	}
	.menu {
		text-align: center;
	}
	.menu-left {
		display: none;
	}

	.row-odd {
		display: none;
	}

	.row-even {
		display: block;
	}

	.row-even .right-odd {
		float: none;
		width: 100%;
		min-height: 350px;
		border: none;
		text-align: center;
	}

	.row-even .right-odd img {
		height: 300px;
	}

	.left {
		float: none;
		width: 100%;
	}

	.right {
		float: none;
		width: 100%;
	}

	.left-odd {
		float: none;
		width: 100%;
	}

	.right-odd {
		float: none;
		width: 100%;
	}

	.left-conclusion {
		float: none;
		width: 100%;
	}
	.right img {
		height: 275px;
		width: 400px;
		margin: auto;
		padding-left: 0;
		padding-top: 40px;
		display: block;
	}
	.details-general {
		text-align:center;
	}
	.description {
		width: 487px;
		position: relative;
		margin: auto;
		display: inherit;
		vertical-align: inherit;
		padding: 130px 0 0 0;
		height: 156px;
		text-align: center;
	}

	.hello {
		font-size: 45px !important;
		padding: 100px 0 0 0;
	}

	.column ul {
		list-style-type: none;
		padding: 20px;
		margin: 0;
		text-align: center;
	}

	.left .title, .left-odd .title {
		font-size: 16px;
		font-weight: 600;
		padding: 120px 0 0 0;
		margin: 0;
		margin: auto;
		text-align: center;
	}

	/*amout me*/
	.fullrow {
		float: none;
		width: 100%;
	}

	.fullrow .description {
		padding: 35px;
	}

	.profileimageholder {
		padding-top: 50px;
		min-height: 350px !important;
	}

	.aboutme .hello {
		padding: 30px;
		height: 100px;
	}

	.aboutme .briefinfo {
		height: 150px;
		vertical-align: inherit;
		padding: 0;
	}

	.aboutme .left {
		min-height: 200px;
	}

	.aboutme .right {
		min-height: 200px;
	}

	.aboutme .left .description {
		padding: 50px 0;
		height: inherit;
		width: inherit;
	}

	.aboutme .right .description {
		padding: 50px 0;
		height: inherit;
		width: inherit;
	}
	.aboutme .fullrow .description {
		padding: 50px 0;
		height: inherit;
		width: inherit;
	}
	.aboutme .title {
		padding: 88px 0 0 0;
	}

	.aboutme .menu, .aboutme .menu-left {
		min-height: inherit;
	}

	.tobeinvisible {
		display: none;
	}

	.right-conclusion {
		float: none;
		width: 100%;
		text-align: center;
	}

	.project .left {
		min-height: inherit;
		text-align: center;
	}

	.project .fullrow .details {
		padding: 115px 80px 80px 80px;
	}

	.project .fullscreen {
		width: 100%;
	}

	.response-padding-top {
		padding-top: 20px;
		padding-bottom: 20px;
		min-height: inherit;
	}

	.footer {
		width: 100%;
		float: none;
	}

	.maintitle {
		display: block;
		height: auto;
		padding: 120px 0;
		width: 100%;
	}
	.column ul li a{
		display: contents;
	}
}
