@import url('reset.css');

@import url('widgets.css');

@import url('elements.css');

@import url('comments.css');

@import url('../js/poshytip-1.1/src/tip-yellow/tip-yellow.css');

@import url('isotope.css');
/*
* Folder v1.0
*
*/
/* Vars ----------------------------------------------------*//* Mixins ----------------------------------------------------*//* IMPORT ------------------------------------------------------------*/
/* aditional */
/* Fonts ----------------------------------------------------*//* Here you go ie */
/*@font-face {
  font-family: 'mensch';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/mensch-webfont.eot');
}*/
/* For real web browsers */
/*@font-face {
  font-family: 'mensch';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/mensch-webfont.ttf');
}*/
/*@font-face {
  font-family: 'madurai';
  font-style: normal;
  font-weight: normal; 
  src: url('../fonts/MaduraiNormRegular.otf');
}*/
@font-face {
    font-family: 'maduraicond';
    src: url('../fonts/MaduraiCondRegular.eot');
    src: url('../fonts/MaduraiCondRegular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MaduraiCondRegular.woff2') format('woff2'),
         url('../fonts/MaduraiCondRegular.woff') format('woff'),
         url('../fonts/MaduraiCondRegular.ttf') format('truetype'),
         url('../fonts/MaduraiCondRegular.svg#MaduraiCondRegular') format('svg');
    font-style: normal;  
    font-weight: normal;
}
@font-face {
    font-family: 'arimamadurai';
    src: url('../fonts/ArimaMadurai-Regular.eot');
    src: url('../fonts/ArimaMadurai-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ArimaMadurai-Regular.woff2') format('woff2'),
         url('../fonts/ArimaMadurai-Regular.woff') format('woff'),
         url('../fonts/ArimaMadurai-Regular.ttf') format('truetype'),
         url('../fonts/ArimaMadurai-Regular.svg#ArimaMadurai-Regular') format('svg');
    font-style: normal;  
    font-weight: normal;  
}

/* GENERAL ------------------------------------------------------------*/
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.wrapper {
  margin: 0 auto;
  width: 940px;
  position: relative;
}
body {
  font-family: arimamadurai, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  background: /*#95c9c3*/ #86A9CA url(../img/grunge.png) repeat-x center 185px;
}
body a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body p {
  margin-bottom: 20px;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
  line-height: 1.3em;
  color: #84202D;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0px;
}
h1 {
  font-size: 35px;
  display: none;
}
h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
h3 {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 20px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 10px;
}
h2#filter-bar {
    position: absolute;
    top: 16px;
    left: 32px;
    margin: 0;
    z-index: 10;
    width: 93.5%;
    color: #2a2828;    
}
h2#filter-bar span {
   float: right;
   color: #2a2828;
   font-weight: normal;
   text-transform: lowercase;
   font-size: 0.8em;
   font-family: maduraicond;
}
h2#filter-bar span i {
    visibility: hidden;
}
h2#filter-bar span b {
    font-weight: bold;
}
h2#filter-bar span strong {
    font-weight: normal;
}
/* HEADER ----------------------------------------------------*/header {
    position: relative;
/*background: white url(../img/grunge2.png) bottom center;*/ /*url(../img/header.png)*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feecb0+0,ffffff+25,ffffff+75,feecb0+100&1+0,0+25,0+75,1+100 */
background: -moz-linear-gradient(left, rgba(254,236,176,1) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 80%, rgba(254,236,176,1) 100%), white url(../img/grunge2.png) center 143px; /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(254,236,176,1) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0) 80%,rgba(254,236,176,1) 100%), white url(../img/grunge2.png) center 143px; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(254,236,176,1) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0) 80%,rgba(254,236,176,1) 100%), white url(../img/grunge2.png) center 143px; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feecb0', endColorstr='#feecb0',GradientType=1 ); /* IE6-9 */  

  min-height: 185px;
  height: 185px;
}
header #logo {
  display: block;
  margin: 23px 0 22px 0;
  position: relative;
  left: 0px;
  height: 84px;
  float: left;  
}
header #ic {
  display: block;
  margin: 64px 0 23px 0;
  position: relative;
  right: 0px;
  height: 42px;
  float: right;
  opacity: 1;
}
header #logo:hover, header #ic:hover {
  opacity: 1;
}
header #logo a, header #ic a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  float: left;
}    
header #logo img, header #ic img {
    border: 0;
    padding: 0;
    margin: 0;
}
header #motto {
    position: absolute;
    right: 0px; /*-1px;*/
    bottom: 21px;/*15*/
    font-family: arimamadurai;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    color: #2A2828;
    text-align: right;
    line-height: 1.2;
    letter-spacing: 1px;
    /*border-right: 20px dotted #FEECB0;*/
}
header #motto span {
    /*font-size: 60px;
    font-style: normal;*/
    background: url(../img/quote0.png) no-repeat top left;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 12px;
    left: -1px;
    
    /*color: #84202D;*/
    /*font-size: 148px;*/
    /*position: relative;*/
    /*bottom: -156px;*//*-59*/
    /*right: 86px;*//*87*/
}
/* NAVIGATION ------------------------------------------------------------*/
nav {
  height: 68px;
  float: left;
  width: 100%;
  margin-top: 0px;
  position: relative;
  background: url(../img/ribbon0.png) no-repeat top center;
}
#nav {
  clear: left;
  display: block;
  float: left;
  position: relative;
  /*right: 50%;*/
  text-align: center;
}
#nav > li {
  display: block;
  float: left;
  position: relative;
  /*left: 50%;*/
  font-family: maduraicond;
  /*word-spacing: -0.1em;*/
  font-size: 19px;
  letter-spacing: 1px;
  /* sub navigation -----------------------------------------------------*/

}
#nav > li.current-menu-item i,
#nav > li.current_page_item i {
  display: block;
}
#nav > li a {
  display: block;
  padding: 18px 10px 0px 11px;
  color: /*#f3e4c8*/ #FEECB0;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}
#nav > li a:hover, #nav > li a.active  {
  color: white;
}
#nav > li a:hover i {
  display: block;
}
#nav > li a i {
  display: none;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: -4px;
}
#nav > li a i b {
  position: absolute;
  display: block;
  /*background: url(../img/current.png) no-repeat 0px 0px;*/
  /*width: 16px;
  height: 16px;*/
  left: -7px;
  top: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.9px 8px 0 8px;
  border-color: white transparent transparent transparent;
}
#nav > li ul {
  font-size: 16px;
  font-family: arimamadurai;
  text-align: left;
  margin-top: 15px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  width: 215px;
}
#nav > li ul li {
  border-top: 1px solid white /*#a03a26*/;
  /*border-bottom: 1px solid #FEECB0 #812f1e*/;
  letter-spacing: 0px;  
  /*position: relative;
  left: -5px;*/
}
#nav > li ul li a {
  padding: 10px 12px 8px 12px;
  background: #680E00;/*#2A2828 *//*#963724*/
  color: white;
}
#nav > li ul li a:hover {
  background: #84202D; /*#a03a26*/
  color: #FEECB0;
}
#nav > li ul li:last-child {
  border-bottom: none;
}
nav #ic {
  display: block;
  position: absolute;
  right: 11px;
  top: -52px;
  width: 32px;
  height: 32px;
    -webkit-filter: brightness(100%); /* Safari 6.0 - 9.0 */
    filter: brightness(100%);  
}
nav #ic:hover, nav #es:hover {
    -webkit-filter: brightness(115%); /* Safari 6.0 - 9.0 */
    filter: brightness(115%);
}
nav #es {
  display: block;
  position: absolute;
  right: 55px;
  top: 12px;
  width: 32px;
  height: 32px;
    -webkit-filter: brightness(100%); /* Safari 6.0 - 9.0 */
    filter: brightness(100%);  
}
/* COMBO NAVIGATION ------------------------------------------------------------*/
#comboNav {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  float: left;
}
/* MAIN ----------------------------------------------------*/#main .wrapper {
  margin-top: 42px;
  margin-bottom: 50px;
  min-height: 500px;
  color: black;
  font-size: 16px;
  line-height: 1.4em;
}
/* HEALINE ----------------------------------------------------*/.headline {
  /*color: #cb5432;
  text-align: center;
  font-family: mensch;
  font-size: 48px;
  line-height: 1.3em;*/
  /*word-spacing: -0.1em;*/
  /*text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;*/
}
/* FEATURE ----------------------------------------------------*/.feature {
  width: 960px;
  margin-left: -20px;
}
.feature li {
  position: relative;
  background: #f3e4c8 /*#FEECB0*/;
  width: 300px;
  height: 400px;
  margin-bottom: 20px;
  margin-left: 20px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.feature li .listview {
    display: none;
    position: relative;
}
.feature li .postview {
    display: block;
}
.feature li .date {
    background: /*#FEECB0*/ url(../img/date1.png) top center no-repeat;    
    font-family: maduraicond;
    color:#FEECB0;
    position: absolute;
    top: -10px;
    left: 104px;
    width: 72px;
    height: 67px;
    display: block;
    text-align: center;
    line-height: 1;
    padding-top: 14px;
    z-index: 20;
}
.feature li .date .from {
    position: absolute;
    top: 2px;
    left: 28px;
    font-size: 0.7em;
    letter-spacing: 1px;
}
.feature li .date .d {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 2px;
    display: inline-block;
}
.feature li .date .d i {
    padding: 0 2px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}
.feature li .date .m {
    font-size: 19px;/*22*/
    position: relative;
    top: 3px;  /*-1*/
    letter-spacing: 1px;
    font-weight: normal;
}
.feature li .thumb {
  display: block;
  margin: 10px;
  width: 280px;
  height: 280px;
  position: relative;
  /*height: 25px;*/
}
.feature li .thumb img {
  max-width: 100%;
  /*display: none;*/
}
.feature li .thumb .grad {
    width: 100%;
    max-width: 100%;
    height: 280px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top,  rgba(243,228,200,0.85) 0%, rgba(243,228,200,0.55) 25%, rgba(243,228,200,0.25) 100%);
    background: -webkit-linear-gradient(top,  rgba(243,228,200,0.85) 0%, rgba(243,228,200,0.55) 25%, rgba(243,228,200,0.25) 100%);
    background: linear-gradient(to bottom,  rgba(243,228,200,0.85) 0%, rgba(243,228,200,0.55) 25%, rgba(243,228,200,0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2828', endColorstr='#2a2828',GradientType=0 );
}
.feature li .caption .title {
 color: #2A2828;/*#84202D;*/
 font-size: 17px;
 font-weight: bold;
 text-transform: uppercase;
 line-height: 1.5;
 display: inline-block;
 height: 77px;
 cursor: pointer;
 border-top: 1px dashed #2A2828;
 padding-top: 15px;
 width: 100%;
 letter-spacing: 0px;
}
.feature li .caption {
  padding: 10px 10px 20px 10px;
  text-align: center;
  line-height: 1.4;
  font-size: 16px;
  position: relative;
  z-index: 40;
  height: 330px;
    background: -moz-linear-gradient(top,  rgba(243,228,200,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(243,228,200,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(243,228,200,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2828', endColorstr='#ffffff',GradientType=0 );    
}
.feature li .caption b {
  font-weight: bold;
  display: inline-block;
  padding: 0 2px;
}
.feature li .caption .content strong {
  font-weight: bold;
}
.feature li .caption .content em {
  font-style: italic;
}

.feature li .thumb .arrowup {
  position: absolute;
  bottom: -25px;
  left: 110px;
  display: block;
  -moz-border-radius: 40px 40px 40px 40px;
  -webkit-border-radius: 40px 40px 40px 40px;
  border-radius: 40px 40px 40px 40px;
  height: 46px;
  width: 60px;
  background: #f3e4c8 /*#FEECB0*/ url(../img/arrow-top.png) center 14px no-repeat;
  float: left;
  font-family: maduraicond;
  padding-top: 10px;
  cursor: pointer;
  z-index: 30;
}
.feature li .thumb .arrowdown {
  position: absolute;
  bottom: -25px;
  left: 110px;
  display: none;
  -moz-border-radius: 40px 40px 40px 40px;
  -webkit-border-radius: 40px 40px 40px 40px;
  border-radius: 40px 40px 40px 40px;
  height: 50px;
  width: 60px;
  background: #f3e4c8 /*#FEECB0*/ url(../img/arrow-bottom.png) center 11px no-repeat;
  float: left;
  font-family: maduraicond;
  padding-top: 10px;
  cursor: pointer;
  z-index: 30;
}
.feature li .postview .gallery {
  position: absolute;
  display: block;
  width: 32px;
  height: 40px;
  bottom: 20px;
  left: 134px;
  z-index: 50;
  display: none;
  cursor: pointer;
}
.feature li  .postview .gallery a:not(:first-child) {
    display: none;
    text-decoration: none;
    border: 0;
    padding: 0;
    margin: 0;
    width: 0px;
    height: 0px;
}
.feature li .postview .galtrig {
  display: block;
  background: url(../img/gallery3.png) center no-repeat;
  width: 32px;
  height: 40px;  
}
.feature li .listview .gallery {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;/*77*/
}
.feature li .listview .gallery a:not(:first-child) {
    display: none;
    text-decoration: none;
    border: 0;
    padding: 0;
    margin: 0;
    width: 0px;
    height: 0px;
}
.feature li .listview .galtrig {
  display: block;
  background: url(../img/gallery3.png) center no-repeat;
  width: 32px;
  height: 40px;
}
.feature li .caption a.link, .feature li .text a.link {
    color: rgb(82, 133, 180);/*#86A9CA;*/
    display: inline-block;
    padding: 0 2px;    
}
.feature li .caption a.link:hover, .feature li .text a.link:hover {
    text-decoration: underline;
}
/* PAGE CONTENT ----------------------------------------------------*/.page-content {
  position: relative;
  background: /*#f3e4c8*/ /*#FEECB0*/ white;
  color: /*#585246*/ #2A2828;
  padding: 50px 30px 40px 30px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
.page-content .heading {
  border-bottom: 5px solid #2A2828 /*#585246*/;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.page-content .c-1,
.page-content .c-2,
.page-content .c-3,
.page-content .c-4 {
  position: absolute;
  width: 48px;
  height: 50px;
}
.page-content .c-1 {
  top: 0px;
  left: 0px;
  background: url(../img/corner-1.png) no-repeat top left;
}
.page-content .c-2 {
  top: 0px;
  right: 0px;
  background: url(../img/corner-2.png) no-repeat top left;
}
.page-content .c-3 {
  bottom: 0px;
  left: 0px;
  background: url(../img/corner-3.png) no-repeat top left;
}
.page-content .c-4 {
  bottom: 0px;
  right: 0px;
  background: url(../img/corner-4.png) no-repeat top left;
}

.page-content img {
  margin: 20px 5px 0px 0px;
  border: 3px solid #FEECB0;
  padding: 1px;
}
.page-content .medium img {
  margin: 0px 25px 40px 0px;
  border: 3px solid #FEECB0;
  padding: 1px;
  float: left;
  height: 100px;
}
.page-content.page-fond a[data-fancybox] {
  width: 90px;
  height: 90px;
  border: 3px solid #FEECB0;
  padding: 1px;
  float: left;
  display: inline-block;
  margin: 20px 10px 5px 0px;
}
.page-content.page-fond img {
  object-fit: cover;
  object-position: center;  
  width: 90px;
  height: 90px;
  border: 0;
  padding: 0;
  margin: 0;
  float: none;
}
.page-content .medium h3 {
clear: both;
}
.page-content .medium p i {
font-style: normal;
}
.page-content .floatleft {
  float: left;
  margin: 10px 20px 10px 0px;
  border: 5px solid #FEECB0;
  padding: 1px;
}

.page-content .floatright {
  float: right;
  margin: 10px 0px 10px 20px;
  border: 5px solid #FEECB0;
  padding: 1px;
}
.page-content ul, .page-content ol {
    text-align: left;
    line-height: 1.5;
    margin-bottom: 20px;
}
.page-content ul li, .page-content ol li {
    margin-bottom: 20px;
}
.page-content ol {
  counter-reset: item;
  padding-left: 10px;
}

.page-content ol > li {
  padding: 0;
  text-indent: -25px;
  list-style-type: none;
  counter-increment: item;
}

.page-content ol > li:before {
  display: inline-block;
  width: 15px;
  padding-right: 10px;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}
.page-content p {
    text-align: justify;
    line-height: 1.5;
}
.page-content p i {
    font-style: italic;
}
.page-content .no-justify p {
    text-align: left;
}
.page-content .no-justify p i {
    font-style: italic;
}
.page-content .medium p span {
     text-align: left;
     display: block;
     font-style: italic;
     margin-top: 10px;
}
.page-content a.link {
    color: rgb(82, 133, 180);/*#86A9CA;*/
    display: inline-block;
    padding: 0 3px;
}
.page-content a.link:hover {
    text-decoration: underline;
}
.page-content .one-half p i {
    font-style: italic;
}
.page-content .one-half p b {
    font-weight: bold;
    color: #680E00;
}
#map img {
    border: 0;
    padding: 0;
    margin: 0;
}
/* CONTACT ------------------------------------------------------------*/
#map_canvas {
  display: block;
  height: 300px;
  width: 100%;
  margin-bottom: 20px;
}
/* PORTFOLIO ----------------------------------------------------*/.portfolio-content {
  margin-bottom: 40px;
}
.portfolio-content .project-content {
  float: left;
  width: 660px;
}
.portfolio-content .project-info {
  float: right;
  width: 160px;
  font-size: 14px;
  padding-left: 30px;
  border-left: 1px solid #2A2828 /*#585246*/;
}
.portfolio-content .project-info p {
  margin-bottom: 10px;
}
.portfolio-content .project-info strong {
  font-weight: bold;
  display: block;
}
.portfolio-content .project-info a {
  color: #cb5432;
}
/* RELATED PROJECTS ------------------------------------------------------------*/
.related-projects {
  margin-bottom: 80px;
}
.related-projects .related-heading {
  text-align: center;
  margin-bottom: 10px;
}
.related-projects a {
  color: #444444;
}
.related-projects .related-list li {
  float: left;
  width: 300px;
  text-align: center;
  margin-right: 20px;
}
.related-projects .related-list li .thumb {
  background: #f3e4c8 /*#FEECB0*/;
  padding: 10px;
  display: block;
  line-height: 0em;
  margin-bottom: 10px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
.related-projects .related-list li .thumb img {
  max-width: 100%;
}
.related-projects .related-list li:last-child {
  margin-right: 0px;
}
/* ENTRY CONTENT ------------------------------------------------------------*/
.entry-content a {
  color: #cb5432;
}
.entry-content strong {
  font-weight: bold;
}
.entry-content ul,
.entry-content ol {
  margin-left: 25px;
}
.entry-content ul {
  list-style: disc;
}
.entry-content ol {
  list-style: decimal;
}
/* BLOG ------------------------------------------------------------*/
#posts-list {
  position: relative;
  width: 100%;
}
#posts-list article.fr {
    /*float: right;*/
}
#posts-list article.fl {
    /*float: left;*/
}
#posts-list article {
  width: 400px;  
  /*float: left;*/
  position: relative;
  margin-bottom: 10px;
  margin-top: 30px;
  padding: 30px 30px 20px 30px;
  background: #f3e4c8 /*#FEECB0*/;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
#posts-list article .tape {
  position: absolute;
  top: -15px;
  left: 173px;
  display: block;
  width: 122px;
  height: 35px;
  background: url(../img/tape.png) no-repeat top left;
}
#posts-list article .feature-image {
  position: relative;
  line-height: 0em;
}
#posts-list article .feature-image img {
  max-width: 100%;
}
#posts-list article .feature-image .entry-date {
  position: absolute;
  bottom: -70px;
  right: 0px;
  width: 80px;
  height: 70px;
  background: url(../img/date.png) no-repeat top left;
  font-family: maduraicond;
  font-size: 22px;
  line-height: 1em;
  text-align: center;
  color: #FEECB0 /*#FEECB0*/;
  letter-spacing: 0px;  
}
#posts-list article .feature-image .entry-date .month {
  margin-top: 7px;
  font-family: maduraicond;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 24px;
}
#posts-list article .excerpt {
  margin-top: 15px;
  font-size: 16px;
  color: #2A2828 /*#585246*/;
}
#posts-list article .excerpt p {
  line-height: 1.4;
}
#posts-list article .excerpt a.link {
    color: rgb(82, 133, 180);/*#86A9CA;*/
    display: inline-block;
    padding: 0 2px;    
}
#posts-list article .excerpt a.link:hover {
    text-decoration: underline;
}
#posts-list article .excerpt span {
  margin-bottom: 20px;
  font-family: arimamadurai;
  font-size: 18px;
  line-height: 1em;
  color: #84202D /*#585246*/;
  display: block;
  max-width: 480px;
  font-weight: bold;
}
#posts-list article .meta {
  display: block;
  border-top: 1px dashed #2A2828 /*#585246*/;
  font-size: 14px;
  padding-top: 10px;
  margin-top: 20px;
  text-align: right;
  font-style: italic;
}
#posts-list article .meta a {
  color: #cb5432;
}
/* PAGE NAVIGATION ------------------------------------------------------------*/
#main .page-navigation {
  position: relative;
  left: 50%;
  display: block;
  margin-bottom: 100px;
  float: left;
}
#main .page-navigation div {
  position: relative;
  right: 50%;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
#main .page-navigation div span {
  margin-bottom: 15px;
  display: inline-block;
}
#main .page-navigation a {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #cb5432;
  display: block;
  padding: 10px 15px;
}
#main .page-navigation .nav-next {
  float: left;
  margin-right: 20px;
  background: #f3e4c8 /*#FEECB0*/ url(../img/arrow-left-.png) no-repeat left 12px;
  padding-left: 20px;
}
#main .page-navigation .nav-previous {
  float: right;
  background: #f3e4c8 /*#FEECB0*/ url(../img/arrow-right-.png) no-repeat right 12px;
  padding-right: 20px;
}
/* SIDEBAR ------------------------------------------------------------*/
#sidebar {
  position: relative;
  width: 260px;
  float: right;
  font-size: 14px;
}
#sidebar .block {
  margin-bottom: 40px;
  padding-bottom: 5px;
}
#sidebar .heading {
  border-top: 5px solid #444444;
  border-bottom: 5px solid #444444;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  line-height: 1.1em;
  text-align: center;
}
#sidebar li {
  margin-bottom: 7px;
}
#sidebar a {
  color: #cb5432;
}
/* FILTERED ITEMS ----------------------------------------------------*/.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
#filter-container {
    display: none;
}
#filter-buttons {
  text-align: center;
  background: url(../img/filter+.png) no-repeat top center;
  height: 112px;
  padding-top: 48px;
  margin-bottom: 40px;
  position: relative;
  top: -1px;
}
#filter-buttons li {
  display: inline-block;
  margin: 0px;
  padding: 0;
  height: 48px;
  /*overflow: hidden;*/
}
#filter-buttons li:first-child {
margin-right: 0px;
}
#filter-buttons li a {
  line-height: 30px;
  font-family: arimamadurai;
  font-size: 16px;
  display: block;
  text-decoration: none;
  margin-bottom: 0px;
  margin-left: 25px;
  color: #6F6758;
  font-weight: bold;
  position: relative;
  top: 1px;
}
#filter-buttons li a:hover {
  color: #ba3542;/*84202D;*/
}
#filter-buttons li .selected {
  /*background: url(../img/filter-arrow.png) no-repeat center top;*/
  color: #ba3542;/*#84202D;*/
}
#dateslider {
    width: 400px;
    display: inline-block;
    margin: 20px 15px 0 15px;
    position: relative;
}
#nic {
    display: none;
    height: 12px;
    width: 4px;
    position: absolute;
    top: 4px;
    right: -6px;
    z-index: 10;
    background: url(../img/nic.png) top left no-repeat; 
}
#dash {
    display: inline-block;
    margin: 0 8px;
    position: relative;
    top: -11px;
    color: #ba3542;
}
#rscroll {
   background: url(../img/arrow-right-0.png) center left no-repeat;
   height: 30px;
   width: 18px;
   cursor: pointer;
   display: inline-block;
}
#lscroll {
   background: url(../img/arrow-left-0.png) center right no-repeat;
   height: 30px;
   width: 18px;
   cursor: pointer;
   display: inline-block;
   margin-left: 15px;
}
#rscroll:hover {
   background: url(../img/arrow-right-.png) center left no-repeat;
}
#lscroll:hover {
   background: url(../img/arrow-left-.png) center right no-repeat;
}
#datemin, #datemax {
   display: inline-block;
   color: #ba3542;
   font-weight: bold;
   font-size: 16px;
   position: relative;
   top: 6px;
   width: 72px;
   overflow: hidden;
   line-height: 1.3;
   margin-right: 0px;
}
#datemin {
    text-align: right;
    margin-left: 25px;
}
#datemax {
    text-align: left;
    margin-right: 33px;
}
#post, #list {
    width: 22px;
    height: 28px;
    display: inline-block;
    cursor: pointer;
   position: relative;
   top: -1px;
   margin-left: 20px;
}
#adapt, #chrono, #order_lastname, #order_birthdate {
    width: 22px;
    height: 28px;
    display: inline-block;
    cursor: pointer;
   position: relative;
   top: -1px;
   margin-left: 40px;
}
#post {
    background: url(../img/post-.png) top left no-repeat;   
    margin-right: 0px;
}
#list {
    background: url(../img/list-.png) top left no-repeat; 
    margin-left: 10px;
}
#post.highlight, #post:hover {
    background: url(../img/post++.png) top left no-repeat;
}
#list.highlight, #list:hover {
    background: url(../img/list++.png) top left no-repeat;
}
#adapt {
    background: url(../img/adapt1-m.png) top left no-repeat;
}
#order_lastname {
    background: url(../img/orderln1-m.png) top left no-repeat;
    margin-left: 20px;
}
#order_birthdate {
    background: url(../img/orderbd1-m.png) top left no-repeat;
}
#chrono {
    background: url(../img/chrono1-m.png) top left no-repeat; 
    margin-left: 20px;
    margin-right: 20px;
}
#adapt.highlight, #adapt:hover {
    background: url(../img/adapt1+m.png) top left no-repeat;
}
#chrono.highlight, #chrono:hover {
    background: url(../img/chrono1+m.png) top left no-repeat;
}
#order_lastname.highlight, #order_lastname:hover {
    background: url(../img/orderln1+m.png) top left no-repeat;
}
#order_birthdate.highlight, #order_birthdate:hover {
    background: url(../img/orderbd1+m.png) top left no-repeat;
}
/* COLUMNS LAYOUT----------------------------------------------------------*/
.one-half,
.one-third,
.one-fourth {
  float: left;
  margin-bottom: 40px;
  margin-right: 2.1276%;
  position: relative;
}
.one-half {
  width: 48.9361%;
}
.one-third {
  width: 31.9148%;
}
.one-fourth {
  width: 23.4042%;
}
.last {
  clear: right;
  margin-right: 0 !important;
}
/* FOOTER ----------------------------------------------------*/footer {
  background: #2A2828 url(../img/footer.png) repeat-x;
  color: /*#f3e4c8*/ white;
  padding-bottom: 30px;
  letter-spacing: 1px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: /*#cb5432*/ /*#86A9CA*/ #86A9CA;
}
footer .opening a {
  color: #fff;
  text-decoration: none;
  cursor: default;
}
footer .opening a:hover {
  color: /*#cb5432*/ /*#86A9CA*/ white;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: /*#f9f5ed*/ #FEECB0;
  font-family: maduraicond;
  word-spacing: 0;
  font-size: 19px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  line-height: 1.3em;
  letter-spacing: 1px;
}
footer .sb-holder {
  position: relative;
  /*left: 2.8%;*/
  text-align: center;
  float: left;
  width: 100%;
}
footer #social-bar {
  display: block;
  position: relative;
  float: left;
  right: 0%;
  margin: -7px 5px 0px 5px;
  background: url(../img/social-bg.png) repeat-x;
  height: 46px;
  padding-top: 9px;
  padding-left: 5px;
  padding-right: 5px;
}
footer #social-bar li a img {
  height: 27px;
  opacity: 0.666;
}
footer #social-bar li {
  float: left;
  line-height: 1em;
  margin-left: 0px;
  margin-right: 2px;
}
footer #social-bar li a {
  display: block;
  line-height: 0em;
}
footer #social-bar li a:hover {
  -webkit-transform: translate(0px, -2px);
  -moz-transform: translate(0px, -2px);
  -o-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}
footer #social-bar li a:hover img {
    opacity: 1;
}
footer #social-bar .left-corner {
  position: absolute;
  top: 0px;
  left: -8px;
  display: block;
  width: 10px;
  height: 18px;
  background: url(../img/social-left-corner.png) no-repeat left top;
}
footer #social-bar .right-corner {
  position: absolute;
  top: 0px;
  right: -12px;
  display: block;
  width: 10px;
  height: 18px;
  background: url(../img/social-right-corner.png) no-repeat left top;
}
footer #footer-bottom {
  font-size: 12px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  color: #86A9CA;
  letter-spacing: 1px;
}
footer #footer-bottom a {
    color: #86A9CA;
}
footer #footer-bottom a:hover {
    color: #86A9CA;
}
footer #cookie-alert {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: black;
    text-align: center;
    padding: 1em;
    z-index: 10000;
}
footer #cookie-alert span {
    display: inline-block;
    float: left;
    color: white;
    margin-left: 1em;
    padding: 0.8em 0;
}
footer #cookie-alert input {
    display: inline-block;
    float: right;
    color: black;
    background: #feecb0;
    padding: 0.6em 1.5em 0.4em 1.5em !important;
    cursor: pointer;
    margin-right: 4em;
    margin-top: 0.4em;
    text-transform: uppercase;
    font-weight: bold;
}
/* WIDGET COLS ------------------------------------------------------------*/
.widget-cols {
  margin-top: 80px;
  margin-bottom: 30px;
  font-size: 14px;
}
.widget-cols h1,
.widget-cols h2,
.widget-cols h3,
.widget-cols h4,
.widget-cols h5,
.widget-cols h6 {
  margin-bottom: 25px;
  font-weight: normal;
  text-align: center;
  border-bottom: 0px solid #ada18e;
  border-top: 0px solid #ada18e;
  padding-top: 0px;
  padding-bottom: 0px;
}
.widget-cols > li {
  width: 220px;
  float: left;
  margin-right: 20px;
}
.widget-cols > li.fourth-col {
  margin-right: 0px;
}

/* toggle */
.toggle-trigger {
  border: 0;
  text-decoration: none;
  color: #2A2828;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
  background-color: #f3e4c8;
  padding: 5px 14px 0 0px;
  line-height: 32px;
  height: 31px;
  font-size: 17px;
  text-transform: uppercase;
  background: url(../img/date1++.png) no-repeat top left;
  /*border-top: 1px solid #797367;
  border-left: 1px solid #585246;
  border-right: 1px solid #585246;
  border-bottom: 1px solid #373125; */ 
}
.toggle-trigger i {
  /*display: block;
  float: right;
  width: 31px;
  height: 31px;
  margin: 3px 0px 0 0;
  background: url(../img/toggle0.png) no-repeat 0px 0px;
  */
  display: block;
  float: right;
  width: 121px; /*91*/
  height: 31px;
  margin: 5px 0px 0 0;
  padding-right: 35px;
  background: url(../img/toggle1.png) no-repeat 125px 0px;
  font-family: maduraicond; 
  font-size: 19px;
  font-weight: normal;
  color: #2A2828;
  text-align: right;
  text-transform: lowercase;
  line-height: 17px;  
}
.toggle-trigger span {
    float: left;
    color: #f3e4c8;
    display: inline-block;
    width: 199px;
    padding-top: 0px;
    height: 36px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 30px;
    font-family: arimamadurai;
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 32px;
    text-align: right;
}
.toggle-trigger b.small {
    text-transform: uppercase;
    font-weight: normal;
}
.toggle-trigger b {
    font-weight: normal;
    text-transform: none;
}
.toggle-trigger u {
    text-decoration: none;
}
.toggle-trigger em {
    font-style: normal;
    font-weight: normal;
    letter-spacing: -1px;
}
.toggle-trigger strong {
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0px;
    visibility: hidden;
}
.toggle-trigger.active {
  /*border-bottom: 1px solid #585246;*/
  color: #84202D;
}
.toggle-trigger.active i {
  /*background-position: 0px -31px;*/
    background-position: 125px -31px;
}
.toggle-trigger:hover {
  /*background-color: #585246;*/
}
.toggle-container {
  margin-bottom: 0px;
  padding: 15px 70px 15px 0px;
  background: white;
  font-size: 16px;
  text-transform: none;
  line-height: 1.4;
  position: relative;
  text-align: left;
  min-height: 36px;
  /*border-bottom: 1px solid #585246;
  border-right: 1px solid #585246;
  border-left: 1px solid #585246;*/
}
.toggle-container b, .toggle-container strong {
    font-weight: bold;
}
.toggle-container em {
    font-style: italic;
}
.toggle-container .text {
    float: right;
    border-left: 1px dashed #2A2828;
    padding-left: 21px;
    width: 640px;
}
.toggle-container .picture {
    position: absolute;
    top: 15px;
    left: 50px;
    width: 150px;
    height: 150px;  
}
#filter-container.adapt li.past {
  -webkit-filter: saturate(0.1);
  -webkit-filter: saturate(10%);
  filter: saturate(10%);
  filter: gray;
}
#filter-container.adapt li.today {
  /*-webkit-filter: saturate(3);
  -webkit-filter: saturate(300%);
  filter: saturate(300%);*/
}

#filter-buttons .area {
    width: 160px;
    float: right;
    margin-right: 35px;
}
#filter-buttons .area > a {
    color: #BA3542;
    margin-right: 0px;
    margin-left: 0px;
    float: right;
}
#filter-buttons .area ul {
  font-size: 16px;
  font-family: arimamadurai;
  text-align: left;
  margin-top: 0px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  /*width: 100px;*/
  display: none;
  position: absolute;
  top: 67px;
  right: 18px;
  z-index: 500;
  width: 155px;
}
#filter-buttons .area ul li {
  
  /*border-bottom: 1px solid #FEECB0 #812f1e*/;
  letter-spacing: 0px; 
  height: auto;
  width: 100%;
}
#filter-buttons .area ul li a {
  border-top: 1px solid white /*#a03a26*/;    
  /*padding: 5px 12px 3px 12px;*/
  background: #680E00;/*#2A2828 *//*#963724*/
  color: white;
  display: block;
  line-height: 100%;
  margin-left: 0;
  padding: 9px 12px 4px 12px;
}
#filter-buttons .area ul li a:hover {
  background: #84202D; /*#a03a26*/
  color: #FEECB0;
}
#filter-buttons .area ul li:last-child a {
  border-bottom: none;
}

form {
    margin: 0;
    padding: 0;
    border: 0;
}

input[type=text] {
    padding: 0.45em 1em 0.25em 1em;
    background: white;
    color: black;
    font-family: arimamadurai;
    font-size: 0.9em;
    width: 165px;
    border: 0;
}

input[type=text]:focus {
    outline: 3px solid #FEECB0;
}

input[type=submit], input[type=button] {
    padding: 0.45em 1em 0.25em 1em;
    background: #680E00;
    color: white;
    font-family: arimamadurai;
    font-size: 0.9em;
    font-weight: bold;
    width: auto;
    border: 0;
    cursor: pointer;
    letter-spacing: 1px;
}

input[type=submit]:hover {
    color: #FEECB0;
}

input[type=text]::-moz-placeholder {
  color: #2a2828;
}
input[type=text]:-ms-input-placeholder {
  color: #2a2828;
}
input[type=text]::-webkit-input-placeholder {
  color: #2a2828;
}

#catalogue-search {
    padding: 15px 30px 15px 30px;
    margin-bottom: 45px;
}
