/*  
Theme Name: Imperial Hotel
Theme URI: http://www.klasikthemes.com/
Description: Imperial Hotel is modern wordpress theme suitable for hotel websites. 
Version: 1.1.5
Author: klasikthemes
Author URI: http://www.klasikthemes.com/
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
*/

#gtranslate_wrapper {
	margin-top: 15px;
}


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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, 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;
 }
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! */
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 auto;
	padding:0;
	line-height:20px;
}


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

/* float align */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 4px;
}
.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:0px;
}


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

/* heading */
h1, h2 {margin-bottom:10px;}
h3, h4, h5, h6{margin-bottom:10px;}
h1	{font-size:26px;}
h2	{font-size:18px;}
h3	{font-size:16px;}
h4	{font-size:14px;}
h5	{font-size:12px;}
h6	{font-size:10px;}
h1, h2, h3, h4, h5, h6, .pagedesc,
.slider-text,
.button, .button:visited, input[type="submit"], button, .more-link,
.wp-pagenavi, blockquote, .fn, price
{ font-weight:normal; line-height:normal; font-family: 'Amethysta', serif; }

.promotion h4, #topnav
{/*font-family: 'Homemade Apple', cursive;*/}

.pagetitle{ margin-bottom:5px; text-transform:uppercase; }
.pagetitle.nodesc{padding:5px 0 0 0;}
.pagedesc{ font-size:14px; margin-bottom:0;  padding:4px 0 0 0; display:block}

.titleRegular{font-weight:400}
.titleBold{font-weight:700}
.titleUppercase{text-transform:uppercase}
.italic{font-style:italic}
.titleSection{margin-bottom:20px; font-size:14px; text-transform:uppercase}


/* 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;
}

p {
	margin-bottom:20px;
	font-size:12px;
}

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: 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 {
    background-image: url("images/quote.png");
    background-position: 30px 15px;
    background-repeat: no-repeat;
    clear: both;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 20px 0;
    padding: 20px 10px 20px 70px;
	border:1px solid #e5e5e5;
	border-width:1px 0px 1px 0px;
	color:#332530;
}
blockquote p{font-size: 18px; margin-bottom:0px;}	

blockquote.left, blockquote.right  {
	float:right;
	width:55%;
	font-size:14px; 
	line-height:20px;
	background: url(images/quote2.png) no-repeat;
	background-position: 15px 18px;
	padding: 22px 10px 22px 50px!important;
	margin-top:10px;
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}

	
blockquote p{ margin:0px;}
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;
}
.gone{display:none;}



/* CONTAINER
-------------------------------------------------------------- */
#bodychild{
	width:100%;
	margin:0;

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

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


#outertitle {
    padding: 48px 0 24px;
    text-align: center;
}
#outertitle.feat{
	padding-bottom:80px;
}

#bg-image{ overflow:hidden}
#bg-image img{ width:2000px; max-width: none; display:block;}


/* HEADER & MENU
-------------------------------------------------------------- */
#outerlogo{ z-index:3; position:absolute;}
#logo{ position:relative; text-align:center; padding:18px 0 0px; margin-bottom:25px;}
#logo h1{ font-size:25px; text-transform:uppercase; margin-bottom:0px; margin-top:10px; }
#logo .desc{ font-style:italic; font-size:13px; padding-bottom:0; display:block;}


/* Menu */
#navigation{position:relative; z-index:900; margin:0 auto; padding:15px 0 15px 0; text-align:center;}

/* Nav Menu */
#topnav{
	margin:0;
	list-style-type:none;
	overflow:visible;
	position:relative;
}

.sf-menu a {
	text-decoration:none;
	display:		block;
	position:		relative;
	padding: 		0;
	word-spacing:2px;
}


.sf-menu > li {
    position: relative;
    z-index: 10;
	padding:0 10px 0 20px
}

/* Drop down menu */
.sf-menu ul a:hover {}
.sf-menu li li {
	text-align:left;
	margin:0;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size:15px;
	
}
.sf-menu {
	line-height:100%;
	position:absolute;
	
}
.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 {
	display:inline-block;
	position:		relative;
	margin:0;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-1.9em;
	top:			2.6em; /* match top ul list item height */
	z-index:		99;
	padding:0 15px;
	line-height:25px;
	
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;

}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			-1px;
	margin-left:	15px;
}
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; /* match ul width */
	top:			-1px;
	
}
.sf-menu ul li a{
	padding:12px 0px!important;
	font-size:13px!important;
	text-align:center;
}

.sf-menu li ul {
	padding:0px 0px;
		
}
.sf-menu a.sf-with-ul {
	padding-right: 	0px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-9999em;
	overflow:		hidden;
	display:none;
}

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

/* dropdown mobile */
.tinynav { display: none }


/* SLIDER
-------------------------------------------------------------- */
#slider{position:relative; margin:0 auto; padding-bottom:10px;}
#slider.feat{padding-bottom:80px;}

/* AFTERHEADER
-------------------------------------------------------------- */
#afterheader{position:relative; margin:26px 0px 22px 0px; }
#afterheader .hcontent{ margin-bottom:6px; margin-top:2px;}
#afterheader .three.columns{ padding-top:0px;} 
#afterheader .three.columns .button{ float:right;}

/* BEFORE CONTENT
-------------------------------------------------------------- */
#beforethecontent{margin-bottom:40px;}

/* CONTENT
-------------------------------------------------------------- */
#outermain{padding:40px 0 0 0; }
#maincontent{}

.row .positionright{float:right;}
.row .positionleft{ float:left;}
.main{padding-right:20px;}
.six.columns .main{padding:0px 20px;}
.positionright .main{padding-right:0px; padding-left:20px;}

.indentleft{overflow:hidden;}
.margin_top{ padding-top:5px;}
.margin_bottomoff{margin-bottom:0 !important;}
.margin_bottom_small{margin-bottom:5px;}
.margin_bottom_middle{margin-bottom:12px;}
.margin_bottom_large{margin-bottom:16px;}
.margin_bottom_extralarge{margin-bottom:25px;}
.center{text-align:center;}
.nomargin{margin-right:0px!important;}
.displayblock{display:block;}

/* Promotion */
.promotion { text-align:center; margin-top:-105px;}
.promotion h2{ margin-bottom:0px; margin-top:25px;}
.promotion h4{ margin-bottom:5px;}


/* List */
.list{margin:0; padding:0; list-style-type:none; overflow:hidden}
.list li{ background:url(images/list.png) no-repeat 0 5px; padding:0 0 8px 25px}

.listborder{margin:0 0 0 0; padding:5px 0 0 0; list-style-type:none;}
.listborder li{border-bottom:solid 1px #e5e5e5 ; padding-bottom:5px; margin-bottom:5px}
.listborder li:first-child{ border-top:solid 1px #e5e5e5 ; padding-top:5px;}

/* Circle */
.img-circle {
	-webkit-border-radius: 168px;
	-moz-border-radius: 168px;
	border-radius: 168px;
	box-shadow: 0 0 0 15px #fff;
}



/* Separator */
.separator {
	display:block;
	margin:0 0 40px 0;
	height:4px;
	padding:20px 0 0 0;
	text-align:center;
	width:100%;
	clear:both;
	position:relative;
}

.separator div{ margin: 0 auto; z-index:10;}

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


/* form & button */
form{margin:0; padding:0;}

input[type="text"],
.wpcf7 input[type="date"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
textarea, input[type="password"], select{
	font-size:12px;
	padding:8px 6px;
	font-size:11px;
	font-family:Arial;
}

textarea{width:90%;}

textarea:focus{outline:0;}

/*=== Buttons ===*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin: 3px;
    padding: 6px 10px;
    text-transform: uppercase;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="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;
}

/* BLOG STYLE
-------------------------------------------------------------- */
.sticky{}
.post, #searchresult .page, #searchresult .hentry{margin-bottom:0px; padding:0 0 0px 0; clear:both;}

.post{margin-bottom:0px; padding-bottom:0px; }
.post.last .separator{ margin-bottom:0px;}
#singlepost .entry-utility{ padding-top:10px;}

.posttitle, .posttitle a{font-size:22px; margin:0px;}
.posttitle a:hover{text-decoration:none;}

.postimg img{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.entry-utility{padding:10px 0 10px 0;  }
.entry-utility .postdate{
	padding:2px 9px 3px 24px;
	background-image:url(images/icon-date.png);
	background-repeat:no-repeat;
	background-position:left;
}
.entry-utility .postauthor{padding:0px 18px 0px 9px; }
.entry-utility .postcomment{
	font-size:12px;
	padding:0px 0px 0px 24px;
	background-image:url(images/icon-comment.png);
	background-repeat:no-repeat;
	background-position:left;
}


.entry-content {}

.post .more, .more-link{
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin: 3px;
    padding: 6px 10px;
    text-transform: uppercase;
}



#postattachment .entry-utility{width:100%; float:none; padding:0}
.entry-attachment{margin-bottom:20px;}

/* author */
h2.title-author{ font-size:16px}
#entry-author-info {
	clear: both;
	margin-bottom:0px;
	position:relative;
}

#entry-author-info #author-avatar {
	margin: 0 0 0 0;
	position:absolute;
	left:0px;
	
}
.avatar{
	display:block;
}
#entry-author-info h2{font-size:18px; }
#entry-author-info h3{font-size:12px; margin-bottom:0px; }
#entry-author-info #author-description {
	margin: 0 0px 16px 90px; vertical-align:top;
}
#entry-author-info #author-description  h2{font-size:14px;}
#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;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}
.tag-links{padding:10px 0; display:block}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* navigation  */
.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:12px;
	padding:8px 0;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	padding:0; font-size:12px; margin:30px 0 0 0; clear:both; text-align:right
}


/* Comments */
#comments{
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title{
	line-height:20px;
	padding:0px 0px;
	margin:0 0 20px 0;
	font-size:18px;

}

h3#reply-title {
	line-height:24px;
	margin:0 0 15px 0;
	font-size:16px;
}
.commentlist {
	list-style: none;
	margin: 0;
	margin-bottom:30px;
}
.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:95px; 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;
}
.comment-body cite {
	font-size:12px;
	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:0px;}
.commentlist .comment-body{width:auto; margin-left:95px;}
.commenttext{margin:0 0 0 0; padding:4px 0 0 0;}
.commentlist .comment-body p{margin-bottom:25px !important}
.commentlist ul.children .comment-author{}
.commentlist ul.children .comment-body{}
*+html .commentlist .comment-body{margin-top:0}

.comment-body .commentfn{ font-size:12px; font-family:'Amethysta', "Times New Roman", Times, serif;}

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



/* 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:8px 5px;
	vertical-align:middle;
	width:50%;
	font-size:12px;
	font-family:arial;
	display:block;
	page-break-after:always
	
	}

#commentform textarea{ 
	width:95%;
	margin-bottom:12px;
	padding:8px 5px;
	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;}
h3#reply-title {
	margin: 18px 0;
	font-size:20px;
}
#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:1px solid;}
#footersidebar .widget_calendar thead th:first-child{border-left:1px solid;}



.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}

/*** PORTFOLIO ***/
.item.columns{ margin-bottom:40px;}
.image{position:relative;}
.klasik-pf-img img{display:block;}
.klasik-pf-text{text-align:center;}
.klasik-pf-text h2{font-size:16px; margin-top:15px; margin-bottom:0px;}
.klasik-pf-text .pfexcerpt{margin-top:10px; margin-bottom:0px;}
.klasik-pf-text a.button{margin-top:20px}

.price{ font-size:20px; color:#332530; margin-bottom:20px;}
#sidebar .widget-gallery li{ width:41%; float:left; margin-bottom:10px!important; padding-bottom:0px!important; margin-right:10px ;}
.widget-gallery li.nomargin{margin-right:0px; }
.widget-gallery li{ border:7px solid #fff;}
.widget-gallery li img{ display:block;}

/*** FEATURES ***/
.promotion{margin-top:-105px;}
.features { text-align:center;}
.features h2{ margin-bottom:0px; margin-top:25px;}
.features h4{ margin-bottom:5px;}

/*** SIDEBAR ***/
#sidebar{float:left; }
#sidebar.positionleft{float:left;}
#sidebar.positionright{float:right;}

.widget-title, .gallery-title{
	font-size:16px;
	padding:8px 10px 10px 16px;
	margin-bottom:20px;
	text-transform:none;
}


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


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

#sidebar li li{
	list-style-type:none;
	margin:0 0 0 0;
	padding:0 0 6px 0;
}
#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 10px; }
#sidebar ul.sub-menu li, #sidebar ul.children li, #sidebar ul ul ul li{margin-bottom:0; padding-bottom:0;}


/* recent post sidebar */
.klasik-recent-post-widget li{clear:both; margin-bottom:20px !important; padding-bottom:0px;}
.klasik-recent-post-widget img{ float:left; margin:0 15px 0 0; width:61px; height:61px;}
.klasik-recent-post-widget h3.posttitle{margin-bottom:5px; line-height: 18px;}
.klasik-recent-post-widget h3.posttitle a{ font-size:12px; line-height:18px; font-family:Arial, Helvetica, sans-serif;}
.klasik-recent-post-widget .smalldate{ font-size:11px; display:block; font-style:italic; overflow:hidden; padding:0 0 0 0}
.klasik-recent-post-widget li:last-child{ margin-bottom:0px;}


/* recent comment sidebar */
#sidebar .klasik-recent-comment-widget li{padding-bottom:20px; margin-bottom:20px; clear:both; background:transparent}
#sidebar .klasik-recent-comment-widget a{background:transparent !important; padding:0 !important;  display:inherit; margin-left:60px;}

/* search widget */
#searchform{position:relative; width:100%; }
.widget-container #searchform #s{width:80%; background:transparent; padding:12px 4px; border:0}
.searchbutton{position:absolute; top:11px; right:0px; cursor:pointer}


/* Tag */
.tagcloud a, #footersidebar .tagcloud a{padding:2px 10px; margin:0 4px 6px 0 !important; display:inline-block; font-size:11px !important;}
.tagcloud a:hover{}


/* PLUGIN
-------------------------------------------------------------- */

/* WP-PageNavi  Plugin  */
.wp-pagenavi {padding:0; font-size:14px; clear:both;}
.wp-pagenavi a, .wp-pagenavi a:visited, .wp-pagenavi .extend{
	padding:0px !important;
	margin:0 5px !important;
	display:inline-block;
	border:0px !important;
}

.wp-pagenavi a:hover{
	padding:0px !important;
	margin:0 5px !important;
	display:inline-block;
	border:0px !important;

}
.wp-pagenavi span.current{
	padding:0px !important;
	margin:0 5px !important;
	font-weight:normal !important;
	display:inline-block;
	border:0px !important;
}
.wp-pagenavi .pages{
	padding:0px 10px 0px 0 !important;
	margin:0 5px 0 0 !important;
	display:inline-block;
	background:transparent;
	border:0px !important;
}


/* Contact Form  */
.wpcf7 p{margin-bottom:10px;}
.wpcf7 label{display:block;}
.wpcf7 input[type="text"],
.wpcf7 input[type="date"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"] {
	margin-top:7px;
	margin-bottom:10px;
	font-size:11px;
	width:40%
}
.wpcf7 textarea{
	margin-top:7px;
	margin-bottom:10px;
	font-size:11px;
	width:55%
}
.wpcf7-submit{margin:0;}


/*==== Tables ====*/
table {border-collapse:separate;border-spacing:0;width:100%; margin-bottom:18px;}
table,td,th { text-align:left; }
th{padding:10px;}
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: 14px;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	padding: 6px 24px;
}
tr.odd td {}

/* Model*/
h2.modelstitle{margin-bottom:23px;}



/* GALLERY
-------------------------------------------------------------- */

/* Images */
a.image-frame{
	display:block;
	position:relative;
	overflow:hidden;
	 text-align:left;
	 border:10px solid #fff;
	}
a.image-frame img{ display:block; }


a .rollover{
	background-image:url(images/link.png);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	display:block;
    position:absolute;
	z-index:10;
	display:none;
	cursor:pointer;	
	width:100%;
	height:100%;
}

a.image-frame.link .rollover{
	background-image:url(images/link.png);
}


.gallery { margin: 0 auto 18px; }
.gallery  .gallery-icon{border:10px solid #fff;}
.gallery  .gallery-icon img{ display:block}
.gallery .gallery-item {
	float: left;
	margin:0 0 20px 0;
	text-align: center;
}
.gallery-columns-2 .gallery-item { width: 49%; margin-right:2% }
.gallery-columns-2 .gallery-item:nth-of-type(2n+2){margin-right:0;}

.gallery-columns-3 .gallery-item { width: 32%; margin-right:2% }
.gallery-columns-3 .gallery-item:nth-of-type(3n+3){margin-right:0;}

.gallery-columns-4 .gallery-item { width: 23.444%; margin-right:2%}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4){margin-right:0;}

.gallery-columns-5 .gallery-item { width: 18.4%; margin-right:2%}
.gallery-columns-5 .gallery-item:nth-of-type(5n+5){margin-right:0;}

.gallery img {}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	margin: 0 0 12px;
	font-size:14px; line-height:20px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }



#shadowbottom{height:45px; background:url(images/shadow-content-bottom.png) repeat-x;}


/*** FOOTER ***/


/* FOOTER SIDEBAR */
#outerfootersidebar{padding:40px 0 0 0;}
#footersidebar ul{list-style-type:none; margin:0; padding:0;}
#footersidebar li.widget-container{list-style-type:none; margin:0 0px 30px 3px;}
#footersidebar #footcol1 li.widget-container{ margin-left:0px;}
#footersidebar .widget-title{
	font-size:18px;
	margin:0 0 25px 0;
	padding:0 0 15px 0;
}
#footersidebar li li{ margin:0 0 3px 0; padding:0 0 3px 0}



#footersidebar ul.klasik-recent-comment-widget li.recentcomments{margin:0px 0px 20px 0px; list-style-type:none; font-weight:bold;}
#footersidebar ul.klasik-recent-comment-widget li.recentcomments a{display:block; margin-left:60px; font-weight:normal;}


/* COPYRIGHT */
#outercopyright{padding:45px 0 20px;}
#copyright{}

#toTop {
    background: url("images/top.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    font-size: 12px;
    height: 13px;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 9px;
}

/* Social Icon */
.sn{list-style-type:none; margin:0 0 0 0; padding:0;} 
.sn li{list-style-type:none; margin:0; padding:0 15px 0 0 !important; display:inline; background:transparent; border:0px!important;} 
.sn span{height:16px; width:16px; display:inline-block}
.icon-img{background-position:0 0;}
.icon-img:hover{opacity:.8; background-position:0 -16px!important;}

/***** PERSONNAL STYLES : YANN GALLIS *****/
#qtranslate-chooser{
	float: right;
	list-style: none;
	margin: -5px 0px 0px 0px;
}

.qtrans_language_chooser li.active{
	display : none; 
}

.qtrans_language_chooser li{
	padding: 0px 0px 0px 0px;
}

.qtrans_flag{
        height: 30px;
        width: 30px;
}