/*  
Theme Name: Reslig
Theme URI: http://code-splash.com/2012/11/codesplash-responsive-multi-purpose-theme/
Description: Reslig is a Premium Responsive WordPress theme with a modern layout, and a lot of options and effects. 
Version: 1.1
Author: Marcus Graf
Author URI: http://code-splash.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/************************************************************************************
RESET
*************************************************************************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}
/************************************************************************************
WP Stuff
*************************************************************************************/
.wp-caption {
	width:auto !important;
	max-width: 100%;
	text-align: left;
}
.wp-caption-text {
	margin: 0;
	padding: 10px 0 15px;
	font-size:1em;
	line-height: 1.4;
	font-style:italic;
}
.sticky{}
.gallery-caption{}
.bypostauthor{}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Embedded elements */
object,
embed {
	max-width:100%;
}
/************************************************************************************
Layout
*************************************************************************************/
html {
font-size:100%;
overflow-y:scroll;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%;
height:100%;
background-color:#fff;
}
body {
font-family: 'RobotoLight', sans-serif;
color: #333;
font-size: 100%;
line-height: 1.6em;
font-size: 16px;
text-rendering: optimizeLegibility;

min-height:100%;
margin:0 auto;
max-width:100%;
}
::-moz-selection { 
background: #EB5F3A;
color: #fff;
}
::selection {
	background: #EB5F3A;
	color: #fff;
}
a {
	color:#888;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color:#000;
}
a:focus {
	outline:thin dotted;
}
a.link {
	padding: 20px 30px;
	font-size: 26px;
	display: inline-block;
	color:#fff;
	margin:0 auto;
}
a.link::after {
	content: " \2192";
}
a.link:hover {
	color:#fff;
}
blockquote{
	background: #333;
	height: 75%;
	padding: 30px;
	text-align: center;
	color:#fff;
	position:relative;
}
blockquote:before{
	color: rgba(255,255,255,0.2);
	position: absolute;
	content: '\0022';
	font-size: 150px;
	line-height: 130px;
	font-style: italic;
	top: 0px;
	right: 20px;
	font-family: Cambria, Georgia, serif;
}
blockquote p {
	color: #fff;
	font-family: 'Abril Fatface', sans-serif;
	font-size: 24px;
	text-shadow: 1px 1px 1px #000;
}
hr {
padding-bottom:36px;
border: 0;
}
mark {
}
pre,code {
	font-family:monospace, monospace;
}
h1,h2,h3,h4,h5,h6 {	
	font-family: 'RobotoBlack';
	line-height: 34px;
	margin-bottom:20px;
	font-weight:normal;
	color: #000;
	font-size: 24px;
	text-rendering: optimizeLegibility;
	letter-spacing: .1em;
	text-transform:uppercase;
}
h1 {}
h2 {font-size:22px;}
h3 {font-size:20px;}
h4 {font-size:18px;}
h5 {font-size:16px;}
h6 {font-size:14px;}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {color:#000;}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {color:#000}

strong {
	font-weight:normal;
}
i{
	padding-right:4px;
}
.clearfix {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
ul {
	padding-left:0px;
}
.content article ul,
.content article ol {
	padding:0 0 20px 3px;
	list-style-position: inside;
}
.content ul.slides,
.flexslider ul, .flexslider ol{
	padding:0!important;
}
ul ul{
	padding-left:20px;
}
p {
	padding-bottom:26px;
}
pre {
	margin-bottom: 30px;
	padding: 15px;
	overflow: auto;
	background: #F8F8F8;
	font-family: Courier, monospace;
	line-height: 1.3;
	border-radius: 10px;
	border: 2px dotted lightGrey;
	box-shadow: -1px -1px 12px 2px gainsboro;
}
address{
	padding:0 0 30px; 
	line-height:1.7;
}
abbr,acronym {
	border-bottom:.1em dotted #909090;
	cursor: help;
}
ins{ 
	background:#ffffcc;
	text-decoration:none;
}
small {
	font-size:11px;
	color:#444;
}
blockquote p{
	padding:10px 0!important;
}
blockquote blockquote {
	margin:10px 0 0;
}
strong {
	font-family: 'RobotoBlack';
	letter-spacing: .1em;
}
.entry-content blockquote p,
#comments blockquote p {
	margin: 0;
	font-size:1.3em;
	font-style:italic;
	line-height:1.5 !important;
}
.entry-content blockquote p cite,
#comments blockquote p cite {
	display:inline-block;
	margin:20px 0 0 0;
	font-size:.75em;
	font-style:normal;
}
blockquote p cite:before,
.single-post blockquote p cite:before {
	content:"\2212 \0020";
}
.text-left {text-align:left;}
.text-right {text-align:right;}
.p10 {
	padding:10px;
}
.p20 {
	padding:20px;
}
.p30 {
	padding:30px;
}
.p40 {
	padding:40px;
}
.p0-20 {
	padding:0 20px;
}
.p10-20 {
	padding:10px 20px;
}
.p0-20-0 {
	padding:0 20px 0;
}
.p10-20-0 {
	padding:10px 20px 0;
}
.p20-20-0 {
	padding:20px 20px 0;
}
/************************************************************************************
Structure
*************************************************************************************/
#header {
	position: relative;
	left: 0;
	z-index: 10000;
	width: 100%;
	z-index:9;
	padding-top: 50px;
	background-color:#fff;
	-moz-box-shadow: 0 0 20px #aaa;
	-webkit-box-shadow: 0 0 20px #aaa;
	box-shadow: 0 0 20px #aaa;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.headwidth {
	max-width: 1000px;
	width: 100%;
	position: relative;
	margin:0 auto;
}
.logo {
	color:#29251F;
	font-size: 84px;
	line-height: 1.1;
	word-wrap: break-word;
	font-weight: 800;
	text-transform: uppercase;
	margin:0;
	text-align:center;
}
.logo a {
	margin:0 auto;
}
.description {
	font-family: 'RobotoLight', sans-serif;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 21px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#head-search-form {
	display:none;
}
#head-search-form input {
	text-align:center;
	color:#CFCFCF;
}
#main-nav {
	padding: 20px 0 0;
}
/*
SF START
*/
#main-nav {
	text-align:center;
}
#main-nav select {
	display:none;
}
#main-nav select {
	background: none repeat scroll 0 0 #f7f7f7;
	border: 1px solid #eee;
    cursor: pointer;
	padding: 6px;
	margin: 0 0 20px;
	box-shadow:0 0 0 rgba();
	-moz-box-shadow:0 0 0 rgba();
	-webkit-box-shadow:0 0 0 rgba();
	color: #555;
	width:90%;
	text-align:center;
}
#main-nav ul {
	margin: 0;
	list-style-type: none;
	text-align: center;
	display: inline;
}
#main-nav ul li:hover { 
	visibility: inherit;
}
#main-nav ul li {
	position: relative;
	display: inline;
	margin:0 20px;
}
#main-nav ul li a {
	display:inline-block;
	color:#CFCFCF;
	font-weight: normal;
	line-height: 1.8em;
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
	font-size:14px;
	
	font: bold 14px/14px Arial, sans serif;
	text-transform: uppercase;
	color: #BBB;
	letter-spacing: 2px;
	padding-bottom:10px;
}
#main-nav ul li a:hover, #main-nav ul li.sfHover a, #main-nav ul li a.current,#main-nav ul li.current_page_item a, #main-nav ul li:hover a{
	color: #c9cc00;
}
#main-nav ul ul {
	position: absolute;
	top: -9999em;
	z-index: 9999;
}
#main-nav ul ul li { 
	width: 100%; 
}
#main-nav ul li:hover ul {
	left: -5px;
	top: 24px;
}
#main-nav ul li:hover li ul { 
	top: -9999em; 
}
#main-nav ul li li:hover ul {
	left: 181px;
	top: 0;
}
#main-nav ul ul {
	background-color: #000;
	padding: 0;
	margin: 0;
	text-align:left;
	-moz-box-shadow: 0 0 20px #aaa;
	-webkit-box-shadow: 0 0 20px #AAA;
	box-shadow: 0 0 20px #AAA;
}
#main-nav ul ul li {
	margin: 0;
	background: none;
	padding:0;
}
#main-nav ul ul li:last-child {
	border-bottom: none;
}
#main-nav ul ul li a {
	font: bold 14px/14px Arial, sans serif;
	color:#CFCFCF!important;
	padding:0;
	margin: 0;
	width: 150px;
    background-color: #fff;
	border:none;
	padding:10px 10px;
}
#main-nav ul ul li a:hover { 
    color: #fff!important;
	background:#c9cc00; 
}
.toggle-search {
	color: #BBB;
	font-size: 18px;
	top: 2px;
	position: relative;
}
/*
SF END
*/
#footer .social-links{
	text-align:center;
	padding:20px 0;
}
#footer .social-links ul{
	list-style:none;
}
#footer .social-links ul li{
	display:inline-block;
	width: 30px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:16px;
	background-color:#fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-left:10px;
}
#footer .social-links ul li.facebook:hover{
	background-color:#66c0f3;
}
#footer .social-links ul li.twitter:hover{
	background-color:#66eef3;
}
#footer .social-links ul li.gplus:hover{
	background-color:#db4a39;
}
#footer .social-links ul li.pinterest:hover{
	background-color:#CB2027;
}
#footer .social-links ul li.flickr:hover{
	background-color:#0063dc;
}
#footer .social-links ul li.youtube:hover{
	background-color:#c4302b;
}
#footer .social-links ul li.vimeo:hover{
	background-color:#86c9ef;
}
#footer .social-links ul li.linkedin:hover{
	background-color:#0e76a8;
}
#footer .social-links ul li a{
	color:#000;
}
#header a img{
	max-width:100%;
}
#header a img.logo-normal{
	opacity:1;
}
#header a img.logo-hover{
	opacity:0;
}
#header a:hover img.logo-normal{
	opacity:0;
}
#header a:hover img.logo-hover{
	opacity:1;
}
#archiv-header {
	
}
#archiv-header h2{
	color: #C5C5C5;
	font-size:24px;
}
#main {
	position: relative;
	clear: both;
	min-height:100%;
	padding-bottom:20px;
}
.content {
	min-height:100%;
	padding-bottom: 80px;
}
.content.single {
	margin-top:40px;
	padding:40px 0 0;
	background-color:#fff;
	-moz-box-shadow: 0 0 20px #aaa;
	-webkit-box-shadow: 0 0 20px #AAA;
	box-shadow: 0 0 20px #AAA;
}
.single-attachment-container {
	max-width: 900px;
	margin: 0 auto 24px;
}
#sidebar {
	text-align:center;
	clear:both;
}
#nav-below {
	width:100%;
	margin:0;
}
#nav-below a{
	background-color:#fff;
	display: block;
	height: 50px;
	width: 90%;
	overflow: hidden;
	margin:20px auto 20px;
	color:#000;
	text-align:center;
	font-size: 60px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	-moz-box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #AAA;
	box-shadow: 0 0 5px #AAA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#nav-below a:hover{
	-moz-box-shadow: 0 0 30px #000;
	-webkit-box-shadow: 0 0 30px black;
	box-shadow: 0 0 30px black;
	z-index: 9999;
}
#nav-below a i{
	position: relative;
	top: 16px;
}
#footer {
	max-width:1000px;
	margin:0 auto;
	padding: 0 0 60px;
	color: #AAA;
	text-transform: uppercase;
	font-size: 11px;
	text-align:center;
	line-height: 2.1;
	position:relative;
}
#footer p{
	padding:0;
}
#footer-nav {
	line-height: 1.5;
	padding: 30px 0 0;
}
#footer-nav ul{
	display: inline-block;
	list-style:none;
}
#footer-nav ul li{
	margin: 0 6px;
	display:inline;
}
#footer-nav ul li a{
	font-size: 14px;
	text-transform:none;
}
.pagewidth-single,
.headwidth {
	max-width:1000px;
}
.pagewidth,
.pagewidth-single {
	position:relative;
	margin:0 auto;
}
.full-screen {
	position:fixed;
	z-index:0;
	top:0;
	left:0;
	width:100%;
	max-height:100%;
	height:100%;
	min-height:100%;
	overflow:hidden;
	background-color:#fff;
	background-color: rgba(255, 255, 255, 0.8);
}
.results {
	position: relative;
	text-align: center;
	background-color: white;
	padding: 20px 0;
	-moz-box-shadow: 0 0 20px #aaa;
	-webkit-box-shadow: 0 0 20px #AAA;
	box-shadow: 0 0 20px #AAA;
}
.results h1{
	margin:0;
}
/************************************************************************************
Layout
*************************************************************************************/
#background-image {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}
hgroup {
	margin:0 auto;
	text-align:center;
	width:100%;
}
/*header ende*/
.cssanimations .isotope-item {
	opacity: 0;
    position: relative;
    -webkit-animation: slideTop 1400ms ease both;
    -webkit-animation-play-state: paused;
    -moz-animation: slideTop 1400ms ease both;
    -moz-animation-play-state: paused;
    -o-animation: slideTop 1400ms ease both;
    -o-animation-play-state: paused;
    animation: slideTop 1400ms ease both;
    animation-play-state: paused;
}
.cssanimations .isotope-item.play {
	-webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}
@-webkit-keyframes slideTop {
    0% { opacity: 0; top: -30px; }
    100% { opacity: 1; top: 0; }
}

@-moz-keyframes slideTop {
    0% { opacity: 0; top: -30px; }
    100% { opacity: 1; top: 0; }
}

@-o-keyframes slideTop {
    0% { opacity: 0; top: -30px; }
    100% { opacity: 1; top: 0; }
}

@keyframes slideTop {
    0% { opacity: 0; top: -30px; }
    100% { opacity: 1; top: 0; }
}
.blog-overview {
	padding:10px;
}
article {
	position:relative;
	text-align: left;
}
.blog-article {
	margin:10px;
	z-index:0;
	padding:20px;
	background-color:#fff;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	-moz-box-shadow: 0 0 20px #aaa;
	-webkit-box-shadow: 0 0 20px #AAA;
	box-shadow: 0 0 20px #AAA;
}
.blog-article:hover {
	-moz-box-shadow: 0 0 30px #000;
	-webkit-box-shadow: 0 0 30px #000;
	box-shadow: 0 0 30px #000;
	z-index:9999;
}
.post-excerpt {
	position:relative;
}
.post.excerpt .blog-article .post-excerpt .post-title{
	margin: 0px 0px 20px;
	text-align:center;
}
.post.excerpt .blog-article .post-prev {
	margin-bottom:24px;
}
.post-info {
	display: block;
	margin: 0px 0px 15px;
	color: #aaa;
	font-size: 14px;
	line-height:1;
	text-transform: uppercase;
	text-align:center;
}
.post-info.bottom {
	margin: 0px 0px 8px;
	line-height:1.8;
}
.post-info a{
	color: #aaa;
}
div.social {
	padding: 20px 0;
	text-align:center;
}
div.social div{
	display:inline;
}
.delimiter {
	padding: 0 12px;
	color: #EDEDED;
}
.post.excerpt .blog-article .post-content-excerpt{
	padding:0;
}
.post-format-link .post-content-excerpt {
	text-align:center;
}
.post.excerpt .post-info.bottom{
	margin: 8px 0px 0;
	font-size:12px;
}
.post.excerpt .blog-article .post-tags{
	margin: 10px 0 0px;
}
.post.excerpt .blog-article .post-content-excerpt p{
	padding:0;
}
.post.excerpt .blog-article div.fluid-width-video-wrapper {
	padding:0;
}
article.excerpt .post-image{
	display:block;
}
.blog-article img{
	width:100%!important;
}
.info-box {
	width: 260px;
	margin-right:60px;
	position:absolute;
}
.info-box.fixed {
	position:fixed;
	top:80px;
}
/* Isotope end */
.post-content-image img{
	width:100%;
	height:auto;
}
.post-content {
	background-color:#fff;
}
.post-content .blog-post{
	max-width:600px;
	margin:0 auto;
	padding-bottom:60px;
}
.post-content .blog-post.fullwidth {
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.content-headarea {
	text-align:center;
	margin:0 auto;
	max-width:800px;
}
.content-headarea h1{
	font-size:48px;
	line-height: 1.2em;
}
article.post-content-full .tags {
	margin: 20px 0;
	white-space:normal;
}
.tags a{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 1px 5px 1px 4px;
	background-color: #FF3C3C;
	margin-top: 3px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
article.post-content-full .tags a:hover{
	background-color:#000;
	color:#fff;
}
article.post-content-full .full-post {
	padding-bottom: 50px;
}
article.post-content-full .full-post img{
	border:none;
	box-shadow: 0 0 5px #888;
}
.post-footer {
	clear: both;
	background: #c9cc00;
}
.author-info {
	padding:0;
	max-width:600px;
	margin:0 auto;
	color:#000;
	padding:40px 0 40px;
	color:#fff;
}
.author-info h3 a{
	color:#fff;
}
.author-info .avatar-container{
	display: block;
	text-align: center;
}
.author-info .avatar-container img{
	display:inline;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	max-width:70px;
}
.author-info .author-description {
	text-align: center;
}
.author-info .author-description a{
	color:#fff;
}
/* --- Portfolio ---- */
.portfolio {
}
.portfolio-item {

}
.portfolio-item:hover {
	-moz-box-shadow: 0 0 30px #000;
	-webkit-box-shadow: 0 0 30px #000;
	box-shadow: 0 0 30px #000;
	position:absolute;
	z-index:9999;
}
.imghover-container {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}
.imghover-container:hover {
	-moz-box-shadow: 0 0 60px #aaa;
	-webkit-box-shadow: 0 0 40px #AAA;
	box-shadow: 0 0 40px #AAA;
}
.imghover a{

}
.imghover a,
.imghover a img {
	width:100%;
    display: block;
    position: relative;
	overflow:hidden;
}
.imghover a img {
	position:relative;
	min-width:110%;
	left:-10%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.imghover a div {
  	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	top: 0px;
	left: 0px;
}

.imghover a:hover img {
	position:relative;
	min-width:110%;
	left:0;
}

.imghover a .imghover-text {
	display: inline;
	position:absolute;
	left:-100%;
	top:10px;
	opacity: 0;
	filter: alpha(opacity = 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.imghover a:hover .imghover-text {
	z-index:9999;
	display:block;
	left:0;
	opacity: 1;
	filter: alpha(opacity = 100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	background-color:none;
}
.imghover a .imghover-text h1 {
	background-color: white;
	padding: 0px 10px 0px 10px;
	overflow: hidden;
	margin:0;
	display: inline-block;
	clear:both;
	margin-bottom:5px;
	color:#000;
	-moz-box-shadow: 0 0 10px #aaa;
	-webkit-box-shadow: 0 0 10px #AAA;
	box-shadow: 0 0 10px #AAA;
}
.imghover a .imghover-text span {
	clear:both;
	color:#000;
	background-color: white;
	margin-top:5px;
	padding:5px 10px;
	overflow: hidden;
	margin:0;
	display: inline-block;
	-moz-box-shadow: 0 0 10px #aaa;
	-webkit-box-shadow: 0 0 10px #AAA;
	box-shadow: 0 0 10px #AAA;
}
article.portfolio .full-post {
	padding: 10px 0;
}
.content.portfolio .blog-post {
	padding-bottom: 10px;
}
.content.single-portfolio .portfolio-meta {
	padding: 0 0 20px 0;
	list-style:none;
}
.content.single-portfolio .portfolio-meta .portfolio-meta-heading{
	font-family: 'RobotoBlack';
	display:inline-block;
	min-width:100px;
}
.content.single-portfolio .content-headarea {
	text-align:left;
}
.content.single-portfolio .blog-post {
	max-width: 800px;
	padding:0;
}
.item.image img {
	width:100%;
}
.portfolio-attachment img {
	width:100%;
}
/* --- Smart Archive ---- */
.content .page ul#smart-archives-block {
	margin:10px 0 50px;
	padding:30px 20px 10px;
	overflow: hidden;
	background:#f6f6f6;
	font-size:15px;
	font-size:0.9375rem;
}
ul#smart-archives-block li {
	float: left;
	margin:0;
	padding:0 0 20px;
	list-style:none !important;
	line-height:1.7;
}
ul#smart-archives-block li a {
	margin:0 0 0 15px;
	display: inline-block;
}
ul#smart-archives-block li strong {
	margin:0;
	font-weight:normal;
}
ul#smart-archives-block li span.empty-month {
	margin:0 0 0 18px;
}
#smart-archives-list h2 {
	margin:2em 0 0.3em;
}
.content .page #smart-archives-list ul {
	margin: 0;
	font-size:18px;
	font-size:1.125rem;
}
#smart-archives-list ul li {
	padding: 0 !important;
	list-style:none;
}
/* Authorbox */
.pagenav {
	width:100%;
	float:left;
	margin: 20px auto;
	text-align:center;
}
.pagenav span,
.pagenav a {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
color:#fff;
padding: 5px 10px;
border:0 none;
}
.pagenav span {
background-color: #EB5F3A;
color:#2A2A2A;
}
.pagenav a {
background-color: #EDEDED;
}
.pagenav a:hover {
background-color: #EB5F3A;
color:#2A2A2A;
}
#sidebar .widget{
	padding: 60px 20px;
	background: #F6F6F6;
}
#sidebar .widget li{
	list-style:none;
}
#sidebar .widget h3{

}
#sidebar .widget .widget-content{
	margin:0 auto;
	max-width:600px;
}
/* portfolio */
.portfolio img {
	display:block;
}
/* Portfolio page */
.portfolio-page {}
.portfolio-page hr {
border: solid #E0E0E0;
border-width: 1px 0 0;
clear: both;
margin: 12px 0 18px;
height: 0;
padding:0;
}
.portfolio-page article.post-content-full .full-post{
	padding:0;	
}
.portfolio-page .post-content .blog-post {
	padding:0;	
}
.portfolio-page .portfolio-item-paged {
	padding-bottom:60px;
}
.portfolio-page .portfolio-item-paged img{
	width:100%;
}
.portfolio-page .portfolio-item-paged .info {
	max-width:800px;
	margin:40px auto 60px;
}
.portfolio-page .portfolio-title {
	font-size: 48px;
	line-height: 1.2em;
	margin:0;
}
.portfolio-page .portfolio-tags {
	
}
/*-----------------------------------------------------------------------------------*/
/*	Post Nav
/*-----------------------------------------------------------------------------------*/
#post-nav {
	padding: 40px 0 40px;
	border-top: 1px dotted #BABABA;
}
#post-nav .post-nav-inner {
	margin:0 auto;
	max-width:600px;
}
#post-nav .nav-previous {
	float: right;
}
#post-nav .nav-next {
	float: left;
}
#post-nav a {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: .1em;
}
/*-----------------------------------------------------------------------------------*/
/*	Comments
/*-----------------------------------------------------------------------------------*/
/* comments */
#comments {
	max-width:600px;
	margin:20px auto;
	position:relative;
	clear:both;
}
#comments h3:after {
content: "";
    display: block;
    width: 40px;
    
	padding-top:20px;
	margin-bottom:10px;
}
#comments ol, 
#comments ul,
#comments li {
	list-style:none;
	padding:0;
}
#comments .comment {
	overflow:hidden;
	margin:0;
	padding:0;
}
#comments h3#comments-title span {
	display:none;
	margin:0 0 0 7px;
	font-size: .55em;
	color:#909090;
}
#comments h3#comments-title span a {
	color:#909090;
}
#comments h3#comments-title span a:hover {
	color:#444;
}
.content .responses {
	padding:10px;
}
.content #respond {
	padding:10px;
	text-align: center;
	max-width:600px;
	margin:0 auto;
}
.content ol.commentlist {
    list-style:none;
	margin-bottom:24px;
}
.content ol.commentlist li {
	margin:0;
}
.content #comments ol li ul.children {
	margin:0;
	padding-left:50px;
}
.content #comments ol li ul.children ul.children {
	margin:0;
	padding:0;
}
/* --- Comment Content --- */
#comments .comment-content h1 {
	margin: 1em 0 0.6em;
	font-size:25px;
}
#comments .comment-content h2 {
	margin: 1em 0 0.6em;
	font-size:1.4em;
}
#comments .comment-content h3 {
	margin: 0.6em 0 0.4em;
	font-size: 1.3em;
}
#comments .comment-content h4 {
	margin: 0.5em 0 0.3em;
	font-size: 1.2em;
}
#comments .comment-content h5,
#comments .comment-content h6 {
	margin: 0.3em 0 0.3em;
	font-size: 1.1em;
}
#comments .comment-content {
	display:block;
	padding:0;
}
#comments .comment-content ul.comment-meta img.avatar {
	float:left;
	margin-right:10px;
	-webkit-border-radius: 42px;
	   -moz-border-radius: 42px;
	        border-radius: 42px;
}
#comments .comment-content ul.comment-meta {
	margin:0;
	padding:7px 0 0;
	overflow:hidden;
	list-style:none;
	font-size:0.95em;
}
#comments .comment-content .comment-text {
	margin:0;
	padding: 20px 10% 20px 50px;
	overflow:hidden;
}
#comments .comment-content ul li.comment-author {
	margin:0;
	font-weight:bold;
	line-height:normal;
	color:#000;
	font-size: 22px;
}
#comments .comment-content ul li{
	padding-top:10px;
}
#comments ul.children .comment-content ul li.comment-author {
	margin:0;
}
#comments .comment-content ul li.comment-time,
#comments .comment-content ul li.comment-edit {
	margin:2px 0 0 10px;
}
#comments .comment-content ul li.comment-author,
#comments .comment-content ul li.comment-time,
#comments .comment-content ul li.comment-edit {
	float:left;
}
#comments .comment-content ul li.comment-reply {
	margin:0;
	padding:0;
	float:right;
	position:relative;
}
#comments ul.children .comment-content ul li.comment-reply {
	margin:0;
}
#comments .comment-content p {
	margin:0 0 17px;
}
#comments .comment-content p:last-child {
	margin:0;
}
#comments .comment-content blockquote {
	padding: 0 0 0 15px;
	background:none;
	border-left:1px solid #999;
}
#comments .comment-content blockquote p cite {
	margin-top:0;
}
#comments .comment-content ul,
#comments .comment-content ol {
    margin:0 0 30px 25px;
	font-size: 100%;
}
#comments .comment-content ol ol,
#comments .comment-content ul ul {
	margin:0 0 0 22px;
	font-size: 100%;
}
#comments .comment-content table {
	font-size: 100%;
}
#comments .comment-content dl dt,
#comments .comment-content dl dd {
	font-size:.95em;
}
#comments ol.commentlist li.depth-2 .comment {
	margin-left:0;
}
#comments ol.commentlist li.depth-2 li .comment {
	margin-left:0;
}
ol.commentlist ul.children {
	list-style: none;
}
#comments p.comment-awaiting-moderation {
	display:inline;
	font-style:italic;
}
/* --- Pingback --- */
#comments ol li.pingback {
	display:block;
	margin:0 0 40px;
	padding:0 0 40px;
	font-size:0.95em;
	border-bottom:1px solid #ececec;
}
#comments ol li.pingback span {
	color:#4C4A4A;
	font-weight:bold;
	line-height:normal;
}
#comments ol li.pingback p {
	margin:0;
}
#comments ol li.pingback a {	
	font-weight: normal;
}
#comments ol li.pingback a.comment-edit-link {
	font-size:.85em;
}
/* --- No Comments Info --- */
.content .nopassword, 
.content p.nocomments {
	margin:0;
	padding:0 0 60px;
	font-size:1.1em;
	font-style:italic;
}
/* comment form */
.comment-form-comment {}
input[type="text"], textarea {
width: 96%;
margin: 6px 0 0;
padding: 10px 2%;
background: #F6F6F6;
border: 1px solid #ECECEC;
font-size: 90%;
color: #333;
line-height: 1.6;
-webkit-appearance: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all 0.18s ease-in-out;
-moz-transition: all 0.18s ease-in-out;
-o-transition: all 0.18s ease-in-out;
transition: all 0.18s ease-in-out;
}
input[type="text"]:focus, textarea:focus,
input[type="text"]:hover, textarea:hover,
.widget input {
background: #FCFCFC;
border: 1px solid #DDD;
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 0 4px rgba(0,0,0, 0.1);
box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
}
form input[type="submit"] {
	margin: 15px 0;
	padding: 14px 25px;
	border: none;
	font-size: 11px;
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.18s ease-in-out;
	-moz-transition: all 0.18s ease-in-out;
	-o-transition: all 0.18s ease-in-out;
	transition: all 0.18s ease-in-out;
	background-color:#36A87D;
}
form input[type="submit"]:hover {
	color:#fff;
	background-color:#000;
	border:none;
}
/*back to top*/
#back-to-top:hover {
	color:#333;
}
/* Footer */
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
margin-right: 3.8%;
float: left;
min-height: 1px;
}

.onecol {
width: 4.85%;
}

.twocol {
width: 13.45%;
}

.threecol {
width: 22.05%;
}

.fourcol {
width: 30.75%;
}

.fivecol {
width: 39.45%;
}

.sixcol {
width: 48%;
}

.sevencol {
width: 56.75%;
}

.eightcol {
width: 65.4%;
}

.ninecol {
width: 74.05%;
}

.tencol {
width: 82.7%;
}

.elevencol {
width: 91.35%;
}

.twelvecol {
width: 100%;
float: left;
}
.last {
margin-right: 0px;
}
/* Smaller screens */
@media only screen and (max-width: 1024px) {
	* {
		transition: all 0!important;
		-moz-transition: all 0!important; /* Firefox 4 */
		-webkit-transition: all 0!important; /* Safari and Chrome */
		-o-transition: all 0!important; /* Opera */
		-moz-box-shadow: 0 0 0 #aaa!important;
		-webkit-box-shadow: 0 0 0 #AAA!important;
		box-shadow: 0 0 0 #AAA!important;
	}
	.logo {
		font-size:30px;
	}
	.content-headarea h1,
	.portfolio-page .portfolio-title {
		font-size: 28px;
	}
	#main-nav select {
		margin-right:10px;
		width: 60%;
		display:inline-block;
		line-height:30px;
		height:30px;
		position:relative;
	}
	#main-nav ul{
		display:none;
	}
	.content.single {

	}
	.pagewidth-single {
		padding:0 10px;
	}
	.toggle-search {
		border: 1px solid #EEE;
		cursor: pointer;
		padding: 6px 6px 5px;
		background: none repeat scroll 0 0 #F7F7F7;
		position:relative;
		top:1px;
	}
	.cssanimations .isotope-item {
		opacity: 1;
		position: relative;
		-webkit-animation:all 0;
		-webkit-animation-play-state: paused;
		-moz-animation: all 0;
		-moz-animation-play-state: paused;
		-o-animation:all 0;
		-o-animation-play-state: paused;
		animation: all 0;
		animation-play-state: paused;
	}
	.cssanimations .isotope-item.play {
		-webkit-animation-play-state: paused;
		-moz-animation-play-state: paused;
		-o-animation-play-state: paused;
		animation-play-state: paused;
	}
	.imghover a img,.imghover a:hover img {
		min-width:100%;
		left:0;
		filter:none;
		filter: grayscale(0);
		-webkit-filter: grayscale(0);
		-moz-filter: grayscale(0);
		-ms-filter: grayscale(0);
		-o-filter: grayscale(0);
	}
	.imghover a .imghover-text {
		left:0;
		opacity: 1;
		filter: alpha(opacity = 100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=1)";
	}
	.post.excerpt .blog-article .post-prev img {
		filter: none;
		filter: grayscale(0);
		-webkit-filter: grayscale(0);
		-moz-filter: grayscale(0%);
		-ms-filter: grayscale(0);
		-o-filter: grayscale(0);
	}
	.author-info .author-description,#post-nav,.full-post,.content-headarea-title,.portfolio-item-paged .info {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* Mobile */
@media handheld, only screen and (max-width: 767px) {
	body {
		border:0px none;
		padding:0!important;
	}
	#header {
		padding:0;	
	}
	.logo {
		font-size:30px;
	}
	article {
		width:100%!important;
		position:static!important;
		-webkit-transform:translate3d(0, 0, 0)!important;
	}
	.blog-article {
		margin:0 0 10px 0;
	}
	.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
		width: 100%;
		float: none;
	}
	.content.single .post-head.threecol {
		position:static;
		width:100%;
		text-align:left;
		clear:both;
	}
	.content.single .post-content.sixcol {
		margin:0;
		width:100%;
		margin-top:20px
	}
	.author-info .avatar-container {
		display: block;
		width: 100%;
		padding:10px 0;
		text-align: center
	}
}