/*  
Theme Name: Marvella
Theme URI: http://demo.klasikthemes.com/marvella/
Description: Marvella is WordPress theme perfect for any business and corporate websites specially for computer, internet and technology company.
Version: 1.0
Author: klasikthemes
Author URI: http://www.klasikthemes.com/
Template: klasik
License: GNU General Public License
License URI: license.txt
Tags: one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, editor-style, theme-options, translation-ready, responsive-layout
*/

/*------------------------------------------------------------------

[Table of contents]

1. Global Elements
2. Container
3. Header 
	3.1. Navigation
	3.2. Slider
4. Afterheader
5. Content 
	5.1. Blog 
	5.2. Widgets
6. Sidebar
7. Footer Sidebar
8. Footer
9. Plugin

-------------------------------------------------------------------*/


/* 1. GLOBAL ELEMENTS
-------------------------------------------------------------------*/

/*======== Theme Frame ========*/

.container {
    max-width: 1200px;
}

.row .row {
    margin: 0 -15px;
}

.column, .columns {
    padding: 0 15px;
}



/*======== #Reset & Basics (Inspired by E. Meyers) ======== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    hyphen: auto;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none;
 /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */;
}


/*========  Elements ========*/

/* Main global 'theme' and typographic styles */
body {
    font-family: "Trebuchet MS", "Open Sans", sans-serif;
    font-size: 15px;
	font-weight:normal;
    line-height: 24px;
}


/* links */
a, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

a:active {
    background-color: transparent;
}



/* heading */
h1, h2, h3 { margin-bottom: 20px;}
h1 {    font-weight: bold;
    line-height: 40px;
    font-family: 'Trebuchet MS','Open Sans', sans-serif;
    letter-spacing: 2px;
}
h4, h5, h6 { margin-bottom: 14px;}
h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 20px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 13px;}
h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: normal;
    font-family: 'Trebuchet MS','Open Sans', sans-serif;
    letter-spacing: 1px;
}

.pagetitle {
    font-size: 20px;
	text-transform:uppercase;
    line-height: normal;
    margin: 0px;
	display:block;
}

.pagedesc{
    font-size: 13px;
    line-height: normal;
    margin: 8px 0 0;
	display:block;
}


/* Text elements */
hr {
    border-width: 0;
    height: 1px;
    line-height: 0;
    margin: 30px 0px 30px 0px;
    page-break-after: always;
    text-align: center;
    width: 100%;
    clear: both;
}

em {
    font-style: italic;
}

p {
    margin-bottom: 20px;
}

ul {
	list-style:disc;
    margin: 0 0 5px 1.5em;
}

ul li, ol li {
    padding-bottom: 20px;
}

ol {
    list-style: decimal;
    margin: 0 0 5px 2.2em;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
}

dl {
    margin: 0 0 24px 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 18px;
}

strong {
    font-weight: bold;
}

cite,
em,
i {
    font-style: italic;
}

big {
    font-size: 131.25%;
}

ins {
    background: #ffc;
    text-decoration: none;
}

blockquote:before {
    content: open-quote;
    position: absolute;
    top: -5px;
    left: 14px;
    font-family: 'Open Sans', sans-serif;
    font-size: 4.5em;
    line-height: 1;
    margin: 0;
    vertical-align: 0em;
}

blockquote {
    quotes: "\201C" "\201C" "\201C" "\201C";
    clear: both;
    margin: 0 0px 20px 0px;
    padding: 15px 0px 0 52px;
    font-size: 18px;
    font-style: italic;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
	font-weight:normal;
}

blockquote.left, blockquote.right {
    float: right;
    letter-spacing: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 0px;
    padding: 0px 20px 10px 60px;
    width: 43%;
    background-position: 0px 0px;
}

blockquote.left {
    float: left;
    margin-left: 0px;
    margin-right: 20px;
}

blockquote p {
    margin: 0px;
    padding: 0px;
    display: inline;
}

blockquote, blockquote p {}
blockquote div {}
blockquote cite,
blockquote em,
blockquote i {
    font-style: normal;
}

code {
    font-family: Verdana, Arial;
    letter-spacing: 1px;
    margin: 25px 0 25px 0px;
    display: block;
    font-size: 0.9em;
    border-left: solid 4px #ebebeb;
    padding: 15px 10px;
}

pre {
    border-left: solid 4px #ebebeb;
    line-height: 18px;
    margin-bottom: 18px;
    padding: 20px;
}

abbr,

acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

sup,

sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}



/* Text meant only for screen readers */
.screen-reader-text {
    position: absolute;
    left: -9000px;
}


/* float align */
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
    margin-top: 0px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
    margin-top: 0px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignnone,
img.alignnone {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

img.alignnone,
img.alignleft, 
img.alignright, 
img.aligncenter {
    margin-bottom: 12px;
}



/* 2. CONTAINER
-------------------------------------------------------------------*/

#bodychild {
    width: 100%;
    margin: 0;
}

#outercontainer {
    width: 100%;
    margin: 0;
    padding: 0;
}

#outerheader, #outerslider, #outerbeforecontent, #outermain,  #outerfootersidebar, #outerfooter {
    width: 100%;
    margin: 0 auto;
}


/* 3. HEADER 
-------------------------------------------------------------------*/
#outerheader.home-menu{ 
	position: relative;
}

#top {
    padding: 70px 0px 0;
}

#logo {
    float: left;
    position: relative;
    top: -30px;
    z-index: 200;
    padding-left: 15px;
    margin-bottom: 0px;
}

#logoimg a, #logoimg img {
    display: block;
}

#logo h1 {
    line-height: normal;
    margin-bottom: 0px;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
}

#logo h1 a {
    line-height: normal;
}



/*======= 3.1. Navigation =======*/

#navigation {
    position: relative;
    z-index: 200;
    margin: 0;
    padding: 0px 15px 61px 0;
    float: right;
}



/* Nav Menu */

#topnav {
    margin: 0;
    list-style-type: none;
    overflow: visible;
    position: relative;
    padding: 0;
    float: right;
	height:24px;
}

.sf-menu a {
    text-decoration: none;
    display: block;
    position: relative;
    padding: 0px 30px 10px 30px;
	margin-right:2px;
	font-family: 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
}

.sf-menu > li {
    position: relative;
    z-index: 10;
}





/* Drop down menu */

.sf-menu ul a:hover {}

.sf-menu li li {
    text-align: left;
    line-height: 20px;
    margin: 0;
}

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.sf-menu {
    line-height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    float: left;
    letter-spacing: 1px;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 16em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0em;
    top: 1.8em;
    z-index: 99;
    padding: 10px 0px 10px 0px;
    font-family: 'Trebuchet MS', sans-serif;
    letter-spacing: 0px;
}


ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
	padding:0px;
	margin-top:5px
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 16em;
    top: -5px;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 16em;
    top: -1px;
}


.sf-menu ul li a {
    padding: 6px 10px 6px 10px!important;
	margin:0px;
    font-size: 12px;
	text-transform:none;
	font-weight: normal;
}

.sf-menu li ul {
    padding: 0px 0px;
}

.sf-menu a.sf-with-ul {
    min-width: 1px;/* trigger IE7 hasLayout so spans position accurately */;
}

.sf-sub-indicator {
    position: absolute;
    display: block;
    right: 10px;
    top: 1.05em;
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    display: none;
}

.sf-menu ul {
    border: 0px;
}

.sf-menu li li {
}

.sf-menu > li li:before {
    content: "";
    display: block;
}

.sf-menu > li li:first-child:before {
    border: 0;
}


/* dropdown mobile */

#menu-icon, .tinynav {
    display: none;
 /* hide menu icon initially */;
}




/*======= 3.2. Slider =======*/


#slider {
    position: relative;
	overflow:hidden;
    margin: 0 0;
	padding:0px;
	display:block;
}

#slider #slideritems {
    position: relative;
	overflow:hidden;
    margin-bottom: -18px!important;
}

#slider .camera_target_content {
    overflow: inherit;
}


#slider .slider-text {
    font-size: 60px;
    line-height: 72px;
}

#slider .camera_caption {
    bottom: 215px;
    top: auto;
}

#slider .camera_caption > div {
    padding: 0px 0px 0px;
    text-align: center;
	
}
#slider .camera_wrap{ float:none}
#slider .camera_wrap .camera_pag {
    left: 0;
    bottom: 176px;
    position: relative;
    right: 0;
    z-index: 4;
    text-align: center;
	padding:32px 0 0 0;
}

#slider .camera_wrap .camera_pag .camera_pag_ul {
    list-style: none;
    margin: 0;
    padding: 0px;
    text-align: center;
}


#slider .camera_wrap .camera_pag .camera_pag_ul{text-align:center;}
#slider .camera_wrap .camera_pag .camera_pag_ul li { 
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	width: 16px;
	margin: 0px 4px 0;
	position: relative;
	text-align: left;
	text-indent: 9999px;
	
}
#slider .camera_wrap .camera_pag .camera_pag_ul li span{	
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	height: 16px;
	width: 16px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	
}



#slider .header-line {
    height: 18px;
    margin-top: 0px;
	position:relative;
	z-index:30;
	bottom:0;
}



/* 4. AFTERHEADER
-------------------------------------------------------------------*/

#outerafterheader {
    text-align: center;
}

#afterheader {
    position: relative;
    margin:20px 0 30px;

}

#outerheader.home-menu .header-line { display:none}

.header-line {
    height: 18px;
    margin-top: -18px;
	position:relative;
	z-index:30;
	bottom:0;
}



/* 5. CONTENT
-------------------------------------------------------------------*/

#outermain {  padding: 67px 0 0px 0;}
#outermain .container {}
#maincontent {}
#maincontent .main { padding-bottom: 0px;}
#maincontent .main.nocontent { padding-bottom: 0px;}
#content.positionright { float: right;}
#content.positionleft { float: left; padding-right:160px;}
#content.positionleft .main { padding-right: 0px;}
#content.positionright .main { padding-left: 0px;}
.indentleft {overflow: hidden;}
.center {text-align: center;}
.nomargin {margin-right: 0px!important;}
.displayblock { display: block;}
.uppercase{ text-transform:uppercase;}

.main ul{
	list-style-image:url(images/bullet.png);
    padding: 0 0 0 1em;
}




/* List */
ul.list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.list li {
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}

ul.arrowlist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.arrowlist li {
    padding: 0 0 3px 19px!important; border:0px!important;
}



/* Images */
.imgframe{ padding:6px;}
.imgframe img{ display:block;}

img {
    max-width: 100%;
    height: auto;
}

.imgopacity:hover {
    opacity: 0.5;
}

img[class*="wp-image-"], img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}



/* form & button */

form {
    margin: 0;
    padding: 0;
}

input[type="text"], input[type="email"],
textarea, input[type="password"], select {
    font-size: 12px;
    padding: 7px 5px;
	width: 100%;
}

textarea {
    width: 90%;
}

textarea:focus {
    outline: 0;
}

.button, .button:visited, input[type="submit"],input[type="reset"], input[type="button"], button {
    padding: 11px 15px 11px 15px;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
}

.button:hover, input[type="submit"]:hover,input[type="reset"]:hover, input[type="button"]:hover, button:hover {
    text-decoration: none;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {}

.button.mini {
    font-size: 12px;
    padding: 6px 15px 7px 15px;
}

.button.small {
    font-size: 12px;
}

.button.large {
    font-size: 15px;
    line-height: 15px;
    padding: 9px 25px 10px 25px;
}



/* Fix for odd Mozilla border & padding issues */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}





/* Separator */

.spacer {
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 20px;
    width: 100%;
    clear: both;
}

.separator {
    display: block;
    height: 20px;
    padding: 0 0;
    margin-bottom: 44px;
    text-align: center;
    width: 100%;
    clear: both;
}







/*======= 5.1. BLOG =======*/


.sticky .posttitle a{ padding-left:30px;}

.post {
    margin-bottom: 40px;
}

#singlepost .post {
    margin-bottom: 28px;
}



.postimg {
    margin-bottom: 0px;
	position:relative;
}

.postimg img {
    display: block;
}

.entry-content .frame {
    margin-bottom: 20px;
}


.entry-content .loopexcerpt p {
    margin-bottom: 9px;
}

.post .button {
    margin: 0px 0;
    display: inline-block;
}

.post, #searchresult .page, #searchresult .hentry {
    clear: both;
}

.posttitle {
    margin: 20px 50px 0px;
}

.posttitle, .posttitle a {
    font-size: 30px;
}

.posttitle a:hover {
    text-decoration: none;
}

.single .entry-utility{ margin:23px 50px 0}
.entry-utility {
    font-size: 12px;
    margin: 4px 50px 0px 50px;
    padding: 0px 0px;
}
.entry-utility .text-sep{ margin:0 9px;}
.entry-utility div {
    display: inline-block;
    line-height: 100%;
}


.entry-content {
    overflow: hidden;
    padding: 17px 50px 17px 50px;
    word-wrap: break-word;
}

.entry-content .more{ display:none}

#postattachment .entry-utility {
    width: 100%;
    float: none;
    padding: 0;
}

.entry-attachment {
    margin-bottom: 20px;
}


/*====== Post Format  ======*/
.mediacontainer iframe, .mediacontainer object, .mediacontainer video {
    width: 100%;
    height: 350px;
    display: block;
}

.mediacontainer {
    margin-bottom: 0px;
}

.format-standard .entry-content{ padding-top:0px;}

.single .format-standard{ padding-top:30px;}

.aside .content-wrap{padding:45px 50px 28px;}

.entry-image .thumbcontainer .arrow,
.entry-gallery #postgallery .arrow{ width:18px; height:9px; position:absolute; z-index:20; bottom:0; left:52px}

.entry-image .content-wrap, .entry-gallery .content-wrap{ margin-top:-1px}

.entry-audio .mediacontainer {
    margin:0 50px 0px;
}

.format-aside .entry-content{ padding-bottom:0px;}

.format-link .posttitle{ margin:0}

.format-standard .entry-utility{ margin:0px 50px 23px}

.entry-audio .postimg {margin-bottom: 25px;}

.single .format-audio .mediacontainer  {
    padding:30px 50px 0px;
}

.single .mediacontainer {
    margin-bottom: 0px;
}

/* Entry Quote */
.entry-quote {
    margin-bottom: 0px;
}

.entry-quote .quote-image {
    width: 43px;
    float: left;
    margin-right: 10px;
}

.entry-quote .quote-image img {
    width: 43px;
    height: 43px;
    display: block;
}

.entry-quote .entry-content {
    position: relative;
    overflow: visible;
    margin-bottom: 0px;
}

.entry-quote blockquote {
    clear: none;
    font-size: 18px;
    line-height: 28px;
    font-style:italic;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0;
    osition: relative;
    border: 0px;
    background: none;
}

.entry-quote blockquote:before, .entry-quote blockquote:after {
    font-family: Tahoma, Geneva, sans-serif;
}

.entry-quote blockquote:before {

    left: 0px;
    top: 0px;
    vertical-align: top;
    content: ""!important;
    font-weight: normal!important;
    font-size: inherit;
}

.entry-quote blockquote:after {
    content: "";
    font-size: inherit;
}

.entry-quote .quotearrow {
    background-image: none;
}

.entry-quote .info {
    font-size: 13px;
    margin: 10px 0 0px;
    padding-left: 14px;
    position: relative;
}


.entry-quote .info:before {
    content: "\223C";
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 13px;
}

.entry-quote .frame {
    display: block;
    float: left;
    height: 60px;
    margin: 10px 10px 0 0;
    width: 60px;
}

.quoteinfo img {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

.entry-quote .info.withimg {
    padding-top: 0px;
}

/* Gallery Post*/
article ul.flex-direction-nav a{display:block;  position:absolute; top:50%; margin-top:-11px; width:11px; height:17px; background-repeat:no-repeat; text-indent:-9999px;}
article ul.flex-direction-nav a.flex-prev{ left:20px; background-position:center;}
article ul.flex-direction-nav a.flex-next{ right:20px; background-position:center;}
article .flexslider:hover .flex-prev{ left:20px;}
article .flexslider:hover .flex-next{ right:20px;}
article ul.flex-direction-nav a{background-color:transparent;}
article ul.flex-direction-nav a:hover{background-color:transparent;}
article .flex-control-nav{display:none !important;}



/* Tag */

.tagcloud {}

.tagcloud a {
    padding: 12px 18px !important;
    margin: 0 3px 6px 0 !important;
    font-size: 13px!important;
	line-height:13px!important;
    display: inline-block;
}

.tagcloud a:hover {
}

.entry-tag {

}

.tag-text {
    margin-right: 5px;
	display:none;
}

.tag-items {
    display: inline;
}

.tag-items span a {
    display: inline-block;
    padding: 12px 18px;
    font-size: 13px;
	line-height:13px;
    margin-right: 6px;
}

.page-links {
    padding: 10px 0 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.page-links span {
    display: inline-block;
    padding: 2px 8px;
    margin-right: 4px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/* author */

h2.title-author {
    font-size: 16px;
}

#entry-author-info {
    clear: both;
    margin-bottom: 58px;
    position: relative;
    padding: 20px 20px 20px 20px;
}

#entry-author-info .author-title{ display:none;}

#entry-author-info #author-avatar {
    margin: 0 0 0 0;
    position: absolute;
    top: 25px;
    left: 20px;
}

#entry-author-info #author-avatar .avatar {
	width:80px;
	height:80px;
}

.avatar {
    display: block;
    padding: 0px;
}

#entry-author-info #author-description {
    margin: 0px 0px 10px 100px;
    vertical-align: top;
}

#entry-author-info #author-description  h2 {
    font-size: 20px;
    margin-bottom: 5px;
	font-weight:normal;
}

#author-description span.author {
    display: block;
}



/* attachment pages wordpress */
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	margin:0 0 20px 0;
	padding:0;
	max-width:100%;
	display:block;
}
.wp-caption img {
	margin: 0;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 12px;
	font-style:italic
}
.wp-caption .wp-caption-text {
	margin-bottom:0;
	padding: 8px 0 0 0;
	position: relative;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}

.tag-links {
    padding: 10px 0;
    display: block;
}





/* Make sure embeds and iframes fit their containers */

embed,

iframe,

object {
    max-width: 100%;
}





/* navigation  */

#nav-below {
    padding: 0;
    font-size: 13px;
    margin: 30px 0 45px 0;
    clear: both;
    text-align: center;
}

#nav-below .nav-previous .meta-nav:before{ font-size:18px; content:'\2190'; }
#nav-below .nav-next .meta-nav:before{ font-size:18px; content:'\2192'; }
.navigation {
    line-height: 20px;
}

.navigation a:link,
.navigation a:visited {
    text-decoration: none;
}

.navigation a:active,
.navigation a:hover {
}

.nav-previous {
	float: left;
}
.nav-next {
	float: right;
	text-align: right;
}
.nav-previous a, .nav-next a{
	font-size:13px;
	padding:8px 0;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}

#nav-above {
    display: none;
}

.paged #nav-above,

.single #nav-above {
    display: block;
}






/* Comments */

#comments {
    clear: both;
}

#comments .navigation {
    padding: 0 0 18px 0;
}

h3#comments-title {
    padding: 0px 0px;
    margin: 0 0 20px 0;
    font-size: 20px;
}

h3#reply-title {
    line-height: 24px;
    font-size: 20px;
    margin: 36px 0px 20px 0px;
}

.commentlist {
    list-style: none;
    margin: 0;
    margin-bottom: 0px;
}

.commentlist li.comment {
    margin: 0 0 0px 0px;
    padding: 0 0 0px 0px;
    position: relative !important;
}

.commentlist li.comment ul.children {
    margin: 0 0 0 0;
    margin-left: 11%;
    padding: 0px 0 0 0;
}

.commentlist li.comment ul.children li {
    border-bottom: 0 !important;
    margin: 0;
    padding: 0;
}

#comments .comment-body ul,#comments .comment-body ol {
    margin-bottom: 0;
}

.commentlist ol {
    list-style: decimal;
}

.commentlist .avatar {
	width:60px;
	height:60px;	
}

.comment-body cite {
    font-size: 14px;
    line-height: 14px;
    font-style: normal;
}

.comment-body cite  a, .comment-body cite  a:visited {}

.comment-body cite  a:hover {
    text-decoration: none;
}

.comment-author .says {
    font-style: normal;
}

.comment-meta {
    font-size: 11px;
    margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited {
    text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {}

.commentlist .even {}

.commentlist .bypostauthor {}

.reply a.comment-reply-link {}

.edit-link {
    float: none;
    clear: both;
    width: 100%;
    display: block;
    padding: 10px 0 0 0;
}

a.comment-edit-link {}

a.comment-edit-link:hover {
    text-decoration: none;
}

.commentlist .children {
    list-style: none;
}

.commentlist .children li {
}

.nopassword, .nocomments {
    display: none;
}

#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
    margin-top: -6px;
}

#comments .pingback p {
    display: block;
    font-size: 11px;
    line-height: 18px;
    margin: 0;
}

#comments .pingback .url {
    font-size: 12px;
}

.con-comment {
    padding: 19px;
    margin-bottom: 30px;
}

.commentlist .comment-author {
    float: left;
    margin-top: 0px;
    padding: 3px;
}

.commentlist .comment-body {
    width: auto;
    margin-bottom: 10px !important;
    margin-left: 82px;
}

.commenttext {
    margin: 0 0 0 0;
    padding: 11px 85px 0 0;
}

.commentlist .comment-body p {
    margin-bottom: 5px !important;
}

.commentlist ul.children .comment-author {
}

.commentlist ul.children .comment-body {
}

*+html .commentlist .comment-body {
    margin-top: 0;
}

.comment-body .fn {
    font-size: 16px;
    word-spacing: 2px;
}

.comment-body .time {
    font-size: 12px;
	font-style:italic;
    padding: 10px 0 0 0;
	display:block
}

.comment-body .time .com-reply {
	font-style: normal;
}

.comment-body .time .comment-reply-link {
    border: 0px;
    padding: 0;
    cursor: pointer;
    font-size: 13px;
    line-height: 13px;

}



.comment-body .boldtext {
    font-weight: normal;
    font-size: 22px;
}

.vcard {
    padding-bottom: 6px;
}





/* Comments form */

#commentform {
    padding: 0;
}

#commentform label {
    margin-top: 0px;
    padding: 5px 0;
    display: inline-block;
}

#commentform .required {
}

#commentform code {
    padding: 0;
    margin: 10px 0;
    border: 0;
}

#commentform input[type=text] {
    margin-bottom: 3px;
    padding: 13px 10px;
    vertical-align: middle;
    width: 40%;
    font-size: 12px;
    font-family: arial;
    display: block;
    page-break-after: always;
}

#commentform textarea {
    width: 75%;
    margin-bottom: 12px;
    padding: 13px 10px;
    vertical-align: top;
    font-size: 12px;
    font-family: arial;
    display: block;
}

#respond .comment-reply {
    font-size: 20px;
    line-height: 24px;
    padding: 0px 0px;
    margin: 0 0 10px 0;
}

#respond p {
    margin: 0;
}

#respond .comment-notes {
    margin-bottom: 1em;
}

.form-allowed-tags {
    line-height: 1em;
}

.children #respond {
    margin: 0 0px 0 0;
}

.cancel-comment-reply {
    font-size: 12px;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments-list ul #respond {
    margin: 0;
    padding: 0;
}

#cancel-comment-reply-link {
    font-weight: normal;
    line-height: 18px;
}

#respond .required {
}

#respond label {
}

#respond input {
}

#respond textarea {
}

#respond .form-allowed-tags {
}

#respond .form-allowed-tags code {
}

#respond .form-submit {
    margin: 12px 0;
    clear: both;
}

#respond .form-submit input {
}

.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment {
}

.comment-form-comment {
    width: 100%;
}

.form-submit {
    clear: both;
}



/* Calendar */

.widget_calendar #wp-calendar {
    width: 100%;
    text-align: left;
    border: 0px !important;
}

.widget_calendar #wp-calendar caption,

.widget_calendar #wp-calendar td,

.widget_calendar #wp-calendar th {
    text-align: center;
    padding: 3px;
    font-size: 11px;
}

#footersidebar .widget_calendar thead th {
    border-top: 0;
}

#footersidebar .widget_calendar thead th:first-child {
    border-left: 0;
}

.widget_calendar #wp-calendar tr {
}

.widget_calendar #wp-calendar caption {
    font-size: 11px;
    text-align: right;
    padding: 3px 0 3px 0 !important;
    text-transform: uppercase;
}

.widget_calendar #wp-calendar th {
    font-weight: bold;
    padding: 3px;
}

.widget_calendar #wp-calendar tfoot tr {
}

.widget_calendar #wp-calendar td#prev {
    text-align: left;
    padding-left: 5px;
}

.widget_calendar #wp-calendar td#next {
    text-align: right;
    padding-right: 5px;
}

#today {
    font-weight: bold;
}



/* contact */

#klasik-page-widget-2 .widget-title {
    background: none!important;
    padding: 0px;
    text-transform: none;
    font-size: 24px;
}

.contact-info {
    font-size: 13px;
    line-height: 24px;
}



/* search widget */

#searchform input {
    background: transparent;
    border: 0;
}

#searchform {
    position: relative;
}

#searchform #s {
    width: 79%;
    padding: 14px 50px 13px 20px !important;
    height: 14px !important;
    border: 0;
}

.searchbutton {
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    text-indent: -9999px;
}




/*==== Tables ====*/

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 18px;
}

table,td,th {
    text-align: center;
}

th {
    padding: 10px;
    text-transform: uppercase;
}

td {
    padding: 10px;
}

tfoot td {
    border: 0px;
}

th,tr:hover {
}

table {
    text-align: left;
    margin: 0 -1px 24px 0;
    width: 100%;
}

tr th,

thead th {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}

tr td {
    padding: 6px 24px;
}

tr.odd td {
}



/*========== POSITION ON THEME ==========*/

.contenttop-container .widget-title, .contentbottom-container .widget-title {}

.maintop-container .widget-title, .mainbottom-container .widget-title, .maintop-container .widget-title, #bottom-sidebar .widget-title,
#home-featurecontent .widget-title, #home-highlightcontent .widget-title{ 
	font-size:30px;
	text-align:center;
	margin:0 0 43px 0;
}

.widget-contenttop, .widget-contentbottom, .widget-maintop, .widget-mainbottom, .widget-homebottom,
.widget-feature, .widget-hbottom  {
    margin-bottom: 30px;
}

.widget-highlight{margin-bottom: 30px;}

.widget-contenttop > ul, .widget-contentbottom > ul, .widget-maintop > ul, .widget-mainbottom > ul {
    margin: 0px;
    list-style-type: none;
}

.widget-contenttop > ul li, .widget-contentbottom > ul li, .widget-maintop > ul li, .widget-mainbottom > ul li {
    margin: 0px;
    padding: 0px;
}
li.widget-container{ padding:0px;}
#home-featurecontent ul, #home-highlightcontent ul, #bottom-sidebar ul{margin:0px; padding:0px; list-style-type:none;}
#home-featurecontent > ul li, #home-highlightcontent > ul li, #bottom-sidebar > ul li {margin:0px; padding:0px; list-style-type:none;}

#home-featurecontent {
padding: 52px 0 10px;
}
#home-highlightcontent .highlight-wrap{ padding:82px 0 37px; margin:49px 0 92px 0;}


.widget-title {
    font-size: 20px;
    padding: 0 0 0 0px;
    margin-bottom: 15px;
    text-transform: none;

}

.home .panel-grid-cell .widget-title{
    font-size: 30px;
    margin: 0 0 43px;
    text-align: center;
}


#outerbottom {
    margin: 0;
    padding: 0 0 0px;
}



/*======= 5.2. WIDGET =======*/


/* Featured Pages Widgets */

li.widget-container.widget_klasik_features, #sidebar .klasik-features, #footersidebar .klasik-features {
    margin-bottom: -30px;
    width: 100%;
    float: left;
}

.klasik-features .item-container {
    margin-bottom: 10px;
    text-align: center;
}

.klasik-features .img-container {
    text-align: center;
}

.klasik-features .feature-img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

.klasik-features .img-container {}

.klasik-features .img-container img {
    margin: auto;
    float: none; 

}

.klasik-features .feature-title {
    font-size: 20px;
    margin-top: 13px;
    overflow: hidden;
    line-height: normal;
	font-weight:bolder;
	text-transform:uppercase;
}

.klasik-features .feature-text {
    clear: both;
    margin: 15px 0 20px;
}

.klasik-features .feature-link {
    clear: both;
    margin-top: 20px;
}

.klasik-features .alpha {
    clear: both;
}


#home-featurecontent .klasik-features .feature-title {
	font-family: 'Trebuchet MS', sans-serif;
    font-size: 15px;
    margin-top: 25px;
    overflow: hidden;
    line-height: 22px;
	font-weight: bolder;
	letter-spacing: 2px;
}

#home-featurecontent .klasik-features .feature-text {
    clear: both;
    margin: 18px 0 20px;
	line-height:28px;
}

/* Image Carousel */
.widget_klasik_pcarousel{padding-right:0px !important;  }
.flexslider-carousel{position:relative; margin:0 0px!important;}
.flexslider-carousel ul li{
	height:100%;
	float:left;
	display:block;
	list-style-type:none !important;
	padding:0px 0px !important;
	margin:0px !important;
	border:0px !important;
	background:none !important;
}
.flexslider-carousel .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider-carousel ul li a{
	display:block;
}
.flexslider-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}

.flexslider-carousel ul.flex-direction-nav li{ display:block; padding:0px;}
.flexslider-carousel ul.flex-direction-nav a{display:block; padding:0px; position:absolute; top:50%; margin-top:-23px !important; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; width:40px; height:40px; background-repeat:no-repeat; background-position:center; text-indent:-9999px;}

.flexslider-carousel ul.flex-direction-nav a{opacity:0;}
.flexslider-carousel .flex-direction-nav .flex-disabled{display:none;}
.flexslider-carousel:hover ul.flex-direction-nav a{opacity:1;}
.flexslider-carousel:hover .flex-direction-nav .flex-disabled{display:block;}
.flexslider-carousel ul.flex-direction-nav a.flex-prev{left:0px; background-position:center;}
.flexslider-carousel ul.flex-direction-nav a.flex-next{right:0px; background-position:center;}
.flexslider-carousel .flex-control-nav{margin:0px 15px;}
.flexslider-carousel .flex-control-nav li a{margin:0px 5px !important;}
.flexslider-carousel .flex-control-nav li{background-image:none !important; padding:0px !important; margin:0px !important; border:0px !important;}


/* Recent Posts Widgets */

li.widget-container.widget_klasik_recentposts, #sidebar .klasik-recentpost-widget, #footersidebar .klasik-recentpost-widget {
    margin-bottom: 0px;
    width: 100%;
    float: left;
}

.klasik-recentpost-widget .recent-item {
    padding-bottom: 17px;
    margin-bottom: 20px;
}

.klasik-recentpost-widget .recent-item .sep {
    clear: both;
}

.klasik-recentpost-widget .recent-thumb {
    float: left;
    width: auto;
    height: auto;
    margin: 0px 18px 0px 0px;
}

.klasik-recentpost-widget .recent-thumb img {
    border: 0px!important;
    display: block;
}

.klasik-recentpost-widget .recent-title {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    margin-bottom: 0px;
    overflow: hidden;
    line-height: normal;
}

.klasik-recentpost-widget .smalldate {
    display: block;
    font-size: 12px;
    margin-top: 5px;
	font-style:italic;
}

.klasik-recentpost-widget .recent-text {
    clear: both;
    margin-top: 14px;
}

.klasik-recentpost-widget .recent-link {
    clear: both;
    margin-top: 7px;
}





/* Advanced Posts Widgets */

li.widget-container.widget_klasik_advancedposts, #sidebar .klasik-advancedpost-widget, #footersidebar .klasik-advancedpost-widget {
    margin-bottom: -30px;
    width: 100%;
    float: left;
}

.klasik-advancedpost-widget .alpha {
    clear: both;
}

.klasik-advancedpost-widget .recent-item {
    padding-bottom: 0px;
    margin-bottom: 30px;
	position:relative;
}
.klasik-advancedpost-widget .content-wrap{ padding:23px 30px 26px; margin-top:-1px}
.klasik-advancedpost-widget .recent-item .sep {
    clear: both;
}

.klasik-advancedpost-widget .recent-thumb {
    margin: 0; position:relative;
}
.klasik-advancedpost-widget .recent-thumb .arrow{ width:18px; height:9px; position:absolute; z-index:20; bottom:0; left:50px}
.klasik-advancedpost-widget .recent-thumb img {
    display: block;
    margin: 0px;
    padding: 0px;
}

.klasik-advancedpost-widget .tpl2 .recent-thumb {
    float: none;
    margin-right: 0px;
}

.klasik-advancedpost-widget .tpl2 .recent-thumb img {
    width: auto;
    height: auto;
    margin: 0px 0px 0px 0px;
}

.klasik-advancedpost-widget .recent-title {
    font-size: 20px;
    line-height: normal;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}

.klasik-advancedpost-widget .tpl2 .recent-title {
    font-size: 20px;
	line-height: normal;
    margin: 0px;
}

.klasik-advancedpost-widget .smalldate {
    display: block;
	font-size:12px;
	margin: 9px 0px 0px 0px;
}

.klasik-advancedpost-widget .recent-text {
    clear: both;
    margin-top: 15px;
}

.klasik-advancedpost-widget .recent-link {
    clear: both;
    margin-top: 14px;
}



/* Action Widget */

li.widget-container.widget_klasik_action, #sidebar .klasik-action-widget, #footersidebar .klasik-action-widget {
    margin-bottom: -30px;
    width: 100%;
    float: left;
}

.klasik-action-widget {
    padding-bottom: 0px;
}

.klasik-action-widget .item-container {
    text-align: right;
	margin-bottom: 30px;
}

.klasik-action-widget .uppercase{ font-weight:normal; font-size:28px;}

.klasik-action-widget h1 {
    font-size: 24px;
    padding: 0 0 0px 0px;
    margin-bottom: 0px;
}

.klasik-action-widget h2 {
    font-size: 18px;
    margin-bottom: 0px;
}

.klasik-action-widget div {
    font-size: 12px;
    line-height: 22px;
}
.klasik-action-widget .action-text{ margin-right:53px;}
.klasik-action-widget .action-button {
    margin: 0px 0 0px 0;
	text-align:left;
}

.klasik-action-widget .action-button .button {
    border: 0px;
	text-align:center;
    display: inline-block;
    padding: 14px 0;
    width: 167px;
    margin: 0 4px 0px;
    font-size: 20px;
    font-weight: normal;
    line-height: 18px;
    background-image: none;
    text-transform: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#sidebar .klasik-action-widget .eight.columns,  #sidebar .klasik-action-widget .four.columns,
#footersidebar .klasik-action-widget .eight.columns, #footersidebar .klasik-action-widget .four.columns
{ width:100%;}

#sidebar .klasik-action-widget .action-button,
#footersidebar .klasik-action-widget .action-button{ margin-top:20px;}

#sidebar .klasik-action-widget .action-button .button,
#footersidebar .klasik-action-widget .action-button .button
{width: 120px;}


/* Team Widget */

li.widget-container.widget_klasik_team, #sidebar .klasik-team-widget, #footersidebar .klasik-team-widget {
    margin-bottom: -30px;
    width: 100%;
    float: left;
}

.klasik-team-widget .alpha {
    clear: both;
}

.klasik-team-widget .item-container {
    margin-bottom: 30px;
    padding: 0px;
}
.klasik-team-widget .team-image{ margin: 0px 0px 0px 0px;}
.klasik-team-widget .team-image img {	display:block}

.klasik-team-widget .team-title-wrap {
    padding: 21px 29px 30px 29px;
}

.klasik-team-widget .team-title {
    margin: 0 0 4px 0;
    font-size: 18px;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;

}

.klasik-team-widget .team-tag {
    font-size: 12px;
    margin-top: 0px;
	font-weight:400;
	font-style:italic;
}

.klasik-team-widget .team-text {
    padding: 8px 0 0px;
	margin-top:10px;
}



/* Tabs Widget */

.widget_klasik_tabs .tab-content ul li h3 {
    font-size: 13px;
    margin: 0;
    padding-top: 0px;
    line-height: 20px;
    text-transform: none;
    font-family: 'Droid Sans', sans-serif;
}

#sidebar .widget_klasik_tabs .tab-content ul li {
    margin: 0 0 12px 0;
    padding: 0 0 12px 0;
    list-style-type: none;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#footersidebar .widget_klasik_tabs .tab-content ul li {
    background: none;
    padding: 0 0 12px 0;
    margin: 0 0 12px 0;
}



/* Testimonial Widget */

li.widget-container.widget_klasik_testimonial, #sidebar .klasik-testimonial-widget, #footersidebar .klasik-testimonial-widget {
    margin-bottom: -45px;
    width: 100%;
    float: left;
}

.klasik-testimonial-widget .alpha {
    clear: both;
}

.klasik-testimonial-widget .titem {
    margin-bottom: 45px;
    position: relative;
}

.klasik-testimonial-widget blockquote {
    margin: 0px;
}


.klasik-testimonial-widget .testi-title {
    font-size: 16px;
	font-weight:normal;
	font-style:normal;
    padding: 15px 0 15px 0px;
    margin: 0px 0 0;
}

.klasik-testimonial-widget .testi-thumb{ position:relative; text-align:center;}
.klasik-testimonial-widget .testi-thumb img {
    margin: 0px 0px 0 0;
	border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%;
	width:auto;
	height:auto;
	float:none;
}

.klasik-testimonial-widget .testi-quote:before {
    display: none;
}

.klasik-testimonial-widget .testi-quote {
    clear: none;
    font-size: 16px;
    font-style: normal;
	font-style:italic;
    line-height: 28px;
    margin: 0 0 0px 0px;
    padding: 16px 0px 0px 0px;
    position: relative;
    text-align:center;
}

.testi-tag:before{ content:',';}


#sidebar .klasik-testimonial-widget .testi-item-container,
#footersidebar .klasik-testimonial-widget .testi-item-container {
    padding-bottom: 15px;
}

#sidebar .klasik-testimonial-widget .testi-img,
#footersidebar .klasik-testimonial-widget .testi-img {
    margin: 0px 10px 0px 0px;
    margin: 0 auto;
    float: none;
}

#sidebar .klasik-testimonial-widget .testi-quote,
#footersidebar .klasik-testimonial-widget .testi-quote {
    overflow: inherit;
    margin-top: 15px;
}




/* Portfolio Navigation */

.filterlist {
    margin: 0 0 0px 0;
    font-size: 13px;
	line-height: 13px;
    border: 0px;
}

#filter {
    list-style-type: none;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    display: block;

}

#filter li {
    list-style-type: none;
    display: inline-block;
    padding: 0px 2px;
	margin-bottom:5px;
}

#filter li.first {}

#filter li a, #filter li a:visited {
    padding: 11px 16px 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: normal;
	display: block;
}



/* Portfolio Item */

li.widget-container.widget_klasik_pfilter, #sidebar .klasik-portfolio, #footersidebar .klasik-portfolio {
    margin-bottom: -30px;
    width: 100%;
    float: left;
}

.klasik-portfolio .item {
    margin-bottom: 30px;
}

#klasik-pf-filterable {
    position: relative;
    overflow: hidden;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#klasik-pf-filterable li {
    position: relative;
}

.klasik-clear {
    clear: both;
    height: 1px !important;
    line-height: 1px !important;
    float: none!important;
}

.klasik-pf-text {
    padding: 17px 20px 27px 20px;
	margin-top:-1px;
	text-align:center;
}

.klasik-pf-text .pftitle {
    font-size: 16px;
    line-height: normal;
    
}

.klasik-pf-text .textcontainer {
    margin-top: 9px;
}

.klasik-pf-img {
    overflow: inherit;
	position: relative;
	
}

.klasik-pf-img .arrow{width:18px; height:9px; position:absolute; z-index:20; bottom:0; left:47.5%}

.klasik-pf-img img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	position: relative;
}

.klasik-pf-img :hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.klasik-pf-img .thumbcontainer{ 
	padding:0px; position: relative;
	overflow:hidden;
}
.pfzoom, .pflink, .pfdetail {
    display: block;
    position: relative;
    overflow: inherit;
}

.klasik-pf-img .action {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
	height: 40px;
	width: 40px;
	position: absolute;
	right: -100px;
	text-align: center;
	top: -100px;
	z-index:40;
}
.klasik-pf-img .icon-zoom {

	width:100%; 
	height:100%;
	display:block;
    position:absolute;
	z-index:10;
	display:none;
	cursor:pointer;

}

.klasik-pf-img:hover .action{
	right: 0;
	top: 0;
}



/* 6. SIDEBAR 
-------------------------------------------------------------------*/

#sidebar.positionleft {
    float: left;
}

#sidebar.positionright {
    float: right;
}

#sidebar.positionright div.widget-area {
    padding-left: 0px;
}

#sidebar.positionleft div.widget-area {
    padding-right: 0px;
}

#sidebar .widget-title {
    font-size: 24px;
    padding: 0 0 0 0;
    margin-top: 60px;
    text-align: left;
	font-weight:normal;    

}

#sidebar ul {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sidebar .widget-container {
    margin-bottom: 0;
    padding: 0px 0 0px 0;
}

#sidebar li.widget-container > ul {
    padding-top: 5px;
}

#sidebar li li {
    list-style-type: none;
    margin: 0 0 8px 0;
    padding: 0 0 9px 0px;
}

#sidebar .ergebnisse {
    list-style: url(images/arrow.png);
    margin: 0 0 8px 0;
    padding: 0 0 9px 40px;
}


#sidebar li li a {
}

#sidebar li li a:hover, #sidebar li li a.active {
    text-decoration: none;
}

#sidebar ul.sub-menu, #sidebar ul.children, #sidebar ul ul ul {
    margin: 0 0 0 0px;
}

#sidebar ul.sub-menu a {
    padding: 0 0 0 10px;
}

#sidebar ul.sub-menu ul.sub-menu a {
    padding: 0 0 0 20px;
}

#sidebar ul.sub-menu ul.sub-menu ul.sub-menu a {
    padding: 0 0 0 30px;
}

#sidebar ul.children a {
    padding: 0 0 0 10px;
}

#sidebar ul.children ul.children a {
    padding: 0 0 0 15px;
}

#sidebar ul.children ul.children a {
    padding: 0 0 0 20px;
}

#sidebar ul.sub-menu li {
    margin-top: 8px;
    padding-top: 9px;
}

#sidebar ul.children li {
    margin-top: 8px;
    padding-top: 9px;
}




/* 7. FOOTER SIDEBAR 
-------------------------------------------------------------------*/

#outerfootersidebar {
    padding: 0px 0 40px 0; 
	margin:100px 0 0 0;
}
#footersidebarcontainer{ margin-top:-12px}
#footersidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footersidebar li.widget-container {
    list-style-type: none;
    margin: 0 0 40px 0;
    padding: 0px 0px 0px 0px;
}

#footersidebar .widget-title {
font-size: 16px;
line-height: 32px;
padding: 0 0 0 0px;
margin-bottom: 23px;
font-weight: lighter;
letter-spacing: 2px;
text-transform: uppercase;
border-bottom: 1px solid #6d8b9a;
}
#footersidebar li li:first-child{ margin:0px; padding:0px;}
#footersidebar li li {
    list-style-type: none;
    margin: 8px 0 0px 0;
    padding: 9px 0 0px 0px;
}

#footersidebar li li:last-child{ padding-bottom:9px;}
#footersidebar li li li:last-child{ padding-bottom:0px;}

#footersidebar li a:hover {
    text-decoration: none;
}

#footersidebar ul.sub-menu, #footersidebar ul.children, #footersidebar ul ul ul {
    margin: 0 0 0 0px;
}

#footersidebar ul.sub-menu a {
    padding: 0 0 0 10px;
}

#footersidebar ul.sub-menu ul.sub-menu a {
    padding: 0 0 0 20px;
}

#footersidebar ul.sub-menu ul.sub-menu ul.sub-menu a {
    padding: 0 0 0 30px;
}

#footersidebar ul.children a {
    padding: 0 0 0 10px;
}

#footersidebar ul.children ul.children a {
    padding: 0 0 0 15px;
}

#footersidebar ul.children ul.children a {
    padding: 0 0 0 20px;
}

#footersidebar ul.sub-menu li {
    margin-top: 5px;
    padding-top: 5px;
}

#footersidebar ul.children li {
    margin-top: 5px;
    padding-top: 5px;
}

#footersidebar .contact h3{ font-size:22px;}

#toTop{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
	width: 55px;
    height: 55px;
	display:block;
    margin: 0px auto 0;
    position: relative;
	top:-43px;
    text-align: center;
    text-indent: -9999em;
}



/* 8. FOOTER 
-------------------------------------------------------------------*/

#footer {
    padding: 25px 0px 25px;
}
.copyrighttext {
    margin: 0px;
}
#footer {
    font-size: 12px;
}
#footer-logoimg{ float:left; margin-right:28px}
#footer-logoimg img{ width:96px; height:21px}



/* 9. PLUGIN
-------------------------------------------------------------- */


/* WP-PageNavi  Plugin  */

.wp-pagenavi {
    padding: 0;
    font-size: 13px;
    margin: 0 0 35px 0;
    clear: both;
}

.wp-pagenavi .pages {
    padding: 7px 10px;
    border: 0px;
    margin: 0 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.wp-pagenavi a, div.wp-pagenavi a:visited {
    padding: 7px 10px;
    margin: 0 2px;
    border: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.wp-pagenavi span.current {
    padding: 7px 10px;
    margin: 0 2px;
    border: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: 0px!important;
}



/* Contact Form  */

.wpcf7 p {
    margin-bottom: 10px;
}

.wpcf7 label {
    display: inline-block; float:left; width:180px;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"] {
    margin: 4px 0px 0px 0px;
    padding: 10px 10px;
    width: 40%;
}

.wpcf7 textarea {
    margin: 4px 0px 0px 0px;
    padding: 10px 10px;
    width: 70%;
}

.wpcf7-submit {
	font-size:20px!important;
	line-height:20px!important;
    margin: 8px 0 0 180px;
    padding: 15px 34px 15px 34px!important;
}



/* RSVP */

#rsvpform {
    margin: 0 auto;
    position: relative;
}

#rsvpform label {
    display: inline-block;
    width: 18%;
    padding-top: 7px;
    vertical-align: top;
}

#rsvpform label#msg_label {
    display: block;
    padding-bottom: 9px;
    margin-bottom: 0px;
}

span.error {
    color: red;
    text-align: left;
    font-size: 11px;
    padding-bottom: 15px;
    display: block;
}

.wpcf7 #rsvpform  input[type="text"], .wpcf7 #rsvpform  input[type="email"] {
    margin-bottom: 20px;
    vertical-align: middle;
    height: 20px;
    margin-left: 2px;
    width: 40%;
    padding: 7px 7px;
}

.wpcf7 #rsvpform .no-attending input[type="text"], .wpcf7 #rsvpform .your-subject input[type="text"] {
    width: 4%;
    height: 30px;
}

#rsvpform input#attending {
    height: 30px;
    margin-left: 2px;
}

#rsvpform input#persons {
    height: 30px;
}

#rsvpform textarea {
    width: 70%;
    padding: 7px 7px;
    margin: 0px;
}

#rsvpform .button {
    cursor: pointer;
    margin-top: 15px;
    margin-left: -3px;
    padding: 12px 28px 12px 28px!important;
    line-height: normal;
}

/* Flickr Plugin  */

#flickr {
    text-align: left !important;
    padding: 0;
}

div#flickr div.flicr_badge_image:nth-child(3) img, #flickr div.flicr_badge_image:nth-child(6) img {
    margin-right: 0px!important;
}

div#flickr img {
    margin: 0 6px 0px 0;
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    padding: 0px !important;
}

#flickr img {
    border: 0px !important;
}

* html .flickr_badge_image, *+html .flickr_badge_image {
    display: inline !important;
}

.flickr_badge_image:hover {
}


/* Social Icons Widget */
.social-container {
    float: right;
}

.social-container ul {
    margin: 0px;
    list-style: none;
}

.social-container ul > li {
    margin: 0px;
    padding: 0px;
}

#footersidebar .simple-social-icons ul li {
    margin: 0 0px 0px 5px!important;
}

