

/*------------------------------------------------------------- 
		           GLOBAL STYLES
--------------------------------------------------------------- */

body, html {
	height: 100%;
	width: 100%;
}

body {
	background: #eee;
	font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

p {
	font-size: 17px;
	font-weight: 400;
	line-height: 29px;
	color: #828282;
}

a:hover {
	color: #ffd42d;
}

.no-padding {
	padding: 0px !important;
}

.main-content {
	margin: 20px 0;
	overflow: hidden;
}

/*------------------------------------------------------------- 
	           HEADER / NAV - LET CONTENT
--------------------------------------------------------------- */

.l-content {
	background: #000;
	height: 336px;
	width: 27.7%;
	padding: 0px;
}

.profile-pic {
	background: url(../images/profile-bg.jpg) no-repeat;
	height: 266px;
	position: relative;
}

.pic-bg {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: table-cell;
	margin: auto;
	vertical-align: middle;
	padding: 10px;
}
.pic-bg img{
	border-radius:100px;
	border: solid 2px #fff;
}

.navigation {
	padding: 0px;
	margin: 0px;
	background: #D5A52A;
}

.navigation li {
	list-style: none;
}

.navigation li {
	position: relative;
	list-style: none;
	border-bottom: solid 1px #000;
}

.navigation li:last-child {
	border-bottom: none;
}

.navigation li a {
	padding: 23.7px 25px;
	display: table;
	width: 100%;
	text-align: right;
	font-size: 17px;
	color: #fff;
	position: relative;
	background: #D5A52A;
}

.navigation li a i {
	font-size: 20px;
	position: relative;
	top: 1px;
	margin-left: 15px;
	color: #fff;
}

.navigation li a:hover, .navigation li a:hover i, .flex-active a, .flex-active a i {
	color: #fff !important;
}

.navigation li:before {
	content: '';
	position: absolute;
	top: 0px;
	width: 0%;
	height: 100%;
	right: 0px;
	background: #D5A52A;
}

.navigation li:hover:before ,
.navigation li.flex-active:before {
	content: '';
	width: 100% !important;

}

/*------------------------------------------------------------- 
	                  THEME EXTRAS
--------------------------------------------------------------- */

.sep1 {
	height: 6px;
	width: 100%;
	background: #20292E;
	margin: 20px 0;
}

.sep2 {
	height: 6px;
	width: 50px;
	background: #D5A52A;
	margin: 10px 0;
}

.page-head {
	border-bottom: 1px solid #ededed;
	padding-bottom: 18px;
}

.page-head h3 {
	margin: 0px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #D5A52A;
}

.page-head p {
	font-size: 13px;
	color: #D5A52A;
	padding-top: 4px;
	text-align: right;
}

.np-controls a i {
	color: #D5A52A;
	font-size: 30px;
	margin-left: 4px;
}

.np-controls a:hover i {
	color: #ffd42d;
}

.np-main {
	display: table;
	float: right;
}

.np-main p {
	float: left;
}

.np-controls {
	float: right;
	position: relative;
	top: 5px;
	margin-left: 15px;
}

/*------------------------------------------------------------- 
                  MAIN CONTENT - RIGHT CONTENT
--------------------------------------------------------------- */

.r-content {
	padding: 0px;
	width: 72.3%;
}

/*-------------------------------------------- 
                  PROFILE
---------------------------------------------- */

.profile {
	padding: 50px 30px 15px;
	background: #fff;
}

.profile h2 {
	font-size: 15px;
	font-weight: 300;
	margin: 0px;
	line-height: 36px;
	color: #606060;
}

.profile h2 span {
	font-weight: 800;
	font-size: 28px;
	font-family: "Roboto", sans-serif;
	color: #000;
}

.personal-info {
	padding-top: 15px;
	margin-top: 15px;
}

.personal-info h4 {
	color: #333;
	margin: 25px 0 0 0;
	font-size: 20px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
}

.personal-info ul {
	padding: 10px 0 0 0;
}

.personal-info li {
	margin: 10px 0 0 20px;
	line-height: 20px;
	list-style: circle !important;
	color: #999;
	font-size: 15px;
}

.intro_main{
	background: #f2f2f2;
	padding: 15px 20px;
	margin-top: 20px;
	font-size: 14px;
	color: #666;
}
/*-------------------------------------------- 
                  PORTFOLIO
---------------------------------------------- */
footer {
	background: #ddd;
	padding: 0;
	position: relative;
	z-index: 99;
}

footer p {
	color: #999;
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 70px;
	text-align: center;
}

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

.container {
	max-width: 760px;
	width: 760px;
	margin: 0 auto;
}

footer p {
	color: #999;
	font-size: 15px;
}

}

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

.container {
	max-width: 280px;
	width: 280px;
	margin: 0 auto;
}

.l-content {
	height: auto;
	width: 100%;
	padding: 0px;
	display: table;
}

.r-content {
	padding: 0px;
	width: 100%;
}

.navigation li {
	float: left;
	width: 20%;
	border-bottom: none;
	border-right:solid 1px #000;
}

.navigation li a {
	font-size: 0px;
}

.navigation li a i {
	font-size: 20px;
	margin-left: 0px;
	color: #fff;
}

.profile-pic {
	background-size: 100% auto;
}

.personal-info li em {
	font-size: 13px;
}

.personal-info li span {
	font-size: 13px;
}

#portfolio .item {
	width: 100%;
}

.np-main {
	width: 100%;
}

.services-info ul li {
	width: 100%;
}

article h3 {
	margin: 15px 0 0;
}

footer p {
	font-size: 12px;
	text-align: center;
}

.social {
	padding: 0px;
	display: table;
	float: none;
	margin: 0 auto;
}

.flexslider {
	min-height: auto;
}

footer {
	line-height: 70px;
}

.sub-comment {
	width: 95% !important;
}

.sub-sub-comment {
	width: 90% !important;
}

}

/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {

.container {
	max-width: 470px;
	width: 470px;
	margin: 0 auto;
}

.navigation li a i {
	text-align: center;
	display: table;
	margin: 0 auto;
}

.services-info ul li {
	width: 50%;
}

#portfolio .item {
	width: 49%;
}

}
.bt_ok{
	display: block;
	padding: 0 0 30px 0;
	height: 10px;
}
