/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2.5em;
  margin: 0.67em 0;
}
h2 {
  font-size: 2em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.5em;
  margin: 0 0 0.75em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: .83em;
  margin: 1.67em 0;
}
h6 {
  font-size: .67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
* @version   $Id: grid-responsive.css 2375 2012-08-14 22:41:53Z kevin $
* @author    RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
* @license   http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
*/
body {
  min-width: 100px !important;
}
body [class*="rt-grid"] {
  display: inline;
  float: left;
  position: relative;
  margin: 0;
}
.rt-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.rt-grid-1 {
  width: 100px;
}
.rt-grid-2 {
  width: 200px;
}
.rt-grid-3 {
  width: 300px;
}
.rt-grid-4 {
  width: 400px;
}
.rt-grid-5 {
  width: 500px;
}
.rt-grid-6 {
  width: 600px;
}
.rt-grid-7 {
  width: 700px;
}
.rt-grid-8 {
  width: 800px;
}
.rt-grid-9 {
  width: 900px;
}
.rt-grid-10 {
  width: 1000px;
}
.rt-grid-11 {
  width: 1100px;
}
.rt-grid-12 {
  width: 1200px;
}
.rt-push-1 {
  left: 100px;
}
.rt-push-2 {
  left: 200px;
}
.rt-push-3 {
  left: 300px;
}
.rt-push-4 {
  left: 400px;
}
.rt-push-5 {
  left: 500px;
}
.rt-push-6 {
  left: 600px;
}
.rt-push-7 {
  left: 700px;
}
.rt-push-8 {
  left: 800px;
}
.rt-push-9 {
  left: 900px;
}
.rt-push-10 {
  left: 1000px;
}
.rt-push-11 {
  left: 1100px;
}
.rt-pull-1 {
  left: -100px;
}
.rt-pull-2 {
  left: -200px;
}
.rt-pull-3 {
  left: -300px;
}
.rt-pull-4 {
  left: -400px;
}
.rt-pull-5 {
  left: -500px;
}
.rt-pull-6 {
  left: -600px;
}
.rt-pull-7 {
  left: -700px;
}
.rt-pull-8 {
  left: -800px;
}
.rt-pull-9 {
  left: -900px;
}
.rt-pull-10 {
  left: -1000px;
}
.rt-pull-11 {
  left: -1100px;
}
.rt-prefix-1 {
  padding-left: 100px;
}
.rt-prefix-2 {
  padding-left: 200px;
}
.rt-prefix-3 {
  padding-left: 300px;
}
.rt-prefix-4 {
  padding-left: 400px;
}
.rt-prefix-5 {
  padding-left: 500px;
}
.rt-prefix-6 {
  padding-left: 600px;
}
.rt-prefix-7 {
  padding-left: 700px;
}
.rt-prefix-8 {
  padding-left: 800px;
}
.rt-prefix-9 {
  padding-left: 900px;
}
.rt-prefix-10 {
  padding-left: 1000px;
}
.rt-prefix-11 {
  padding-left: 1100px;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .rt-container {
    width: 960px;
  }
  .rt-grid-1 {
    width: 80px;
  }
  .rt-grid-2 {
    width: 160px;
  }
  .rt-grid-3 {
    width: 240px;
  }
  .rt-grid-4 {
    width: 320px;
  }
  .rt-grid-5 {
    width: 400px;
  }
  .rt-grid-6 {
    width: 480px;
  }
  .rt-grid-7 {
    width: 560px;
  }
  .rt-grid-8 {
    width: 640px;
  }
  .rt-grid-9 {
    width: 720px;
  }
  .rt-grid-10 {
    width: 800px;
  }
  .rt-grid-11 {
    width: 880px;
  }
  .rt-grid-12 {
    width: 960px;
  }
  .rt-push-1 {
    left: 80px;
  }
  .rt-push-2 {
    left: 160px;
  }
  .rt-push-3 {
    left: 240px;
  }
  .rt-push-4 {
    left: 320px;
  }
  .rt-push-5 {
    left: 400px;
  }
  .rt-push-6 {
    left: 480px;
  }
  .rt-push-7 {
    left: 560px;
  }
  .rt-push-8 {
    left: 640px;
  }
  .rt-push-9 {
    left: 720px;
  }
  .rt-push-10 {
    left: 800px;
  }
  .rt-push-11 {
    left: 880px;
  }
  .rt-pull-1 {
    left: -80px;
  }
  .rt-pull-2 {
    left: -160px;
  }
  .rt-pull-3 {
    left: -240px;
  }
  .rt-pull-4 {
    left: -320px;
  }
  .rt-pull-5 {
    left: -400px;
  }
  .rt-pull-6 {
    left: -480px;
  }
  .rt-pull-7 {
    left: -560px;
  }
  .rt-pull-8 {
    left: -640px;
  }
  .rt-pull-9 {
    left: -720px;
  }
  .rt-pull-10 {
    left: -800px;
  }
  .rt-pull-11 {
    left: -880px;
  }
  .rt-prefix-1 {
    padding-left: 80px;
  }
  .rt-prefix-2 {
    padding-left: 160px;
  }
  .rt-prefix-3 {
    padding-left: 240px;
  }
  .rt-prefix-4 {
    padding-left: 320px;
  }
  .rt-prefix-5 {
    padding-left: 400px;
  }
  .rt-prefix-6 {
    padding-left: 480px;
  }
  .rt-prefix-7 {
    padding-left: 560px;
  }
  .rt-prefix-8 {
    padding-left: 640px;
  }
  .rt-prefix-9 {
    padding-left: 720px;
  }
  .rt-prefix-10 {
    padding-left: 800px;
  }
  .rt-prefix-11 {
    padding-left: 880px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .rt-container {
    width: 768px;
  }
  .rt-grid-1 {
    width: 64px;
  }
  .rt-grid-2 {
    width: 128px;
  }
  .rt-grid-3 {
    width: 192px;
  }
  .rt-grid-4 {
    width: 256px;
  }
  .rt-grid-5 {
    width: 320px;
  }
  .rt-grid-6 {
    width: 384px;
  }
  .rt-grid-7 {
    width: 448px;
  }
  .rt-grid-8 {
    width: 512px;
  }
  .rt-grid-9 {
    width: 576px;
  }
  .rt-grid-10 {
    width: 640px;
  }
  .rt-grid-11 {
    width: 704px;
  }
  .rt-grid-12 {
    width: 768px;
  }
  .rt-push-1 {
    left: 64px;
  }
  .rt-push-2 {
    left: 128px;
  }
  .rt-push-3 {
    left: 192px;
  }
  .rt-push-4 {
    left: 256px;
  }
  .rt-push-5 {
    left: 320px;
  }
  .rt-push-6 {
    left: 384px;
  }
  .rt-push-7 {
    left: 448px;
  }
  .rt-push-8 {
    left: 512px;
  }
  .rt-push-9 {
    left: 576px;
  }
  .rt-push-10 {
    left: 640px;
  }
  .rt-push-11 {
    left: 704px;
  }
  .rt-pull-1 {
    left: -64px;
  }
  .rt-pull-2 {
    left: -128px;
  }
  .rt-pull-3 {
    left: -192px;
  }
  .rt-pull-4 {
    left: -256px;
  }
  .rt-pull-5 {
    left: -320px;
  }
  .rt-pull-6 {
    left: -384px;
  }
  .rt-pull-7 {
    left: -448px;
  }
  .rt-pull-8 {
    left: -512px;
  }
  .rt-pull-9 {
    left: -576px;
  }
  .rt-pull-10 {
    left: -640px;
  }
  .rt-pull-11 {
    left: -704px;
  }
  .rt-prefix-1 {
    padding-left: 64px;
  }
  .rt-prefix-2 {
    padding-left: 128px;
  }
  .rt-prefix-3 {
    padding-left: 192px;
  }
  .rt-prefix-4 {
    padding-left: 256px;
  }
  .rt-prefix-5 {
    padding-left: 320px;
  }
  .rt-prefix-6 {
    padding-left: 384px;
  }
  .rt-prefix-7 {
    padding-left: 448px;
  }
  .rt-prefix-8 {
    padding-left: 512px;
  }
  .rt-prefix-9 {
    padding-left: 576px;
  }
  .rt-prefix-10 {
    padding-left: 640px;
  }
  .rt-prefix-11 {
    padding-left: 704px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  body {
    -webkit-tap-highlight-color: transparent;
  }
  .rt-container {
    width: 480px;
  }
  .rt-container [class*="rt-grid"] {
    display: block;
    float: none;
    position: relative;
    width: 100%;
  }
  .rt-container [class*="rt-push"],
  [class*="rt-pull"] {
    left: auto;
  }
  .rt-container [class*="rt-prefix"] {
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  body {
    -webkit-tap-highlight-color: transparent;
  }
  .rt-container {
    width: 95%;
  }
  .rt-container [class*="rt-grid"] {
    display: block;
    float: none;
    position: relative;
    width: 100%;
  }
  .rt-container [class*="rt-push"],
  [class*="rt-pull"] {
    left: auto;
  }
  .rt-container [class*="rt-prefix"] {
    padding-left: 0;
  }
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  position: relative;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 30px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(../img/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}
.flex-direction-nav .flex-prev {
  left: -36px;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 20px;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 20px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #ddd;
  border: 2px solid #fff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.flex-control-paging li a:hover {
  background: #999;
}
.flex-control-paging li a.flex-active {
  background: #fff;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.flex-caption {
  margin: 0;
  padding: 10px 5px;
}
.flex-caption strong {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.prototype {
  display: block;
  padding: 20px;
  background: #ff0;
}
html {
  background: #f3f2e8 url('../img/hatter.png') fixed no-repeat 10% 0;
}
body {
  font: 14px/20px 'Open Sans', sans-serif;
  color: #666;
}
a {
  color: #cc0000;
  text-decoration: none;
  word-wrap: break-word;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:active,
a:focus {
  outline: none;
}
a:hover,
a:active,
a:focus {
  color: #555;
}
h1 {
  line-height: 30px;
}
hr.sep {
  display: block;
  height: 16px;
  margin: 0 -10px;
  border-top: 1px solid #ccc;
  background: url('../img/shadow.png') no-repeat top center;
}
.wrapper {
  width: 90%;
  margin: 0 5%;
}
.inner-content {
  padding: 10px;
}
#logo {
  display: block;
  padding: 20px 0 10px;
}
#logo:active img {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5 * 100);
  filter: alpha(opacity=0.5 * 100);
}
.main-menu {
  display: block;
  padding: 0;
  text-align: right;
  margin-bottom: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.main-menu > li {
  display: inline-block;
  padding: 5px 10px;
}
.main-menu > li > a {
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
  display: block;
  color: #2cb3f1;
  margin: 0 0 20px 0;
  line-height: 40px;
}
#main h1 a,
#main h2 a,
#main h3 a,
#main h4 a,
#main h5 a,
#main h6 a,
#main h1 span,
#main h2 span,
#main h3 span,
#main h4 span,
#main h5 span,
#main h6 span {
  display: block;
  color: inherit;
}
#main .header {
  display: block;
  padding-left: 80px;
  min-height: 80px;
  position: relative;
}
#main .header h1,
#main .header h2,
#main .header h3,
#main .header h4,
#main .header h5,
#main .header h6 {
  font-size: 22px;
  line-height: 1.5;
  padding-top: 10px;
}
#main .header .date {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 67px;
  height: 75px;
  background: url('../img/PostTimeBkg.gif') no-repeat center center;
}
#main .header .date span {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
}
#main .header .date span.day {
  font-weight: bold;
  font-size: 18px;
  margin-top: 22px;
}
.content-block form {
  border: 1px solid #ddd;
  padding: 20px;
  background: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.content-block form fieldset {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.content-block form fieldset .form-help {
  display: block;
  color: #666;
  overflow: visible;
  font-size: 11px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .content-block form fieldset .form-help {
    padding-left: 30%;
  }
}
.content-block form fieldset .form-error {
  display: block;
  background: #a22;
  color: #fff;
  padding: 2px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .content-block form fieldset .form-error {
    margin-left: 30%;
  }
}
.content-block form fieldset > label {
  overflow: visible;
  display: block;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .content-block form fieldset > label {
    float: left;
    width: 30%;
  }
}
.content-block form fieldset textarea,
.content-block form fieldset select,
.content-block form fieldset input[type=password],
.content-block form fieldset input[type=text] {
  width: 98%;
  padding: 2px 4px;
  line-height: 20px;
  font-size: 14px;
  border: 1px solid #ddd;
  font: inherit;
}
@media only screen and (min-width: 768px) {
  .content-block form fieldset textarea,
  .content-block form fieldset select,
  .content-block form fieldset input[type=password],
  .content-block form fieldset input[type=text] {
    width: 68%;
  }
}
@media only screen and (min-width: 768px) {
  .content-block form fieldset div {
    padding-left: 30%;
  }
}
.content-block form fieldset div label {
  padding-left: 5px;
}
.content-block form .msg-success {
  display: block;
  background: #6a2;
  color: #fff;
  padding: 2px 10px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.content-block form input[type=submit] {
  display: block;
  padding: 10px 20px;
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #eeeeee));
  background: -ms-linear-gradient(bottom, #dddddd, #eeeeee);
  background: -moz-linear-gradient(center bottom, #dddddd 0%, #eeeeee 100%);
  background: -o-linear-gradient(#eeeeee, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
  border: 1px solid #ddd;
  color: #000;
  font-size: 14px;
  text-shadow: 1px 1px 0 #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .content-block form input[type=submit] {
    margin-left: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .content-block form input[type=submit] {
    width: 100%;
  }
}
.content-block form input[type=submit]:hover {
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.content-block form input[type=submit]:focus,
.content-block form input[type=submit]:active {
  background: #dddddd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #eeeeee));
  background: -ms-linear-gradient(bottom, #dddddd, #eeeeee);
  background: -moz-linear-gradient(center bottom, #dddddd 0%, #eeeeee 100%);
  background: -o-linear-gradient(#eeeeee, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1) inset;
}
.gallery {
  display: block;
  position: relative;
  *zoom: 1;
}
.gallery:before,
.gallery:after {
  content: " ";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery .grid-sizer {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .gallery .grid-sizer {
    width: 25%;
  }
}
.gallery a {
  display: block;
  text-align: center;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery a img {
  display: block;
  margin: 0 auto 10px;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px;
  background: #eee;
}
@media only screen and (min-width: 768px) {
  .gallery a {
    float: left;
    width: 25%;
  }
  .gallery a img {
    margin: 5% auto;
    width: 90%;
    height: auto;
    border: 1px solid #ddd;
  }
}
#content-container .rt-container {
  outline: 1px solid #e8e7db;
  background: #fff;
}
.side-box {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  display: block;
  padding: 10px;
}
.side-box p {
  margin: 0;
}
.side-box h1,
.side-box h2,
.side-box h3,
.side-box h4,
.side-box h5,
.side-box h6 {
  margin: 0 0 20px;
  font-size: 16px;
  color: #fff;
}
.side-box h1 a,
.side-box h2 a,
.side-box h3 a,
.side-box h4 a,
.side-box h5 a,
.side-box h6 a {
  color: inherit;
}
.side-box.red-box {
  background: #d00700 url('../img/search.png') no-repeat bottom right;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-bottom: 60px;
}
.side-box.orange-box {
  background: #ff6600;
}
.side-box.yellow-box {
  background: #ffe0bf;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #660000;
}
.side-box:last-child {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.side-box img {
  max-width: 100%;
  height: auto;
}
#footer-container .footer-content {
  padding: 0 10px;
  font-size: 11px;
  color: #b5b1a1;
  text-shadow: 1px 1px 0 #fff;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 767px) {
  #logo {
    text-align: center;
  }
  #logo img {
    max-width: 100%;
    height: auto;
  }
  .main-menu {
    margin-bottom: 10px;
    text-align: center;
    padding: 5px;
  }
  .main-menu > li {
    display: block;
    padding: 0;
  }
  .main-menu > li a {
    display: block;
    padding: 10px 0;
    background: #f3f2e8;
    border-bottom: 1px solid #e8e7db;
  }
  .main-menu > li a:focus,
  .main-menu > li a:active,
  .main-menu > li a:hover {
    background: #e8e7db;
  }
}
@media only screen and (min-width: 480px) {
  
}
@media only screen and (min-width: 768px) {
  body {
    background: transparent url('../img/hatter-2.png') no-repeat 90% 0;
  }
  .rt-alpha .box {
    margin-left: 0;
  }
  .rt-omega .box {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  
}
@media only screen and (min-width: 1140px) {
  
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
  
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
  	 * Don't show links for images, or javascript/internal links
  	 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.comment-box {
  display: block;
  padding: 10px;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  color: #222;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.comment-box .comment-user {
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.comment-box .comment-time {
  position: absolute;
  top: 10px;
  right: 15px;
  line-height: 20px;
  font-size: 11px;
  color: #999;
}
.comment-box .comment-text {
  font-size: 12px;
}
