/*
Theme Name: starter
Theme URI: http://themeum.com/
Author: Themeum
Author URI: http://shapebootstrap.net/
Description: Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: THEMEUM
*/


@import url('css/bootstrap.min.css');
@import url('css/font-awesome.min.css');
@import url('css/main.css');

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,100,700);

#main{
	margin: 50px auto;
}

.blog #content article.post,
.archive #content article.post{
	margin-bottom: 60px;
	background: #fff;
}

.site-header{
	margin-bottom: 0;
}

.entry-thumbnail{
	border-bottom: 3px solid #eee;
}

.navbar.navbar-default{
	background-color: #fff;
	margin-bottom: 0;
	border-bottom: 0;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.entry-chat,
.entry-link,
.entry-status,
.entry-qoute,
.entry-audio{
	padding: 20px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #eee;
	box-shadow: inset 0px 0px 3px rgba(0,0,0,.5);
	background: #34495e;
	color:#fff;
	font-size: 14px;
}

.entry-chat p{
	font-size: 14px;
}

.entry-link{
	padding-top: 30px;
	padding-bottom: 30px;
}

.entry-link h4{
	font-size: 20px;
}

.entry-qoute blockquote p{
	font-weight: 400;
	letter-spacing: .5px;
	line-height: 26px;
}

.entry-qoute blockquote small{
	font-style: italic;
	font-size: 15px;
}

.format-aside .post-content.media .entry-title{
	display: none;
}

.entry-title{
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.entry-title,
.entry-summary{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.post-content.media{
	margin-top: 20px;
}

.post-content.media .pull-left{
	padding-right: 20px;
	border-right: 1px solid #eaeaea;
	margin-right: 30px;
}

.post-content.media .post-format,
.post-content.media .publish-date{
	text-align: center;
	margin: 15px 0 0;
	padding: 0px;
}

.post-content.media .post-format{
	margin: 0 0 15px;
}

.post-content.media .post-format i{
	font-size: 24px;
	border: 1px solid #eee;
	/* border-radius: 50%; */
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition:all .4s linear;
}

.post-content.media:hover .post-format i{
	border-color: #34495e;
	border-radius: 50%;
}

.post-content.media .publish-date{
	margin: 5px 0 0px;
}

.post-content.media .publish-date .entry-date{
	font-size: 16px;
	font-weight: 400;
	padding: 0 10px;
	text-transform: uppercase;
}

#blog-gallery-slider.carousel{
	overflow: hidden;
}

#blog-gallery-slider .carousel-control.left,
#blog-gallery-slider .carousel-control.right{
	top: 40%;
	left: -40px;
	height: 80px;
	width: 40px;
	background: #34495e;
	opacity: 0;
	text-shadow:none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	transition: all .3s linear;
}

#blog-gallery-slider .carousel-control.right{
	left: auto;
	right: -40px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#blog-gallery-slider.carousel:hover .carousel-control.left{
	left: 0px;
	opacity: 1;
}

#blog-gallery-slider.carousel:hover .carousel-control.right{
	right: 0px;
	opacity: 1;
}


#blog-gallery-slider .carousel-control .glyphicon-chevron-left,
#blog-gallery-slider .carousel-control .glyphicon-chevron-right{
	line-height: 80px;
	top: 0;
	left: 10px;
}

.entry-meta{
	margin: 0px 0 20px;
}

.entry-meta ul{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

.entry-meta ul li{
	display: inline-block;
	margin-right: 15px;
}

.entry-meta ul li i{
	margin-right: 5px;
}

.entry-meta ul li:last-child{
	margin-right: 0px;
}

.entry-meta ul li,
.entry-meta ul li i,
.entry-meta ul li a{
	text-transform: uppercase;
	letter-spacing: .75px;
	color: #a8b1b4;
	font-weight: 300;
}

.entry-meta ul li a:hover{
	color: #222;
}

.entry-summary .read-more{
	position: relative;
	-webkit-transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-ms-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	transition: all 0.17s ease-in-out;
	border: 2px solid #e5e5e5;
	padding: 6px 32px 6px 22px;
	border-radius: 4px;
	color: #363f46;
	box-shadow: 0 0 0 0;
	font-size: 12px;
	text-transform: capitalize;
}

.entry-summary p:last-child{
	margin-top: 20px;
}

.entry-summary .read-more:hover{
	color: #34495e;
}

.entry-status iframe{
	width: 99%;
}


.single-post .entry-title{
	margin-top: 20px;
}

.single-post #content article.post{
	margin-bottom: 30px;
}

.single-post #content .post-author,
.single-post #content .post-navigation{
	background: #fff;
	margin-top: 0px;
	margin-bottom: 30px;
}


.single-post #content .post-author .pull-left{
	margin-right: 20px;
	padding: 3px;
	background: #eee;
}

.single-post #content .post-author .media-body h3{
	margin-top: 0;
	text-transform: capitalize;
}

.single-post #content .post-author .media-body p{
	margin-bottom: 0;
	line-height: 24px;
	font-size: 14px;
}

.single-post #content .post-navigation{
	text-transform: lowercase;
}

.single-post #content .post-navigation a:hover{
	text-decoration: underline;
}

.sticky{

}

.alignnone {
    margin: 5px 20px 20px 0;
}

img.alignnone {
    max-width: 100%;
    height: auto;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 10px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 10px auto 15px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-caption{

}

.bypostauthor{

}

.widget-area{
	word-break: break-word;
}

.widget-area img{
	max-width: 100%;
	height: auto;
}

.bottom-widget{
	word-break: break-word;
}

.widget_recent_comments a{
	word-break: break-word;
}

.bottom-widget img{
	max-width: 100%;
	height: auto;
}

.widget-area select{
	max-width: 100%;
}

.bottom-widget select{
	max-width: 100%;
}

.sidebar-inner .widget{
	margin-bottom: 5px;
	padding: 0 25px 60px;
	background: #fff;
}

.footer-wiget-area .bottom-widget{
	margin-bottom:50px;
}

.form-control{
	border-radius: 0;
}

.widget_title{
	margin-top: 0;
	margin-bottom: 20px;
}

.widget table,
.widget th,
.widget td {
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
}

.widget table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	width: 100%;
}

.widget caption,
.widget th,
.widget td {
	font-weight: normal;
	text-align: center;
	line-height: 1.8;
}

.widget caption{
	width: 100%;
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: rgba(0,0,0,.1);
	line-height: 2.5;
}
.widget th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

.widget td {
	border-width: 0 1px 1px 0;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.widget caption {
	color: #2b2b2b;
	font-weight: 900;
}
.widget thead th {
	background-color: rgba(0, 0, 0, 0.02);
}

.widget #today a{
	display: block;
	background-color: rgba(0, 0, 0, 0.02);
}

.widget .tagcloud{
	display: block;
}

.widget .tagcloud a{
	display: inline-block;
	font-size: 14px!important;
	padding: 5px 15px;
	margin-right: 7px;
	margin-bottom: 10px;
	border: 1px solid rgba(0,0,0,.1);
	transition:all 500ms linear;
}

.widget .tagcloud a:hover{
	background-color:rgba(0,0,0,.1);
}

.widget ul{
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	list-style: none;
}

.widget ul li{
	color: #95a3a6;
	border-bottom: 1px dotted #e2e2e2;
	padding: 8px 0;
}


.widget ul li a{
	text-decoration: none;
	color: #95a3a6;
	padding: 8px 5px 8px 0;
	-webkit-transition: all .07s ease;
	-moz-transition: all .07s ease;
	-ms-transition: all .07s ease;
	-o-transition: all .07s ease;
	transition: all .07s ease;
}

.widget ul li:hover  { background:#fafafa; }

.widget ul li a:hover{ 
	color: #515151;
	padding-left:6px;
}


.footer-menu{
	list-style: none;
	display: block;
}

.footer-menu li{
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}

.footer-menu li:first-child{
	margin-left: 0;
}

.footer-menu li:last-child{
	margin-right: 0;
}

.footer-menu li:before{
	content: "/";
	position: absolute;
	right: -14px;
}

.footer-menu li:last-child:before{
	display: none;
}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"]
{
	display: block;
	width: 100%;
	height: 36px;
	border: 1px solid #f2f2f2;
	margin-bottom: 30px;
	padding: 0 10px;
	background: #fafafa;
}


#respond textarea{
	display: block;
	width: 100%;
	height: 180px;
	border: 1px solid #f2f2f2;
	margin-bottom: 30px;
	resize:none;
	padding: 10px;
	background: #fafafa;
}

#respond input:focus,
#respond textarea:focus{
	outline-offset:0;
	outline: 0;
	border-color:#000;
}

#respond ::-webkit-input-placeholder{
	font-weight: 300;
	font-style: italic;
	font-size: 16px;
	letter-spacing: 1px;
}

#footer{
	padding: 30px 0;
}

.footer-menu{
	margin:0;
}

#respond .logged-in-as{
	padding-left: 15px;
}

#respond .comment-reply-title{
	margin-top: 0px;
        text-transform: capitalize;
	margin-bottom: 20px;
}

.comment-list{
	padding: 0;
}

.comment-list .comment-body{
	margin-bottom:25px;
}

.comment-list .comment-body .comment-avartar{
	margin-right: 20px;
}

.comment-list .comment-body .comment-author{
	font-size: 16px;
	text-transform: capitalize;
}

.comment-list .comment-body .comment-date,
.comment-list .comment-body .comment-time{
	font-size: 13px;
	font-weight: 300;
	margin: 0 0 0 7px;
}

.comment-list .comment-body .comment-time{
	margin: 0 10px 0 0px;
}

.comment-list .comment-body .edit-link{
	margin-right: 5px;
}

.comment-list .comment-body .comment-reply,
.comment-list .comment-body .edit-link{
	text-transform: lowercase;
	font-weight: 300;
	display: none;
	transition: display .5s linear;
	-webkit-transition: display .5s linear;
}


.comment-list .comment-body:hover .comment-reply,
.comment-list .comment-body:hover .edit-link{
	display: inline-block;
}

.comment-body .comment-content p{
	margin-bottom: 0;
	font-size: 13px;
	letter-spacing: .3px;
	line-height: 20px;
	margin-top: 0px;
}

.comment-list .children{
	padding-left: 40px;
}

#comments .comments-title{
	margin-top: 0;
	margin-bottom: 20px;
}

#comments .form-submit #submit{

	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
		-moz-user-select: none;
			-ms-user-select: none;
				-o-user-select: none;
					user-select: none;
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;

}

.page-header{
	padding: 0;
	margin: 0;
	border:0 none;
}

.page-header .page-title{
	font-weight: 700;
	margin-bottom: 40px;
	margin-top: 0;
	text-transform: uppercase;
}

.pagination{
	padding: 0;
	margin: 0;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus{
	background: #34495e;
	border-color: #34495e;
}


/** menu **/

 #masthead.sticky{
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
 }

#navigation.navbar{
	border-radius: 0;
}

#navigation .navbar-nav > li > a {
	padding: 20px;
	line-height: 25px;
	transition:padding .2s ease-in-out 0;
}

#masthead.sticky #navigation .navbar-nav > li > a {
	padding: 20px 20px;
}

#navigation .navbar-nav ul.sub-menu{
	list-style: none;
	padding: 0;
	margin: 0;
	width:180px;
	position: absolute;
	z-index: 99999;
}

#navigation .navbar-nav li.menu-item-has-children {
	position: relative;
}

#navigation .navbar-nav li.menu-item-has-children ul.sub-menu{
	visibility: hidden; 
	background: #F8F8F8;
	border: 1px solid #E7E7E7;
	border-top: 0;
}

#navigation .navbar-nav li.menu-item-has-children ul.sub-menu li{
	line-height: 20px;
}

#navigation .navbar-nav li.menu-item-has-children ul.sub-menu li a{
	padding: 10px 25px;
	display: block;
}

#navigation .navbar-nav li.menu-item-has-children ul.sub-menu li a:hover {
	background: #f2f2f2;
}

#navigation .navbar-nav li.menu-item-has-children:hover ul.sub-menu{
	visibility: visible; 
}

/* One Page Style */

.page-wrapper{
	padding: 40px 0;
}

.parallax{
	position: relative;
	z-index: 1;
}

.parallax-image{
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

/*
.overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: url('./images/pattern.png');
	z-index: 2;
}
*/

.parallax-content{
	position: relative;
	z-index: 4;
	padding: 80px 0;
}

/* Added by Piyush */
.avater {
	background-image: url('../../uploads/2015/12/karthika_1-e1451378063900.jpg');
	background-size: cover;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: inset 0 0 0 0 rgba(200,95,66, 0.4),inset 0 0 0 16px rgba(255,255,255,0.6),0 1px 2px rgba(0,0,0,0.1);
	margin: 0 auto;
}
#carousel-main {
	height: 500px;
	background: repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}
div.item {
	height:500px;
}
div.item > img {
	position:relative;
	top:-400px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#carousel-main .carousel-caption {
	bottom:10%;
	text-align:center;
}
#carousel-main .carousel-caption h2, #carousel-main .carousel-caption p.lead {
	font-family:pacifico;
}
.bntDownload {
font-size: 18px;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
border: 3px solid #5b4c5c;
padding: 16px 22px;
display: inline-block;
color: #5b4c5c;
transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
}
.bntDownload:hover {
background: #5b4c5c;
color: #ffffff;
text-decoration: none;
}
h2 {
font-family: 'Open Sans', sans-serif;
font-size: 36px;
line-height: 38px;
padding-bottom: 0px;
font-weight: 400;
text-transform: uppercase;
margin: 0px;
border-bottom: #ef7674 6px solid;
padding-bottom: 9px;
display: inline-block;
}
.aboutme .heading h2 {
color: #5b4c5c;
display: inline-block;
}
.aboutme .subHeading {
font-size: 18px;
}
h4.subHeading {
font-weight: 300;
font-size: 18px;
padding-bottom: 20px;
}
h4 {
font-family: 'Open Sans', sans-serif;
font-size: 19px;
line-height: 24px;
padding-bottom: 6px;
font-weight: 600;
margin: 0px;
color: #5b4c5c;
}
/*Added by Karthika to adjust display size of Karthika's den*/
.navbar-brand span{
font-size : 30px
}
.workYear span {
display: block;
font-size: 18px;
padding: 0 21px;
white-space: nowrap;
float: right;
margin-bottom: 2px;
margin-right: 28px;
font-weight: bold;
}
.prevY {
background-color: #ef7674;
}
.afterY {
background-color: #483c49;
}
.workYear {
font-size: 17px;
color: #fff;
line-height: 40px;
}
.workDetails .rightArea {
border-left: dashed 1px #897f8a;
padding-bottom: 47px;
}
.arrowpart {
margin-left: -26px;
margin-top: 32px;
float: left;
width: 22px;
height: 22px;
background: url(http://themeelite.com/demos/folix/template-1/images/arrow-left.png) no-repeat 0 0 #f8f7f8;
}
.exCon {
width: auto;
padding: 0 47px 6px 70px;
margin-left: 15px;
text-align: left;
}
.exCon h4 {
color: #5b4c5c;
padding-bottom: 1px;
margin-top: -8px;
}
.experience h4 {
font-weight: 700;
}
.exCon h5 {
color: #5b4c5c;
padding-bottom: 11px;
}
.exCon p {
color: #897f8a;
line-height: 27px;
}
.education p {
color: #897f8a;
line-height: 27px;
}
.education .heading p {
padding-bottom: 54px;
max-width: 660px;
text-align: center;
display: block;
margin: 0 auto;
line-height: 27px;
}
.experience p {
color: #84868d;
line-height: 24px;
}
.experience .heading p, #portfolio .heading p, .contactDetails .heading p {
padding-bottom: 54px;
max-width: 660px;
text-align: center;
display: block;
margin: 0 auto;
color: #897f8a;
line-height: 27px;
}
/*----------------------------------------------------
 7.	Technical Skills Style
------------------------------------------------------*/
.addspace {
	height:60px;
	background:#eeeeee;
}
.technical {
	/*background:#eeeeee;
	color:#474d5d;*/
}
.technical .container {
	/*padding-top:117px;
	padding-bottom:100px;*/
}
.technical .heading p {
	padding-bottom:41px;
	max-width:660px;
	text-align:center;
	display:block;
	margin:0 auto;
}
.technical p {
	color:#897f8a;
	
}
.technical h2 {
	color:#5b4c5c;
	margin-bottom:49px;
}
.technical .skillsArea {
	padding:0px;
}
.technical .skills {
	margin:0 auto;
	margin-bottom:23px;
	text-align:center;
	padding:0px;
	float:none;
}
.technical .skills p {
	color:#897f8a;
	font-size:15px;
	line-height:26px;
	text-align:center;
}
.technical .skills p:last-child{
	margin-bottom:0;
	padding-bottom:0;
}
.technical .skills img {
	margin:0 auto;
	margin-bottom:33px;
	width:100%;
	max-width:152px;
}
.technical .skills h4 {
	font-weight:700;
	text-transform:uppercase;
	font-size:17px;
	line-height:27px;
	padding-bottom:11px;
	color:#5b4c5c;
}
.skilBg {
	/*background:url(../images/skills.png) no-repeat 0 0;*/
}
.chart {
	position: relative;
	display: inline-block;
	width: 118px;
	height: 118px;
	margin-bottom: 19px;
	text-align: center;
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.percent {
	display: inline-block;
	font-size:21px;
	color:#5b4c5c;
	line-height: 118px;
	z-index: 2;
	font-weight:bold;
}
.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}
.angular {
	margin-top: 100px;
}
.angular .chart {
	margin-top: 0;
}
.footer ul li {
display: inline-block;
text-align: center;
background: #ffffff;
color: #3b323c;
line-height: 42px;
margin: 0 6px;
width: 51px !important;
height: 51px !important;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.footer ul li a {
color: #3b323c;
width: 51px !important;
height: 51px !important;
}
.footer ul {
margin: 0 auto;
text-align: center;
list-style-type: none;
}
.footer ul li a i {
line-height: 52px !important;
}
.footer ul li:hover {
background: #282429;
}
.footer ul li:hover a {
color: #fff;
}
#footer ul li:hover a {
color: #fff;
}
.totop {
display: block;
position: absolute;
width: 42px;
height: 42px;
background-color: #302931;
color: #817a82;
line-height: 42px;
bottom: 0;
left: 50%;
margin-left: -21px;
cursor: pointer;
text-align: center;
}
#carousel-main .carousel-caption h2 {
border-bottom: 0px;
}
form input {
background: #ffffff;
color: #897f8a;
padding: 15px 30px;
border: none;
margin-right: 3%;
margin-bottom: 18px;
outline: none;
font-style: normal;
border: #cdc9ce 1px solid;
font-size: 15px;
}
form .submitBtn:hover {
background: #5b4c5c;
color: #ffffff;
}
form .submitBtn {
background: #ffffff;
font-family: 'Open Sans', sans-serif;
color: #5b4c5c;
font-size: 18px;
font-weight: bold;
text-align: center;
float: right;
margin: 0px;
width: 135px;
height: 45px;
line-height: 40px;
padding: 0;
border: #5b4c5c 3px solid;
text-transform: uppercase;
transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
}
.contactDetails p {
color: #897f8a;
font-size: 15px;
line-height: 19px;
padding-bottom: 14px;
}
.contactDetails h4 {
font-weight: 600;
text-transform: uppercase;
padding-bottom: 15px;
}
div.project {
background-image: url('http://onureken.com/uploads/images/unnamed.png');
background-repeat: no-repeat;
background-position: center; 
min-height: 300px;
}
.portfolio-cat-wrapper {
margin-bottom: 30px;
}
ul.portfolio-category {
text-align: center;
text-transform: uppercase;
margin-top: 30px;
margin-bottom: 30px;
}
ul.portfolio-category {
list-style: none;
padding: 0;
margin: 0;
}
ul.portfolio-category li {
display: inline-block;
margin: 10px 50px;
}
ul.portfolio-category li a:hover span.icon-categories i, ul.portfolio-category li a:hover, ul.portfolio-category li a.active span.icon-categories i, ul.portfolio-category li a.active {
color: #000;
}
ul.portfolio-category li a {
color: #bdc3c7;
font-size: 18px;
display: inline-block;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}

#portfolio_list div.item a div.hover {
position: absolute;
background: #333;
background: rgba(142,68,173,0.8);
width: 100%;
height: 100%;
}

div.isotope-item {
	height:auto;
        overflow:hidden;
}
div.isotope-item p {
     margin: 10px;
     color: #000000;
}
div.isotope-item h3 {
     margin:20px 15px 10px 15px;
     line-height:28px;
}
div.isotope-item p.timeline {
font-style: italic;
text-align: right;
position: absolute;
bottom: 0px;
right: 0px;
}

#portfolio_list div.item a div.hover span {
display: block;
width: 40px;
height: 40px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
border: solid 2px #fff;
text-align: center;
position: absolute;
left: 50%;
top: 50%;
margin-left: -20px;
margin-top: -20px;
}
#portfolio_list div.item a div.hover span i {
color: #fff;
font-size: 16px;
display: block;
line-height: 2.3;
}
#description p {
text-align:justify;
}
.timeline-item-trigger {
/*background: none repeat scroll 0 0 #3BC2C8;
border-radius: 136px 136px 136px 136px;
color: #FFFFFF;
line-height: 20px;
margin-top: 20px;
text-align: center;
height: 20px;*/
cursor: pointer;
float: left;
font-size: 12px;
width: 20px;
margin-top:-3px;
color:#84868d;
}

#slider .vcard {
background: url("http://statfa.net/landing/flatX/html-template/img/overlay.png") repeat center;
padding: 15px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
margin-top: -70px;
margin-left: auto;
margin-right: auto;
max-width: 600px;
}
#slider .vcard {
width: 65%;
max-width: 600px;
min-width: 550px;
}
#slider .nameCard {
background: rgba(252,111,92,1);
width: auto;
float: left;
padding: 25px;
margin-top: -50px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
#slider h1 {
margin: 10px 0;
color: #fff;
letter-spacing: -1px;
/*text-transform: uppercase;*/
}
#slider h4 {
margin: 0px;
color: #ffffff;
}
#slider .idCard {
width: 48%;
float: right;
text-align: right;
padding-top: 15px;
}
#slider .idCard i {
clear: both;
float: right;
text-align: center;
width: 25px;
height: 25px;
padding-top: 5px;
margin: 0px 10px 5px 10px;
background-color: #FC6F5C;
}
#slider .idCard span {
float: right;
font-size: 15px;
}
#slider .nameCard:after {
width: 0;
border-bottom: 26px solid rgba(255,255,255,0.6);
border-left: 60px solid transparent;
border-right: 60px solid transparent;
content: '';
}
#slider .nameCard:before {
width: 0;
border-top: 26px solid rgba(255,255,255,0.6);
border-left: 60px solid transparent;
border-right: 60px solid transparent;
content: '';
}

#portfolio_list div.item a div.hover span.search {
	left:40%;
}
#portfolio_list div.item a div.hover span.link {
	left:60%;
}
#slider .vcard {
	min-height:150px;
}
#slider .nameCard h1,#slider .nameCard h4 {
	font-weight:300;
}
h3.info {
color:#ffffff;
}
.portfolio {
	margin-top:0;
	padding-bottom:60px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color:#ef7674;
	color:#ffffff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#contact {
	height:760px;
}
#contact .map {
	width:100%;
	height:30%;
	display:inline-block;
	padding-bottom:40px;
}
#contact .heading p {
	padding-bottom:20px;
}
#contact .map #map_canvas {
	width: 100%;
	height: 100%;
}
.carousel-inner {
	background:url("http://www.piyushkeshri.net/wp-content/uploads/2015/02/447889.jpg");
}
.section-content {
padding: 60px 0;
}
footer .social-icon-new {
margin-top: 50px;
}
footer .social-icon-new a {
color: #CFCFCF;
padding: 0 20px 35px 20px;
display: inline-block;
}
footer .social-icon-new a:hover {
color: #FC6F5C;
}
a {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.parallax-overlay {
background-color: rgba(30, 30, 30, 0.8);
}
#footer {
	padding:0;
}
@media (max-width: 991px) {
#contact {
	height:860px;
}
}
@media (max-width: 767px) {
#contact {
	height:1260px;
}
}