/* Main Styles */


body{
	background:url('../images/main-bg.png');
	background-attachment: fixed;
}

.bold{
	font-weight: bold;
}

.thick{
	font-weight: 500;
}


section{
	margin: 30px 0 !important;
}

#home{
	margin-bottom: 16px !important;
}

#main-container{
	margin-top: 55px;
}

.page{
	-webkit-box-shadow:  0px 0px 13px 1px rgba(0, 0, 0, 0.2);
     box-shadow:  0px 0px 13px 1px rgba(0, 0, 0, 0.2);
     padding: 20px;
     background-color: #fff;

}

.divider{
	background-color: #ff3e36;
	padding: 20px;
	color #fff;
}

.divider h1, .divider h2, .divider h3, .divider h4{
	color: #fff;
}




.medium-icon{
	font-size: 70px;
	color: #ffe1e1;
}

.highlight-color{
	color: #ff3e36;
}

.page-heading{
	
	border-bottom: 2px solid #E39210;
    display: inline-block;
    font: bold 15px arial;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.highlight-hr{
	border: 2px solid #E39210;
}

.emphasise-title{
	background-color: #9b5f00;
	padding: 10px;
	margin-bottom: 20px;
}

/* Nav Styles */

.navi{
	width: 100%;
	position: fixed;
	z-index: 9999;
	text-align: center;
	background-color: #E39210;
	/*-webkit-box-shadow:  0px 0px 13px 1px rgba(0, 0, 0, 0.2);
     box-shadow:  0px 0px 13px 1px rgba(0, 0, 0, 0.2);*/
}


.navi ul{
	overflow:hidden;
	background-color: #E39210;
	display:inline-block;
	margin-bottom: 0px;
}

.navi li:first-child{
	margin-left: 0px;
}

.navi li:last-child{
	margin-right: 0px;
}

.navi li{
	float:left;
	list-style:none;
	font:bold 14px arial;
	padding:20px 34px;
	color: #fff;
	text-align: center;
	text-transform:uppercase;
	border-right:1px solid #ce8002;
}
.navi li:hover, .navi li.active{ background:#9b5f00;}

/* Home Styles */

#home-photo{
	height: 164px;
	width: 93%;
	background: url('../images/profile2-img.jpg') no-repeat;
	background-size: cover;
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: -1;
	background-image: url(../images/profile2-img.jpg);
}

.home-right{
	padding-right: 0px;
}

.home-left{
	padding-left: 0px;
}

#home-text{
	width: 100%;
	margin: 0px auto;
	-webkit-box-shadow:  0px 0px 13px 1px rgba(0, 0, 0, 0.2);
     box-shadow:  0px 0px 13px 1px rgba(0, 0, 0, 0.2);
     background-color: #fff;
     padding:20px;
     z-index: 3;
	
}

#home-text h3, #home-text h4, #home-text h5{
	margin-top: 0px;
	margin-bottom: 6px;
}

#home-social-container{
	float: right;
    margin-top: 4px;
    text-align: right;
}

#home-social{
	overflow:hidden;
	display:inline-block;
	margin-bottom: 0px;
}

#home-social li{
	list-style: none;
	float: left;
	font-size: 18px;
	background-color: #ff3e36;
	margin-left: 3px;
	color: #fff;
	padding: 6px 10px;
}
#home-social li:hover{ background:#000;}
#home-social li.facebook{background:#3b5998;}
#home-social li.twitter{background:#48c4d2;}
#home-social li.linkedin{background:#5bb9e5;}
#home-social li.rss{background:#fe9900;}
#home-social li.facebook:hover, #home-social li.linkedin:hover, #home-social li.twitter:hover, #home-social li.rss:hover  {background:#333;}



/* Profile Styles */

#profile h4{
	margin-bottom: 20px;
}

#skill { 
	list-style: none;
	width: 100%;
	position: relative;
	line-height: 2em;
	padding: 22px 0px 20px 20px;
	overflow: hidden;
}

#skill li { 
	margin-bottom:40px; 
	height:22px; 	  
}

#skill li:last-child{
	margin-bottom: 0px;
}

#skill li h5 { 
	position:relative; 
	top:-20px;
	font-weight: 500;
}

.bar { 
	height:18px; 
	margin:2px 2px;  
	position:absolute;	
}

.graphic-design {
	width:100%; 
	-moz-animation:graphic-design 2s ease-out;
	-webkit-animation:graphic-design 2s ease-out;
	background-color: #ff3e36;
}

.html-css {
	width:90%;
	-moz-animation:html-css 2s ease-out;
	-webkit-animation:html-css 2s ease-out;
	background-color: #ff3e36;
}

.jquery {
	width:65%;
	-moz-animation:jquery 2s ease-out;
	-webkit-animation:jquery 2s ease-out;
	background-color: #ff3e36;
}

.wordpress {
	width:80%;
	-moz-animation:wordpress 2s ease-out;
	-webkit-animation:wordpress 2s ease-out;
	background-color: #ff3e36;
}

/* Resume Styles */

#resume h6{
	font-weight: 500;
	margin-top: 3px;
}

.resume-large-icon{
	font-size: 70px;
	color: #ffe1e1;
	margin-top: 80px;
	padding-left: 10px;
}

.timeline-section{
	margin-bottom: 30px;
}

.timeline-section ul{
	list-style: none;
	margin-left: 25px;
}

.timeline-section li{
	list-style-type: none;
	margin-left: 10px;
	
    list-style-position: inside;
    padding: 10px 0 10px 20px;
    text-indent: -1.2em;

}


.resume-title{
	font-weight: bold;
	line-height: 1.6;
}

.resume-company{
	font-weight: 500;
	line-height: 1.6;
}

.resume-entry{
	margin-bottom: 30px;
	float:right;
}

.resume-company{
	color: #ff3e36;
}

.snapshot{
	background-color: #ff3e36;
	color: #fff;
	padding: 20px;
}

.snapshot h3, .snapshot h4{
	color: #fff;
	margin-top: 0px;
}

.snapshot-timeline{
	border-bottom: 4px solid #fff;
	margin-bottom: 20px;
}

.timeline-circle{
	position: relative;
	margin-top: 0px;
	top: 15px;
	font-size: 25px;
	color: #fff;
	
}


/* Featured Project Styles */

.featured-project-details{
	background-color: #ddd;
	padding: 15px;
	
}

.featured-project-description h5{
	font-weight: bold;
	color: #fff;
	margin: 0px;
}

.featured-project-description h6{
	font-weight: 500;
	margin: 0px 0px 3px 0px;
	color: #fff;
}

.featured-project-details h6:first-child{
	margin-top: 0px;	
}

.featured-project-details h6{
	font-weight: bold;
}

/* Project Styles */

.project-row{
	margin-bottom: 30px;
}

.project-hover{
	position: absolute;
	top:0px;
	left:0px;
	width: 94%;
	height: 300px;
	background-color: rgba(0,0,0,0.7);
	color: #ff3e36;
	padding: 90px 15px 50px 15px;
	cursor: pointer;
	display: none;
	font-size: 50px;
	margin-left: 10px;
}

.project-hover h3{
	color: #ff3e36;
}



.project-img-wrap{
	min-width: 100%;
	margin: 0px auto;
	overflow: hidden;
	cursor: pointer;
}

.project-img-wrap img{
	height: 300px;
	max-width: 150%;
}

.project-details{
	background-color: #ddd;
	padding: 10px;
	border-top: 4px solid #ff3e36;
	position: relative;
	top: -3px;
}

.project-details h5{
	margin-bottom: 3px;
	margin-top: 4px;
}

.project-details h6{
	margin-top: 0px;
}

/* Project Single Styles */

.project-single img{
	width: 100%;

}
.project-single-slideshow{
	margin-bottom: 20px !important;
	border-bottom: 3px solid #ff3e36;
	
}

/* Contact Styles */

#contact-left ul{
	margin-top: 30px;
}

#contact-left li{
	list-style: none;
}

.contact-detail{
	display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 8px 10px;
}

#form-msg{
	height: 200px;
}

#contact-icon{
	font-size: 80px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

/* Media Queries */

@media only screen and (max-width: 767px) {

#main-container{
	margin-top: 100px;
}

.navi li{
	font-size: 25px;
	width: 40px;
	margin-left: 10px;
	height: 62px;
	padding: 10px 10px 30px 10px;
}

.navi li:last-child{
	margin-right: 25px;
}


#featured-project{
	padding-bottom: 50px;
}

.project-item{
	margin-bottom: 20px;
}

#home-photo{
	height: 186px;
	width: 100%;
	background-size: cover;
	border: 10px solid #fff;
	margin: 0px auto;
	margin-bottom: 15px;
	-webkit-box-shadow:  0px 0px 13px 1px rgba(0, 0, 0, 0.2);
     box-shadow:  0px 0px 13px 1px rgba(0, 0, 0, 0.2);

}

.page{
	padding: 10px;
}

.home-text{
	width: 100%;
}

.home-left{
	padding-left: 10px;
}

.home-right{
	padding-right: 10px;
}



.snapshot-timeline{
	display: none;
}

}
#simplegallery1{
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border:1px solid #ccc;

}

#simplegallery1 .gallerydesctext{ 
text-align: left;
padding: 2px 5px;
}
.btn{ background:#E39210; border-left:5px solid #9B5F00; padding:10px 20px}
.btn:hover{ background:#C97F06;}
.img-brd{ border:1px solid #ccc;}
.footer{ width:100%; text-align:center}
.footer a{color:#000; font-family:verdana;padding:10px; }
.footer a:hover{color:#FF3E36;}


.news{
	-webkit-box-shadow:  0px 0px 13px 1px rgba(0, 0, 0, 0.2);
     box-shadow:  0px 0px 13px 1px rgba(0, 0, 0, 0.2);
     background-color: #fff;
}
.news-hdng{
	background: none repeat scroll 0 0 #E39210;
    color: #FFFFFF;
    float: left;
    font: bold 14px arial;
    padding: 20px 34px;
    width: 173px;
}
.news .news-hdng a{ color:#fff;}
.news-cant{width:810px;}
.news ul li{ margin:0; padding:19px 20px 14px 20px; list-style:none; background:url(../images/news-icon.png) 0 22px no-repeat;}
.news a{ color:#E39210; text-decoration:none; font-weight:bold}
.news a:hover{ color:#000;}


.showcaseList{ height:auto}

.showcaseList li{ float:left; width:250px; margin-right:10px; margin-left:9px; margin-bottom:20px; background-color:#FFF}

.showcaseList li a{ border:solid 1px #ccc; display:block; padding:5px;}

.showcaseList li a:hover{ background-color:#000;border:solid 1px #000;}

.buytd td{vertical-align:middle;  border:none;border-color:#fff; border-bottom:1px solid #ddd;}

#ticker {
	height: 40px;
	overflow: hidden;

}
#ticker li {
	height: 40px;
}

.addthis_horizontal_follow_toolbox p{ margin-bottom:0;}


.accordion {
    margin: 0;
    padding:10px;
    padding-left:0;
    text-decoration:none;
    color: #000;
    line-height:20px;
    font-weight:bold;
    cursor:pointer;
}
.accordion-open {
    color: #e39210;
}
div.content-accord img{ border:1px solid #ccc;}

div.content-accord a{ color:#e39210; font-weight:bold;}
.accordion b{ color:#a9a9a9;}
.accordion-open span {
    display:block;
    float:left;
    padding:11px 20px 10px 10px;
    
}
.accordion-open span {
    background:url(../images/minus.png) center center no-repeat;
    
}
.accordion-close span {
    display:block;
    float:left;
    background:url(../images/plus.png) center center no-repeat;
    padding:11px 20px 10px 10px;
}

div.content-accord {
    margin: 0;
    padding:0px 30px;
}
div.content-accord ul, div.contentacord p {
    padding:0;
    margin:0;
    padding:3px;
}
div.content-accord ul li {
    list-style-position:inside;
    line-height:20px;
}
div.content-accord ul li a {
    color:#555555;
}

ul.news-txt li{ color:#000; padding:10px;}
ul.news-txt li a{ color:#000; font-weight:bold; background:url(../images/arrow.png) 0 4px no-repeat; padding:0 0 0 14px}
ul.news-txt li a:hover{ color:#e39210;}

.FL{ float:left} .FR{float:right} .CL{clear:both}

.review{
	font-size: 11px;
    height: 180px;
    margin-bottom: 25px;
    margin-top: 10px;
    overflow: auto;
	}
.review .pic{width:60px; float:left}
.review img{ width:50px; height:55px; border:1px solid #ccc;margin-top:3px;}
.review li{ padding:10px 0; border-top:1px solid #f1f1f1;}
.review span{ color:#b4b4b4; float:right;}
.review b{ color: #e39210;}
