2/*  
Theme Name: Destination
Theme URI: http://demowordpress.templatesquare.com/destination/
Description: Destination is WordPress theme designed for travel agency, travel blog, tour and vacation sites. 
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;
}

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", Helvetica, sans-serif;
    font-size: 12px;
	font-weight: 400;
    line-height: 19px;
}


/* 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: 25px;}
h4, h5, h6 { margin-bottom: 16px;}
h1 {font-size: 28px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
    line-height: normal;
    font-family: 'Lato', sans-serif;

}

.pagetitle {
    font-size: 24px;
	font-weight:400;
	margin-bottom:40px;
	text-transform:none;
    line-height: normal;
	display:block;
}

.pagedesc{
    font-size: 16px;
	font-weight:400;
	line-height: normal;
}



/* 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: 22px;
}

ul {
    list-style: disc;
    margin: 0 0 5px 1.5em;
}

ul li, ol li {
    padding-bottom: 10px;
}

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: normal;
}

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: '';
    position: absolute;
    top: -5px;
    left: 14px;
    font-size: 4.5em;
    line-height: 1;
    margin: 0;
    vertical-align: 0em;
}

blockquote {
    quotes: "\201C" "\201C" "\201C" "\201C";
    clear: both;
    margin: 0 0px 20px 30px;
    padding: 0px 0px 0 30px;
    font-size: 18px;
    line-height: 30px;
}

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: 'Lato', sans-serif;
    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 #headercontainer{ 
	position:absolute; 
	width:100%; 
	margin:0 auto; 
	z-index: 200;
}

#top {
    padding: 0 0px 0;
	height:139px;
    position: relative;
    z-index: 200;
}

#logo {
    float: left;
    position: relative;
    z-index: 200;
    padding-left: 15px;
    margin-top: 44px;
}

#logoimg a, #logoimg img {
    display: block;
}

#logo h1 {
    line-height: normal;
    margin-bottom: 0px;
    font-size: 40px;
    font-family: 'Lato', sans-serif;
	font-weight:normal;

}

#logo h1 a {
    line-height: normal;
}



/*======= 3.1. Navigation =======*/

#navigation {
    position: relative;
    z-index: 200;
    margin: 0;
    padding: 0px 15px 0px 0;
    float: right;
}



/* Nav Menu */

#topnav {
    margin: 0;
    list-style-type: none;
    overflow: visible;
    position: relative;
    padding: 0;
    float: right;

}

.sf-menu > li a {
    text-decoration: none;
    display: block;
    position: relative;
    padding: 54px 14px 25px 14px;
	margin-right:1px;
    text-transform: none;
}

.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: 18px;
	font-family: 'Lato', sans-serif;
	font-weight:500;
}

.sf-menu {
    line-height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    float: left;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 12em; /* 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: 5.6em;
    z-index: 99;
    padding: 0px 0px 0px 0px;
}


ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
	padding:0px;
	margin-top:4px
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 12em;
    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: 12em;
    top: -1px;
}


.sf-menu ul li a {
    padding: 9px 10px 9px 20px!important;
	margin:0px;
    font-size: 13px;
	text-transform:none
}

.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: 30px;
    line-height: 12px;
    font-family: 'Lato', sans-serif;
	font-weight:200;

}

#slider .camera_caption {
    bottom: 308px;
    top: auto;
}

#slider .camera_caption > div {
    padding: 0px 0px 0px;
    text-align: center;
	
}
#slider .camera_wrap{ float:none}

#slider  .camera_prev {
	left: 19.5%;
}
#slider .camera_prev > span {
	background: url(images/camera-skins-prev.png) no-repeat 0 0;
	display: block;
	height: 55px;
	width: 55px;
}
#slider .camera_next {
	right: 19.5%;
}
#slider .camera_next > span {
	background: url(images/camera-skins-next.png) no-repeat 0 0;
	display: block;
	height: 55px;
	width: 55px;
}

#slider .camera_prev, .camera_next, .camera_commands {
	cursor: pointer;
	height: 55px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	width: 55px;
	z-index: 2;
}


/* 4. AFTERHEADER
-------------------------------------------------------------------*/

#outerafterheader {
    text-align: center;
}

#afterheader {
    position: relative;
    margin:76px 0 0;
	min-height:170px;
 	text-align: center;
}



/* 5. CONTENT
-------------------------------------------------------------------*/

#outermain {  padding: 100px 0 100px 0;}
.home #outermain{ padding:60px 0 50px}
#outermain .container {}
#maincontent {}
#maincontent .main { padding-bottom: 30px;}
#maincontent .main.nocontent { padding-bottom: 0px;}
#content.positionright { float: right;}
#content.positionleft { float: left;}
#content.positionleft .main { padding-right: 0px;}
#content.positionright .main { padding-left: 0px;}
.indentleft {overflow: hidden;}
.center {text-align: center;}
.nomargin {margin: 0px!important;}
.displayblock { display: block;}
.uppercase{ text-transform:uppercase;}


/* 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;
}

ul.contact {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.contact li {
    padding: 0 0 0 32px!important;
    margin: 0 0 10px 0!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;
}

.more, .button, .button:visited, input[type="submit"],input[type="reset"], input[type="button"], button {
    padding: 16px 28px 16px 28px;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
	font-weight:normal;
	text-transform:none;
	display:inline-block;;
}

.more:hover, .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 {}




/* 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;
}

/* Tables */

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 18px;
}

table,td,th {
    text-align: center;
}

th {
    padding: 10px;
    text-transform: none;
}

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 {
}


/*======= 5.1. BLOG =======*/

.sticky .posttitle{ padding-left:30px}

.post {
    margin:0 0 40px 0;
	padding:0 0 30px;
}

#singlepost .post {
    margin:0 0 0px 0;
    padding: 0px;
	border:0px;
}


.postimg {
    margin-bottom: 21px;
	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: 0 0 4px 0;
	text-transform:none;
    word-wrap: break-word;
}

.posttitle, .posttitle a {
    font-size: 24px;
}

.posttitle a:hover {
    text-decoration: none;
}


.com-link a, .com-reply a {
    text-decoration: none;
}
.entry-utility {
    font-size: 12px;
    margin: 0px 0px 14px 0px;
    padding: 0px 0px 0px 0px;
	font-weight:normal;
}


.entry-utility div {
    display: inline-block;
    line-height: 100%;
}

.entry-utility .text-sep { margin:0 9px;}

.last .entry-content {
    margin-bottom: 15px;
}

.entry-content {
    padding: 0 0 0px 0;
    word-wrap: break-word;
}

#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;
}

.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, .format-video .mediacontainer{
    margin-bottom: 20px;
}



.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;
    margin: 0px;
    padding: 0;
    osition: relative;
    border: 0px;
    background: none;
}


.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: 16px;
    margin: 10px 0 0px;
    padding-left: 14px;
    position: relative;
}


.entry-quote .info:before {
    content: "\223C";
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 16px;
}

.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 {
    padding-top: 26px;
}

.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: 20px 0 0px;
    -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: 40px;
    position: relative;
    padding: 30px 0px 12px 0px;
}

#entry-author-info .author-title{ display:none;}

#entry-author-info #author-avatar {
    margin: 0 0 0 0;
    position: absolute;
    top: 30px;
    left: 0px;
}

#entry-author-info #author-avatar img{ width:62px; height:62px;}

.avatar {
    display: block;
    padding: 0px;
}

#entry-author-info #author-description {
    margin: 0px 0px 10px 82px;
    vertical-align: top;
}

#entry-author-info #author-description  h2 {
    font-size: 18px;
	text-transform:none;
    margin-bottom: 5px;
}

#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: 10px;
    margin: 0 auto 10px ;
    clear: both;
    text-align: center;

}

.single #nav-below{ margin:30px 0 50px; padding:30px 0 0}

#nav-below .meta-nav{ display:none}
.navigation {
    line-height: 20px;
}

.navigation a:link,
.navigation a:visited {
    text-decoration: none;
}

.navigation a:active,
.navigation a:hover {
}

.nav-previous {
	float: left;
	margin-left:43.2%;
}
.nav-next {
	float: right;
	text-align: right;
	margin-right:43.2%;
}
.nav-previous, .nav-next {

}
.nav-previous a, .nav-next a{
	font-size:0.1em;
	padding:0px 0;
	text-indent:-9999em;
	width:35px;
	height:35px;
	display:block;
}
#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 {}

.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: 0 0 0 0;
    margin-bottom: 30px;
}

.commentlist .comment-author {
    float: left;
    margin-top: 0px;
    padding: 3px;
}

.commentlist .comment-author .avatar{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.commentlist .comment-body {
    width: auto;
    margin-bottom: 0px !important;
    margin-left: 103px;
	padding:30px 20px 20px 20px;
	position:relative;
}

.comment-body .arrow{ 
	position:absolute; 
	left:-12px;
	top:20px;
	width:12px;
	height:17px;
	
}

.commenttext {
    margin: 0 0 0 0;
    padding: 7px 85px 0 0;
}

.commentlist .comment-body p {
    margin-bottom: 10px !important;
}

.commentlist ul.children .comment-author {
}

.commentlist ul.children .comment-body {
}

*+html .commentlist .comment-body {
    margin-top: 0;
}

.comment-body .fn {
    font-size: 18px;
    word-spacing: 2px;
}

.comment-body .time {
    font-size: 12px;
    padding: 0 5px 0 0;
	display:inline-block;
	float:right;
}

.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;

}

.com-link:before {
    content: "";
    padding: 0 3px 0 0;
}

.com-reply:before {
    content: "";
    padding: 0 3px 0 0;
}

.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;
}



/*======= 5.2. WIDGET =======*/

/*== POSITION ON THEME ==*/

.contenttop-container .widget-title, .contentbottom-container .widget-title {}

#home-highlightcontent .widget-title{ 
	font-size:26px;
	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{ position:relative;}
#home-highlightcontent .highlight-wrap{ 
	padding:89px 0 47px; 
	margin:70px 0 0px 0;
}

.widget-title {
    font-size: 21px;
    padding: 0 0 0 0px;
	margin-bottom: 10px;
    text-transform:uppercase;
	font-weight: 500;
	

}

#outerbottom {
    margin: 0;
    padding: 40px 0 9px 0;
}



/*== Home Feature ==*/

#home-featurecontent .features-carousel{ position:relative; margin-top:-140px;}

#home-featurecontent .features-carousel .item-container {
	margin-bottom:45px;
    text-align: center;
}

#home-featurecontent .features-carousel .img-container {
    text-align: center;
}
#home-featurecontent .features-carousel .feature-img{ padding-top:48px;}
#home-featurecontent .features-carousel .feature-img img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

#home-featurecontent .features-carousel .feature-wrap{ margin-top:-103px; padding-top:80px}
#home-featurecontent .features-carousel .feature-title {
    font-size: 20px;
    margin: 20px 0 0;
    overflow: hidden;
    line-height: normal;
	text-transform:none;
}


#home-featurecontent .features-carousel .feature-text {
    clear: both;
    margin: 13px 30px 28px;
	line-height:28px;
	text-align:center;
}

#home-featurecontent .features-carousel .feature-link {
    clear: both;
    margin-top: 20px;
}

#home-featurecontent .features-carousel .alpha {
    clear: both;
}


.features-carousel .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.features-carousel ul li{
	height:100%;
	float:left;
	display:block;
	list-style-type:none !important;
	padding:0px 0px !important;
	margin:0px 0px !important;
	border:0px !important;
	background:none !important;
}

.features-carousel ul li a{
	display:inline-block;
}
.features-carousel ul li a img{
	display:block;
	border:none;

}


.features-carousel ul.flex-direction-nav li{ display:inline-block; padding:0px;}
.features-carousel ul.flex-direction-nav a{
	display:inline-block; padding:0px; position:absolute;  top:auto; bottom:0; margin-top:0px !important; 
	border-radius:0; -moz-border-radius:0; -webkit-border-radius:0; width:35px; height:35px; 
	background-repeat:no-repeat; background-position:center; text-indent:-9999px;
}

.features-carousel ul.flex-direction-nav a{opacity:1;}
.features-carousel .flex-direction-nav .flex-disabled{}
.features-carousel:hover ul.flex-direction-nav a{opacity:1;}
.features-carousel:hover .flex-direction-nav .flex-disabled{display:block;}
.features-carousel ul.flex-direction-nav a.flex-prev{left:45.6%; background-position:center;}
.features-carousel ul.flex-direction-nav a.flex-next{right:45.6%; background-position:center;}
.features-carousel .flex-control-nav{margin:0px 15px;}
.features-carousel .flex-control-nav li a{margin:0px 5px !important;}
.features-carousel .flex-control-nav li{background-image:none !important; padding:0px !important; margin:0px !important; border:0px !important;}


/*== Featured Pages Widgets ==*/

li.widget-container.widget_klasik_features, #sidebar .klasik-features, #footersidebar .klasik-features {
    margin-bottom: -30px;
    width: 100%;
    float: left;
}

.panel-grid-cell .panel.widget_klasik-features-widget:last-child {
    margin-bottom: -30px!important;
    width: 100%;
    float: left;
}


.klasik-features .item-container {
    margin-bottom: 30px;
    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: 101px;
    height: 101px;
    margin: 0 auto;
}

.klasik-features .img-container {}

.klasik-features .img-container img {
    margin: auto;
    float: none;

}

.klasik-features .feature-title {
    font-size: 30px;
    margin-top: 20px;
    overflow: hidden;
    line-height: normal;
	font-weight:normal;

}

.klasik-features .feature-text {
    clear: both;
    margin: 19px 40px 20px;
}

.klasik-features .feature-link {
    clear: both;
    margin-top: 20px;
}

.klasik-features .alpha {
    clear: both;
}


/*== 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;
}

.panel-grid-cell .panel.widget_klasik-arecentpost-widget:last-child {
    margin-bottom: -30px!important;
    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: 5px 18px 0px 0px;
}

.klasik-recentpost-widget .recent-thumb img {
    border: 0px!important;
    display: block;
}

.klasik-recentpost-widget .recent-title {
    font-size: 16px;
	line-height:20px;
    margin-bottom: 0px;
    overflow: hidden;

}

.klasik-recentpost-widget .smalldate {
    display: block;
    font-size: 13px;
    margin-top: 3px;

}

.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;
}

.panel-grid-cell .panel.widget_klasik-advancedposts-widget:last-child {
    margin-bottom: -30px!important;
    width: 100%;
    float: left;
}

.home .panel-grid-cell .panel.widget_klasik-advancedposts-widget .widget-title{ font-size:20px; margin-bottom:36px; text-transform:none}

.klasik-advancedpost-widget .alpha {
    clear: both;
}

.klasik-advancedpost-widget .recent-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
	position:relative;
}

.klasik-advancedpost-widget .advanced-date-wrap{ 
	float:left; 
	padding:20px 0 9px 0;
	margin:7px 38px 0 0;
	width:82px;
	text-align:center;
	font-size:13px;
	font-family: 'lato', sans-serif;
	font-weight:normal;
	position:relative;
}
.klasik-advancedpost-widget .advanced-date-wrap .arrow{ position:absolute; width:12px; height:17px; top:15px; right:-12px}
.klasik-advancedpost-widget .advanced-date-wrap .date{ font-size:48px; margin-bottom:5px;}
.klasik-advancedpost-widget .advanced-content-wrap{ overflow:hidden}

.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: 26px;
    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: 8px;
	font-size:14px;
	line-height:22px;
}

.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;
}

.panel-grid-cell .panel.widget_klasik-action-widget:last-child {
    margin-bottom: -30px!important;
    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 {

}
.klasik-action-widget .action-text{ text-align:center }
.klasik-action-widget .action-button {
    margin: 0 0;
	text-align:center;
}

.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: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}

#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;
}

.panel-grid-cell .panel.widget_klasik-team-widget:last-child {
    margin-bottom: -30px!important;
    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: 34px 29px 30px 29px;
	margin-top:-1px;
}

.klasik-team-widget .team-title {
    margin: 0 0 0px 0;
    font-size: 18px;
    line-height: normal;
	text-align:center;
}

.klasik-team-widget .team-tag {
    font-size: 12px;
    margin-top: 0px;
	text-align:center;
}

.klasik-team-widget .team-text {
	margin-top:13px;
}



/*== 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: 'lato', 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: -60px;
    width: 100%;
    float: left;
}

.panel-grid-cell .panel.widget_klasik-testimonial-widget:last-child {
    margin-bottom: -60px!important;
    width: 100%;
    float: left;
}

.klasik-testimonial-widget .alpha {
    clear: both;
}

.klasik-testimonial-widget .titem {
    margin-bottom: 60px;
    position: relative;
}

.klasik-testimonial-widget blockquote {
    margin: 0px;
}


.klasik-testimonial-widget .testi-title {
    font-size: 18px;
    font-weight:normal;
    font-family: 'lato', sans-serif;
	font-style:normal;
    padding: 15px 0 13px 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  ===*/

/* Portfolio Navigation */

.filterlist {
    margin: 0 0 24px 0;
    font-size: 14px;
	line-height: 16px;
    border: 0px;
}

#filter {
    list-style-type: none;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    display: block;
	text-align:center;
}

#filter li {
    list-style-type: none;
    display: inline-block;
    padding: 0px 2px;
	margin:0 3px 10px;
}

#filter li.first {}

#filter li a, #filter li a:visited {
    padding: 14px 16px 14px;
	display: block;
    font-weight:normal;
    font-family: 'Lato', sans-serif;
}



/* Portfolio Item */

li.widget-container.widget_klasik_pfilter, #sidebar .klasik-portfolio, #footersidebar .klasik-portfolio {
    margin-bottom: -30px;
    width: 100%;
    float: left;
}

.panel-grid-cell .panel.widget_klasik-theme-pfilter-widget:last-child {
    margin-bottom: -30px!important;
    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: 8px 20px 9px 20px;
	text-align:center;
}

.klasik-pf-text .pftitle {
    font-size: 18px;
    line-height: normal;
	font-weight:500;
    text-transform:none;
	padding:0px;
}

.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: 20px;
}

#sidebar.positionleft div.widget-area {
    padding-right: 20px;
}

#sidebar .widget-title {
    font-size: 24px;
    padding: 0 0 0 0;
    margin-bottom: 15px;
    text-align: left;
	text-transform:none;
}

#sidebar ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

#sidebar .widget-container {
    margin-bottom: 0;
    padding: 0px 0 50px 0;
	font-family: 'Lato', sans-serif;
	font-weight:normal;
}


#sidebar li li {
    list-style-type: none;
    margin: 0 0 8px 0;
    padding: 0 0 9px 0px;
	font-size:14px;
}

#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;
}



/* 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;
}






/* 7. FOOTER SIDEBAR 
-------------------------------------------------------------------*/


#outerfootersidebar {
    padding: 65px 0 34px 0; 
	margin:0 0 0 0;
}

#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: 20px;
	text-transform:uppercase;
    padding: 0 0 0 0px;
    margin-bottom: 33px;
}


#footersidebar li li {
    list-style-type: none;
    margin: 0 0 0px 0;
    padding: 0 0 0px 0px;
	font-weight:normal;
	font-size:14px;
}

#footersidebar li li:last-child{ padding-bottom:0px;}
#footersidebar li li li:last-child{ padding-bottom:0px; margin-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:first-child {
    margin-top: 0px;
    padding-top: 0px;
}

#footersidebar ul.children li:first-child {
    margin-top: 0px;
    padding-top: 0px;
}





/* 8. FOOTER 
-------------------------------------------------------------------*/

#outerfooter {}
#footer {
    padding: 14px 0px 14px;
}
.copyrighttext {
    margin: 0px;
}
#footer {
    font-size: 14px;
}




/* 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;
}


/* Flickr Plugin  */

#flickr {
    text-align: left !important;
    padding: 5px 0 0 0;
}

#flickr div.flickr_badge_image:nth-child(4) img, 
#flickr div.flickr_badge_image:nth-child(8) img {
    margin-right: 0px!important;
}

div#flickr img {
    margin: 0 10px 2px 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 10px 0px 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;
}


/* NewsLetter Form  */
.newsletter h3{ padding:0 0 0 53px; margin:8px 0 0 0; float:right; display:inline-block; text-transform:uppercase;}
.newsletter input[type="text"], 
.newsletter input[type="email"], 
.newsletter input[type="password"] {
    margin: 0px 0px 0px 15px!important;
    padding: 17px 15px;
    width: 53%;
	vertical-align:top;
}

.newsletter .wpcf7-submit {
	font-size:20px!important;
	line-height:20px!important;
    margin: 0px 0 0 7px;
    padding: 15px 34px 15px 34px!important;
	vertical-align:top;
}

.wpcf7-form.invalid .newsletter span.wpcf7-form-control-wrap{width: 53%!important;}
.wpcf7-form.invalid .newsletter input[type="email"] {width: 86%!important;}
.wpcf7-form.invalid .newsletter span.wpcf7-not-valid-tip{ display:inline-block; margin-left:15px; }

