/*
	Theme Name: ALTA SA
	Author: 813.pl
	Author URI: http://813.pl
*/


@font-face {
    font-family: 'theano';
    src: url('fonts/theanodidot-regular-webfont.eot');
    src: url('fonts/theanodidot-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/theanodidot-regular-webfont.woff') format('woff'),
         url('fonts/theanodidot-regular-webfont.ttf') format('truetype'),
         url('fonts/theanodidot-regular-webfont.svg#theano_didotregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
a, abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, date, tr, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
a, ins, del { text-decoration: none; }
blockquote, q { quotes:none; }
ul, ol { list-style: none; }
table { border-spacing: 0; border-collapse: collapse; }
caption, th { text-align: left; }
blockquote:before, blockquote:after, q:after, q:before { content: ""; }
html{ height: 100%;}
body { background: #fff; color: #534741; font-family: 'Lato'; font-size: 14px; height:100%;overflow:hidden;}
hr { display: none; }
b, strong { font-weight: bold; }
em { font-style: italic; }
del { text-decoration: line-through; }
address, cite, dfn { font-style: normal; }
abbr, acronym { border-bottom: 1px dotted #999; cursor: help; }
input, textarea, select { font-family: 'Lato'; }
label { cursor: pointer; }
button, input[type="button"], input[type="reset"], input[type="submit"], select, label[for] { cursor: pointer; -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
img { -ms-interpolation-mode: bicubic; vertical-align: middle; }
a, a:visited { color: #831813; text-decoration: none; }
a:hover, a:active { color: #831813; outline: 0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; }
body, html { font-size: 100%; padding: 0; margin: 0; height: 100%; background: #fff; font-size:17px;}


html {
  
}

nav ul,
nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.ie6 legend,
.ie7 legend {
  margin-left: -7px;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
}
input:invalid,
textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}
button {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

::-moz-selection {
  background: #831813;
  color: white;
  text-shadow: none;
}
::selection {
  background: #831813;
  color: white;
  text-shadow: none;
}
a:link {
  -webkit-tap-highlight-color: #831813;
}


/* Site Css ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */

body .main {
  width: 100%;
  height: 100%;
  position: relative;
  background: #831813;
}

body .site-menu {
  width: 960px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: auto;
  right: auto;
  margin-left: -480px;
  z-index: 9;
  line-height: 100px;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
  border-bottom: 1px solid #e5e2e2;
 
}
body .site-menu div {
  overflow: hidden;
}
body .site-menu a {
  float: left;
  width: 192px;
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
body .site-menu a:hover {
  background: white;
  text-shadow: rgba(255, 255, 255, 0) 0px 1px 0px;
  color: #831813 !important;
}
body .site-menu a.home {
  background: url(../img/interface/logo-nav.png) no-repeat 0 0;
  text-indent: -100%;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
  position: relative;
}
body .site-menu a.home:hover {
  background-color: white;
  background-position: 0px -100px;
}
body .site-menu a.selected {
  color: #831813;
}
body .site-menu.reveal {
  box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
}
body .site-menu.big-reveal {
  box-shadow: 0px 20px 40px -21px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 40px -21px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.2);
}

body.home .viewport, body.page-template-default .viewport, 
body.post-type-archive-aktualnosci .viewport,
body.page-template-tpl-downloadfiles-php .viewport{
	background: #fff url('img/bg-main.png') no-repeat top right;
	background-size: contain;
}


body .show-menu {
  display: block;
  height: 100%;
  width: 100px;
  z-index: 3;
  background: #fff;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
}
body .show-menu .icon {
  display: block;
  width: 50px;
  position: absolute;
  top: 50%;
  height:20px;
  left: auto;
  cursor:pointer;
  bottom: auto;
  right: -70px;
  margin: -20px 0 0 15px;
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
	
  /*
	overflow: hidden;
	text-indent: -1000px;
  */
	font-style: italic;
	font-size: 20px;
	text-align: center;
	font-family: 'theano';
	background: transparent url('img/ico-menu.png') no-repeat center center;
  background: transparent;
  color:#831813;
}

body .show-menu .icon._813_displayed{
	text-indent: 0;
	background: transparent;
}

body .show-menu .full-nav {
  display: block;
  height: 100%;
  width: 320px;
  position: absolute;
  top: 0;
  left: -360px;
  bottom: auto;
  right: auto;
  z-index: 1;
  color: white;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
  background: #831813 url('img/bg-menu.png') no-repeat -20px 0;
}




body .viewport {
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
  position: relative;
  z-index: 2;
  background: #fff;
  background-size: contain;
 
}

body .show-menu {
  width: 25px;
}
body .content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 150px;
  margin: auto;
  position: relative;
  top: -100%;
  -webkit-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
}
body .content * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .static-content {
  
  position: absolute;
  top:0;
  left: 0;
  bottom: auto;
  right: auto;
  height:100%;
  width:100%;
  -webkit-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
}

body.menu .viewport {
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}
body.menu .full-nav {
  left: 20px;
}
body.menu .icon {
  opacity: 0;
}
body.menu .show-menu {
  background: rgba(0, 0, 0, 0);
}
body.loading .main-grid {
  top: 1200px;
}
body.loading .main-grid a img {
  height: 147px !important;
  margin: 0 !important;
}
body.loading .home {
  top: -100px !important;
}
body.project .main-grid {
  top: 1200px;
}
body.project .play .switch {
  margin-left: -395px;
}
body.project .profile .switch {
  margin-left: 95px;
}
body.do3d.menu .viewport {
  -webkit-transform: rotateY(-30deg) translateZ(0px) translateX(200px);
  -moz-transform: rotateY(-30deg) translateZ(0px) translateX(200px);
  -ms-transform: rotateY(-30deg) translateZ(0px) translateX(200px);
  transform: rotateY(-30deg) translateZ(0px) translateX(200px);
}
body.do3d.menu .full-nav {
  left: -240px;
  -webkit-transform: translateX(260px);
  -moz-transform: translateX(260px);
  -ms-transform: translateX(260px);
  transform: translateX(260px);
}
body.do3d .main {
  -webkit-perspective: 2000;
  -webkit-perspective-origin: 50% 50%;
}
body.do3d .content.perspective {
  -webkit-perspective: 500;
  -webkit-perspective-origin: 50% 50%;
  -webkit-text-size-adjust: none;
}
body.doItemPerspective .main-grid {
  -webkit-perspective: 2000;
  -webkit-perspective-origin: 50% 50%;
}

#cloud{
	
}

#_813_logo{
	position: fixed;
	top:-5px;
	left:15px;
	z-index:1000000;
}

._813_textRed{
	color: #831813 !important;
}

#_813_noPosts{
	position: absolute;
	top: 192px;
	left:25px;
	font-size: 14px;
}

._813_upperCase{
	text-transform:uppercase;
}

.standard-page{
	
}
#_813_canvasContainer{
	width:100%;
	height:100%;
}

#_813_scrollWrapper{
	width: 100%;
	height: 100%;
	position:relative;
}

._813_pageWrapper{
	width: 675px;
	margin: 145px 0 0 300px;
}

._813_pageTitle{
	font-weight:normal;
	color:#831813;
	font-size: 17px;
	margin-bottom:1em;
}

#_813_relatedPosts{
	text-transform: uppercase;
	font-size: 14px;
}

#_813_relatedPostsTitle{
	font-weight:normal;
	color:#831813;
	font-size: 14px;
	text-transform: uppercase;
	padding-right:10px;
}

#_813_relatedPosts a{
	color: #998675;
	padding-right:20px;
	text-decoration: none;
}

#_813_relatedPosts a:hover{
	color:#831813;
	text-decoration: underline;
}

._813_pageContent{
	padding-bottom: 145px;
	font-size: 14px;
}

._813_pageContent p, ._813_pageContent ul, ._813_pageContent ol{
	margin-bottom: 1em;
}

._813_pageContent h1, ._813_pageContent h2, ._813_pageContent h3, ._813_pageContent h4{
	font-weight: normal;
	color: #831813;
	font-size: 14px;
	margin-bottom: 1em;
}

._813_pageContent h1._813_subTitle, ._813_pageContent h2._813_subTitle, ._813_pageContent h3._813_subTitle, ._813_pageContent h4._813_subTitle{
	margin-bottom:0;
}

._813_pageContent._813_smallerPageContent{
	font-size: 14px;
}

._813_pageContent h1._813_smallerPageContent, ._813_pageContent._813_smallerPageContent h2, ._813_pageContent._813_smallerPageContent h3, ._813_pageContent._813_smallerPageContent h4{
	font-size: 14px;
}

._813_pageContent strong{
	font-weight: 700;
}

._813_pageContent table{
	width:100%;
	margin-bottom: 1em;
}

._813_pageContent td{
	padding: 0 0 0.5em 0.5em;
}


#_813_leftMenuLogo{
	width:100%;
	height:190px;
	display:block;
}

#_813_leftMenuWrapper{
	margin: 0 27px 0 7px;
	font-size: 14px;
	color: #fff;
	font-weight:300;
	text-transform:uppercase;
	font-weight:normal;
}

#_813_leftMenuWrapper li{
	font-weight: 400;
}

#_813_leftMenuWrapper li li{
	font-weight: 300;
}

#_813_leftMenuWrapper li ul{
	margin-bottom:1em;
}

#_813_leftMenuWrapper a{
	color:#cda2a0;
}

#_813_leftMenuWrapper li li.current-menu-item a, #_813_leftMenuWrapper a:hover{
	color:#fff;
}

#_813_sidebarChart{
	position: absolute;
	bottom: 40px;
	left:7px;
}

#_813_copy{
	font-size: 11px;
	color: #fff;
	opacity:0.6;
	position: absolute;
	bottom:20px;
	left:7px;
}

.fb_iframe_widget{
	float:left;
}


#_813_copy span{
	padding-right:1em;
}

#_813_copy span:last-child{
	padding-right:0;
}

#_813_copy a{
	color: #fff;
}

#_813_copy a:hover{
	opacity:1;
}

._813_subTitle{
	font-weight:normal;
	margin-bottom:0;
}

._813_subTitle a{
	text-decoration:none;
}

._813_subTitle a:hover{
	text-decoration: underline;
}

._813_newsImage{
	float:left;
	width:170px;
}

.page-template-tpl-downloadfiles-php ._813_newsImage{
	margin-right: 10px;
}

._813_newsContentWrapper{
	/*width:490px;*/
	margin: 0 0 0 auto;
	font-size: 14px;
}

._813_newsSocial{
	overflow:hidden;
}

._813_newsContentWrapper h2{
	font-size:14px;
}

._813_newsContent p:last-child{
	margin-bottom: 0.5em;
}

._813_raportyContentWrapper{
	font-size: 14px;
}

._813_date{
	color: #C7B299;
}


._813_postContent ._813_date{
	margin-bottom: 1em;
}

._813_postContent ul, ._813_pageContent ul{
	margin-left:15px;
	list-style-image: url('img/dot-main.png');
}

._813_postContent ol, ._813_pageContent ol{
	margin-left:20px;
	list-style: decimal;
}

._813_pageContent img.size-full{
	display: block;
	max-width: 100%;
}

._813_newsContent{
	overflow:hidden;
}

._813_newsWrapper{
	margin-bottom: 15px;
	margin-top: 25px;
	position: relative;
}

._813_archiveWrapper, ._813_postWrapper{
	min-height:100%;
	margin: 0 0 0 420px;
	border-left: 1px solid #e0c5c4;
	position: relative;
}

._813_archiveSidebar, ._813_postSidebar{
	width:260px;
	position: fixed;
	top: 190px;
	left:130px;
}

._813_archiveTitle, ._813_postTitle{
	font-weight:normal;
	color:#831813;
	font-size: 17px;
	padding: 0 13px 22px 13px;
	border-bottom: 1px solid #e0c5c4;
}


#_813_searchForm{
	padding: 44px 13px 18px 13px;
	border-bottom: 1px solid #e0c5c4;
}

#_813_searchFormInput{
	width:100%;
	border:0;
	color: #998675;
	background:#fff;
	font-size: 17px;
	margin:0;
	outline:0;
}

#tags{
	text-transform: uppercase;
	width: 675px;
	margin: 45px 0 0 300px;
	text-align: center;
	font-family: 'theano';
	font-size: 35px;
}

#tags li{
	display: inline-block;
	margin: 20px 40px 10px 20px; 
}

#tags a{
	color: #998675;
}

#tags a:hover{
	color: #831813;
}

.ie8 #_813_canvasContainer{
	display:none;
}

#_813_archiveTags{
	color: #998675;
	padding: 36px 13px 0 13px;
}

#_813_archiveTags a{
	color: #998675;
	line-height:1.3em;
	padding-right: 5px;
}

#_813_archiveTags a:hover{
	color:#831813;
}

#_813_archiveTagsTitle{
	font-weight:normal;
	color: #998675;
	font-size: 17px;
	margin-bottom: 22px;
}

#_813_searchFormInput:hover, #_813_searchFormInput:focus{
	color:#831813;
}

#_813_searchForm ::-webkit-input-placeholder { 
    color:    #998675;
}
#_813_searchForm :-moz-placeholder { 
    color:    #998675;
}
#_813_searchForm ::-moz-placeholder { 
    color:    #998675;
}
#_813_searchForm :-ms-input-placeholder { 
    color:    #998675;
}


._813_archiveContent, ._813_postContent{
	overflow:hidden;
	margin-left: 25px;
	margin-right: 25px;
}

._813_postContent{
	padding-top: 25px;
}

._813_dateArrow span{
	padding-right:15px;
	background: transparent url('img/arr-bottom.png') no-repeat center right;
}

._813_dateWithSocial{
	height: 20px;
	font-size: 14px;
}

._813_dateWithSocial span:first-child{
	float:left;
	line-height: 20px;
	padding-right: 20px;
}

._813_archiveImage{
	float:left;
	margin-right: 15px;
	margin-top:5px;
}

._813_cloudTooltipWrapper{
	position: fixed;
	display:none;
	width: 431px;
	height:314px;
	top:50%;
	left:50%;
	margin-top: -157px;
	margin-left: -215px;
	background: transparent url('img/bg-shadow3.png') no-repeat 0 0;
	overflow:hidden;
	text-align:center;
	font-size: 14px;
	color: #534741;
}

._813_cloudTooltipClose{
	position: absolute;
	top: 30px;
	right:30px;
	font-size: 14px;
	color: #B3B3B3;
}

._813_cloudTooltipClose:hover{
	color: #831813;
}


._813_cloudTooltipTitle{
	font-size: 34px;
	font-family: 'theano';
	color: #831813;
}

._813_cloudTooltipInner{
	margin: 64px 32px 38px 32px;
	overflow:hidden;
	height: 212px;
}

._813_cloudTooltipGfx img{
	display:block;
	max-width:100%;
	margin: 10px auto 0 auto;
}

._813_cloudTooltipMore{
	display:block;
}



#_813_searchIcon{
	position: fixed;
	left: 48px;
	bottom: 43px;
	z-index: 100000;
}

#_813_searchIcon a{
	display: block;
	width: 50px;
	height: 25px;
	overflow: hidden;
	text-indent: -1000px;
	background: transparent url('img/ico-search.png') no-repeat center center;
	font-style: italic;
	font-size: 13px;
	text-align: center;
	font-family: 'theano';
}

#_813_searchIcon a:hover{

}

#_813_searchIconForm{
	position: absolute;
	top:0;
	left:50px;
	background:#fff;
	width:0;
	height:25px;
	overflow:hidden;
}

#_813_searchIconForm form{
	width:300px;
	height:25px;
}

#_813_searchIconInput{
	border:0;
	background:#fff;
	color:#831813;
	width:200px;
	height:25px;
	line-height: 25px;
	outline:0;
}

#_813_searchIconSubmit{
	border:0;
	background:#831813;
	color:#fff;
	height:25px;
	padding: 0 10px;
	font-size: 10px;
	line-height: 25px;
	text-transform: uppercase;
}

#_813_languageChange{
	position: fixed;
	bottom: 35px;
	right: 35px;
	font-size: 14px;
	color: #534741;
	font-family: 'Lato';
	text-align:right;
	text-transform: uppercase;
	font-weight: 300;
}


#_813_languageChange a{
	color: #534741;
}

#_813_languageChange a:hover{
	color: #831813;
}

ul._813_relacjeList{
	margin-bottom: 0;
}

ul._813_relacjeListMore{
	list-style: none;
	margin-bottom: 2em;
}

._813_pageContent ul a{
	color: #534741;
}

._813_relacjeList a, ul._813_relacjeListMore a{
	color: #534741;
}

._813_relacjeList a:hover, ul._813_relacjeListMore a:hover, ._813_pageContent ul a:hover{
	color:#831813;
}

#_813_cloudTooltips{
	display:none;
}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(img/ico-loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/ico-prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/ico-nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(img/ico-closelabel.png) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

._813_paginationWrapper{
	float:right;
}

.wp-paginate{
	
	list-style:none;
	margin:0;
	font-weight: 300;
	font-size: 14px;
	color: #736357;
	margin-left: 0 !important;
}

.wp-paginate li{
	display: inline-block;
	margin: 0 5px;
}

.wp-paginate a{
	color: #736357;
}

.wp-paginate a:hover, .wp-paginate span.current{
	color:#831813;
	font-weight:700;
}

.wp-paginate .next, .wp-paginate .prev{
	display:none;
}

._813_searchResultsPaginationBottom, ._813_searchResultsPaginationTop{
	overflow:hidden;
}

._813_searchResultsPaginationTop  .wp-paginate{
	margin-top: 25px;
}

._813_searchResultsPaginationBottom .wp-paginate{
	margin-bottom: 20px;
}


._813_yearFilter{
	position: relative;
	display:inline-block;
	font-weight: 300;
	font-size: 14px;
	color: #736357;
}

._813_yearFilter a{
	color: #736357;
}

._813_yearFilter a:hover, ._813_yearFilterCurrent:hover{
	color: #831813;
}

._813_yearFilterAvailable{
	display: none;
	position: absolute;
	top: 1em;
	right: -10px;
	padding: 10px 10px 0 10px;
	width: 130px;
	text-align: right;
	background: #fff;
	z-index:1000;
}

._813_pagination{
	display: inline-block;
}

._813_yearFilterCurrent{
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-left: 15px;
	background: transparent url('img/arr-bottom2.png') no-repeat 0 8px;
}

._813_yearFilterCurrent:hover ._813_yearFilterAvailable{
	display: block;
}

._813_yearFilterAvailableItem{
	display: block;
	line-height: 1.5em;
}

._813_languageChangeItem{
	float:right;
	height: 20px;
	line-height: 20px;
}

._813_languageChangeItem a{
	padding-left: 20px;
	display:block;
		height: 24px;
	line-height: 17px;
}

#_813_infoCookies{
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	line-height: 1.2em;
	color: #534741;
	font-family: Lato;
	font-size: 13px;
	padding: 8px 5px;
	background:#fff;
	background: rgba(255,255,255,0.9);
	text-align: center;
}

#_813_closeCookies{
	margin: 0 10px;
	padding: 0 5px;
	display: inline-block;
}
#_813_closeCookies:hover{
	background:#831813;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

._813_sharesFormDate{
	background: #fff;
	border: 1px solid #e0c5c4;
	text-align: center;
}

._813_sharesFormSubmit{
	border: 1px solid #831813;
	color: #fff;
	background: #831813;
}