/*
Theme Name: Boni Pueri - Verze 1
Theme URI: 
Description: Boni Pueri - Verze 1
Author: V
Author URI: http://www.pavelroder.com
Version: 1.01
Tags: light, white, left-sidebar, right-sidebar, flexible-width, featured-images, post-formats, translation-ready
Text Domain: V
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
@import url("css/forms.css");
@import url("css/splash.css");

/* ------------------------------------------------------------------------------------
--  RESET
------------------------------------------------------------------------------------ */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, 
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ------------------------------------------------------------------------------------
--  2. CUSTOM FONTS
------------------------------------------------------------------------------------ */
@font-face {
    font-family: 'sosa';
    src: url('fonts/sosa-regular-webfont.eot');
    src: url('fonts/sosa-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sosa-regular-webfont.ttf') format('truetype'),
         url('fonts/sosa-regular-webfont.svg#sosa') format('svg');
    font-weight: normal;
    font-style: normal;
}
.icon{
	font-family:'Sosa';
}
/* ------------------------------------------------------------------------------------
--  3. GENERAL TYPOGRAPHY
------------------------------------------------------------------------------------ */
a{
    text-decoration:none;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in;
    outline:none;
}
a:hover{
 	color:#C7B374;
}
/* ------------------------------------------------------------------------------------
--  3a. GENERAL TYPOGRAPHY + WORDPRESS DEFAULTS
------------------------------------------------------------------------------------ */
h1{
	font-size:1.3em;
}
h2{
	font-size:1.2em;
}
h3{
	font-size:1.1em;
}
h4{
	font-size:1.05em;
}
h5{
	font-size:1em;
}
h6{
	font-size:0.95em;
}
.post-text h1{
	float:left;
	margin:0 0 30px 0;
	width:100%;
	font-family:"adelle",serif;
	font-size:1.4em;
	color:#FFDD0D;
	letter-spacing:0.1em;
	padding:0 0 20px 0;
	border-bottom:1px solid rgba(221,221,221,0.4);
}
.post-text h2{
	font-family:"adelle",serif;
    margin-bottom:0.8em;
    padding-bottom:0.5em;
	border-bottom:1px solid rgba(0,0,0,0.06);		
}
.post-text h3{
	font-size:1.3em;
	font-family:"adelle",serif;
	text-transform:uppercase;
	letter-spacing:0.2em;
	color:#865A19;
	margin-bottom:20px;
	border-bottom:none!important;	
}
.post-text ul,
.post-text ol{
	float:left;
	margin-bottom:20px;
}
.post-text ul{
	width:96%;
	padding:0 0 0 4%;
	list-style:square;
}
.post-text ol{
	width:90%;
	padding:0 0 0 6%;
	list-style-type:decimal-leading-zero;
}
.post-text ul li,
.post-text ol li{
	float:left;
	width:100%;
}
.post-text p,
.post-text figure,
.post-text iframe{
	margin-bottom:20px;
}
.post-text p{
	font-size:102%;
}
/* Vyjimka pro odstavec uvnitr tabulky */
.post-text td p {
        margin-bottom:0px;
}
.post-text strong, 
.post-text b{
    color:#333;
	letter-spacing:0.2em;
	font-weight:700;
	letter-spacing:0.1em;
}
.post-text address{
	font-size:0.9em;
	margin:0 0 20px 0;
}
.post-text i, 
.post-text em{
	font-style:italic;
}
.post-text a{
   color:#183054;	
}
.post-text a:hover{
 	color:#177986;
}
img.alignright {
	float:right; 
	margin:0 0 0 1em;
}
img.alignleft {
	float:left; 
	margin:0 1em 0 0;
}
img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
a img.alignright {
	float:right; 
	margin:0 0 0 1em;
}
a img.alignleft {
	float:left; 
	margin:0 1em 0 0;
}
a img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
.wp-caption { max-width: 100%; }/*removes image width*/
.wp-caption p.wp-caption-text {
	padding:1em;
	text-align:center;
	font-size:0.8em;
}
.bypostauthor {
}
.gallery-caption{
	
}
.video-holder{
	float:left;
	width:100%;
	background:black;
	margin:0 0 30px 0;
}
.video-container {
	position: relative;
	padding-bottom: 56%;
	width:100%;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ------------------------------------------------------------------------------------
--  4. GENERAL
------------------------------------------------------------------------------------ */
html, body { 
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:transparent;
	font-family: "adelle",serif;
    font-size:100%;
	color:#808080;
	line-height:1.6em;
}
@media screen and (max-width: 768px) {
html, body {
	background:#000;
  }
}
@media screen and (max-width: 768px) {
#body-background{
	display:none;
  }
}
body.page-template-splash-php{
	background:#fff;
}
img{
	max-width:100%;
	height:auto;
}
::selection{
	color:#fff;
	background:#86efeb;
}
::-moz-selection{
	color:#fff;
	background:#86efeb;
}
/* ------------------------------------------------------------------------------------
--  SPANS AND EXTRAS
------------------------------------------------------------------------------------ */
.blue{
	color:#865A19;
}
/*-----CUSTOM SCROLLBAR---*/
::-webkit-scrollbar{
     width: 14px;
}
::-webkit-scrollbar-track{
     box-shadow: inset 0 0 3px rgba(0,0,0,0.1); 
}
::-webkit-scrollbar-track-piece{
	background:#ddd;
    border:1px solid #bebebe;
}
::-webkit-scrollbar-thumb {
    background: #ddd;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.5); 
    border:1px solid rgba(255,255,255,0.1);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #bebebe; 
}
/* ------------------------------------------------------------------------------------
--  HEADER
------------------------------------------------------------------------------------ */
header{
	position: fixed;
    width: 14%;
    padding:80px 3%;
    top:0;
    left: 0;
    height:100%;
    min-height:100%;
    z-index:5;
    background: #022b26 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQIW2NgYGB4z4AAFUhsFAG4IsICMIBiLgBmEQcEyASpFQAAAABJRU5ErkJggg==);
    -webkit-animation: 6s colorchange infinite alternate;
    -moz-animation: 6s colorchange infinite alternate;
    animation: 6s colorchange infinite alternate;
}
@-webkit-keyframes colorchange{
  from { background: #3c332f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQIW2NgYGB4z4AAFUhsFAG4IsICMIBiLgBmEQcEyASpFQAAAABJRU5ErkJggg==)}
  to { background: #022b26 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQIW2NgYGB4z4AAFUhsFAG4IsICMIBiLgBmEQcEyASpFQAAAABJRU5ErkJggg==)}
}
@-moz-keyframes colorchange{
  from { background: #3c332f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQIW2NgYGB4z4AAFUhsFAG4IsICMIBiLgBmEQcEyASpFQAAAABJRU5ErkJggg==)}
  to { background: #022b26 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQIW2NgYGB4z4AAFUhsFAG4IsICMIBiLgBmEQcEyASpFQAAAABJRU5ErkJggg==)}
}
@keyframes colorchange{
  from { background: #3c332f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQIW2NgYGB4z4AAFUhsFAG4IsICMIBiLgBmEQcEyASpFQAAAABJRU5ErkJggg==)}
  to { background: #022b26 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQIW2NgYGB4z4AAFUhsFAG4IsICMIBiLgBmEQcEyASpFQAAAABJRU5ErkJggg==)}
}
@media screen and (max-width: 1024px) {
header{
	width:20%;
  }
}
@media screen and (max-width: 800px) {
header{
	width:24%;
  }
}
@media screen and (max-width: 768px) {
header{
	position: relative;
	float:left;
	width:92%;
    padding:80px 4%;
  }
}
/* ------------------------------------------------------------------------------------
--  LOGO
------------------------------------------------------------------------------------ */
#logo{
	float:left;
	width:100%;
	margin-bottom:50px;
	line-height:normal;
}
#logo h1{
	float:left;
	width:100%;
	margin-bottom:5px;
}
#logo h2{
	float:right;
	color:#FFF;
	font-size:0.9em;
	font-family: "aw-conqueror-didot",serif;
	font-style: italic;
	letter-spacing:0.2em;
	font-weight:900;
	line-height:1.3em;
}
@media screen and (max-width: 768px) {
#logo h2{
	float:left;
	margin:10px 0 0 0;
	font-size:1.2em;
  }
}
/* ------------------------------------------------------------------------------------
--  NAVIGATION
------------------------------------------------------------------------------------ */
nav#main-menu{
	float:left;
	width:100%;	
}
nav#main-menu ol{
	float:left;
	width:85%;
	margin:0 3% 0 12%;
    list-style-type:decimal-leading-zero; 
}
nav#main-menu li{
	float:left;
	width:100%;
	line-height:100%;
	font-family: "aw-conqueror-didot",serif;
	color:#FFDD0D;
	text-transform:uppercase;
	font-size:0.75em;
	letter-spacing:0.2em;
	padding:8px 0;
}
nav#main-menu a{
	color:#FFDD0D;
	display:block;
	cursor:pointer;
}
nav#main-menu a:hover{
    color: #e7e5d8;
}
nav#main-menu .current-menu-item,
nav#main-menu .current-menu-item a{
    color: #FFF0A8;
}
#main-menu .ascensorLinkActive{
    color: #1160CC;
    cursor:default;
    pointer-events:none;
}
/* ------------------------------------------------------------------------------------
--  FOOTER
------------------------------------------------------------------------------------ */
footer{
	float:left;
	width:100%;
	margin-top:40px;
	clear:both;
}
footer small{
	float:left;
	font-family: "adelle",serif;
	text-transform:uppercase;
	font-size:0.7em;
	letter-spacing:0.1em;
}
footer small a{
	color:#1160CC;
}
footer .social{
	float:right;
}
footer .social ul{
	float:left;
	width:100%;
	list-style:none;
}
footer .social ul li{
	float:left;
	line-height:normal;
}
footer .social a{
	float:left;
	margin-left:10px;
	padding:0.5em;
	color:#fff;
	border:2px solid #1160CC;	
    position:relative;
}
footer .social a:hover{
	background:#FFDD0D;
	color:#fff;
}
/* ------------------------------------------------------------------------------------
--  FOOTER: TOOLTIP
------------------------------------------------------------------------------------ */
.screen{
	width:300px;
    height: auto;
    pointer-events: none;
    position: absolute;
    z-index:20;
    right:0;
    bottom:100px;
    opacity: 0;
    filter: alpha(opacity = 0);
    box-shadow: 0 4px 4px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.screen img{
	float:left;
}
a.tooltip:hover span.screen{
    opacity: 0.95;
    bottom:50px;
}
/* ------------------------------------------------------------------------------------
--  GENERAL CLASSES
------------------------------------------------------------------------------------ */
#wrapper{
	float:left;
	width:100%;
}
.center{
	float:left;
	width:80%;
	margin:0 0 0 20%;
}
@media screen and (max-width: 1024px) {
.center{
	width:74%;
	margin:0 0 0 26%;
  }
}
@media screen and (max-width: 800px) {
.center{
	width:70%;
	margin:0 0 0 30%;
  }
}
@media screen and (max-width: 768px) {
.center{
	width:100%;
	margin:0;
  }
}
.center-inner{
	float:left;
	width:100%;
	background:transparent;
	clear:both;
	position:relative;
	overflow:hidden;
}
.general{
	float:left;
	width:92%;
	clear:both;
	padding:4%;
}
@media screen and (max-width: 768px) {
.general{
	padding:0 4% 4% 4%;
  }
}
.post-wrap{
	float:left;
	width:88%;
	padding:6%;
	background:#f3e4bb;
	box-shadow:0 1px 1px rgba(0,0,0,0.05);
}
/* ------------------------------------------------------------------------------------
--  SPECIFIC TYPOGRAPHY STYLES
------------------------------------------------------------------------------------ */
.top-title-wrap{
	float:left;
	width:100%;
	margin:0 0 60px 0;
}
h2.top-title{
	font-family: "aw-conqueror-didot",serif;
	font-size:1.6em;
	color:#EAC205;
	letter-spacing:0.1em;
	background:#865A19;	
    border:1px solid rgba(255,255,255,0.1);
    box-shadow:0 1px 100px rgba(0,0,0,0.1);
	padding:1em;
	float:left;
	display:inline;
}
h3.post-title{
	float:left;
	width:100%;
	margin:0 0 40px 0;
	padding:0 0 20px 0;
	border-bottom:1px solid rgba(221,221,221,0.4);	
	font-size:1.4em;
	color:#FFDD0D;
	letter-spacing:0.1em;
	line-height:2.4em;
}
h3.head-title{
	float:left;
	margin:0 0 20px 0;
	width:100%;
	line-height: 100%;
	font-family: "adelle",serif;
	font-size:2.2em;
	color:#1160CC;
}
/* ------------------------------------------------------------------------------------
--  ROUNDED LINK FOR VARIOUS PAGES
------------------------------------------------------------------------------------ */
#link{
	float:left;
	width:100%;
	text-align:right;
}
@media screen and (max-width: 768px) {
#link{
	margin-bottom:40px;
  }
}
#link a{
	font-family: "adelle",serif;
	color:#FFDD0D;
	text-transform:uppercase;
	font-size:0.75em;
	letter-spacing:0.2em;
	line-height:2em;
}
#link span{
	vertical-align:top;
	text-transform:uppercase;
	opacity:0;
    filter: alpha(opacity = 0);
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 
}
#link a:hover span{
	opacity:9;
    filter: alpha(opacity = 90);
}
#link2{
	float:left;
	width:100%;
	margin:40px 0;
	text-align:center;
}
@media screen and (max-width: 768px) {
#link2{
	display:none;
  }
}
#link3, 
.link3{
	float:left;
	width:100%;
	text-align:center;
}
.circle-wrap{
	margin:0 auto;
	width:120px;
	height:120px;
	border-radius:50%;
	background:#f3e4bb;
	box-shadow:0 1px 4px rgba(0,0,0,0.03);
}
.circle-link{
	float:left;
	width:100%;
}
.circle-link a{
	margin:10px auto;
	display:block;
	width:100px;
	height:100px;
	line-height:100px;
	border-radius:50%;
	background:#865A19;	
	color:#EAC205;	
	text-align:center;
	text-transform:uppercase;
	font-size:0.65em;
	letter-spacing:0.2em;
	cursor:pointer;
}
.circle-link a:hover{
	background:#1160CC;	
}
/* ------------------------------------------------------------------------------------
--  FIGURE, FIGCAPTIONS AND FEATURED IMAGE
------------------------------------------------------------------------------------ */
figure.head-image{
	float:left;
	width:92%;
	padding:4%;
	background:#f3e4bb;
	box-shadow:0 1px 1px rgba(0,0,0,0.1);
	margin-bottom:20px;
}
figure.head-image img{
	float:left;
}
.imgcaption, figcaption{
	float:left;
	width:100%;
	text-align:center;
	font-size:0.7em;
	text-transform:uppercase;
	letter-spacing:0.2em;
	font-style:italic;
}
.figcaption{
	float:left;
	width:100%;
	font-style:italic;
	text-align:center;
}
.blog-figcaption{
	margin-bottom:20px;
	text-transform:uppercase;
	font-size:0.7em;
	letter-spacing:0.2em;
	font-style:italic;
}
/* ------------------------------------------------------------------------------------
--  READ MORE LINK
------------------------------------------------------------------------------------ */
.button-holder{
	float:left;
	width:100%;
}
.button-holder .icon{
	text-transform:lowercase;	
}
a.readmore{
	float:right;
	text-transform:lowercase;	
}
a.readmore:hover{
	padding:0 20px 0 0;	
}
/* ------------------------------------------------------------------------------------
--  TOGGLING BLOCK
------------------------------------------------------------------------------------ */
.trigger{
	display: none;
	float:left;
	width:100%;
	padding: 10px 0;
	margin: 30px 0;
	background: transparent;
	cursor:pointer;
	border-top:1px solid rgba(221,221,221,0.4);
	border-bottom:1px solid rgba(221,221,221,0.4);
}
.trigger a{
	display: none;
	display:block;
	font-size:0.9em;
}
.trigger .icon{
	display: none;
	float:left;
	background:rgba(221,221,221,0.3);
	padding:0.5em 0.8em;
}
.trigger .infoplus, 
.trigger .infominus{
	float:right;
	padding:0.5em 0;
}
.trigger .infominus, 
.trigger .minus{
	display:none;
}
.trigger.active{
	background:transparent;
}
.trigger.active .infoplus, 
.trigger.active .plus{
	display:none;
}
.trigger.active .infominus, 
.trigger.active .minus{
	display:block;
}
.toggle-container{
    float:left;
	width:100%;
    margin:0 0 20px 0;
}
.toggle-container ul{
	float:left;
	width:100%;
	list-style:none;
}
.toggle-container ul li{
	float:left;
	width:94%;
	background:rgba(221,221,221,0.3);
	padding:3%;
	margin-bottom:10px;
}
.toggle-container .post-meta-key{
	font-family: "adelle",serif;
	text-transform:uppercase;
	font-size:0.7em;
	letter-spacing:0.1em;
	margin-bottom:20px;
	color:#FFDD0D;
	margin-right:4px;
}
/* ------------------------------------------------------------------------------------
--  SIDEBARS AND WIDGETS
------------------------------------------------------------------------------------ */
.aside-info{
	float:left;
	width:100%;
}
.block{
	float:left;
	width:100%;
	margin:0 0 20px 0;
	background:#fff;
	box-shadow:0 1px 1px rgba(0,0,0,0.05);
}
.block:last-child{
	margin:0;
}
.block h4{
	background:#865A19;
	position:relative;
	padding:0.5em 4%;
	font-family: "adelle",serif;
	text-transform:uppercase;
	font-size:0.75em;
	letter-spacing:0.1em;
	color:#f4e9d5;
	border-bottom:1px dashed rgba(0,0,0,0.04);
}
.block ul{
	float:left;
	width:92%;
	padding:4%;
	list-style:none;
}
.block li{
	float:left;
	width:92%;
	border-bottom:1px dashed rgba(0,0,0,0.04);
	padding:3% 4%;
	margin:0 0 10px 0;
	background:#F9FAE5;
}
.block li:last-child{
	margin:0;	
}
.block li a{
}
.widget{
	float:left;
	width:90%;
	padding:5%;
}
.textwidget{
	float:left;
	width:90%;
	padding:5%;
	font-size:0.9em;	
}
.tagcloud{
	float:left;
	width:90%;
	padding:5%;	
}
/*--widget icon styles--*/
.toright{
	float:right;
	font-size:1.1em;
}
.block .video-holder{
	margin:0!important;
}
#calendar_wrap{
	float:left;
	width:90%;
	padding:5%;
	background:#fefefe;
}
.widget_calendar {float: left;}
#wp-calendar {width: 99.5%; background:#fff;}
#wp-calendar caption { text-align: right; font-size: 0.7em; text-transform: uppercase; font-style:italic; letter-spacing:0.2em; 
color: #fff; background:#1160CC; padding:10px; border-bottom:1px dashed rgba(0,0,0,0.1); margin:0 0 16px 0;}
#wp-calendar thead { font-size: 0.8em;}
#wp-calendar thead th { padding-bottom: 10px; text-align: center; color:#808080; border:1px solid #f3e4bb;}
#wp-calendar tbody { color: #808080; }
#wp-calendar tbody td { background: #fff; border: 1px solid #f3e4bb; text-align: center; padding:8px; font-size:0.75em;}
#wp-calendar tbody td:hover { background:#f3e4bb; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 0.7em; text-transform: uppercase; text-align: right; padding: 6px 5px 0 0;}
#wp-calendar tfoot #prev { font-size: 0.7em; text-transform: uppercase; padding: 6px 0 0 5px;}
#wp-calendar tfoot #next a{color:#808080;}
#wp-calendar tfoot #prev a{color:#808080;}
#wp-calendar a{ color:#000;}

/* ------------------------------------------------------------------------------------
--  HOME PAGE
------------------------------------------------------------------------------------ */
#ascensorBuilding{
	overflow:hidden;
}
@media screen and (max-width: 768px) {
#ascensorBuilding{
	width:100%;
	position:relative!important;
	margin:0;
	overflow:auto;
  }
}
section{
	overflow:auto;
}
@media screen and (max-width: 768px) {
.ascensorFloor{
	width:100%;
	position:relative!important;
	margin:0;
  }
}
#ascensorFloor1{
    background: url(images/splash.jpg);
    background-size:cover;
}
#ascensorFloor2{
	background: transparent;	
}
@media screen and (max-width: 768px) {
#ascensorFloor2{
	display:none;
  }
}
/* ------------------------------------------------------------------------------------
--  HOME PAGE FIRST SLIDE: LEFT COLUMN
------------------------------------------------------------------------------------ */
.column-left{
	float:left;
	width:30%;
    background: #ddd;
    margin-bottom: -99999px;
	padding-bottom: 99999px;
}
@media screen and (max-width: 1366px) {
.column-left{
	width:36%;
  }
} 
@media screen and (max-width: 768px) {
.column-left{
	width:100%;
  }
} 
#column-left-inner{
	float:left;
	width:95.7%;
	background:#f3e4bb;
    background: #f3e4bb;
	box-shadow:0 1px 30px rgba(0,0,0,0.1);
	border-right:1px solid rgba(255,255,255,0.6);	
	border-bottom:1px solid rgba(255,255,255,0.6);	
	margin-right:4%;
}
.mid{
	float:left;
	width:76%;
	height:100%;
	min-height:100%;
	padding:0 12%;
	margin:100px 0;
}
.thickline{
	float:left;
	width:30%;
	height:4px;
	background:#555;
	margin-bottom:40px;
}
.mid article{
	float:left;
	width:100%;
}
p.intro{
	font-size:1.2em;
	margin-bottom:30px;
	border:none;
	line-height:1.7em;
}
.divider{
	float:left;
	width:100%;
	height:1px;
	background:#ddd;
}
.column-left .divider{
	margin:30px 0 20px 0;
}
/* ------------------------------------------------------------------------------------
--  HOME PAGE: FIRST SLIDE: RIGHT COLUMN
------------------------------------------------------------------------------------ */
.column-right{
	float:right;
	width:70%;
	min-height:900px;
    margin-bottom: -99999px;
	padding-bottom: 99999px;
}
@media screen and (max-width: 1366px) {
.column-right{
	width:64%;
  }
} 
@media screen and (max-width: 768px) {
.column-right{
	width:0;
	display:none;
  }
}
.column-right figure{
	width:100%;
    float:left;
}
.column-right figure img{
	float:left;
}
#main{
	float:left;
	position:relative;
	width:100%;
}
#main img{
	float:left;
}
#label{
	position:absolute;
	top:180px;
	left:0;
	z-index:0;
	background:#865A19;
	padding:3% 4%;
	border:1px solid rgba(255,255,255,0.3);
	text-align:center;
}
@media screen and (max-width: 768px) {
#label{
	display:none;
  }
}
#label .big{
	font-size:2em;
	color:#FFDD0D;
	font-family: "aw-conqueror-didot",serif;
	text-shadow:0 1px 1px #000;
	font-style: italic;
	letter-spacing:0.1em;
	line-height:2.8em;
}
#label .medium{
	font-size:1.2em;
	font-family: "aw-conqueror-didot",serif;
	text-shadow:0 1px 1px #000;
	color:#FFDD0D;
	display:block;
}
#label .small{
	color:#FFDD0D;
	font-size:0.9em;
	font-style:italic;
}
#show{
	display:block;
	margin-bottom:0.75em;
	font-family: "adelle",serif;
	color:#e7e5d8;
	text-transform:uppercase;
	font-size:0.75em;
	letter-spacing:0.1em;
}
#note{
	float:left;
	width:92%;
	padding:0 4%;
	text-align:center;
	text-transform:uppercase;
	font-style:italic;
	font-size:0.5em;
	letter-spacing:0.2em;
	line-height:1.6em;
}
@media screen and (max-width: 768px) {
#note{
	display:none;
  }
}
/* ------------------------------------------------------------------------------------
--  SECOND SLIDE
------------------------------------------------------------------------------------ */
.left-side{
	float:left;
	width:69%;
	margin:0 3% 0 0;
	clear:both;
}
@media screen and (max-width: 1024px) {
.left-side{
	width:100%;
	margin:0 0 40px 0;
  }
}
.home-content{
	float:left;
	width:42%;
	padding:6%;
	background:#f3e4bb;
	border-top:6px solid #1160CC;
	border-bottom:1px dashed rgba(0,0,0,0.1);
}
.home-image{
	float:left;
	width:42%;
	margin:0 4% 0 0;
}
.home-image figure{
	float:left;
	width:100%;
	box-shadow:0 1px 100px rgba(0,0,0,0.9);
	margin-bottom:20px;
}
.home-image figure img{
	float:left;
	border:1px solid rgba(255,255,255,0.1);
}
#lines{
	float:left;
	width:100%;
}
.line{
	height:3px;
	background:#1160CC;
}
.long{
	width:60%;
	margin:0 20% 4px 20%;
}
.medium{
	width:50%;
	margin:0 25% 4px 25%;
}
.short{
	width:40%;
	margin:0 30% 20px 30%;
}
.right-side{
	float:right;
	width:28%;
}
@media screen and (max-width: 1024px) {
.right-side{
	width:100%;
  }
}
.right-side .block a{
	font-size:0.7em;
	text-transform:uppercase;
	letter-spacing:0.2em;
	font-style:italic;
}
/* ------------------------------------------------------------------------------------
--  HOME PAGE ENDS HERE : DISCOGRAPHY PAGE STARTS
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  DISCOGRAPHY PAGE
------------------------------------------------------------------------------------ */
.page-discography{
	float:left;
	width:93%;
	padding:80px 3% 80px 4%;
	clear:both;
}
@media screen and (max-width: 768px) {
.page-discography{
	padding:0 4% 4% 4%;
  }
}
.page-discography-left{
	float:left;
	width:22%;
	padding:4%;
	margin:0.8% 2% 0 0;
	background:#f3e4bb;
	border-top:6px solid #865A19;
	border-bottom:1px dashed rgba(0,0,0,0.1);
}
@media screen and (max-width: 1024px) {
.page-discography-left{
	width:92%;
	margin:0 0 40px 0;
  }
}
.page-discography-right{
	float:right;
	width:68%;
}
@media screen and (max-width: 1024px) {
.page-discography-right{
	width:100%;
  }
}
.page-discography h2.top-title{
	margin:0 1% 0 0;
}
/* ------------------------------------------------------------------------------------
--  MASONRY LAYOUT
------------------------------------------------------------------------------------ */
#container {
  clear: both;
} 
@media screen and (max-width: 800px) {
#container {
	float:left;
    padding:0;
    margin:0;
    width:100%;
  }
} 
.box{	
    float: left;
    width:29%;
    margin: 1%;
    padding: 1%;
    background: #fff;	
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 	
}
@media screen and (max-width: 800px) {
.box{
	float:left;
    width:92%;
    margin: 0 0 20px 0;
    padding: 4%;
  }
} 
.box figure{
	float:left;
	width:100%;
	background:#f3e4bb;
    border-bottom:4px solid #717258;
	box-shadow:0 1px 1px rgba(0,0,0,0.1);
	margin:0 0 20px 0;
}
.box img{
    display: block; 
    filter: grayscale(0%);
   -webkit-filter: grayscale(0%); /* For Webkit browsers */
   -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
} 
@media screen and (max-width: 800px) {
.box img{
    filter: none;
    -webkit-filter: none;
    -webkit-transition: none;
  }
} 
.box img:hover{
   filter: grayscale(100%);
   -webkit-filter: grayscale(100%);
   filter: gray; /* For IE 6 - 9 */
   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}
@media screen and (max-width: 800px) {
.box img:hover{
    filter: none;
    -webkit-filter: none;
    -webkit-transition: none;
  }
}
.box h3.discography-title{
	text-align:center;
	text-transform:uppercase;
	font-size:0.7em;
	letter-spacing:0.2em;
	line-height:1.2em;
}
.details{
	float:left;
	width:100%;
	clear:both;
	margin:10px 0 0 0;
}
.details-left{
	display: none;
	float:left;
	width:48%;
	margin-right:2%;
}
.details-left a{
	display: none;
	font-size:0.8em;
	text-transform:lowercase;
}
.details-left a:hover{
	display: none;
	color:#333;
}
.details-right{
	float:right;
	width:48%;
	margin-left:2%;
}
.details-right ul.custom-field{
	float:left;
	width:100%;
	list-style:none;
}
.details-right ul.custom-field li{
	background:#FFDD0D;
	padding:0.5em;
	text-align:center;
	color:#fff;
	font-family: "adelle",serif;
	font-size:0.7em;
	text-transform:uppercase;
	letter-spacing:0.2em;
}
.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.transitions-enabled.masonry  .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}
/**** Clearfix ****/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* ------------------------------------------------------------------------------------
--  DISCOGRAPHY PAGE ENDS HERE : DISCOGRAPHY SINGLE STARTS 
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  DISCOGRAPHY SINGLE 
------------------------------------------------------------------------------------ */
.page-discography-single{
	float:left;
	width:92%;
	padding:80px 4%;
}
@media screen and (max-width: 768px) {
.page-discography-single{
	padding:0 4% 4% 4%;
  }
}
.tracklist-content{
	float:left;
	width:92%;
	padding:4%;
	clear:both;	
	background:#fefefe;
	border-top:6px solid #1160CC;
	border-bottom:1px dashed rgba(0,0,0,0.1);	
}
.tracklist-main-image{
	float:left;
	width:42%;
	margin:0 4% 0 0;
}
@media screen and (max-width: 768px) {
.tracklist-main-image{
	width:100%;
	margin:0 100% 20px 0;
  }
}
.tracklist-text-place{
	float:right;
	width:54%;
}
@media screen and (max-width: 768px) {
.tracklist-text-place{
	width:100%;
  }
}
.tracklist-content ol{
	float:left;
	width:84%;
	margin:0 8%;
	list-style-type:decimal-leading-zero;
}
.tracklist-content .head-image{
	margin-bottom:0;
}
.disco-content{
	float:left;
	width:70%;
	margin:0 4% 0 0;
	clear:both;	
	background:#fefefe;
	border-top:6px solid #1160CC;
	border-bottom:1px dashed rgba(0,0,0,0.1);
}
@media screen and (max-width: 1024px) {
.disco-content{
	width:100%;
	margin:0 0 40px 0;
  }
}
.main-image{
	float:left;
	width:38%;
	margin:4%;
}
@media screen and (max-width: 800px) {
.main-image{
	width:92%;
	margin:4%;
  }
}
.text-place{
	float:right;
	width:54%;
}
@media screen and (max-width: 800px) {
.text-place{
	width:100%;
  }
}
.back{
	float:left;
	width:100%;
    font-size:1.2em;
	margin:40px 0 0 0;
}
.back a{
	color:#1160CC;
}
.back a:hover{
    color:#C7B374;;
}
blockquote.review{
	float:left;
	width:92%;
	padding:4%;
	margin:0 0 30px 0;
	background:rgba(255,255,255,0.8);
	box-shadow:0 1px 1px rgba(0,0,0,0.05);
}
blockquote.review p.monospace{
	font-family: 'Courier New', monospace;
	font-size:0.9em;
	line-height:1.2em;
	margin-bottom:10px!important;
}
blockquote.review p.mag-title{
	font-size:0.9em;
}
blockquote.review cite{
	float:right;
	text-align:right;
	width:98%;
	padding:0 2% 0 0;
	font-size:0.8em;
	margin-bottom:1em;
	font-style:italic;
	background:rgba(255,255,255,0.4);
}
.cap{
	float:left;
	width:100%;
	background:rgba(221,221,221,0.3);
	position:relative;
}
.cap span:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(221,221,221,0.45);
    bottom:-20%;	
    left:4%;
}
.cap h3.block-title{
	padding:1em;
	font-family: "adelle",serif;
	text-transform:uppercase;
	font-size:0.75em;
	letter-spacing:0.1em;
	color:#FFDD0D;
	margin:0!important;
	border:none!important;
}
.ext-link{
	font-size:0.8em;
}
/*---------------MODAL WINDOW FOR TRACLIST------------*/
a.modalwindow{
	cursor:pointer;
}
/*---------------SIDEBAR------------*/
.disco-sidebar{
	float:right;
	width:26%;
}
@media screen and (max-width: 1024px) {
.disco-sidebar{
	width:100%;
  }
}
.disco-sidebar .block a{
	font-size:0.7em;
	text-transform:uppercase;
	letter-spacing:0.2em;
	font-style:italic;
}
ul.share{
	margin: 0 auto;
	display:table;
	list-style:none;
}
ul.share li{
	float:left;
	padding:0 0.5em;
	height:40px;
	line-height:40px;
	background:#f3e4bb;
	box-shadow:0 1px 1px rgba(0,0,0,0.05);
}
ul.share a{
	display:inline-block;
}
/* ------------------------------------------------------------------------------------
--  DISCOGRAPHY SINGLE ENDS HERE : MEDIA PAGE STARTS 
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  MEDIA PAGE 
------------------------------------------------------------------------------------ */
.box h4{
	background:rgba(221,221,221,0.3);
	position:relative;
	padding:0.5em 4%;
	font-family: "adelle",serif;
	text-transform:uppercase;
	font-size:0.75em;
	letter-spacing:0.1em;
	color:#6d4909;
	border-bottom:1px dashed rgba(0,0,0,0.04);
}
.box .figcaption{
	float:left;
	width:100%;
	text-align:center;
	font-size:0.7em;
	text-transform:uppercase;
	letter-spacing:0.2em;
}
.box a.audioname{
	width:92%;
	padding:4%;
	display:inline-block;
	text-transform:capitalize;
}
.box .video-holder{
	margin-bottom:0!important;
}
.media-content p{
	text-align:center;
	font-family:'Raleway', sans-serif;
	line-height:1.5em;
	font-weight:300;
	background:#f3e4bb;
	padding:4%;
}
/* ------------------------------------------------------------------------------------
--  MEDIA PAGE ENDS HERE : SHOP PAGE STARTS 
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  SHOP PAGE
------------------------------------------------------------------------------------ */
.shop-right{
	float:right;
	width:24%;
	padding:4%;
	margin-left:3%;
	background:#f3e4bb;
	border-top:6px solid #865A19;
	border-bottom:1px dashed rgba(0,0,0,0.1);
}
@media screen and (max-width: 1024px) {
.shop-right{
	width:92%;
	margin:0 0 40px 0;
  }
}
.shop-left{
	float:left;
	width:65%;
}
@media screen and (max-width: 1024px) {
.shop-left{
	width:100%;
  }
}
.shop-content{
	float:left;
	width:92%;
	padding:4%;
	clear:both;
	background:#f3e4bb;
	border-top:6px solid #865A19;
	margin:0 0 40px 0;
	border-bottom:1px dashed rgba(0,0,0,0.1);
}
.shop-content:last-of-type{
	margin:0;
}
.shop-main-image{
	float:left;
	width:36%;
	margin:0 4% 0 0;
}
@media screen and (max-width: 800px) {
.shop-main-image{
	width:100%;
	margin:0 0 40px 0;
  }
}
.shop-text-place{
	float:right;
	width:60%;	
}
@media screen and (max-width: 800px) {
.shop-text-place{
	width:100%;
  }
}
ul.meta-fields{
	float:left;
	width:96%;
	padding:0 0 0 4%;
	list-style:square;
}
ul.meta-fields li{
	line-height:1.5em;
}
ul.meta-fields .post-meta-key{
	font-family: "adelle",serif;
	text-transform:uppercase;
	font-size:0.7em;
	letter-spacing:0.1em;
	margin-bottom:20px;
	color:#C4B282;
	margin-right:4px;
}
/* ------------------------------------------------------------------------------------
--  SHOP PAGE ENDS HERE : DEFAULT PAGE STARTS 
------------------------------------------------------------------------------------ */
.page-right{
	float:right;
	width:24%;
	padding:4%;
	margin-left:3%;
	background:#f3e4bb;
	border-top:6px solid #865A19;
	border-bottom:1px dashed rgba(0,0,0,0.1);
}
@media screen and (max-width: 1024px) {
.page-right{
	width:92%;
  }
}
.page-left{
	float:left;
	width:65%;
	margin:0 0 40px 0;
}
@media screen and (max-width: 1024px) {
.page-left{
	width:100%;
  }
}
.page-content{
	float:left;
	width:92%;
	padding:4%;
	clear:both;
	background:#f3e4bb;
	border-top:6px solid #865A19;
	border-bottom:1px dashed rgba(0,0,0,0.1);
}
/* ------------------------------------------------------------------------------------
--  TOUR CONCERTS PAGE + CONCERTS SINGLE
------------------------------------------------------------------------------------ */
.tour-right{
	float:right;
	width:32%;
	margin-left:3%;
}
@media screen and (max-width: 1024px) {
.tour-right{
	width:100%;
  }
}
.tour-right .post-text{
	float:left;
	width:92%;
	padding:4%;
	background:#f3e4bb;
	margin:0 0 20px 0;
	border-bottom:6px solid #1160CC;
	border-top:1px dashed rgba(0,0,0,0.1);
}
.tour-right .post-text p{
	font-size:0.9em;
	font-family:'Raleway', sans-serif;
}
.tour-left{
	float:left;
	width:65%;
}
@media screen and (max-width: 1024px) {
.tour-left{
	width:100%;
	margin:0 0 40px 0;
  }
}
.tour-content{
	float:left;
	width:92%;
	padding:4%;
	clear:both;
	background:#f3e4bb;
	border-top:6px solid #865A19;
	border-bottom:1px dashed rgba(0,0,0,0.1);
	margin:0 0 40px 0;
}
.tour-content:last-of-type{
	margin:0;
}
.tour-main-image{
	float:left;
	width:36%;
	margin:0 4% 0 0;
}
@media screen and (max-width: 800px) {
.tour-main-image{
	width:100%;
	margin:0 0 40px 0;
  }
}
.tour-main-image .head-image{
	margin-bottom:0;
}
.tour-wrap{
	float:right;
	width:60%;	
}
@media screen and (max-width: 800px) {
.tour-wrap{
	width:100%;
  }
}
.tour-text-place{
	float:left;
	width:100%;	
	margin:0 0 40px 0;
}
h4.event-details{
	font-size:1em;
	font-family: "adelle",serif;
	text-transform:uppercase;
	letter-spacing:0.2em;
	color:#865A19;
	margin-bottom:20px;
	border-bottom:none!important;	
}
.concerts-sidebar{
	float:left;
	width:100%;
}
/*--------------SINGLE STYLES---------------*/
.tour-content-single{
	float:left;
	width:92%;
	padding:4%;
	clear:both;
	background:#f3e4bb;
	border-top:6px solid #865A19;
	border-bottom:1px dashed rgba(0,0,0,0.1);
	margin:0 0 40px 0;
}
.tour-content-single:last-of-type{
	margin:0;
}
.tour-text-place-single{
	float:right;
	width:60%;
}
@media screen and (max-width: 800px) {
.tour-text-place-single{
	width:100%;
  }
}
.buy-ticket-wrap{
	float:left;
	width:100%;
	margin:20px 0 0 0;
}
.buy-ticket{
	margin:0 auto;
	display:table;
	background:#FFDD0D;	
	border:10px solid #f3e4bb;
	box-shadow:0 1px 1px rgba(0,0,0,0.07);
	color:#fff;	
	text-align:center;
	padding:0.7em;
	text-transform:uppercase;
	font-size:0.65em;
	letter-spacing:0.2em;	
}
.buy-ticket:hover{
	background:#1160CC;	
	color:#fff;	
}
/* ------------------------------------------------------------------------------------
--  CONCERTS + SINGLE PAGE ENDS HERE : BLOG INDEX STARTS 
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  BLOG + SINGLE DEFAULT
------------------------------------------------------------------------------------ */
.blog-right{
	float:right;
	width:32%;
	margin-left:3%;
}
@media screen and (max-width: 1024px) {
.blog-right{
	width:100%;
	margin:0;
  }
}
.blog-left{
	float:left;
	width:65%;
}
@media screen and (max-width: 1024px) {
.blog-left{
	width:100%;
	margin:0 0 40px 0;
  }
}
.blog-content{
	float:left;
	width:92%;
	padding:4%;
	clear:both;
	background:#f3e4bb;
	border-top:6px solid #865A19;
	border-bottom:1px dashed rgba(0,0,0,0.1);
	margin:0 0 40px 0;
}
.blog-content:last-of-type{
	margin:0;
}
.post-text{
	float:left;
	width:100%;
}
.blog-content .post-text{
	float:left;
	width:92%;
	padding:4%;
	background:#f3e4bb;
	box-shadow:0 1px 1px rgba(0,0,0,0.05);	
}
.blog-date{
	float:left;
	width:12%;
	margin:0 4% 20px 0;
	text-align:center;
}
@media screen and (max-width: 800px) {
.blog-date{
	width:16%;
  }
}
.blog-date .icon{
	font-size:1.2em;
	color:#865A19;
}
.date-wrap{
	background:#C4B282;
	color:#865A19;	
	margin:10px 0 0 0;
}
.month{
	padding:0.5em 0;
	font-family: "adelle",serif;
	font-size:0.8em;
	text-transform:uppercase;
	border-bottom:1px dashed rgba(255,255,255,0.5);	
}
.date{
	padding:0.5em 0;	
}
.blog-content .head-title{
	float:left;
	width:84%;
	margin-top:60px;
}
@media screen and (max-width: 800px) {
.blog-content .head-title{
	width:80%;
  }
}
.sticky {
	float:left;
}
.sticky ul.post-categories a{
	color:#C4B282;
}
.sticky .readmore{
 	color:#017A75;	
}
.sticky .readmore:hover{
 	color:#C7B374;
}
.sticky p{
	font-size:105%;
	color:#555;
}
ul.post-categories{
	float:left;
	width:100%!important;
	list-style:none;
	margin:0 0 20px 0!important;
	padding:0!important;
}
ul.post-categories li{
	margin:0 4px 4px 0;
	float:left;
	width:auto!important;
}
ul.post-categories a{
	text-transform:uppercase;
	color:#C4B282;
	font-size:0.7em;
	letter-spacing:0.2em;
	padding:0.7em;
	background:rgba(221,221,221,0.1);
	box-shadow:0 1px 1px rgba(0,0,0,0.05);
	border:1px solid #fff;
}
/*--------------NOT FOUND-----------------*/
p.nofound{
	text-align:center;
	font-size:0.75em;
	letter-spacing:0.1em;
	text-transform:uppercase;
	margin-bottom:40px;
	background:#f3e4bb;
	border-top:6px solid #1160CC;
	border-bottom:1px dashed rgba(0,0,0,0.1);
	padding:2em 0;
}
/*------------NEXT PREVIOUS POSTS--------------*/
#buttons{
	float:left;
	width:100%;
}
.nextprev{
	float:left;
	color:#1160CC;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 
}
.nextprev:hover{
    color:#C7B374;
}
.prev{
	margin-right:2px;
}
.next{
	margin-left:2px;
}
/* ------------------------------------------------------------------------------------
--  BLOG SINGLE
------------------------------------------------------------------------------------ */

/*----------------------NEXT PREVIOUS POSTS---------------------------------------*/
#nav-single{
	float:left;
	text-align:right;
	width:100%;
	font-size:0.9em;
	padding:0 0 2px 0;
	border-bottom:1px dashed #1160CC;
}
/*---------------------POST PAGINATION---------------------------------------*/
.post-pagination{
	float:left;
	width:100%;
	margin:20px 0 0 0;
	text-align:center;
}
/*---------------------TAGS---------------------------------------*/
#tag-container{
	float:left;
	width:100%;
	margin:20px 0 0 0;
}
#tag-container{
	font-size:0.8em;
	text-transform:lowercase;
}
/*----------------------ALLOWED TAGS FOR COMMENT FORM---------------------------------------*/
.allowed-tags{
	float:left;
	width:100%;
	margin-bottom:20px;
	font-family:monospace;
	display:none;
}
/*----------------------COMMENTS LIST---------------------------------------*/
#comments-wrap{
	float:left;
	width:100%;
	margin:20px 0 0 0;
}
#comments-area{
	float:left;
	width:100%;
	margin:0 0 40px 0;
}
#comments-area h4{
	font-family: "adelle",serif;
	font-size:0.7em;
	text-transform:uppercase;
	letter-spacing:0.2em;
	margin:0 0 20px 0;
}
ol.commentslist{
	float:left;
	width:100%;
	list-style:none;
}
ol.commentslist li{
	float:left;
	width:92%;
	padding:4%;
	margin:0 0 20px 0;
	background:#fefefe;
}
ol.commentslist li li{
	float:left;
	width:100%!important;
	padding:0!important;
	margin:0 0 20px 0;
	list-style:none;
	background:transparent;
}
ol.commentslist li:last-child, 
ol.commentslist li li:last-child{
	margin-bottom:0;
}
ul.children{
	float:left;
	width:100%!important;
	margin: 0!important;
}
ol.commentlist .comment-date{
	font-size:0.9em;	
}
ol.commentslist p{
	line-height:1.7em;
}
ol.commentslist header{
	margin-bottom:20px;
}
.comment-date{
	font-size:0.8em;
}
.comment-body{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.comment-body:last-child{
	margin-bottom:0;
}
.comment-body h5{
	font-family: "adelle",serif;
	font-size:0.7em;
	text-transform:uppercase;
	letter-spacing:0.2em;
	float:right;
}
.comment-box{
	float:left;
	width:100%;
	margin:20px 0 0 0;
}
.comment-box p{
	overflow:hidden;	
	margin-bottom:0!important;
	font-family: 'Courier New', monospace;
	font-size:0.9em;
}
figure.comment-avatar{
	float:left;
	background:rgba(221,221,221,0.2);
	border:1px solid rgba(255,255,255,0.1);
	box-shadow:0 1px 1px rgba(0,0,0,0.1);
	padding:5px;
	margin:0 20px 0 0;
}
img.avatar{
	float:left;
	margin-bottom:0!important;
}
.reply{
	float:right;
	display:inline-block;
	padding:0.5em 0.8em 0 0.8em;
	font-size:0.7em;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
#respond{
	float:left;
	width:100%;
}
#respond h3{
	float:left;
	font-size:0.7em;
    text-transform:uppercase;
    letter-spacing:0.2em;
    margin-bottom:20px;
    padding:0 0 5px 0;
    background:#f3e4bb;
	border-bottom:1px dashed #1160CC;
}
.comments-navigation{
	float:left;
	width:100%;
	margin:20px 0 0 0;
	font-size:0.9em;
	text-align:center;
}
.comments-navigation a{
	float:right;
	background:#f3e4bb;
	color:#808080;
	padding:0.5em 0.8em;
	border:1px solid rgba(255,255,255,0.1);
	display:inline-block;
}
.comments-navigation a:hover{
	color:#333;
}
.comment{
	float:left;
	margin-bottom:1px!important;
	background:#f3e4bb;	
	padding:4%;
	width:92%;
	border-bottom:1px dashed #1160CC;
}
.pingback{
	float:left;
	margin-bottom:1px!important;
	background:#f3e4bb;	
	padding:4%;
	width:92%;
	border-bottom:1px dashed #1160CC;	
}
article.pingback a{
	font-size:0.9em;
	line-height:1.7em;
}