/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

   html,
   button,
   input,
   select,
   textarea {
    color: #222;
  }

  body {
    font-size: 1em;
    line-height: 1.4;
  }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

 ::-moz-selection {
  background: #f2c2c9;
  color: #a4003a;
  text-shadow: none;
}

::selection {
  background: #16a085;
  color: #a4003a;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

 img {
  vertical-align: middle;
    margin-bottom: 1px
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
  resize: vertical;
}


/* ==========================================================================
   General styles
   ========================================================================== */

   html,
   body {
    height: 100%;
  }

  body {
    font-family: "Lato";
    font-weight: 550;
    font-size: 22px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
  }
  h1,h2,h3,h4{
    text-transform: uppercase;
    margin-top: 0;
  }
  .col-md-4 {
   padding-bottom: 20px;
 }

 .row {
  margin-right: 0px;
  margin-left: -15px;
}

.modal-header {
	background: #3498db;
}

.modal-header h4 {
	color: white;
}

.modal-footer {
	background: #2b2b2b;
}


.navbar-default {
  border-color: transparent;
  background-color: #dadada;
}


.navbar-toggle {
  border-color: transparent;
  border: 0px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #16a085;
	color: white;
}

.mt{padding-top: 75px;}
.no-pad img{max-width:184px;max-height: 67px;}

hr {
  position: relative;
  border: none;
}

hr:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 25%;
  width: 50%;
  height: 2px;
  background: #ccc;
}

a img {
  background: white;
}

.odd a img {
  background: #f5f5f5;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
  font-family: "lato";
  font-weight: normal;
  color: #333;
}


/* Paragraph & Typographic */
p {
  line-height: 28px;
  margin-bottom: 25px;
}

.centered {
  text-align: center;
}

.paragraph-lead {
  font-size: 20px;
  color: #3498db;
}

strong {
  font-weight: 700;
}

em {
  font-weight: 300;
}

pre {
  background: #ebebeb;
  border: none;
  font-family: "Monaco";
  font-size: 16px;
  color: #666;
  padding: 20px;
  line-height: 28px;
}

small {
  font-size: 12px;
}

blockquote,
blockquote p {
  line-height: 28px;
  color: #999;
  font-weight: 300;
  font-style: italic;
}

blockquote {
  position: relative;
  margin: 0 0 40px -30px;
  padding-left: 30px;
  border-left: 5px solid #3498db;
}

blockquote cite {
  position: absolute;
  bottom: -25px;
  right: 0;
  font-size: 12px;
  font-style: italic;
  color: #333;
  font-weight: 300;
}

blockquote cite:before {
  content: "-- "
}

/* Images */
.overflow-image {
  margin-top: -65px;
}

/* Links */
a {
  color: #3498db;
  word-wrap: break-word;

  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
  color: #c0392b;
  text-decoration: none;
  outline: 0;
}

a:before,
a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}



/* ==========================================================================
   Wrap Sections
   ========================================================================== */

   #headerwrap {
     background: url(../img/header1.jpg) no-repeat center top;
     margin-top: -50px;
     padding-top:120px;
     text-align:center;
     background-attachment: relative;
     background-position: center center;
     min-height: 650px;
     width: 100%;

     -webkit-background-size: 100%;
     -moz-background-size: 100%;
     -o-background-size: 100%;
     background-size: 100%;

     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
   }

   #headerwrap h1 {
     color:#ffffff;
     margin-top: 90px;
     padding-bottom: 30px;
     letter-spacing: 8px;
     font-size: 100px;
     font-weight: bold;
     text-shadow: 2px 2px 2px #000;
   }

   #headerwrap p {
     color:#ffffff;
     font-size: 40px;
     font-weight: 400;
     text-align: center;
     line-height: 40px;
     letter-spacing: 3px;
     margin-left: 15px;
     text-shadow: 1px 1px 1px #000;
   }

   #greywrap {
     background: #f5f5f5;
     margin-top: 0px;
     padding-top: 40px;
     border-bottom: 1px solid #ddd;
     text-align: center;
   }

   #greywrap .callout {
     margin-bottom: 20px;
   }

   #greywrap p {
     margin-left: 30px;
     margin-right: 30px;
     letter-spacing: 1px;
     padding-top: 15px;
     padding-bottom: 15px;
   }

   #greywrap .icon {
     font-size: 60px;
     line-height: 30px;
     margin-bottom: 10px;
   }

   #footerwrap {
     background: #326091;
     margin-top: 0px;
     padding-top: 40px;
     padding-bottom: 20px;
     border-bottom: 1px solid #ddd;
     text-align: center;
   }

   #footerwrap h4,
   #footerwrap a {
     color: white;
   }
   #footerwrap a{
    text-decoration: underline;
   }


/* ==========================================================================
   Box Sections
   ========================================================================== */

   .white h1 {
     padding-top: 75px;
     text-transform: uppercase;
   }

   .white p {
     padding-top: 25px;
   }

   /* Section Dividers */
   .section-divider {
    z-index: 999;
    width: 100%;
    display: table;
    max-height: 450px;
    height:350px;
    border-bottom: 2px solid #E6EAED;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 70px;
    margin-top: 45px;


    background-position: center center;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-attachment: relative;
    
    text-align: center;
  }

  .textdivider h1 {
   padding-top: 70px;
   color: white;
   font-size: 40px;
 }

 .textdivider p {
   color: white;
   font-size: 25px;
 }


 /* Section Dividers Backgrounds */

 .divider1 {
   background-image: url('../img/header2a.jpg')
 }

 .divider2 {
   background-image: url('../img/header3.jpg')
 }

 .divider3 {
   background-image: url('../img/header4.jpg');
   margin-top: 0px;
 }

 .divider4 {
   background-image: url('../img/header5.jpg')
 }
 .divider5 {
   background-image: url('../img/header6.jpg')
 }

 .divider6 {
   background-image: url('../img/header7a.jpg')
 }

.divider7 {
   background-image: url('../img/header8.jpg')
 }

.divider8 {
   background-image: url('../img/header.jpg')
 }
/* ==========================================================================
   Services Section
   ========================================================================== */

   .service-trigger {
    display: block;
    position: relative;
    margin-bottom: 15px;
    color: white;
    font-size: 20px;
    text-align: center;
    height: 168px;
    cursor: pointer;
    padding: 90px 20px 50px 20px;
    border: none;
    background: #333;
  }

  .service-trigger:before {
    width: 100%;
    top: 50px;
    color: #3498db;
    font-size: 36px;
    text-align: center;
    position: absolute;
    left: 0;
  }

  .service-active .service-trigger {
    background: #222;
  }

  .service-active p {
   font-family: 'Lato', sans-serif;
   padding-top: 10px;
 }

 .service-content {
  padding: 15px 20px;
  background: #e6eaed;
  display: block;
  height: auto
}

.service-content p:last-child {
  margin: 0;
}


/* ==========================================================================
   Image Mask
   ========================================================================== */

   .grid figure {
     margin: 0;
     position: relative;
   }

   .grid figure img {
     width: 100%;
     display: block;
     position: relative;
   }

   .grid figcaption {
     position: absolute;
     top: 0;
     left: 0;
     padding: 20px;
     color: #fff;
     background: #3498db;
   }

   .grid figcaption h5 {
     margin: 0;
     padding-top: 0px;
     padding-left: 20px;
     padding-bottom: 5px;
     color: #fff;
     font-weight: 700;
     text-align: left;
     letter-spacing: 2px;

   }

   .grid figcaption a {
     text-align: left;
     padding: 5px 10px;
     margin-left: 20px;
     display: inline-block;
     background: #2f2f2f;
     color: #fff;
     font-size: 13px;
   }

   /* Caption Style */
   .mask figure {
     overflow: hidden;
   }

   .mask figure img {
     -webkit-transition: -webkit-transform 0.4s;
     -moz-transition: -moz-transform 0.4s;
     transition: transform 0.4s;
   }

   .no-touch .mask figure:hover img,
   .mask figure.cs-hover img {
     -webkit-transform: translateY(-30px);
     -moz-transform: translateY(-30px);
     -ms-transform: translateY(-30px);
     transform: translateY(-30px);
   }

   .mask figcaption {
     height: 50px;
     width: 100%;
     top: auto;
     bottom: 0;
     opacity: 0;
     -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
     -ms-transform: translateY(100%);
     transform: translateY(100%);
     -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
     -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
     transition: transform 0.4s, opacity 0.1s 0.3s;
   }
   .touch .mask figcaption{                         
     opacity: 1;
     -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
     -ms-transform: translateY(0px);
     transform: translateY(0px);
     -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
     -moz-transition: -moz-transform 0.4s, opacity 0.1s;
     transition: transform 0.4s, opacity 0.1s;
     padding: 20px 10px;
   }
   .touch .grid figcaption h5{
    padding-left: 0;
  }
  .touch .mask figcaption a{
    right: 10px;
  }
  .no-touch .mask figure:hover figcaption,
  .mask figure.cs-hover figcaption {
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
   -moz-transition: -moz-transform 0.4s, opacity 0.1s;
   transition: transform 0.4s, opacity 0.1s;
 }

 .mask figcaption a {
   position: absolute;
   top:10px;
   bottom: 10px;
   right: 30px;
 }


/* ==========================================================================
   Blog Section
   ========================================================================== */

   .blog-bg {
     background: #2b2b2b;
     padding-right: 0px;
     padding-left: 0px;

   }

   .blog-bg h4 {
     color: #dadada;
     padding-top: 0px;
   }

   .blog-bg h5 {
     color: #dadada;
     font-size: 11px;
   }

   .blog-content {
     padding-top: 10px;
     /*background: #f2f2f2;*/
     right: -1px;
   }

   #portfolio .latest-items{
    margin-top: 50px;
  }
  #portfolio .latest-items ul.pagination,#portfolio .latest-items .filter-categories{
    display: none;
  }
  #portfolio .tagcloud-list{
    margin-bottom: 30px;
    text-align: center;
  }
  #portfolio ul.category, #portfolio ul.category li{
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #portfolio ul.category li{
    margin-top: 10px;
  }
  /*blog*/
  #blog section{
    margin-bottom: 40px;
  }
  #blog .image-container img{
    max-width: 100%;
  }
  #blog ul.pagination li.pag-current{
   position: relative;
   float: left;
   padding: 6px 12px;
   margin-left: -1px;
   line-height: 1.428571429;
   color: #FFF;
   background: #2b2b2b;
 }
 #blog ul.pagination{
   float: right; 
 }
 ul.tagcloud-list{
  margin: 0;
  padding: 0;
}
ul.tagcloud-list li{
  list-style:none;
  display: inline-block;
}
ul.tagcloud-list li a{
  display: inline-block;
  padding: 8px 14px;
}
ul.tagcloud-list li a:hover{
  background-color: #2b2b2b;
  color: #fff;
}
.latest-posts li{
  padding: 0;
  margin: 0 0 8px;
  display: block;
}
.latest-posts li small{
  display: block;
  color: #999;
  margin-top: 5px;
}
.latest-posts ul.pagination,#portfolio ul.pagination,#portfolio .filter-categories{
  display: none;
}
#contacts form .col-sm-12{
  padding-left: 0;
}
#blog .news-tags a{
  display: inline-block;
  margin-right: 5px;
}

.list-article{border-top: 1px solid #e9e9e9;
    padding: 25px 0px;}
/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


   @media screen and (max-width:1050px), screen and (max-device-width:1050px){
     body .header{background-attachment: scroll;}
   }

   @media (max-width: 1200px){
    #blog .blog-content{
      right: 0;
    }
  }
  /*ipad portrait*/
  @media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait){
   .header{background-attachment: scroll;}
 }

 @media screen and (max-width:769px) {
   #headerwrap h1 {
    font-size: 80px;
  }
  #headerwrap p {
    font-size: 30px;
    line-height: 38px;
  }
  #contacts form .col-sm-6:first-child{
    margin-bottom: 15px;
  }
  #contacts h3:first-child{
    margin-top: 0;
  }
  #contacts h3{
    margin-top: 30px;
  }
  h1,h2,h3,h4{
    margin-top: 30px;
  }
  #blog ul.pagination{
    float: none;
    clear: both;
    margin-bottom: 30px;
  }

  #blog form .item{
    margin-bottom: 15px;
  }

  .panel-title > a{
    line-height: 22px;
  }

  
  #footerwrap{
    padding-top: 0;
  }
  #footerwrap h4{
    line-height: 28px;
  }
  #footerwrap a{
    display: block;
  }
}
@media (max-width: 767px){
  #contacts   .col-sm-5{
    margin: 60px 0;
  }
}



#team .centered img {
  border-radius:50%;
  vertical-align: middle;
  width: 120px;
  height: 120px;
}

.icon-shield{
  color: #3498db;
} 

  ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;    
}

#fg-link {
   display: block;
   float: right;
   margin: 15px 0 0;
   padding: 0;
}

#fg-link a:link, #fg-link a:visited {
   background: url(/images/fg.png) no-repeat left top;
   display: block;
   font-size: 0px;
   height: 17px;
   margin: 0;
   text-indent: -9999px;
   width: 128px;
}


ul.footer-menu, ul.list{list-style-type: none;}
.navbar-inverse {
    background-color: #326091;
    border-color: #326091;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #999900;
}
.navbar-nav > li > a {
    /*font-weight: bold;*/
    font-size:	20px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.register-a p.fields-a.radios { padding: 0 0 0 3px;  }
    .register-a p.fields-a.radios label { position: relative; padding-left: 20px; line-height: 22px; display: block;}
     .register-a p.fields-a.radios > input { width: 80px; }
      .register-a p.fields-a.radios label input { position: absolute; top: 0; left: 0; height: 22px; border: none; background: transparent; }
 html*  .register-a p.fields-a.radios label input { height: 16px; }
     .register-a p.fields-a.radios span { display: inline-block;/* margin-top: 5px; color: #4d220f;*/ text-align: center;float: right; }
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0; margin-left:15px;}
.upcoming-events .read-more-btn a, .cellar-list-section .read-more-btn a{
  text-transform: uppercase;
  font-size: 22px;
  padding: 18px 80px;
  border: 2px solid #326091;
  border-radius: 3px;
  display: inline-block;
  letter-spacing: 1px;
  color: #326091; }

/* ----------------------------- Events -------------------------- */
.events-list {
  margin-top: 40px; }

.events-list-item {
  position: relative;margin-bottom: 20px; }

.events-overlay {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 /* background: rgba(255, 255, 255, 0.4);*/
  text-align: center; }

.events-overlay h2 {
  color: #fff;
  font-size: 32px;
  font-family: 'futura_bookregular';
  line-height: 1; }

.events-overlay p {
  color: #fff;
  font-size: 20px;
  line-height: 1; }

.events-overlay hr {
  margin: 15px auto;
  max-width: 230px; }

.events-overlay-text {
  display: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 25%; }

.events-overlay:hover {
  background: rgba(0, 0, 0, 0.65); }

.events-overlay:hover .events-overlay-text {
  display: block; }

.event-detail {
  margin: 80px 0 40px; }

.event-detail-text {
  padding-left: 20px; }

.event-detail-text h2, #event-registration h2 {
  color: #585858;
  font-weight: bold;
  font-size: 42px;
  line-height: 1;
  font-family: 'futura_bookregular';
  margin-bottom: 15px; }

.event-detail-text h4 {
  font-size: 26px;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #acacac; }

.event-detail-text p {
  font-size: 21px; }

.event-detail-text .registrate {
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 40px;
  font-size: 21px;
  border-radius: 2px;
  min-width: 220px;
  text-align: center; }
a.details-btn {
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 25px;
  border: 2px solid #202020;
  border-radius: 3px;
  display: inline-block;
  margin: 0 auto 60px;
  letter-spacing: 1px;
  color: #202020; }

a.register-btn{
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 25px;
  border: 2px solid #326091;
  border-radius: 3px;
  display: inline-block;
  margin: 0 auto 60px;
  letter-spacing: 1px;
  color: #202020; }

/*--------------------------- Checkout Page ---------------------------*/
.shop-form label {
  font-size: 16px;
  color: #000; }

.shop-form input.cat_textbox, .shop-form textarea.cat_listbox, .shop-form select.cat_dropdown, .shop-form select.cat_listbox {
  width: 100%; }

.cat_dropdown_smaller {
  width: 49%; }

.shop-form div.form div.item, .shop-form div.webform div.item {
  padding: 0; }

.shop-form .cat_button {
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  background: #326091;
  border: none;
  border-radius: 2px;
  font-family: 'futura_bookregular';
  font-size: 20px;
  letter-spacing: 3px;
  padding: 18px 60px;
  margin: 20px 0; }

.hideform {
  display: none; }
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.7rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #e6e6e6;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 2rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

.total-amount{
    padding: 0.875rem 1.000rem;
    margin-bottom: 0.875rem;
    border-radius: 2px;
    background-color: #7c868e;
    color: #fff;
    font-size: 20px;
}

.pagination{display:none;}

/* @group Forums */

/* NOTE: div.post-list exists in BLOG as well */
.forum-container h1{font-size:24px;}
table.topic-list,div.forum-posts-container div.post-list,div.forum-registration{color:#666;}
div.forum-registration h2{color:#000;}
table.forum{background:#f9f9f9;border-collapse:collapse;border-spacing:0;border:1px solid #eee;width:100%;}
table.forum td{font-size:11px;vertical-align:top;padding:9px;}
table.forum td.topics{border-left:1px solid #eee;border-right:1px solid #eee;width:90px;}
table.forum td.posts{border-right:1px solid #eee;width:90px;}
table.forum td.lastpost{border-left:1px solid #eee;width:180px;}
table.forum .icon{float:left;width:50px;}
table.forum .forum{margin:0 0 0 50px;}
table.forum h3{margin:0;}
table.forum h3 a{text-decoration:none;}
ul.cap-top,ul.cap-bottom{font-size:11px;height:30px;margin:0 0 18px;padding:0;}
ul.cap-bottom{margin:18px 0 0;}
ul.cap-top li,ul.cap-bottom li{display:block;line-height:30px;list-style:none;}
ul.cap-top li.user,ul.cap-bottom li.nav-page{float:left;width:200px;}
ul.cap-top li.actions,ul.cap-bottom li.actions{float:right;font-size:12px;text-align:right;width:350px;}
ul.cap-top li.actions a,ul.cap-bottom li.actions a{float:right;margin:0;padding:0 9px;}
table.topic-list{background:#f9f9f9;border-collapse:collapse;border-spacing:0;border-left:1px solid #eee;border-right:1px solid #eee;width:100%;}
table.topic-list th{background:#ddd;border:1px solid #ddd;color:#000;font-size:10px;text-align:left;padding:6px;}
table.topic-list .name{font-weight:700;width:60%;}
table.topic-list .name .icon{float:left;width:30px;}
table.topic-list .replies,table.topic-list .views{font-size:10px;text-align:center;width:10%;}
table.topic-list .date{font-size:10px;text-align:right;width:20%;}
table.topic{border-collapse:collapse;border-spacing:0;border-bottom:1px solid #eee;width:100%;margin:0;}
table.topic td{padding:9px;}
table.topic td.name,table.topic td.replies,table.topic td.views{border-right:1px solid #eee;vertical-align:middle;}
.forum-registration{border:1px solid #eee;background:#f9f9f9;padding:18px;}
.forum-registration input.cat_textbox,.forum-registration textarea.cat_textbox{width:260px;}
.forum-registration input.cat_button{margin:0 6px 0 0;}
.forum-posts-container .breadcrumb{font-size:11px;padding:6px;}
.forum-posts-container h1{font-size:18px;margin:18px 0;}
.forum-posts-container h2{background:#eee;border:1px solid #eee;color:#888;font-size:10px;font-weight:400;margin:0;padding:3px 18px;}
.forum-posts-container table.container{border-collapse:collapse;border-spacing:0;width:100%;}
.forum-posts-container td{background:#f9f9f9;border:1px solid #ddd;vertical-align:top;padding:18px;}
.forum-posts-container td.author{font-size:11px;width:160px;}
.forum-posts-container h3.name{color:#000;font-size:12px;font-weight:700;}
.forum-posts-container tr.sub td{height:30px;padding:0 18px;}
.forum-posts-container td.action a{float:right;line-height:30px;}
div.forum-posts-container div.post-list a,div.forum-registration a,table.topic-list a{color:#1969bc;}

/* @end */