
html
	{
	overflow-x:hidden;
	overflow-y:scroll;
	}


body
	{
	font-size:12px;
	line-height:21px;
	margin:0;
	}

body,input,textarea
	{
	font-family:"Open Sans", sans-serif;
	}

input,textarea
	{
	font-weight:600;
	}

a,div,input,button,textarea,iframe,embed,object
	{
	outline:none!important;
	border:0;
	}

a
	{
	cursor:pointer;
	text-decoration:none!important;
	}

footer,section,header .header-content
	{
	margin-left:250px;
	}

footer
	{
	padding:20px 25px 10px;
	}

.main-container
	{
	position:relative;
	min-height:100%;
	}

blockquote
	{
	font-style:italic;
	}

section article ul
	{
	list-style: none;
	margin-left:22px;
	}

section article ul li
	{
	list-style: none;
	background: url("../img/arrow.png") no-repeat left 70% transparent;
	padding: 0px 0px 0px 20px;
	margin: 7px;
	line-height: 21px;
	}


/* ----------------------------------------------------- */
/* Header */
/* ----------------------------------------------------- */
header
	{
	top:84px;
	left:0;
	height:180px;
	z-index:4;
	position:absolute;
	width:100%;
	}

header .header-content
	{
	padding:16px 0 0 20px;
	position:relative;
	left:-1px;
	}

header .header-top
	{
	padding-bottom:18px;
	}

header #author-image
	{
	width:82px;
	height:98px;
	}

header .author-background
	{
	width:105px;
	height:113px;
	position:absolute;
	top:9px;
	left:9px;
	}

header .left-shadow
	{
	background-repeat:no-repeat;
	background-position:100% -15px;
	}

header #header_opened
	{
	display:none;
	background-position:center;
	background-repeat:no-repeat;
	}

header #header_opened iframe
	{
	width:100% !important;
	height:280px !important;
	margin-top:24px;
	}

header .author-image-column
	{
	width:104px;
	}

header .author-infos-column
	{
	width:250px;
	height:98px;
	overflow:hidden;
	margin-top:2px;
	}

header .author-info
	{
	font-size:20px;
	height:22px;
	overflow:hidden;
	}

header .author-work
	{
	font-style:italic;
	font-size:13px;
	}

header .author-about
	{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:15.4px;
	font-style:italic;
	line-height:19px;
	max-height:63px;
	height:63px;
	overflow:hidden;
	}

header .hr
	{
	width:270px;
	height:1px;
	margin-top:6px;
	margin-bottom:5px;
	}
	
header #contact
	{
	overflow: hidden;
	height: 100px;
	}
	
header #contact .address
	{
	margin-bottom:-6px;
	}
	
header #contact .email
	{
	margin-top:-6px;
	}
	
header #contact .hr
	{
	display:inline-block;
	}
	
header #contact i
	{
	padding-right:2px;
	}

header .header-bottom
	{
	line-height:44px;
	overflow:hidden;
	position:relative;
	height:46px;
	top:-1px;
	}
	
header[class="affix"] .header-bottom
	{
	height:47px;
	top:-2px;
	}
	

header .header-bottom .text-right
	{
	font-size:0!important;
	}

header #search-icon
	{
	background-repeat:no-repeat;
	background-position:center;
	width:24px;
	height:24px;
	display:inline-block;
	padding:12px;
	margin-top:-1px;
	}

header #contact
	{
	font-size:14px;
	line-height:24px;
	}

header #rss-icon
	{
	background-repeat:no-repeat;
	background-position:center;
	width:24px;
	height:24px;
	display:inline-block;
	padding:12px;
	margin-top:-1px;
	}

header #facebook-icon
	{
	background-repeat:no-repeat;
	background-position:center;
	width:24px;
	height:24px;
	display:inline-block;
	padding:12px;
	margin-top:-1px;
	}

header #twitter-icon
	{
	background-repeat:no-repeat;
	background-position:center;
	width:24px;
	height:24px;
	display:inline-block;
	padding:12px;
	margin-top:-1px;
	}

header .custom-breadcrumb
	{
	font-size:13px;
	}
	
header .custom-breadcrumb .icon-double-angle-right
	{
	padding-left:3px;
	padding-right:3px;
	}

header #find_me
	{
	position:absolute;
	top:-12px;
	left:71.5%;
	}

header #find_me i
	{
	padding-right:2px;
	}
	
header #find_me a
	{
	padding:8px;
	position:relative;
	top:8px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:13px;
	}

header #find_me #button-shadow
	{
	width:5px;
	height:5px;
	position:relative;
	left:-5px;
	top:7px;
	}

header #search-form input
	{
	font-size:17px;
	display:none;
	position:absolute;
	width:94%;
	height:45px;
	left:1px;
	bottom:2px;
	padding-left:3%;
	padding-right:3%;
	border:0;
	z-index:999;
	}

header[class="affix"]
	{
	top:-133px;
	height:180px!important;
	}

header[class="affix"] .header-top
	{
	padding-bottom:19px;
	border-bottom:0px;
	}

header[class=affix] #header_opened
	{
	display:none!important;
	}

.header-opened-active
	{
	display:block!important;
	}


/* ----------------------------------------------------- */
/* Left Column / Menu */
/* ----------------------------------------------------- */
nav
	{
	position:absolute;
	z-index:6;
	left:0;
	top:0;
	min-height:100%;
	height:100%;
	color:#FFFFFF;
	}

nav,.nav-affix
	{
	width:250px;
	}

.nav-affix
	{
	-webkit-transform:translateZ(0);
	height:100%;
	overflow:hidden;
	}
	
.menu
	{
	padding-bottom:30px;
	}

#logo
	{
	margin-top:10px;
	margin-bottom:81px;
	text-align:center;
	}

#logo a
	{
	display:block;
	}

#logo a:hover
	{
	opacity:0.95;
	}

.menu
	{
	margin:0;
	}

.menu li
	{
	list-style-type:none;
	}
	
.menu li i
	{
	font-size:18px;
	padding-right:14px;
	position:relative;
	top:2px;
	opacity:0.5;
	}
	
.menu li ul li i
	{
	top:1px !important;
	}
	
.menu li span
	{
	display:inline-block;
	float:right;
	}
	
.menu .selected span
	{
	font-weight:800;
	}

.menu li a
	{
	padding-left:18px;
	display:block;
	line-height:48px!important;
	min-height:48px!important;
	font-size:15px;
	padding-right:10px;
	font-family:Roboto, sans-serif;
	}

.menu li ul li a
	{
	font-weight:400!important;
	}

.menu li a:hover
	{
	text-decoration:none;
	}

.menu li ul li:hover,.menu li ul li.active
	{
	padding-left:0px;
	}

.menu li ul
	{
	width:100% !important;
	margin-left:25px !important;
	min-height:auto !important;
	max-height:auto !important;
	margin-top:2px;
	margin-bottom:2px;
	}

.menu li ul li:last-child
	{
	border-bottom:0!important;
	}

.menu li ul li
	{
	padding-left:4px;
	}
	
.menu li ul li a
	{
	padding-left:15px;
	}

.menu li ul li:hover,.menu li ul li.active
	{
	padding-left:0;
	}

.menu li ul
	{
	display:none;
	}

.menu li ul li a
	{
	min-height:40px!important;
	font-size:14px!important;
	}

.menu li.active > ul
	{
	display:block;
	}


/* ----------------------------------------------------- */
/*  Section / Article */
/* ----------------------------------------------------- */
section
	{
	margin-top:264px;
	min-height:500px;
	}

section .post-title
	{
	font-size:22px;
	float:left;
	margin-top:0px;
	max-width:92%;
	}

.blog .post-title
	{
	font-size:20px;
	margin-bottom:0px;
	}

section
	{
	font-family:Roboto, sans-serif;
	font-size:15px;
	line-height:23px;
	}

.small-heading .pull-left
	{
	padding-left:11px !important;
	}

.small-heading .pull-right
	{
	padding-right:16px !important;
	}

section input[type=text],section input[type=password],section textarea
	{
	padding:14px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	margin-bottom:20px;
	font-size:16px;
	}

section form{
	padding-top:16px;
	padding-bottom:8px;
	}

#contact-form{
	padding-bottom:12px;
	}

section .button
	{
	border-radius:40px 40px 40px 40px;
	display:inline-block;
	font-family:"Open Sans", sans-serif;
	font-size:18px;
	padding:5px 0;
	text-decoration:none;
	text-transform:uppercase;
	padding-left: 40px;
	padding-right: 40px;
	font-weight:800;
	text-align:center;
	}

section .button:hover
	{
	cursor:pointer;
	}

section .page-heading
	{
	margin-left:20px;
	margin-right:20px;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:0px;
	}

section article .page-heading
	{
	margin-left:0px;
	margin-right:0px;
	margin-top:0;
	padding-top:0;
	padding-bottom:8px;
	margin-bottom:20px;
	}

article:after,article:before
	{
	float:none;
	clear:both;
	}

article
	{
	position:relative;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:10px;
	padding-left:16px;
	margin-bottom:-1px;
	}

.blog article
	{
	padding-top:25px;
	padding-bottom:25px;
	}

.blog article .date,article .read-more
	{
	display:none;
	}

.blog article:hover
	{
	margin-left:-4px;
	}

article .date
	{
	position:absolute;
	right:-61px !important;
	width:60px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	line-height:30px;
	}
	
.home .date,.blog .date
	{
	line-height:26px;
	}

article .date .month
	{
	display:block;
	font-size:16px;
	padding-bottom:6px;
	}

article .date .day
	{
	display:block;
	font-size:30px;
	}

article .date .year
	{
	display:block;
	font-size:16px;
	padding-top:6px;
	}

article .read-more
	{
	position:absolute;
	right:-61px !important;
	width:60px;
	top:140px;
	padding-top:8px;
	padding-bottom:1px;
	text-align:center;
	font-size:15px;
	display:none;
	}

article .read-more:hover
	{
	text-decoration:none;
	}

article .read-more i
	{
	width:32px;
	height:32px;
	display:inline-block;
	}

article .thumbnails
	{
	width:100%;
	max-height:500px;
	}

article .link span,article .zoom span
	{
	position:absolute;
	height:100%;
	display:none;
	width:100%;
	text-align:center;
	overflow:hidden;
	}

article .link span .icon,article .zoom span .icon
	{
	height:40px;
	width:40px;
	position:absolute;
	top:-100px;
	margin-top:-30px;
	left:50%;
	margin-left:-30px;
	background-repeat:no-repeat;
	background-position:center;
	padding:10px;
	border-radius:100px;
	}
	
.link,.zoom,.video
	{
	display:block;
	position:relative;
	}

article iframe,article object
	{
	width:100%;
	margin-bottom:6px;
	}

.post-type
	{
	position:relative;
	float:right;
	}

.post-type .type-image
	{
	padding:14px 8px;
	background-repeat:no-repeat;
	background-position:right center;
	width:32px;
	height:16px;
	display:block;
	}

.blog article:first-child
	{
	padding-top:12px !important;
	}

.home .blog article:first-child
	{
	padding-top:25px !important;
	}

.heading-middle
	{
	margin-bottom:-2px;
	}

.post-type .type-video
	{
	padding:14px 8px;
	background-repeat:no-repeat;
	background-position:right center;
	width:32px;
	height:16px;
	display:block;
	}

.post-type .type-sound
	{
	padding:14px 8px;
	background-repeat:no-repeat;
	background-position:right center;
	width:32px;
	height:16px;
	display:block;
	}

.post-type .type-quote
	{
	padding:14px 8px;
	background-repeat:no-repeat;
	background-position:right center;
	width:32px;
	height:16px;
	display:block;
	}

.pagination
	{
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	}

.heading
	{
	padding-top:19px;
	}

.heading .pull-left
	{
	padding-left:16px;
	font-size:24px;
	padding-bottom:5px;
	font-weight:800;
	}

.heading .pull-right
	{
	padding-right:20px;
	font-size:13px;
	padding-bottom:4px;
	font-weight:400;
	}

.heading .pull-right a
	{
	text-decoration:none;
	}

article .heading div
	{
	padding-left:0px !important;
	padding-right:0px !important;
	}

	
/* ----------------------------------------------------- */
/*  Portfolio */
/* ----------------------------------------------------- */
.projects-list
	{
	overflow:hidden;
	}

.projects-list li
	{
	width:203px;
	height:238px;
	padding:0;
	margin:6px 12.2px;
	float:left;
	}

.projects-list li img
	{
	height:140px;
	width:100%;
	}

.projects-list li .description
	{
	text-align:center;
	margin-top:26px;
	}

.projects-list li .description a
	{
	font-size:14px;
	font-weight:400;
	}

.projects-list li .description h4
	{
	font-size:14px;
	margin:2px;
	}

.projects-list li .description span
	{
	font-size:12px;
	font-style:italic;
	}

.projects-list .link span,.projects-list .zoom span,.projects-list .video span
	{
	position:absolute;
	height:140px;
	display:none;
	left:auto;
	width:100%;
	text-align:center;
	}

.projects-list .link span .icon,.projects-list .zoom span .icon,.projects-list .video span .icon
	{
	height:40px;
	width:40px;
	position:absolute;
	top:-100px;
	margin-top:-32px;
	left:75px;
	background-repeat:no-repeat;
	background-position:center;
	padding:10px;
	border-radius:100px;
	}

#portfolio-area .mix
	{
	opacity:0;
	display:none;
	}

#portfolio-area
	{
	width:100%;
	margin:0;
	text-align:justify;
	font-size:.1px;
	}

#portfolio-area:after
	{
	content:'';
	display:inline-block;
	width:100%;
	}

#portfolio-area .gap
	{
	display:inline-block;
	width:200px;
	}

.controls
	{
	padding-top:19px;
	padding-bottom:8px;
	padding-left:18px;
	padding-right:20px;
	}

.controls ul
	{
	margin:0px !important;
	}

.controls li
	{
	margin-right:10px;
	cursor:pointer;
	list-style-type:none;
	display:inline-block;
	padding:8px;
	font-family:"Open Sans", sans-serif;
	font-size:14px;
	margin-bottom:10px;
	}

.portfolio-list
	{
	padding-top:30px;
	margin-bottom:-1px;
	}

.portfolio-list li
	{
	margin:6px 12px;
	}

.project-image
	{
	margin-right:28px;
	padding:1px;
	}

.item-type
	{
	margin-top:-11px;
	font-style:italic;
	font-size:12px;
	margin-bottom:10px;
	}

.item-description-title
	{
	font-size:16px;
	}

.related-list
	{
	margin-bottom:50px;
	}

.item
	{
	font-size:13px;
	line-height:22px;
	}


/* ----------------------------------------------------- */
/*  Comments */
/* ----------------------------------------------------- */
#comment-list
	{
	margin-left:0;
	margin-top:20px;
	}

#comment-list li
	{
	margin:10px 0 25px;
	list-style-type:none;
	font-family:"Open Sans", sans-serif;
	font-size:13px;
	}

#comment-list ol
	{
	padding-left:24px;
	margin-bottom:20px;
	margin-top:14px;
	}

#comment-list .comment-right
	{
	padding:10px 10px 10px 20px;
	background-repeat:no-repeat;
	background-position:left top;
	}

#comment-list li .author-name
	{
	font-weight:600;
	font-size:16px;
	}

#comment-list li .comment-meta
	{
	padding-bottom:0;
	padding-top:2px;
	font-style:italic;
	font-weight:400;
	}

#comment-list p
	{
	padding-top:10px;
	}

#comment-form
	{
	padding-top:0px;
	}

	
/* ----------------------------------------------------- */
/*  Carousel / thumbnails */
/* ----------------------------------------------------- */
.list_carousel
	{
	width:100%;
	position:relative;
	overflow:hidden;
	}

.caroufredsel
	{
	overflow:hidden;
	}

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

.ie8 .projects-list .caroufredsel_wrapper
	{
	cursor:default!important;
	}

.projects-list .caroufredsel_wrapper
	{
	height:312px !important;
	width:670px !important;

	}

.list_carousel ul
	{
	padding-top:30px;
	}

.fix_carousel
	{
	background:#F3F3F3;
	width:10px;
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	z-index:3 !important;
	}
	
.tooltip-inner
	{
	-webkit-border-radius:0!important;
	-moz-border-radius:0!important;
	border-radius:0!important;
	background-color:#C4391D !important;
	min-width:70px !important;
	font-size:13px;
	}

	
.tooltip.right .tooltip-arrow
	{
	border-right-color: #C4391D !important;
	}
	
	
/* Grid demo background */
.grid_demo
	{
	background-color:#f1f1f1;
	text-align:center;
	padding-top:2px;
	font-size:12px;
	}