/************** Import CSS Reset  *****************/
@import url("reset.css");





/************** Import Color  *****************/
@import url("color/red.css");

/************** Body background *****************/
body{background:url(../images/sidebarBG2.png) repeat fixed;}
#bodyspecial{background-color:#5a675e; width:100%; Height: 100%; margin:0; Padding:15px;}

/************** Sidebar background *****************/
#sidebar{background:url(../images/sidebarBG.png) repeat-y fixed;}

/************** Content background *****************/
#content{background:url(../images/bg/contentBG.png) repeat-y right;}





/********************************* General Seting *********************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	min-width:1024px;

}


a{
	text-decoration: none;
	transition: color 0.1s linear;
	-moz-transition: color 0.1s linear; 
	-webkit-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;	
}


h1,
h2,
h3,
h4,
h5,
h6{color: #515151; line-height: 1.1em; font-weight: normal;}

h1{
	font-size: 20px;
	margin-bottom: 15px;
}
h2{
	font-size: 18px;
	margin-bottom:13px;
}
h3{
	font-size: 16px;
	margin-bottom:10px;
}
h4{
	font-size: 14px;
	margin-bottom:7px;
	}
h5{
	font-size: 12px;
	margin-bottom:5px;
	}
h6{
	font-size: 10px;
	margin-bottom:3px;
	}


h1,
h2,
h3,
h4,
h5,
h6,
#menu a,
.welcome,
.skills p,
.testimonials .content,
.nolist,
.post .meta .date,
.single-post .date,
p.dropcap:first-letter,
p.dropcap2:first-letter,
.acc-header{font-family: 'Ubuntu Condensed', sans-serif; font-weight:normal}

p{
	line-height: 20px;
	margin-bottom: 10px;
}


.left{float: left;}
.right{float: right;}
.last{margin-right: 0 !important;}


.clearfix:after{
	content:  ".";
	display:  block;
	height:  0;
	clear:  both; 
	visibility:  hidden;
}

.clearfix{display:  inline-block;}
.clearfix{display:  block;} 
.clear{clear:both;}


#home,
#AboutExplore,
#AboutSocial,#AboutPartners,#AboutGeneral,
#AboutAwards,
#portfolio{
	margin-bottom:50px;
	padding-top:40px;
}
#contact{padding:40px 0;}

#top{
	display:block;
	position:fixed;
	bottom:20px;
	left:1015px;
	background:url(../images/top.png) no-repeat;
	height:50px;
	width:50px;
	line-height:50px;
	text-align:center;
	text-transform:uppercase;
	color:#c7c7c7;
}
#top:hover{color:#fff;}
/********************************* End General Seting *********************************/




/********************************* Start Sidebar *********************************/
#sidebar{
	width: 216px;
	padding: 0 34px 0 30px;
	position: fixed;
	left:0;
	float: left;
	z-index:100;
	height: 100%;
}

	/*Logo*/
	#logo{
		display:block;
		text-align:center;
		margin:40px 0;
	}
	
	
	/*Divider*/
	.sidebar-divider{
		height:2px;
		width:280px;
		margin-left:-34px;
		margin-bottom:40px;
		background: url(../images/sidebar-divider.png) no-repeat center center;
	}
	
	
	/*Menu*/
	#menu{margin-bottom:40px;}
	#menu li{
		height:30px;
		line-height:30px;
		text-align:right;
	}
	#menu a{
		color:#000;
		text-shadow:#2d2d2d;
		font-size:14px;
		text-transform:uppercase;
	}
	
	
	/*Footer*/
	#footer{
		position:absolute;
		bottom:25px;
		right:34px;
	}
	
	
	/*Copyright*/
	#footer p{
		font-size:11px;
		color:#888;
		
		text-align:right;
	}

a.bio:link { color: #795b93; text-decoration: none }
a.bio:active { color: #795b93; text-decoration: none }
a.bio:visited { color: #795b93; text-decoration: none }
a.bio:hover{ 
	color:#000;text-transform: uppercase; 
	}	
	
	
/********************************* End Sidebar *********************************/



/********************************* Start Content *********************************/
#content{
	width: 650px;
	height:100%;
	position:relative;
	padding: 0 34px;
	float: left;
	margin-left:275px;
}

.header-text span{
	float:right;
	text-transform:uppercase;
	font-size:12px;
}

p.intro{
	color:#9a9a9a;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	line-height:16px;
}



	/*Welcome*/
	.welcome{
		text-align:center;
		margin-bottom:30px;
		font-size:18px;
		letter-spacing:0.05em;
		line-height:24px;
	}
	
	
	/*Divider*/
	.divider{
		height:28px;
		margin-top:-16px;
		margin-bottom:33px;
		background:url(../images/divider.png) no-repeat center center;
	}
	
	
	/*Slider*/
	#slider{
		padding-bottom:35px;
		background:url(../images/slider-shadow.png) no-repeat center bottom;
		line-height:0;
		margin-bottom:5px;
		margin-top:-10px;
		position:relative;
		z-index:1000;
	}
	
	.slider-image{
		position:relative;
		display:block;
	}
	#slider .image-bg{
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:100%;
		z-index:10000;
		display:block;
		background:url(../images/imagebg2.png) repeat;
	}
	#cs-buttons-slider-content{display:none;}
	#cs-prev-slider-content{
		display:block;
		width:34px;
		height:34px;
		left:15px !important;
		text-indent:-9999px;
		background:url(../images/prev.png) no-repeat;
	}
	#cs-next-slider-content{
		display:block;
		width:34px;
		height:34px;
		right:15px !important;
		text-indent:-9999px;
		background:url(../images/next.png) no-repeat;
	}
	#cs-next-slider-content:hover, #cs-prev-slider-content:hover{background-position:0 -34px;}
		
	
	
	/*About Me*/
	.about-me{
		height:200px;
		width:656px;
		padding:80px 30px 0 34px;
		margin:-92px 0 35px -35px;
		color:#bebebe;
		background-color:#5a675e;
	}
	.about-me h2{color:#fff;}
	.about-me .image{
		-moz-box-shadow:0 0 2px #141414; 
		-webkit-box-shadow:0 0 2px #141414; 
		box-shadow: 0 0 2px #141414;
	}
	
		
	/*My Skills*/
	.skills p{
		margin-bottom:3px;
		text-transform:uppercase;
		font-size:14px;
	}
	.skills div{
		height:18px;
		line-height:19px;
		margin-bottom:5px;
		text-align:center;
		color:#fff;
		padding-top:1px;
		-moz-border-radius:4px; 
		-webkit-border-radius:4px; 
		border-radius:4px;
		}
		
	/*Recent Work*/
	.recent li{
		float:left;
		margin-right:13px;
	}
		
	
	/*Testimonials*/
	.testimonials{
		margin-bottom:30px;
		position:relative;
		}
	.testimonials{
		height:	90px;
		padding:20px;
		background:url(../images/testimonials.jpg) no-repeat;
	}
	.testimonials .content{
		color:#7e7e7e;
		margin-bottom:10px;
		font-size:14px;
		letter-spacing:0.02em;
		line-height:18px;
	}
	.testimonials .info{
		position:absolute;
		bottom:20px;
		right:20px;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif !important;
	}

	
	
	/*Services*/
	.services{margin-bottom:40px;}
	.services h3{margin-bottom:2px !important;}
	.services .intro{font-size:10px;}
	.services img.left{margin-right:10px;}
	
	
	
	/*Portfolio*/
	.nolist li{
		float:left;
		padding:0 10px;
		text-transform:uppercase;
	}
	.filter{
		position:relative;
		right:50%; 
		float:right;
		margin-bottom:40px;
	}
	.nolist{
		right:-50%; 
		position:relative;
		font-size:14px;
	}
	.nolist .active{color:#666 !important;}
	.selecterContent{width:680px;}
	.selecterContent li{margin-bottom:25px;}
	
	
	
	/*Contact*/
	.contact{margin-bottom:40px;}
	.address li{
		margin-bottom:10px;
		padding-bottom:10px;
		border-bottom:1px solid #cfcfcc;
		padding-left:15px;
		background:url(../images/bulet/circle.png) no-repeat 0 3px;
	}
	.address li.last{
		margin-bottom:0;
		padding-bottom:0;
		border-bottom:none;
	}
	
	/*Contact Form*/
	#contact-form span{
		text-align:right;
		width:50px;
		padding-right:10px;
		display:inline-block;
		font-size:11px;
		}
	#contact-form input[type = "text"]{
		width:343px;
		border:1px solid #e3e3e2;
		height:30px;
		line-height:30px;
		font-size:11px;
		padding:0 10px;
		color:#888888;
	} 	
	
	#contact-form textarea{
		font-size:11px;
		padding:10px;
		color:#888888;
		width:403px;
		height:120px;
		border:1px solid #e3e3e2;
		overflow:auto;
	}
	#contact-form textarea, #contact-form input[type = "text"]{
		border-radius:4px;  
		-moz-border-radius:4px; 
		-webkit-border-radius:4px;
	}
		
	
	/*Image*/
	.image{
		padding-right:7px; padding-left:7px; padding-top:7px; padding-bottom:10px;
		line-height:0;
		position:relative;
		background:url(images/image-bg1.png);
		-moz-box-shadow:0 0 3px #c3c3c3; 
		-webkit-box-shadow:0 0 3px #c3c3c3; 
		box-shadow: 0 0 3px #c3c3c3;
	}
	.image.left{margin-right:15px;}
	.image.right{margin-left:15px;}
	.link{
		position:absolute;
		top:50%;
		margin-top:-25px;
		left:50%;
		margin-left:-25px;
		text-indent:-9999px;
		display:block;
		width:50px;
		height:50px;
		background:url(../images/link2.png) no-repeat;
	}
	.link:hover{background-position:center bottom;}
		
/********************************* End Content *********************************/



/********************************* Start Bolg *********************************/
#content-page{padding:40px 0;}
h2.title a{color:#515151;}

	/*Post*/
	.post{margin-bottom:40px;}
	.post h2 a{text-transform:uppercase;}
	.post .meta{
		float:left;
		width:120px;
		margin-right:15px;
	}
	.post .meta li{
		text-align:right;
		font-size:11px;
		margin-bottom:10px;
	}
	.post .date{
		padding:20px 0 80px 0; 
		text-align:right;
		font-size:48px;
	}
	.post .date span{
		padding:5px 0 0 10px;
		line-height:20px;
		text-transform:uppercase;
		float:right;
		text-align:left !important;
		font-size:14px !important;
	}
		
	
	/*Nav*/
	.nav{padding-bottom:20px;}
	.nav li{
		float:left;
		margin-right:10px;
	}
	.nav a{
		display:block;
		width:24px;
		height:24px;
		line-height:24px;
		text-align:center;
		font-size:10px;
		color:#666;
		background:url(../images/nav.png) no-repeat;
	}
	.nav a:hover,
	.nav a.active{background-position:0 -24px;}
/********************************* End Blog *********************************/



/********************************* Start Single Post *********************************/
.single-post{
	margin-bottom:40px;
}
.single-post .meta li{
	float:left;
	margin-right:10px;
	font-size:11px;
}

.single-post .date{
	text-align:right;
	float:left;
	margin-right:15px;
	padding:5px 15px;
	border-right:1px solid #c7c7c7;
	font-size:36px;
}
.single-post .date span{
		padding:5px 0 0 10px;
		line-height:15px;
		text-transform:uppercase;
		float:right;
		text-align:left !important;
		font-size:12px !important;
}
.post-header{margin-bottom:10px;}
.post-header h1{
	margin-bottom:5px;
	padding-top:3px;
	text-transform:uppercase;
}

	/*Comments*/
	.comments{margin-bottom:20px;}
	.comments .avatar{
		margin-bottom:10px;
		float:left;
		margin-right:15px;
		}
	.comment-block ul.reply{padding-left:50px;}
	.comment-block li{
		padding:10px 10px 1px 10px;
		background-color:#fafafa;
		margin-bottom:20px;
	}
	.comment-block .user-name{
		font-weight:bold;
		font-size:11px;
		padding-bottom:8px;
		margin-bottom:10px;
		border-bottom:1px dotted #c7c7c7;
	}
	.comment-block .user-name span{
		font-size:11px;
		font-weight:normal;
		padding-left:10px;
	}
	
	/*Comments Form*/

	
	#comments-form input[type = "text"]{
		width:130px;
		border:1px solid #e3e3e2;
		height:30px;
		line-height:30px;
		font-size:11px;
		padding:0 10px;
		color:#888888;
		margin-right:10px;
	} 	
	
	#comments-form textarea{
		font-size:11px;
		padding:10px;
		color:#888888;
		width:460px;
		height:120px;
		border:1px solid #e3e3e2;
		overflow:auto;
	}
	#comments-form textarea, #comments-form input[type = "text"]{
		border-radius:4px;  
		-moz-border-radius:4px; 
		-webkit-border-radius:4px;
	}
		
/********************************* End Single Post *********************************/


/********************************* Shortcode *********************************/
/* Column*/
.one-two,
.one-third,
.two-four,
.two-one{
	margin-right: 25px; 
	float: left; 
	position: relative;
}
.one-col{width:650px; margin-bottom:40px;}
.one-two{width:312px;}
.one-third{width:200px;}
.two-one{width:425px;}


/*Buttons */
.bt{
	height:25px;
	line-height:25px;
	padding:0 10px;
	text-align:center;
	background-repeat:repeat-x; 
	display:inline-block; 
	font-weight:bold;
	color:#fff;
	font-size:11px; 
	font-style:italic;
	border:none;
	-moz-border-radius:2px; 
	-webkit-border-radius:2px; 
	border-radius:2px; 
}


/*Pre*/
code, pre {
	margin-bottom:15px; 
	border:1px dotted #c4c4c4; 
	background-color:#fff; 
	padding:10px; 
	font:11px Consolas,"Courier New",Courier,monospace; 
	line-height:14px; overflow:hidden; 
	margin-top:15px;
}
code:hover, pre:hover{overflow:auto;}

/*Highlight*/
.highlight{
	padding:1px 5px; color:#fff;
	font-size:11px; 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px; 
	border-radius:2px; 
}
.highlight.red{background-color:#d15541;}
.highlight.blue{background-color:#579DCF;}
.highlight.lime{background-color:#9DBB41;}
.highlight.oranj{background-color:#ff7800;}
.highlight.purple{background-color:#8B5EB5;}
.highlight.pink{background-color:#C27CBD;}
.highlight.green{background-color:#4A8F43;}



/*dropcap*/
p.dropcap:first-letter{
	display:block; 
	float:left; 
	font-size:30px; 
	line-height:10px; 
	margin:8px 10px 0 0; 
	color:#c2c2c;
}
p.dropcap2:first-letter, p.dropcap3:first-letter{
	display:block; 
	float:left; 
	font-size:30px; 
	line-height:10px; 
	margin:5px 10px 0 0; 
	padding:10px; 
	color:#f2f2f2; 
	background-color:#2c2c2c;
}
p.round:first-letter{
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px;
}



/*Blockquote*/
blockquote, q{quotes:"""";}
blockquote p{
	padding-left:20px; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:12px; 
	font-style:italic; 
	color:#555555;
	margin:15px 0;
}


/*Alert Box*/
.box{
	padding:20px 15px 20px 60px; 
	margin-bottom:15px; 
	background-repeat:no-repeat; 
	background-position:10px 12px; 
	position:relative;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border-radius:4px; 
}
.box.alert{
	background-color:#fdf7b9;
	border:1px dotted #ffd265; 
	border-bottom:2px solid #ffd265; 
	color:#574f00; 
	background-image:url(../images/icon/alert.png);
}
.box.success{
	background-color:#9edea2; 
	border:1px dotted #7fb583; 
	border-bottom:2px solid #7fb583; 
	color:#0b7c00; 
	background-image:url(../images/icon/success.png);
}
.box.info{
	background-color:#b9dcfd; 
	border:1px dotted #65b1ff; 
	border-bottom:2px solid #65b1ff; 
	color:#00294f; 
	background-image:url(../images/icon/info.png);
}
.box.error{
	background-color:#fdb9b9; 
	border:1px dotted #ff6565; 
	border-bottom:2px solid #ff6565; 
	color:#a20000;
	background-image:url(../images/icon/error.png);}

.box.note{
	background-color:#fde7c7; 
	border:1px dotted #fcd99c; 
	border-bottom:2px solid #fcd99c; 
	color:#5f3800; 
	background-image:url(../images/icon/note.png);
}



/*table*/
table{
	border:1px solid #eaeaea;
	font-size:12px; 
	margin-bottom:15px;
}
table th{
	text-align:center; 
	color:#f2f2f2; 
	font-weight:bold; 
	padding:10px 0; 
	background-color:#2c2c2c;
}
td{
	background-color:#f2f2f2; 
	border-bottom:1px dashed #c4c4c4;
}
tr:nth-child(2n+1){background-color:#f2f2f2;}
td{
	text-align:center; 
	min-height:40px; 
	line-height:40px; 
	color:#757475;
}
tr:hover{background-color:#e7e7e7;}



/*Accordion*/
.acc-header{
	font-size:14px;
	cursor:pointer; 
	position:relative; 
	padding:5px 10px 7px 10px; 
	background-color:#fff; 
	margin-bottom:5px;
	border:1px dotted #ccc;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	border-radius:4px;
}
.acc-header span.intro{
	font-size:11px; 
	font-style:italic; 
	color:#909090; 
	margin-left:15px; 
	padding-left:15px; 
	border-left:1px solid #9e9e9e; 
	font-weight:normal;
}
.acc-header span{
	position:absolute; 
	top:9px; right:5px; 
	display:block; 
	width:18px; 
	height:18px; 
}
.acc-header.active span{background-position:0 -18px;}
.acc-block{padding:15px 10px;  margin-top:-14px;}



/*Tabs Sidebar*/
.tabs{height:40px;}
.tabs li{
	float:left; 
	margin-right:15px; 
	cursor:pointer; 
	height:25px; 
	font-size:11px; 
	line-height:25px; 
	padding:0 10px; 
	background-color:#fff; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	border-radius:4px; 
	border:1px dotted #ccc;
}
.tab{
	display:none; 
	margin-top:0;
	border-top:1px dotted #ccc;
	padding-top:15px;
}
.tab.visible{display: block;}



  /*bullet*/
  .bullet{margin-bottom:15px;}
  .bullet li{height:20px; line-height:20px; padding-left:15px;}
  .bullet.circle li{background:url(../images/bulet/circle.png) no-repeat left center;}
  .bullet.check li{background:url(../images/bulet/check.png) no-repeat left center;}
  .bullet.arrow li{background:url(../images/bulet/arrow.png) no-repeat left center;}



/*my titles*/

.miniheaders { font-weight:bold;  color:#993366; font-size: 1.2em }


/*Tooltip*/
.tipsy{
	padding: 5px;
	font-size: 11px; 
	opacity: 0.75; 
	filter: alpha(opacity=75); 
	background-repeat: 
	no-repeat;  
	background-image: url(../images/tipsy.gif);
}
.tipsy-inner{
	padding: 5px 8px 4px 8px; 
	background-color: black; 
	color: white; 
	max-width: 200px; 
	text-align: center;
}
.tipsy-inner{
	-moz-border-radius:3px; 
	-webkit-border-radius:3px
	border-radius:3px
	}
.tipsy-north{background-position: top center;}
.tipsy-south{background-position: bottom center;}
.tipsy-east{background-position: right center;}
.tipsy-west{background-position: left center;}



/********************************* START Seting *********************************/
#seting{top:140px; left:18px; position:fixed; padding:20px 15px 10px 15px; border:1px solid #d7d7d7; background-color:#fff; display:none; z-index:1000; width:140px;}
#seting .tips, .close.tips{border-bottom:none !important; cursor:auto !important;}
.close{position:fixed; top:120px; left:0px; z-index:10000; display:block; width:32px; height:32px; background:url(../images/option/plus.png) no-repeat; outline:none; text-indent:-9999px;}
.close.openpanel{background:url(../images/option/minus.png) no-repeat;}

p.seting-bt{margin:0 !important; padding:0 !important; z-index:10000;}

#seting ul{border-bottom:1px solid #c7c7c7; margin-bottom:15px; padding-bottom:15px;}

ul.seting-color li, ul.bg-seting li{width:20px; height:20px; float:left; margin-right:10px; margin-bottom:10px;}
ul.seting-color a{display:block; width:20px; height:20px; text-indent:-9999px;}
ul.seting-color a.green{background-color:#4A8F43;}
ul.seting-color a.blue{background-color:#579DCF;}
ul.seting-color a.red{background-color:#d15541;}
ul.seting-color a.oranj{background-color:#ff7800;}
ul.seting-color a.purple{background-color:#8B5EB5;}
ul.seting-color a.pink{background-color:#C27CBD;}
ul.seting-color a.lime{background-color:#9DBB41;}

/********************************* End Seting *********************************/

 
