/*==================================================
Author:LeafCode (leafcode.hatlabs.com) 
       FreshCreations (www.freshcreations.nl)
==================================================
Date:14 August,2012 
==================================================
Version:1.0 
==================================================
Description:Portfolio & Blog Wordpress Template
================================================== 
CSS Content
================================================== 
1. Base Style 
1.1. Header 
1.2. Home page (Portfolio page) 
1.3. About page 
1.4. Contact page 
1.5. Blog page 
1.6. Service page 
1.7. Footer 
1.8. Scroll bar 
1.9. Slide Arrows
================================================== 
1. Base Style
================================================== 
*/ 
* {
	margin:0;
	padding:0;
}
ul li {
	list-style:none;
}
a img {
	border:0px;
}/*
body {
	font-family:'Dosis',sans-serif;
	font-weight:400;
	color:#fff;
	font-size:14px;
	background:#1f1f2b;
	overflow:hidden;
}*/
body {
	font-family:'Dosis',sans-serif;
	font-weight:400;
	color:#fff;
	font-size:14px;
	background-color:#1f1f2b;
	overflow:hidden;
   }
body a {
	color:#fff;
}
a {
text-decoration:none;
}
div.clear {
	clear:both;
}
div#overlay {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url('../images/dark/background_overlay.png');
	z-index:9999999;
}
div#popup {
	position:relative;
	top:35%;
	left:45%;
	padding:10px;
	height:100px;
	width:200px;
	background:#fff;
	opacity:1;
	color:#000;
}
div#result {
	color:#000;
}
div#house {
	display:none;
}
div.bg-image {
    position:fixed;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	border:0;
	margin:0;
	padding:0;

}
div.bg-image img {
	float:left;
	width:100%;
	height:100%;
    border:0;
	margin:0;
	padding:0;
}

div.wrapper {
	position:relative;
	margin:0 auto;
	width:936px;
	height:720px;
}
div.content_container {
	position:relative;
	padding:18px;
	width:900px;
	height:482px;
	background:#2c2c3d;
	border-radius: 8px;
	box-shadow:6px 6px 0px #14141d;
}
h2 {
	font-family:'Dosis',sans-serif;
	margin-bottom:8px;
	padding-bottom:8px;
	font-size:24px;
}
h3 {
	font-style:italic;
	font-size: 16px;
}
/* 
================================================== 
1.1. Header
================================================== 
*/
div.logo a {
	margin:10px;
	float:left;
}

/*
div.logo a {
	position:relative;
	margin:20px 30px 20px 20px;
	font-size:44px;
	padding-left:22px;
	line-height:115px;
	float:left;
	width:93px;
	height:115px;
	color:#fff;
	text-shadow:1px 1px 0px #000;
	text-decoration:none;
}
*/

div.intro {
	position:relative;
	margin-top:70px;
	margin-right:20px;
	float:right;
	color:#878791;
	font-weight:700;
	text-shadow:1px 1px 0px #000;
	text-transform:uppercase;
	font-size:18px;
	letter-spacing: 2px;
}
div.menu {
	position:relative;
	margin:70px 20px 70px 20px;
	float:left;
	font-weight:700;
	text-shadow:1px 1px 0px #000;
	text-transform:uppercase;
	font-size:18px;
}
div.menu ul li {
	float:left;
	list-style:none;
	margin-right:20px;
	padding-left:2px;
}
div.menu ul li a {
	color:#878791;
	text-decoration:none;
}
div.menu ul li a:hover {
	color: #fff;
}
/* 
================================================== 
1.2. Home page (Portfolio page)
================================================== 
*/
div.item {
	position:relative;
	float:left;
	padding:2px;
	overflow:hidden;
	border-radius: 4px;
}
div.item img {
	float:left;
}
div.item-desc {
	position:absolute;
	top:10px;
	left:10px;
	z-index:1;
}
div.text {
	font-size:24px;
	font-weight:600;
	background:#000;
}
div.text_1 {
	display:block;
	margin:10px;
	color:#fff;
	text-transform:uppercase;
	background:transparent;
}
div.text_1 h2 {
	float:left;
	padding:5px;
	color:#fff;
	text-transform:uppercase;
	font-size:24px;
	font-weight:600;
	background:#000;
	border-radius: 4px;
}
div.item:hover div.text_1 h2 {
	background:rgba(27,196,222,0.8);
}
div.show-item div.text_1 h2 {
	font-size:32px;
	display: none;
}
div.text_2 {
	display:block;
	margin:10px;
	color:#fff;
	text-transform:uppercase;
	background:transparent;
}
div.text_2 h3 {
	float:left;
	padding:5px;
	color:#fff;
	text-transform:uppercase;
	font-size:36px;
	font-weight:600;
	background:rgba(0,0,0,0.5);
	font-style:normal;
	border-radius: 4px;
	margin-top: 56px;
}
div.text_2:hover h3 {
	background:rgba(27,196,222,0.8);
}
a.visit-link {
	display:none;
	font-size:18px;
	font-weight:600;
	background:#000;
	padding:5px;
	margin:10px;
	color:#fff;
	float:right;
	text-transform:uppercase;
	text-decoration:none;
	border-radius: 4px;
}
a.visit-link:hover {
	background:#0090c6;
}
.visit-link {
	display:none;
	font-size:18px;
	font-weight:600;
	background:#000;
	padding:5px;
	margin:10px;
	color:#fff;
	float:right;
	text-transform:uppercase;
	text-decoration:none;
	border-radius: 4px;
}
div.square {
	width:221px;
	height:237px;
}
div.square img {
	height:237px;
	float:left;
	border-radius: 4px;
}
div.horizontal {
	width:446px;
	height:237px;
}
div.horizontal img {
	float:left;
	border-radius: 4px;
}
div.vertical {
	width:221px;
	height:478px;
}
div.vertical img {
	height:478px;
	float:left;
	border-radius: 4px;
}
.item .text_2 {
	display:none;
}
div.col_1_big {
	position:relative;
	float:left;
	width:675px;
}
div.col_2_big {
	position:relative;
	float:left;
	width:225px;
}
div.col_1 {
	position:relative;
	float:left;
	width:450px;
}
div.col_2 {
	position:relative;
	float:left;
	width:225px;
}
div.col_3 {
	position:relative;
	float:left;
	width:225px;
}
.show-item {
	position:absolute;
	float:left;
	width:896px;
	margin:2px;
	height:478px;
	z-index:10;
	display:none;
}
.show-item img {
	width:896px;
	height:478px;
	border-radius: 4px;
}
div.full-width {
	width:900px;
	height:482px;
	float:left;
}
div.full-width .one {
	width:896px;
	height:478px;
	float:left;
	padding:2px;
}
div.full-width .one img {
	width:896px;
	height:478px;
	float:left;
}
div.full-width .one-half {
	width:446px;
	height:478px;
	float:left;
	padding:2px;
}
div.full-width .one-half img {
	height:478px;
	float:left;
}
div.full-width .one-third {
	width:296px;
	height:478px;
	float:left;
	padding:2px;
}
div.full-width .one-third img {
	height:478px;
	float:left;
}
a.visit-link-url {
	display:none;
}
#close-item {
	background:url('../images/dark/close_button.png');
	width:40px;
	height:40px;
	position:absolute;
	z-index:20;
	right:4px;
	top: 4px;
	border-radius: 4px;
}
/* 
================================================== 
1.3. About page
================================================== 
*/
div.image {
	position:relative;
	margin:2px;
	float:left;
	width:296px;
	height:478px;
}
div.red h2 {
	border-bottom:1px solid #8c3535;
	background:url('../images/icons/icon_about.png') center right no-repeat;
	text-shadow:1px 2px 0px #732c2c;
}
div.red h3 {
	text-shadow:1px 2px 0px #732c2c;
}
div.green h2 {
	margin-bottom:18px;
	border-bottom:1px solid #4e6b34;
	background:url('../images/icons/icon_skills.png') center right no-repeat;
	text-shadow:1px 2px 0px #3b5228;
}
div.blue h2 {
	border-bottom:1px solid #242e3d;
	text-shadow:1px 2px 0px #0e1117;
}
div.blue h3 {
	text-shadow:1px 2px 0px #0e1117;
}
div.red {
	position:relative;
	padding:15px 20px;
	margin:2px;
	float:left;
	width:256px;
	height:231px;
	font-family:arial;
	background:#b24444;
	text-shadow:1px 1px 0px #732c2c;
	line-height:32px;
	overflow-x:hidden;
}
div.green {
	position:relative;
	padding:15px 20px;
	margin:2px;
	float:left;
	width:256px;
	height:231px;
	font-family:arial;
	background:#699147;
	line-height:32px;
}
div.blue {
	position:relative;
	padding:15px 20px;
	margin:2px;
	float:left;
	width:556px;
	height:183px;
	font-family:arial;
	background:url('../images/background_blue.png') #334156 bottom right no-repeat;
	text-shadow:1px 1px 0px #0e1117;
	line-height:32px;
}
div.skills {
	position:relative;
	padding:0px 10px;
	margin-bottom:4px;
	width:236px;
	height:29px;
	color:#878791;
	font-weight:bold;
}
div.resume {
	position:relative;
	float:left;
	width:471px;
}
div.label {
	position:relative;
	margin-top:9px;
	float:left;
	height:29px;
	width:85px;
	font-weight:bold;
	text-align:center;
	line-height:29px;
	color:#878791;
	background:#ffffff;
	text-shadow:none;
}
div.stars_1 {
	background:url('../images/background_1stars.png') #fff center right no-repeat;
}
div.stars_2 {
	background:url('../images/background_2stars.png') #fff center right no-repeat;
}
div.stars_3 {
	background:url('../images/background_3stars.png') #fff center right no-repeat;
}
div.stars_4 {
	background:url('../images/background_4stars.png') #fff center right no-repeat;
}
div.stars_5 {
	background: url('../images/background_5stars.png') #fff center right no-repeat;
}
/* 
================================================== 
1.4. Contact page
================================================== 
*/
div.googlebg {
	position:relative;
	margin:2px;
	padding:0;
	float:left;
	width:285px;
	height:476px;
	font-family:arial;
	color:#fff;
}
div.pink h2 {
	border-bottom:1px solid #bf4349;
	background:url('../images/icons/icon_contact.png') center right no-repeat;
	text-shadow:1px 2px 0px #a63a3f;
}
div.pink h3 {
	text-shadow:1px 2px 0px #a63a3f;
}
div.lightblue h2 {
	border-bottom:1px solid #4d807a;
	background:url('../images/icons/icon_social.png') center right no-repeat;
	text-shadow:1px 2px 0px #3d6662;
}
div.white h2 {
	border-bottom:1px solid #8aa162;
	background:url('../images/icons/icon_book.png') center right no-repeat;
	text-shadow:1px 2px 0px #788c56;
	margin-top:-1px;
	margin-left:-1px;
}
div.mid {
	position:relative;
	margin:2px;
	float:left;
	width:318px;
	height:288px;
}
div.pink {
	position:relative;
	padding:15px 20px;
	float:left;
	width:278px;
	height:258px;
	font-family:arial;
	background:url('../images/background_pink.png') #e65159 bottom right no-repeat;
	text-shadow:1px 1px 0px #a63a3f;
	line-height:32px;
}
span.label {
	position:relative;
	float:left;
	width:100px;
	font-weight:bold;
}
span.input {
	position:relative;
	float:left;
	width:178px;
}
div.lightblue {
	position:relative;
	margin-top:4px;
	padding:15px 20px;
	float:left;
	width:278px;
	height:154px;
	background:#63a69f;
	line-height:32px;
}
div.lightblue ul {
	list-style:none;
	float:left;
	margin-top:8px;
}
div.lightblue ul li {
	list-style:none;
	float:left;
	margin-right:9px;
}
div.lightblue ul li.last {
	margin-right:0px;
}
div.white {
	position:relative;
	margin:2px;
	padding:15px 20px;
	float:left;
	width:245px;
	height:446px;
	font-family:arial;
	color:#fff;
	text-shadow:1px 1px 0px #788c56;
	background:#afcc7c url('../images/background_white.png') bottom right no-repeat;
	line-height:32px;
}
div.white p {
	font:normal 13px/32px Arial,Helvetica,sans-serif;
}
input.input {
	position:relative;
	margin-top:10px;
	background:#fff;
	padding:0 5px;
	color:#1f1f2b;
	height:29px;
	width:233px;
	font-size:14px;
	border:1px solid #fff;
}
textarea.input {
	position:relative;
	margin-top:10px;
	background:#fff;
	padding:5px;
	color:#1f1f2b;
	height:135px;
	width:233px;
	font-family:arial;
	font-size:14px;
	border:1px solid #d9d9e0;
}
input.button {
	width:96px;
	padding:3px 3px 4px;
	color:#6d7f4e;
	cursor:pointer;
	background:url('../images/background_button.png') no-repeat;
	border:0px outset #ff0000;
	font-size:18px;
	line-height:18px;
	font-family:'Dosis',sans-serif;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
}
textarea.error,input.error {
	font-size:14px;
	border:1px solid red;
}
iframe {
	float:left;
	border:0;
}
/* 
================================================== 
1.5. Blog page
================================================== 
*/ 
div.post {
	overflow: hidden;
	position:relative;
	margin:2px;
	padding:0px 0px 15px 0;
	float:left;
	width:296px;
	height:461px;
	font-family:arial;
	color:#fff;
	text-shadow:1px 1px 0px #000;
	background:#1f1f2b top left no-repeat;
	line-height:32px;
}
div.post h2 {
	margin-left:20px;
	margin-right:20px;
	font-size:22px;
	border-bottom:1px solid #343448;
	text-shadow:1px 2px 0px #000;
}
div.post a {
	text-decoration:none;
	color:#fff;
}
div.post a:hover {
	text-decoration:none;
	color:#0090c6;
}
div.post p {
	margin-left:20px;
	margin-right:20px;
	max-height:118px;
	overflow:hidden;
}
div.post p.post-desc {
	font:normal 14px/32px Arial,Helvetica,sans-serif;
}
div.post p.post-desc a {
	color:#0090c6;
}
div.post p.post-desc a:hover {
	text-decoration:underline;
}
div.single-post {
	position:relative;
	padding:0;
	float:left;
	width:900px;
	height:478px;
	font-family:arial;
	color:#fff;
	line-height:24px;
}
div.single-post img {
	float:left;
	margin-top:2px;
	margin-right:16px;
	margin-bottom:2px;
	margin-left:2px;
	border-radius: 4px;
}
div.single-post .right-sp {
	float:right;
	width:446px;
	height:476px;
	margin:2px;
	background:#1f1f2b top left no-repeat;
}
div.single-post .right-sp-scroll {
	float:right;
	width:406px;
	height:446px;
	padding:15px 20px;
	margin:2px;
	overflow:auto;
}
div.single-post .right-sp h2 {
	border-bottom:1px solid #343448;
}
div.single-post .right-sp p.sp-categories {
	font:normal 14px/32px Arial,Helvetica,sans-serif;
	color:#0090c6;
}
div.single-post .right-sp p.sp-categories span {
	color:#fff;
	border-right:1px solid #fff;
	padding-right:5px;
	padding-left:5px;
}
#close-sp {
	background:url('../images/dark/close_button.png');
	width:40px;
	height:40px;
	position:absolute;
	z-index:20;
	left:4px;
	top:4px;
}
h2 span.tblue {
	color:#0090c6;
	padding-right:10px;
}
div.comment.tabbed {
	margin-left:30px;
}
div.tabbed div.comment_right {
	position:relative;
	margin-top:-5px;
	float:left;
	width:376px;
}
div.comment {
	position:relative;
	margin-bottom:20px;
}
div.comment_right {
	position:relative;
	margin-top:-5px;
	float:left;
	width:406px;
}
div.comment_profile_name {
	position:relative;
	float:left;
	color:#0090c6;
	font-weight:bold;
	font-size:14px;
}
div.comment_profile_date {
	position:relative;
	margin:1px 0px 0px 5px;
	float:left;
}
div.comment_profile_text a {
	color:#0090c6;
	font-weight:bold;
	text-decoration:none;
}
table.replyform {
	border-collapse:collapse;
	width:406px;
}
table.replyform tr td.col2 {
	text-align:right;
}
table.replyform tr {
	vertical-align:top;
}
table.replyform tr.input td {
	height:63px;
}
table.replyform tr.textarea td {
	height:232px;
}
table.replyform textarea.input,table.replyform input.input {
	color:#0d8dbd;
	font-size:18px;
	line-height:18px;
	font-family:Helvetica,Arial,sans-serif;
	border:1px solid #d1d1d6;
}
table.replyform input.small {
	padding:0 10px;
	width:384px;
	height:41px;
}
table.replyform textarea.error,table.replyform input.error {
	border:1px solid #ff0000;
}
table.replyform textarea.input {
	padding:10px;
	width:384px;
	height:200px;
}
table.replyform input.submit {
	width:113px;
	height:36px;
	line-height:36px;
	font-size:18px;
	text-align:center;
	background:#000;
	color:#fff;
	border:0px;
	cursor:pointer;
}
table.replyform input.submit:hover {
	background: #0090c6;
}
/* 
================================================== 
1.6. Service page
================================================== 
*/
div.service {
	position:relative;
	margin:2px;
	padding:15px 20px;
	float:left;
	width:256px;
	height:446px;
	font-family:arial;
	color:#fff;
	line-height:32px;
}
div.service.sred {
	background:#b24444;
	text-shadow:1px 1px 0px #732c2c;
}
div.service.sgreen {
	background:#699147;
	text-shadow:1px 1px 0px #3b5228;
}
div.service.sblue {
	background:#334156;
	text-shadow:1px 1px 0px #0e1117;
}
div.service.spink {
	background:#e65159;
	text-shadow:1px 1px 0px #a63a3f;
}
div.service.slightgreen {
	background:#afcc7c;
	text-shadow:1px 1px 0px #788c56;
}
div.service.slightblue {
	background:#63a69f;
	text-shadow:1px 1px 0px #3d6662;
}
div.service-icon-border {
	display:block;
	width:200px;
	height:200px;
	margin:5px 28px 20px;
	background:url('../images/service-icon-border.png') no-repeat;
}
div.service-icon-border img {
	float:left;
	margin:60px;
}
div.service h2 {
	font-size:22px;
	text-align:center;
}
div.service.sred h2 {
	border-bottom:1px solid #8c3535;
	text-shadow:1px 2px 0px #732c2c;
}
div.service.sgreen h2 {
	border-bottom:1px solid #4e6b34;
	text-shadow:1px 2px 0px #3b5228;
}
div.service.sblue h2 {
	border-bottom:1px solid #242e3d;
	text-shadow:1px 2px 0px #0e1117;
}
div.service.spink h2 {
	border-bottom:1px solid #bf4349;
	text-shadow:1px 2px 0px #a63a3f;
}
div.service.slightgreen h2 {
	border-bottom:1px solid #8aa162;
	text-shadow:1px 2px 0px #788c56;
}
div.service.slightblue h2 {
	border-bottom:1px solid #4d807a;
	text-shadow:1px 2px 0px #3d6662;
}
div.service p {
	max-height:150px;
	overflow:hidden;
	text-align: center;
}
/* 
================================================== 
1.7. Footer
================================================== 
*/
div.footer {
	position:relative;
	margin:15px auto 0px;
	padding-right:4px;
	width:900px;
	color:#fff;
	font-size:17px;
	font-weight:600;
	text-align: right;
}
/* 
================================================== 
1.8. Scroll bar
================================================== 
*/
.jspTrack {
	background:#1f1f2b;
	position:relative;
}
.jspDrag {
	background:#fff;
	position:relative;
	top:0;
	left:0;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
}
/* 
================================================== 
1.9. Slide Arrows
================================================== 
*/
.anythingSlider-default .arrow a {
	display: block;
	width: 45px;
	height: 56px;
	text-align: center;
	outline: 0;
	background: url(../images/dark/arrows.png) no-repeat;
}
/* back arrow */
.anythingSlider-default .back { left: -100px; }
.anythingSlider-default .back a { background-position: left top; }
.anythingSlider-default .back a:hover { background-position: left bottom; }
/* forward arrow */
.anythingSlider-default .forward { right: -100px; }
.anythingSlider-default .forward a { background-position: right top; }
.anythingSlider-default .forward a:hover { background-position: right bottom; }