/* Styles for the event module template one */
/*!
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .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;
  }
  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;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -30px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 30px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 978px;
}
.span12 {
  width: 978px;
}
.span11 {
  width: 894px;
}
.span10 {
  width: 810px;
}
.span9 {
  width: 726px;
}
.span8 {
  width: 642px;
}
.span7 {
  width: 558px;
}
.span6 {
  width: 474px;
}
.span5 {
  width: 390px;
}
.span4 {
  width: 306px;
}
.span3 {
  width: 222px;
}
.span2 {
  width: 138px;
}
.span1 {
  width: 54px;
}
.offset12 {
  margin-left: 1038px;
}
.offset11 {
  margin-left: 954px;
}
.offset10 {
  margin-left: 870px;
}
.offset9 {
  margin-left: 786px;
}
.offset8 {
  margin-left: 702px;
}
.offset7 {
  margin-left: 618px;
}
.offset6 {
  margin-left: 534px;
}
.offset5 {
  margin-left: 450px;
}
.offset4 {
  margin-left: 366px;
}
.offset3 {
  margin-left: 282px;
}
.offset2 {
  margin-left: 198px;
}
.offset1 {
  margin-left: 114px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 3.067484662576687%;
  *margin-left: 3.016359918200409%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 3.067484662576687%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94887525562372%;
}
.row-fluid .span11 {
  width: 91.41104294478528%;
  *width: 91.359918200409%;
}
.row-fluid .span10 {
  width: 82.82208588957056%;
  *width: 82.77096114519428%;
}
.row-fluid .span9 {
  width: 74.23312883435582%;
  *width: 74.18200408997954%;
}
.row-fluid .span8 {
  width: 65.6441717791411%;
  *width: 65.59304703476482%;
}
.row-fluid .span7 {
  width: 57.05521472392638%;
  *width: 57.0040899795501%;
}
.row-fluid .span6 {
  width: 48.466257668711656%;
  *width: 48.415132924335374%;
}
.row-fluid .span5 {
  width: 39.877300613496935%;
  *width: 39.826175869120654%;
}
.row-fluid .span4 {
  width: 31.288343558282207%;
  *width: 31.23721881390593%;
}
.row-fluid .span3 {
  width: 22.699386503067483%;
  *width: 22.648261758691206%;
}
.row-fluid .span2 {
  width: 14.110429447852761%;
  *width: 14.059304703476483%;
}
.row-fluid .span1 {
  width: 5.521472392638037%;
  *width: 5.470347648261758%;
}
.row-fluid .offset12 {
  margin-left: 106.13496932515338%;
  *margin-left: 106.03271983640082%;
}
.row-fluid .offset12:first-child {
  margin-left: 103.06748466257669%;
  *margin-left: 102.96523517382413%;
}
.row-fluid .offset11 {
  margin-left: 97.54601226993866%;
  *margin-left: 97.4437627811861%;
}
.row-fluid .offset11:first-child {
  margin-left: 94.47852760736197%;
  *margin-left: 94.3762781186094%;
}
.row-fluid .offset10 {
  margin-left: 88.95705521472394%;
  *margin-left: 88.85480572597137%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.88957055214725%;
  *margin-left: 85.78732106339469%;
}
.row-fluid .offset9 {
  margin-left: 80.3680981595092%;
  *margin-left: 80.26584867075664%;
}
.row-fluid .offset9:first-child {
  margin-left: 77.30061349693251%;
  *margin-left: 77.19836400817995%;
}
.row-fluid .offset8 {
  margin-left: 71.77914110429448%;
  *margin-left: 71.67689161554192%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.71165644171779%;
  *margin-left: 68.60940695296523%;
}
.row-fluid .offset7 {
  margin-left: 63.19018404907976%;
  *margin-left: 63.0879345603272%;
}
.row-fluid .offset7:first-child {
  margin-left: 60.12269938650307%;
  *margin-left: 60.02044989775051%;
}
.row-fluid .offset6 {
  margin-left: 54.601226993865026%;
  *margin-left: 54.498977505112464%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.533742331288344%;
  *margin-left: 51.43149284253578%;
}
.row-fluid .offset5 {
  margin-left: 46.012269938650306%;
  *margin-left: 45.91002044989774%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.944785276073624%;
  *margin-left: 42.84253578732106%;
}
.row-fluid .offset4 {
  margin-left: 37.423312883435585%;
  *margin-left: 37.32106339468302%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.355828220858896%;
  *margin-left: 34.253578732106334%;
}
.row-fluid .offset3 {
  margin-left: 28.834355828220858%;
  *margin-left: 28.732106339468302%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.76687116564417%;
  *margin-left: 25.664621676891617%;
}
.row-fluid .offset2 {
  margin-left: 20.245398773006137%;
  *margin-left: 20.143149284253578%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.177914110429448%;
  *margin-left: 17.075664621676893%;
}
.row-fluid .offset1 {
  margin-left: 11.656441717791411%;
  *margin-left: 11.554192229038854%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.588957055214724%;
  *margin-left: 8.486707566462169%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #d2d2d2;
}
a.muted:hover {
  color: #b9b9b9;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #d2d2d2;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #e8e6f1;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline  > li,
ol.inline  > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #e8e6f1;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #d2d2d2;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #e8e6f1;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #d2d2d2;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e8e6f1;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #d2d2d2;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #d2d2d2;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #d2d2d2;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d2d2d2;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d2d2d2;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 30px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 964px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 880px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 796px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 712px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 628px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 544px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 460px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 376px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 292px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 208px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 124px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 40px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #e8e6f1;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #e8e6f1;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #cdf395;
  border-color: #89d619;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 38px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 122px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 206px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 290px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 374px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 458px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 542px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 626px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 710px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 794px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 878px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 962px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url("../images/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
html {
  background: url(../images/main-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-x: hidden;
}
html.lt-ie9 {
  /*background: #dcdf58;*/
  background: url(../images/main-bg.jpg);
}
body {
  background: none;
}
input[type=search] {
  -webkit-appearance: none !important;
}
.center_horizontal {
  display: block;
  margin: 0 auto;
}
.phone_only {
  display: none;
}
.module {
  background: rgba(256, 256, 256, 0.5);
  margin-top: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #0095cf;
}
.module header {
  background: none;
  *zoom: 1;
  padding: 0;
}
.module header:before,
.module header:after {
  display: table;
  content: "";
  line-height: 0;
}
.module header:after {
  clear: both;
}
.module h1 {
  color: #0095cf;
  font-size: 40.5px;
  font-weight: normal;
  float: left;
  margin: 0;
}
.module h2 {
  font-size: 20px;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  color: #0095cf;
  line-height: 1.2;
}
.module p {
  line-height: 1.3;
  margin: 5px 0 15px;
}
.module p a {
  color: #1b2743;
}
.module p img {
  margin: 10px 0;
}
.module p img.pull-left {
  margin-right: 25px;
}
.module img.pull-right {
  margin-left: 25px;
}
.module p.emphasize {
  margin: 40px 0;
  width: 75%;
}
.module li {
  color: #0095cf;
}
.module form {
  background: rgba(256, 256, 256, 0.5);
  *zoom: 1;
  padding-bottom: 25px;
  margin-top: 10px;
}
.module form:before,
.module form:after {
  display: table;
  content: "";
  line-height: 0;
}
.module form:after {
  clear: both;
}
.module form input[type="submit"] {
  margin: 10px 0 0;
}
.module.two_column .left_column {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 65.7%;
  padding-right: 15px;
}
.module.two_column .left_column li {
  margin-bottom: 10px;
}
.module.two_column .left_column .mobile-ad-spot {
  margin: 25px 0;
}
.module.two_column a.btn {
  color: #0095cf;
  text-decoration: none;
}
.module.two_column h2 {
  margin: 10px 0;
}
.module.two_column form {
  padding: 15px 25px;
}
.module.two_column dl {
  margin-top: 50px;
}
.module.two_column dl dt {
  font-size: 20px;
  margin: 15px 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #d2d2d2;
}
.module.two_column dl dt a {
  text-decoration: none;
  color: #0095cf;
}
.module.two_column dl dd {
  margin: 0 0 40px;
}
.module.two_column dl dd h3 {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 0;
}
.module.two_column .form_two_column {
  padding: 15px 25px;
  margin-top: 25px;
  *zoom: 1;
}
.module.two_column .form_two_column:before,
.module.two_column .form_two_column:after {
  display: table;
  content: "";
  line-height: 0;
}
.module.two_column .form_two_column:after {
  clear: both;
}
.module.two_column .form_two_column .left_column {
  float: left;
  width: 50%;
}
.module.two_column .form_two_column .right_column {
  width: 50%;
  float: right;
  padding: 0;
}
.module.two_column .form_two_column h2 {
  margin: 0;
}
.module.two_column .form-horizontal {
  margin: 15px 0;
}
.module.two_column .form-horizontal p,
.module.two_column .form-horizontal label,
.module.two_column .form-horizontal h3 {
  color: #000000;
}
.module.two_column .form-horizontal p.text-error {
  color: #9d261d;
}
.module.two_column .form-horizontal h3 {
  font-size: 13px;
}
.module.two_column .form-horizontal .controls {
  margin-left: 150px;
}
.module.two_column .form-horizontal .control-group {
  margin-bottom: 10px;
}
.module.two_column .form-horizontal .control-group .control-label {
  width: auto;
}
.module.two_column .form-horizontal .control-group .input-append {
  display: block;
}
.module.two_column header.bio {
  margin-bottom: 10px;
}
.module.two_column header.bio .bio-image {
  float: left;
  border-radius: 50%;
  overflow: hidden;
}
.module.two_column header.bio hgroup {
  float: left;
  width: 70%;
  padding: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.module.two_column header.bio hgroup h1 {
  display: inline-block;
}
.module.two_column header.bio hgroup h2 {
  display: inline-block;
}
.module.two_column .inbox-widget {
  background: url(../images/inbox-widget-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 25px;
}
.module.two_column .inbox-widget header img {
  float: left;
}
.module.two_column .inbox-widget header h2 {
  color: #fff;
  font-size: 45px;
  line-height: 1;
  font-weight: normal;
  margin-left: 15px;
  float: left;
}
.module.two_column .inbox-widget span {
  margin: 0 0 5px 5px;
  display: block;
}
.module.two_column .inbox-widget .btn {
  background: #fff;
  color: #0095cf;
  text-decoration: none;
  margin-bottom: 5px;
}
.module.two_column .inbox-widget img.inbox-hosts {
  position: absolute;
  bottom: 0;
  right: 0;
}
.module.two_column .video-widget {
  background: #ffffff;
  border: 1px solid #e8e6f1;
  margin-top: 20px;
}
.module.two_column .video-widget .current-video {
  margin: 10px 10px 0;
  border: 1px solid #e8e6f1;
  *zoom: 1;
}
.module.two_column .video-widget .current-video:before,
.module.two_column .video-widget .current-video:after {
  display: table;
  content: "";
  line-height: 0;
}
.module.two_column .video-widget .current-video:after {
  clear: both;
}
.module.two_column .video-widget .current-video .video-player {
  float: left;
  height: 218px;
}
.module.two_column .video-widget .current-video .video-details {
  float: left;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 175px;
}
.module.two_column .video-widget .current-video .video-details time {
  font-size: 20px;
}
.module.two_column .video-widget .current-video .video-details time .year {
  font-weight: bold;
  font-size: 16px;
}
.module.two_column .video-widget .current-video .video-details time .day {
  font-size: 20px;
  font-weight: bold;
  color: #1b2743;
  line-height: 1.2;
  border-bottom: 1px solid #0095cf;
  padding-bottom: 10px;
}
.module.two_column .video-widget .current-video .video-details time .day span {
  display: block;
}
.module.two_column .video-widget .current-video .video-details p {
  padding-top: 5px;
}
.module.two_column .video-widget .video-thumbs {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 0 10px;
  *zoom: 1;
}
.module.two_column .video-widget .video-thumbs:before,
.module.two_column .video-widget .video-thumbs:after {
  display: table;
  content: "";
  line-height: 0;
}
.module.two_column .video-widget .video-thumbs:after {
  clear: both;
}
.module.two_column .video-widget .video-thumbs ul {
  list-style-type: none;
  margin: 0;
  display: none;
}
.module.two_column .video-widget .video-thumbs li.video-thumb {
  float: left;
  margin-right: 6px;
  border: 2px solid #e8e6f1;
  width: 86px;
  height: 52px;
  cursor: pointer;
}
.module.two_column .video-widget .video-thumbs li.video-thumb img {
  height: 52px;
}
.module.two_column .video-widget .video-thumbs .video-thumb.last {
  margin-right: 0;
}
.module.two_column .video-widget ul.tabs {
  list-style-type: none;
  *zoom: 1;
  margin: 0;
  background: #f1f1f1;
  border-top: 1px solid #e8e6f1;
}
.module.two_column .video-widget ul.tabs:before,
.module.two_column .video-widget ul.tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
.module.two_column .video-widget ul.tabs:after {
  clear: both;
}
.module.two_column .video-widget ul.tabs li {
  float: left;
  margin: 0;
  color: #0095cf;
  padding: 10px;
  margin-top: -1px;
  cursor: pointer;
}
.module.two_column .video-widget ul.tabs li.active {
  background: #ffffff;
  cursor: default;
}
.module.two_column .video-widget ul.tabs li.last {
  border-left: 1px solid #e8e6f1;
}
.module.two_column .video-widget ul.tabs li.last.active {
  border-right: 1px solid #e8e6f1;
}
.module.two_column p img {
  float: left;
  margin: 10px 15px 10px 0;
}
.module.two_column a {
  color: black;
  text-decoration: underline;
}
.module.two_column a i {
  margin-right: 5px;
}
.module.two_column a.to_top {
  display: block;
  margin-top: 15px;
}
.module.two_column .right_column {
  float: right;
  width: 300px;
  padding-left: 15px;
}
.module.two_column .right_column .ad_space {
  float: right;
  margin-bottom: 20px;
}
.module.image_banner_module {
  position: relative;
  overflow: hidden;
  /*padding-top: 225px;*/
	padding: 0px;
}
.module.image_banner_module .image_banner {
  position: absolute;
  top: 0;
  left: 0;
}
/* Begin Rectangle Ad*/
.module.two_column .right_column .ad_space .rectangle,
.module.two_column .right_column .ad_space .skyscraper{
  float: right;
  margin-bottom: 20px;
}
/* End Rectangle Ad*/
.lt-ie9 .module {
  background: #fff;
  background: url(../images/white-trans-bg.png);
}
.lt-ie9 .module .fashion img.pull-right {
  margin: 0;
}
.lt-ie10 .search,
.lt-ie9 .search {
  width: 170px;
  -ms-border-radius: none;
  height: 23px;
  line-height: 23px;
  -webkit-appearance: none;
}
.btn {
  background: rgba(256, 256, 256, 0.3);
  color: #0095cf;
  font-size: 15px;
  font-weight: bold;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top: 1px solid rgba(256, 256, 256, 0.5);
  border-right: 1px solid rgba(256, 256, 256, 0.5);
  -webkit-box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.05);
  padding: 8px;
  -webkit-transition: background-color 1s;
  -moz-transition: background-color 1s;
  -o-transition: background-color 1s;
  transition: background-color 1s;
  text-transform: capitalize;
}
.btn:hover {
  background: rgba(256, 256, 256, 0.5);
  color: #0095cf;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.social {
  float: left;
  list-style-type: none;
}
.social li {
  float: left;
  margin: 0 4px 0 0;
  list-style-type: none;
}
.social li a {
  width: 33px;
  height: 33px;
  display: inline-block;
  background: url(../images/sprites2.png);
  -webkit-transition: background-position 0.3s;
  -moz-transition: background-position 0.3s;
  -o-transition: background-position 0.3s;
  transition: background-position 0.3s;
}
.social li .email {
  background-position: 0 0;
}
.social li .email:hover {
  background-position: 0 -33px;
}
.social li .youtube {
  background-position: -39px 0;
}
.social li .youtube:hover {
  background-position: -39px -33px;
}
.social li .facebook {
  background-position: -77px 0;
}
.social li .facebook:hover {
  background-position: -77px -33px;
}
.social li .twitter {
  background-position: -117px 0;
}
.social li .twitter:hover {
  background-position: -117px -33px;
}
.social li .instagram {
  background-position: -156px 0;
}
.social li .instagram:hover {
  background-position: -156px -33px;
}
.social li .pinterest {
  background-position: -196px 0;
}
.social li .pinterest:hover {
  background-position: -196px -33px;
}
.blue_pattern_bg {
  background: url(../images/blue_pattern_bg.jpg) no-repeat;
}
.show_calendar {
  overflow: hidden;
  position: relative;
}
.show_calendar .date_slide_container {
  position: absolute;
  z-index: 12;
  left: 0;
}
.show_calendar .date_slide_container .date_slide {
  float: left;
  position: relative;
  width: 470px;
}
.show_calendar .date_slide_container .date_slide .date_slide_info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 13;
}
.show_calendar .date_slide_container .date_slide .date_slide_info .date_guest_name {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  color: #89d619;
  font-size: 20px;
  float: left;
  margin-right: 5px;
  display: inline-block;
  padding: 13px 20px;
  margin-top: -54px;
  -webkit-transition: margin 0.3s ease-in-out;
  -moz-transition: margin 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}
.show_calendar .date_slide_container .date_slide .date_slide_info .date_day {
  color: #ffffff;
  font-size: 20px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  float: left;
  padding: 13px 20px;
  margin-top: -54px;
  -webkit-transition: margin 0.3s ease-in-out 0.3s;
  -moz-transition: margin 0.3s ease-in-out 0.3s;
  -o-transition: margin 0.3s ease-in-out 0.3s;
  transition: margin 0.3s ease-in-out 0.3s;
}
.show_calendar .date_slide_container .current .date_slide_info .date_guest_name {
  margin-top: 0px;
}
.show_calendar .date_slide_container .current .date_slide_info .date_day {
  margin-top: 0px;
}
.show_calendar .date_slide_buttons {
  position: absolute;
  z-index: 13;
  bottom: 0;
  left: 0;
  width: 245px;
}
.show_calendar .date_slide_buttons button {
  width: 53px;
  height: 53px;
  border: none;
  background: none;
  margin-right: 5px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.show_calendar .date_slide_buttons button:hover,
.show_calendar .date_slide_buttons a:hover {
  background: #111;
  background: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
.show_calendar .date_slide_buttons button:before {
  content: '';
  display: block;
  background: url(../images/date_slide_buttons.png) no-repeat;
  height: 20px;
  width: 9px;
  margin: 0 auto;
}
.show_calendar .date_slide_buttons .date_slide_right:before {
  background-position: right;
}
.show_calendar .date_slide_buttons .disable {
  margin-bottom: -106px;
}
.show_calendar .date_slide_buttons .left_align {
  margin-left: -58px;
}
.show_calendar .date_slide_buttons a {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  color: #89D619;
  display: block;
  font-size: 20px;
  line-height: 0.5;
  margin-left: 124px;
  margin-right: 5px;
  padding: 21px 20px;
  transition: background-color 0.3s ease-in-out 0s;
  width: 74px;
  margin-top: -52px;
}
.main-header {
  border-top: 8px solid #e8e6f1;
  padding-bottom: 20px;
}
.main-header .social_search .social {
  /*margin: 0 0 10px 25px;*/ /*Style with email included in social plugin */
  margin: 0 0 10px 40px;
}
.main-header nav {
  font-size: 14px;
  line-height: 20px;
}
header {
  background: #ffffff;
}
header .social_search {
  float: left;
  list-style-type: none;
}
header .social_search li {
  float: left;
  margin: 0 4px 0 0;
  list-style-type: none;  
}
header .social_search li a {
  width: 33px;
  height: 33px;
  display: inline-block;
  background: url(../images/sprites.png);
  -webkit-transition: background-position 0.3s;
  -moz-transition: background-position 0.3s;
  -o-transition: background-position 0.3s;
  transition: background-position 0.3s;
}
header .social_search li .email {
  background-position: 0 0;
}
header .social_search li .email:hover {
  background-position: 0 -33px;
}
header .social_search li .youtube {
  background-position: -39px 0;
}
header .social_search li .youtube:hover {
  background-position: -39px -33px;
}
header .social_search li .facebook {
  background-position: -77px 0;
}
header .social_search li .facebook:hover {
  background-position: -77px -33px;
}
header .social_search li .twitter {
  background-position: -117px 0;  
  margin-left:0px;
}
header .social_search li .twitter:hover {
  background-position: -117px -33px;
}
header .social_search li .instagram {
  background-position: -156px 0;
}
header .social_search li .instagram:hover {
  background-position: -156px -33px;
}
header .social_search li .pinterest {
  background-position: -196px 0;
}
header .social_search li .pinterest:hover {
  background-position: -196px -33px;
}
header .social_search form {
  float: left;
}
header .social_search form input[type='search'] {
  width: 175px;
  background: #e8e6f1;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #0095cf;
  font-size: 0.7em;
  height: 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  float: left;
}
header .social_search form input[type='search']:focus {
  background: #f7f6fa;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
}
header .social_search form ::-webkit-input-placeholder {
  color: #0095cf;
}
header .social_search form input[type='submit'] {
  border-radius: 0;
  background-color: #e8e6f1;
  border: none;
  width: 40px;
  height: 33px;
  float: left;
  background-image: url(../images/sprites.png);
  background-position: -255px -10px;
  background-repeat: no-repeat;
}
header nav ul {
  margin: 20px 0 0;
  list-style-type: none;
}
header nav ul li ul {
  float: left;
  margin: 0;
  margin-right: -4px;
}
header nav ul li ul li {
  display: inline-block;
  float: left;
  margin-right: 5px;
  position: relative;
}
header nav ul li ul li a {
  padding: 7px 4px;
  color: #1b2743;
  font-size: 0.9em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
header nav ul li ul li .sub_menu {
  background: rgba(256, 256, 256, 0.75);
  position: absolute;
  left: -6px;
  top: 23px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 222px;
  z-index: 10;
}
header nav ul li ul li .sub_menu ul {
  opacity: 0;
  height: 0;
  background: #0083b6;
  -webkit-box-shadow: inset 0 0 0 3px #00a7e9;
  -moz-box-shadow: inset 0 0 0 3px #00a7e9;
  box-shadow: inset 0 0 0 3px #00a7e9;
  padding: 15px;
  float: none;
}
header nav ul li ul li .sub_menu ul li {
  float: none;
  display: block;
  border-top: 1px dotted #00a7e9;
  padding: 5px 0;
}
header nav ul li ul li .sub_menu ul li a {
  color: #ffffff;
}
header nav ul li ul li .sub_menu ul li:last-of-type {
  border-bottom: 1px dotted #00a7e9;
}
header nav ul li ul li:hover a {
  background: #89d619;
  text-decoration: none;
  color: #ffffff;
}
header nav ul li ul li:hover .sub_menu {
  opacity: 1;
  height: auto;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
header nav ul li ul li:hover .sub_menu ul {
  opacity: 1;
  height: auto;
  margin: 0 6px 6px 6px;
}
header nav ul li ul li:hover .sub_menu ul li a {
  background: none;
}
header nav ul li ul li:hover .sub_menu ul li a:hover {
  color: #89d619;
}
header nav ul li ul li.current a {
  background: #89d619;
  text-decoration: none;
  color: #ffffff;
}
.banner_btn {
  opacity: 0;
  background: #ffffff;
  width: 4%;
  position: absolute;
  height: 700px;
  cursor: default;
  z-index: 11;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.lt-ie9 .banner_btn {
  background: none;
}
.banner_btn:hover {
  opacity: 0.2;
}
.banner_left {
  left: 0;
}
.banner_right {
  right: 0;
}
.banner_container {
  width: 100%;
  background: #ffffff url(http://img.cdn.tl/loading2.gif) no-repeat center center;
  *zoom: 1;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.banner_container:before,
.banner_container:after {
  display: table;
  content: "";
  line-height: 0;
}
.banner_container:after {
  clear: both;
}
.banner_container .banner {
  width: 1975px;
  margin: 0 auto;
  opacity: 0;
}
.banner_container .banner .banner_row {
  *zoom: 1;
  /* Tile descriptions */

}
.banner_container .banner .banner_row:before,
.banner_container .banner .banner_row:after {
  display: table;
  content: "";
  line-height: 0;
}
.banner_container .banner .banner_row:after {
  clear: both;
}
.banner_container .banner .banner_row .blank_tile {
  background: #d8f5ac;
}
.banner_container .banner .banner_row .blank_tile:nth-child(odd) {
  background: #d8f5ac;
}
.banner_container .banner .banner_row .blank_tile:nth-child(even) {
  background: #83dcff;
}
.banner_container .banner .banner_row .square_tile {
  height: 230px;
  width: 245px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner_container .banner .banner_row .square_tile img {
  position: absolute;
  max-width: none;
  height: 100%;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  -ms-transition: -ms-transform 1s;
  transition: transform 1s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.banner_container .banner .banner_row .square_tile img:first-of-type {
  -webkit-transform: perspective(2000) rotatex(180deg);
  -moz-transform: rotatex(180deg);
  -o-transform: rotatex(180deg);
  -ms-transform: rotatex(180deg);
  transform: rotatex(180deg);
}
.banner_container .banner .banner_row .square_tile img:last-of-type {
  -webkit-transform: perspective(2000) rotatex(0deg);
  -moz-transform: rotatex(0deg);
  -o-transform: rotatex(0deg);
  -ms-transform: rotatex(0deg);
  transform: rotatex(0deg);
}
.banner_container .banner .banner_row .tile {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: none;
  position: relative;
}
.banner_container .banner .banner_row .tile > img:hover {
  opacity: 0.9;
}
.banner_container .banner .banner_row .tile_description {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  font-size: 12px;
  width: 100%;
  bottom: -230px;
  color: #fff;
  box-sizing: border-box;
  padding: 10px;
  -webkit-transition: bottom 0.3s;
  -moz-transition: bottom 0.3s;
  -ms-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
.banner_container .banner .banner_row .tile_description .tile_title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #89d619;
}
.banner_container .banner .banner_row .tile:hover .tile_description {
  bottom: 0;
}
.banner_container .banner .banner_row .facebook_status {
  background: none;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  padding: 20px;
}
.banner_container .banner .banner_row .facebook_status .facebook_icon {
  background: url(../images/sprites.png) no-repeat right bottom;
  height: 29px;
  width: 29px;
  margin: 10px auto 15px;
}
.banner_container .banner .banner_row .facebook_status p {
  line-height: 1.2;
}
.banner_container .banner .banner_row .facebook_status p a {
  color: #ffffff;
}
.banner_container .banner .banner_row .facebook_status .status_container:last-of-type {
  -webkit-transform: perspective(2000) rotatex(180deg);
  -moz-transform: rotatex(180deg);
  -o-transform: rotatex(180deg);
  -ms-transform: rotatex(180deg);
  transform: rotatex(180deg);
}
.status_container:first-of-type, .tweet_container:first-of-type,
.rotate > .status_container:last-of-type, .rotate > .tweet_container:last-of-type {
  z-index: 2;
}
.status_container:last-of-type, .tweet_container:last-of-type,
.rotate > .status_container:first-of-type, .rotate > .tweet_container:first-of-type {
  z-index: 1;
}
.banner_container .banner .banner_row .facebook_status .status_container {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  -ms-transition: -ms-transform 1s;
  transition: transform 1s;
  height: 100%;
  width: 100%;
  background: #0095cf;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner_container .banner .banner_row .twitter_tile {
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  position: relative;
}
.banner_container .banner .banner_row .twitter_tile a {
  color: #ffffff;
}
.banner_container .banner .banner_row .twitter_tile .twitter_icon {
  background: url(../images/sprites.png) no-repeat -254px bottom;
  height: 26px;
  width: 32px;
  margin: 10px auto;
}
.banner_container .banner .banner_row .twitter_tile .twitter_handle {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}
.banner_container .banner .banner_row .twitter_tile .twitter_at {
  font-size: 15px;
  margin: 0;
  line-height: 1.2;
}
.banner_container .banner .banner_row .twitter_tile .tweet_text {
  margin-top: 10px;
  line-height: 1.2;
  font-size: 14px;
}
.banner_container .banner .banner_row .twitter_tile .tweet_container:last-of-type {
  -webkit-transform: perspective(2000) rotatex(180deg);
  -moz-transform: rotatex(180deg);
  -o-transform: rotatex(180deg);
  -ms-transform: rotatex(180deg);
  transform: rotatex(180deg);
}
.banner_container .banner .banner_row .twitter_tile .tweet_container {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  -ms-transition: -ms-transform 1s;
  transition: transform 1s;
  height: 100%;
  width: 100%;
  background: #fb72a6;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner_container .banner .banner_row .hero {
  height: 466px;
  width: 720px;
  overflow: hidden;
}
.banner_container .banner .banner_row .hero img {
  max-width: 100%;
  height: auto;
}
.banner_container .banner .banner_row .rec_tile {
  height: 230px;
  width: 495px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner_container .banner .banner_row .rec_tile img {
  position: absolute;
  max-height: none;
  width: 100%;
  bottom: 0;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  -ms-transition: -ms-transform 1s;
  transition: transform 1s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.banner_container .banner .banner_row .rec_tile img:first-of-type {
  -webkit-transform: perspective(2000) rotatey(180deg);
  -moz-transform: rotatey(180deg);
  -o-transform: rotatey(180deg);
  -ms-transform: rotatey(180deg);
  transform: rotatey(180deg);
}
.banner_container .banner .banner_row .rec_tile img:last-of-type {
  -webkit-transform: perspective(2000) rotatey(0deg);
  -moz-transform: rotatey(0deg);
  -o-transform: rotatey(0deg);
  -ms-transform: rotatey(0deg);
  transform: rotatey(0deg);
}
.banner_container .banner .banner_row .rotate > img:last-of-type,
.banner_container .banner .banner_row .rotate > .tweet_container:first-of-type,
.banner_container .banner .banner_row .rotate > .status_container:first-of-type {
  -webkit-transform: perspective(2000) rotatex(180deg);
  -moz-transform: rotatex(180deg);
  -o-transform: rotatex(180deg);
  -ms-transform: rotatex(180deg);
  transform: rotatex(180deg);
}
.banner_container .banner .banner_row .rotate > img:first-of-type,
.banner_container .banner .banner_row .rotate > .tweet_container:last-of-type,
.banner_container .banner .banner_row .rotate > .status_container:last-of-type {
  -webkit-transform: perspective(2000) rotatex(0deg);
  -moz-transform: rotatex(0deg);
  -o-transform: rotatex(0deg);
  -ms-transform: rotatex(0deg);
  transform: rotatex(0deg);
}
.banner_container .banner .banner_row .rotateY > img:last-of-type {
  -webkit-transform: perspective(2000) rotatey(180deg);
  -moz-transform: rotatey(180deg);
  -o-transform: rotatey(180deg);
  -ms-transform: rotatey(180deg);
  transform: rotatey(180deg);
}
.banner_container .banner .banner_row .rotateY > img:first-of-type {
  -webkit-transform: perspective(2000) rotatey(0deg);
  -moz-transform: rotatey(0deg);
  -o-transform: rotatey(0deg);
  -ms-transform: rotatey(0deg);
  transform: rotatey(0deg);
}
.banner_container .banner .banner_row .show_calendar {
  height: 230px;
  width: 470px;
}
.banner_container .banner .banner_row .column_0 {
  width: 250px;
  float: left;
}
.banner_container .banner .banner_row .column_1 {
  width: 250px;
  float: left;
}
.banner_container .banner .banner_row .column_2 {
  width: 725px;
  float: left;
}
.banner_container .banner .banner_row .column_3 {
  width: 500px;
  float: left;
}
.latest_features .feature_slider {
  position: relative;
}
.latest_features .feature_slider [class*="feature_arrow_"] {
  background-image: url(../images/feature_arrows.png);
  height: 18px;
  width: 10px;
  margin-top: 103px;
  cursor: pointer;
}
.latest_features .feature_slider .feature_arrow_left {
  background-position: 0px 0px;
  left: -17px;
  top: 0;
  position: absolute;
}
.latest_features .feature_slider .feature_arrow_right {
  background-position: 0px -18px;
  position: absolute;
  top: 0;
  right: -17px;
}
.latest_features .feature_slider .feature_left {
  float: left;
}
.latest_features .feature_slider .feature_right {
  float: right;
}
.latest_features .feature_slider .feature_slider_container {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  min-height: 357px;
  *zoom: 1;
}
.latest_features .feature_slider .feature_slider_container:before,
.latest_features .feature_slider .feature_slider_container:after {
  display: table;
  content: "";
  line-height: 0;
}
.latest_features .feature_slider .feature_slider_container:after {
  clear: both;
}
.latest_features .feature_slider .feature_slider_container .feature_slides {
  overflow: hidden;
  /*position: absolute;*/

  width: 100%;
  position: relative;
  *zoom: 1;
}
.latest_features .feature_slider .feature_slider_container .feature_slides:before,
.latest_features .feature_slider .feature_slider_container .feature_slides:after {
  display: table;
  content: "";
  line-height: 0;
}
.latest_features .feature_slider .feature_slider_container .feature_slides:after {
  clear: both;
}
.latest_features .feature_slider .feature_slider_container .feature_slides .feature_slide {
  float: left;
  width: 289px;
  padding: 0 10px 37px;
  height: 100%;
}
.latest_features .feature_slider .feature_slider_container .feature_slides .feature_slide img {
  border: 5px solid #f2f2f2;
}
.latest_features .feature_slider .feature_slider_container .feature_slides .feature_slide h1 {
  float: none;
  font-family: arial, helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin: 18px 0 8px;
}
.latest_features .feature_slider .feature_slider_container .feature_slides .feature_slide p {
  font-size: 13px;
  color: #0095cf;
  margin-bottom: 15px;
}
.latest_features .feature_slider .feature_slider_container .feature_slides .feature_slide .btn {
  position: absolute;
  bottom: 0;
}
.event .event_container {
  margin-top: 20px;
}
.event .event_container .event_left {
  background: rgba(256, 256, 256, 0.6);
  width: 464px;
  float: left;
}
.event .event_container .event_left hgroup {
  background: url(../images/blue_pattern_bg.jpg) no-repeat;
  color: #ffffff;
  padding: 9px 15px;
}
.event .event_container .event_left hgroup h2 {
  font-size: 27px;
  font-weight: normal;
  margin: 0;
  line-height: normal;
}
.event .event_container .event_left hgroup h3 {
  font-size: 17px;
  font-weight: normal;
  margin: 0;
  line-height: normal;
}
.event .event_container .event_left .event_slides {
  padding: 9px 15px 14px;
}
.event .event_container .event_left .event_slides p {
  font-size: 15px;
  color: #0095cf;
  line-height: normal;
  padding: 7px 0;
}
.event .event_container .event_left .event_slides .selected_slide {
  float: left;
  width: 142px;
}
.event .event_container .event_left .event_slides .selected_slide img {
  border: 1px solid #e8e6f1;
}
.event .event_container .event_left .event_slides .event_slider_container {
  float: right;
  width: 232px;
  margin-right: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.event .event_container .event_left .event_slides .event_slider_container .event_slider_right {
  position: absolute;
  right: -15px;
  top: 28px;
  font-family: courier, sans-serif;
  cursor: pointer;
}
.event .event_container .event_left .event_slides .event_slider_container .event_slider_left {
  position: absolute;
  left: -22px;
  top: 30px;
  font-family: courier, sans-serif;
  cursor: pointer;
}
.event .event_container .event_left .event_slides .event_slider_container img {
  border: 1px solid #e8e6f1;
}
.event .event_container .event_left .event_slides .event_slider_container .slide_description {
  font-size: 14px;
}
.event .event_container .event_right {
  float: right;
  position: relative;
  width: 434px;
  color: #ffffff;
}
.event .event_container .event_right img {
  position: absolute;
}
.event .event_container .event_right header {
  background: url(../images/blue_pattern_bg.jpg) no-repeat;
  position: absolute;
  width: 322px;
  padding: 9px 14px;
  margin: 142px 23px 0;
}
.event .event_container .event_right header p,
.event .event_container .event_right header h2 {
  margin: 0;
  font-weight: normal;
  line-height: normal;
}
.event .event_container .event_right header p {
  font-size: 15px;
}
.event .event_container .event_right a {
  background: url(../images/blue_pattern_bg.jpg) no-repeat;
  position: absolute;
  margin: 227px 23px 0;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 10px;
  background-position: -134px -48px;
}
.module.video header {
  margin: 0 0 20px;
}
.module.video .video_left {
  width: 300px;
  float: left;
}
.module.video .video_left article {
  background: rgba(256, 256, 256, 0.6);
  padding: 9px 15px;
  margin: 0 0 20px;
}
.module.video .video_left article h1 {
  font-size: 25px;
  line-height: normal;
  margin: 0 0 5px;
  float: none;
}
.module.video .video_left article p {
  font-size: 12px;
  color: #0095cf;
}
.module.video .video_right {
  float: right;
}
.module.video .video_right .bc-video-mobile {
  display: none;
}
.module.kelly_michael {
  position: relative;
  /*height: 780px;*/
  height: 360px;
}
.module.kelly_michael img.kelly_michael_bg {
  position: absolute;
  left: 0;
  top: -10px;
}
.module.kelly_michael .fashion img.pull-right {
  margin: 0;
}
.module.kelly_michael .kelly_michael_right {
  position: absolute;
  width: 464px;
  right: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.module.kelly_michael .kelly_michael_right .hosts_content {
  margin: 20px 0;
  background: rgba(256, 256, 256, 0.6);
  *zoom: 1;
  padding: 10px;
}
.module.kelly_michael .kelly_michael_right .hosts_content:before,
.module.kelly_michael .kelly_michael_right .hosts_content:after {
  display: table;
  content: "";
  line-height: 0;
}
.module.kelly_michael .kelly_michael_right .hosts_content:after {
  clear: both;
}
.module.kelly_michael .kelly_michael_right .hosts_content p {
  font-size: 30px;
  color: #0095cf;
  margin: 5px 0 15px;
  clear: left;
  display: inline-block;
}
.main_footer {
  background: #ffffff;
  padding: 30px 0 20px;
  margin-top: 30px;
}
.main_footer .logo {
  margin-bottom: 25px;
}
.main_footer h3 {
  color: #0095cf;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 15px;
}
.main_footer ul {
  list-style-type: none;
  margin: 0;
}
.main_footer ul li {
  line-height: 12px;
  margin-bottom: 15px;
}
.main_footer a,
.main_footer p {
  font-size: 12px;
  color: #d2d2d2;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.main_footer .social {
  margin-top: 25px;
}
.main_footer .social li {
  margin-bottom: 0;
}
.main_footer .social .email {
  background-position: 0 -33px;
}
.main_footer .social .youtube {
  background-position: -39px -33px;
}
.main_footer .social .facebook {
  background-position: -77px -33px;
}
.main_footer .social .twitter {
  background-position: -117px -33px;
}
.main_footer .social .instagram {
  background-position: -156px -33px;
}
.main_footer .social .pinterest {
  background-position: -196px -33px;
}
.main_footer .social a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.secondary_footer {
  background: #0095cf;
  font-size: 11px;
  color: #ffffff;
  padding: 25px 0;
}
.secondary_footer small {
  font-size: 11px;
  line-height: auto;
}
.secondary_footer ul {
  list-style-type: none;
  margin: 0;
  text-align: right;
}
.secondary_footer ul li {
  float: left;
  margin: 0  0 0 5px;
  line-height: 1.4;
}
.secondary_footer a {
  color: #ffffff;
  margin: 0 5px 0 0;
  font-size: 11px;
}
.recipe {
  *zoom: 1;
  margin-bottom: 20px;
}
.recipe:before,
.recipe:after {
  display: table;
  content: "";
  line-height: 0;
}
.recipe:after {
  clear: both;
}
.recipe img {
  float: left;
  margin-right: 20px;
}
.recipe .recipe_info {
  float: left;
  width: 71%;
}
.recipe_finder {
  margin-bottom: 20px;
}
.recipe_finder header {
  background: url('../img/blue-bg.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 15px 20px;
}
.recipe_finder header h1 {
  font-size: 29px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
}
.recipe_finder form {
  margin: 0;
  padding: 15 20px;
}
.recipe_finder form .field label {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 12px;
}
.recipe_finder form .field input,
.recipe_finder form .field select {
  width: 96%;
  display: inline;
  float: left;
  box-sizing: border-box;
}
.recipe_finder form .field select {
  width: 100%;
}
.recipe_finder form .field input[type="submit"] {
  width: auto;
  float: right;
  margin: 0;
}
/*
* Tablet
*/
@media (min-width: 768px) and (max-width: 979px) {
  .container {
    width: 748px;
  }
  .social_search .social {
    margin-bottom: 0;
  }
  .social_search form {
    margin-bottom: 0;
  }
  header .row .offset6 {
    margin-left: 295px;
  }
  header .container {
    width: 740px;
  }
  header .container .header_ad {
    margin-top: 20px;
  }
  /*Begin Header Ad styles */
  #header .container #top_ad {
	  height: 100px;
	  position: absolute;
	  right: 0;
	  top: 58px;
	  width: 740px;
	}

	#header .container #top_ad img {
	  margin: 5px;
	}

  /* End Header Ad Style*/
  header .container nav.span9 {
    margin-top: 23px;
  }
  header .container nav.span9 ul {
    margin: 0;
  }
  header .container nav.span9 ul li {
    font-size: 1em;
  }
  header .container nav.span9 ul li ul li a {
    padding: 7px 2px;
  }
  header .container .logo {
    width: 150px;
  }
  .banner_container {
    overflow: hidden;
  }
  .banner_container .banner .banner_row #tile_8 {
    float: right;
  }
  .latest_features {
    width: 748px;
  }
  .latest_features .feature_slider .feature_arrow_left {
    left: 7px;
  }
  .latest_features .feature_slider .feature_arrow_right {
    right: 7px;
  }
  .latest_features .feature_slider .feature_slider_container {
    width: 90%;
    margin: 20px auto 0;
  }
  .latest_features .feature_slider .feature_slider_container .feature_slides .feature_slide {
    width: 308px;
  }
  .latest_features .feature_slider .feature_slider_container .feature_slides .feature_slide p {
    width: 280px;
  }
  .event {
    width: 748px;
  }
  .event .event_container .event_left {
    width: 49%;
  }
  .event .event_container .event_left hgroup h2 {
    font-size: 22px;
  }
  .event .event_container .event_left .event_slides p {
    font-size: 12px;
  }
  .event .event_container .event_left .event_slides .selected_slide {
    width: 37%;
  }
  .event .event_container .event_left .event_slides .event_slider_container {
    width: 48%;
  }
  .event .event_container .event_left .event_slides .event_slider_container .event_slider_left,
  .event .event_container .event_left .event_slides .event_slider_container .event_slider_right {
    top: 14px;
  }
  .event .event_container .event_left .event_slides .event_slider_container .event_slide img {
    width: 30%;
  }
  .event .event_container .event_left .event_slides .event_slider_container p.slide_description {
    font-size: 12px;
  }
  .event .event_container .event_right {
    width: 49%;
  }
  .event .event_container .event_right header {
    width: 60%;
    margin: 135px 23px 0;
  }
  .event .event_container .event_right header h2 {
    font-size: 22px;
  }
  .event .event_container .event_right a {
    margin: 210px 23px 0;
  }
  .module.image_banner_module {
    padding-top: 220px;
  }
  .module.video .video_left {
    width: 100%;
  }
  .module.video .video_left article {
    float: left;
    width: 300px;
    height: 232px;
    position: relative;
  }
  .module.video .video_left article p {
    clear: both;
  }
  .module.video .video_left article .btn {
    position: absolute;
    bottom: 20px;
    left: 10px;
  }
  .module.video .video_left .ad_space {
    float: right;
  }
  /* Begin Rectangle Ad */
  .module.video .video_left #rectangle {
    float: right;
  }  
  /* End Rectangle Ad*/
  .module.video .brightcove {
    width: 587px;
    margin: 0 auto;
    float: none;
  }
  .module.kelly_michael {
    width: 748px;
    overflow: hidden;
  }
  .module.kelly_michael img.kelly_michael_bg {
    left: -60px;
    bottom: 0;
    top: auto;
    max-width: 82%;
  }
  .module.kelly_michael .kelly_michael_right {
    width: 425px;
  }
  .module.kelly_michael .kelly_michael_right header h1 {
    float: left;
  }
  .module.kelly_michael .kelly_michael_right .fashion img.pull-left {
    width: 230px;
  }
  .module.kelly_michael .kelly_michael_right .fashion img.pull-right {
    width: 170px;
  }
  .module.kelly_michael .kelly_michael_right .fashion p {
    font-size: 26px;
  }
  .main_footer .container {
    width: 748px;
  }
  .main_footer .container .span2 {
    width: 230px;
    margin-bottom: 30px;
  }
  .secondary_footer .container {
    width: 748px;
  }
  .secondary_footer .container .span4 {
    width: 270px;
    font-size: 10px;
  }
  .secondary_footer .container .span8 {
    width: 470px;
  }
  .secondary_footer .container .span8 li {
    margin-left: 3px;
  }
  .secondary_footer .container .span8 li a {
    font-size: 10px;
    margin-right: 3px;
  }
  .module.two_column .left_column {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
  }
  .module.two_column form {
    padding: 15px 25px;
  }
  .module.two_column .form_two_column {
    padding: 15px 25px;
    margin-top: 25px;
    *zoom: 1;
  }
  .module.two_column .form_two_column:before,
  .module.two_column .form_two_column:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .module.two_column .form_two_column:after {
    clear: both;
  }
  .module.two_column .form_two_column input,
  .module.two_column .form_two_column select,
  .module.two_column .form_two_column textarea {
    width: 100%;
  }
  .module.two_column .form_two_column input[type="submit"] {
    width: auto;
  }
  .module.two_column .form_two_column .left_column {
    float: left;
    width: 47%;
  }
  .module.two_column .form_two_column .right_column {
    width: 47%;
    float: right;
    margin-top: 0;
    padding: 0;
  }
  .module.two_column .form_two_column h2 {
    margin: 0;
  }
  .module.two_column .video-widget .current-video .video-player {
    margin-top: 0;
  }
  .module.two_column .video-widget .current-video .video-player .video-object {
    margin: 0;
  }
  .module.two_column .video-widget .current-video .video-details {
    width: 275px;
  }
  .module.two_column .video-widget .video-thumbs li.video-thumb {
    width: 104px;
    height: auto;
  }
  .module.two_column .video-widget .video-thumbs li.video-thumb img {
    height: auto;
  }
  .module.two_column .right_column {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .module.two_column .right_column .ad_space {
    float: left;
    margin-right: 20px;
  }
}
/*
* Phone portrait
*/
@media (max-width: 767px) {
  .phone_only {
    display: block;
  }
  .no_phone {
    display: none !important;
  }
  body {
    border-top: none;
  }
  .main-header {
    padding: 0;
  }
  .container {
    width: 100%;
  }
  .container .row {
    margin: 0;
  }
  .module header {
    margin-left: 5px;
  }
  .module header a {
    display: none;
  }
  .module header h1 {
    font-size: 28px;
    word-break: hyphenate;
    line-height: 1;
  }
  .module img.pull-right {
    display: block;
    margin: 0 auto;
    float: none;
  }
  .module.image_banner_module {
    padding-top: 25px;
  }
  .module.image_banner_module .image_banner {
    display: none;
  }
  header {
    padding: 0;
  }
  header .container .header_top {
    display: none;
  }
  header .container .logo {
    width: 104px;
    margin: 22px 0 0 10px;
  }
  header .container .header_hosts {
    float: right;
    margin-right: 5px;
  }
  header .container nav {
    width: 100%;
    background: #0095cf;
    margin: 0;
    color: #ffffff;
  }
  header .container nav ul {
    background: #ffffff;
    margin: 0;
  }
  header .container nav ul li {
    float: left;
    padding: 5px 10px;
    font-size: 12px;
    border-right: 1px solid #ffffff;
    cursor: pointer;
  }
  header .container nav ul li a {
    color: #ffffff;
  }
  header .container nav ul li ul {
    display: none;
    position: absolute;
    padding: 0;
    background: #ffffff;
    z-index: 11;
    left: 0;
    margin: 0;
    width: 100%;
    margin-top: 5px;
  }
  header .container nav ul li ul li {
    float: none;
    display: block;
    border-bottom: 1px solid #e8e6f1;
    font-weight: bold;
    padding: 0;
  }
  header .container nav ul li ul li a {
    color: #0095cf;
    font-size: 14px;
    padding: 10px 5px;
    width: 100%;
    display: block;
  }
  header .container nav ul li ul li a:hover {
    color: #ffffff;
  }
  header .container nav ul li ul li form {
    background: #0095cf;
    width: 100%;
    margin: 0;
  }
  header .container nav ul li ul li form input {
    background: none;
    border: none;
    color: #ffffff;
    margin: 0;
    font-size: 11px;
    width: 87%;
  }
  header .container nav ul li ul li form input[type="submit"] {
    width: 7%;
    background-image: url(../images/sprites.png);
    background-position: -261px -15px;
    background-repeat: no-repeat;
  }
  header .container nav ul li ul li form input[type="search"]:focus {
    background: #00a7e9;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
  header .container nav ul li ul li form ::-webkit-input-placeholder {
    color: #ffffff;
  }
  header .container nav ul li ul li form :-moz-placeholder {
    /* Firefox 18- */
  
    color: #ffffff;
  }
  header .container nav ul li ul li form ::-moz-placeholder {
    /* Firefox 19+ */
  
    color: #ffffff;
  }
  header .container nav ul li ul li form :-ms-input-placeholder {
    color: #ffffff;
  }
  header .container nav ul li ul li.current a {
    background: #ffffff;
    text-decoration: none;
    color: #0095cf;
  }
  header .container nav ul li .mobile-signin form {
    margin: 0;
  }
  header .container nav ul li .mobile-signin form li {
    padding: 4px 6px;
    color: #0095cf;
    font-weight: bold;
    font-size: 14px;
  }
  header .container nav ul li .mobile-signin form li input {
    width: 100%;
    height: 100%;
    border: none;
    line-height: 20px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  header .container nav ul li .mobile-signin form li a {
    display: inline;
    height: 38px;
    line-height: 38px;
  }
  header .container nav ul li .mobile-signin form li a:hover {
    background: #ffffff;
    color: #0095cf;
  }
  header .container nav ul li .mobile-signin form li:hover a {
    background: #ffffff;
    color: #0095cf;
  }
  header .container nav ul li .mobile-signin ::-webkit-input-placeholder {
    color: #0095cf;
  }
  header .container nav ul li .mobile-signin :-moz-placeholder {
    /* Firefox 18- */
  
    color: #0095cf;
  }
  header .container nav ul li .mobile-signin ::-moz-placeholder {
    /* Firefox 19+ */
  
    color: #0095cf;
  }
  header .container nav ul li .mobile-signin :-ms-input-placeholder {
    color: #0095cf;
  }
  header .container nav ul li.active {
    background: #89d619;
    cursor: pointer;
  }
  header .container nav ul li.active ul {
    display: block;
    z-index: 15;
  }
  .banner_btn {
    display: none;
  }
  .banner_btn:hover {
    opacity: 0;
    display: none;
  }
  .banner_container {
    padding: 0;
  }
  .banner_container .banner {
    width: 100%;
    margin: 0 !important;
  }
  .banner_container .banner .banner_row .show_calendar {
    width: 100%;
  }
  .banner_container .banner .banner_row .show_calendar .date_slide .date_guest_name {
    font-size: 16px;
  }
  .banner_container .banner .banner_row .show_calendar .date_slide .date_day {
    font-size: 16px;
  }
  .banner_container .banner .banner_row .column {
    display: none;
  }
  .banner_container .banner .banner_row .column_4 {
    display: block;
  }
  .banner_container .banner .banner_row .column_4 .tile {
    margin: 0 auto;
    float: none;
  }
  .banner_container .banner .banner_row .square_tile {
    display: none;
  }
  .banner_container .banner .banner_row .rec_tile {
    display: none;
  }
  .latest_features .feature_slider {
    margin-left: -5px;
  }
  .latest_features .feature_slider [class*="feature_arrow_"] {
    margin-top: 97px;
  }
  .latest_features .feature_slider .feature_arrow_left {
    left: -11px;
  }
  .latest_features .feature_slider .feature_slider_container .feature_slides .feature_slide {
    width: 254px;
  }
  .event .event_container .event_left {
    width: 100%;
  }
  .event .event_container .event_left hgroup h2 {
    font-size: 22px;
    line-height: 21px;
  }
  .event .event_container .event_left hgroup h3 {
    font-size: 15px;
    line-height: 25px;
  }
  .event .event_container .event_left .event_slides p {
    display: none;
  }
  .event .event_container .event_left .event_slides .selected_slide {
    display: none;
  }
  .event .event_container .event_left .event_slides .event_slider_container {
    width: 210px;
  }
  .event .event_container .event_left .event_slides .event_slider_container [class*="event_slider_"] {
    top: 23px;
  }
  .event .event_container .event_left .event_slides .event_slider_container .event_slider .event_slide_container .event_slide img {
    width: 30%;
  }
  .event .event_container .event_left .event_slides .event_slider_container .slide_description {
    display: block;
    font-size: 12px;
  }
  .event .event_container .event_right {
    display: none;
  }
  .module.video .video_left {
    /*display: none;*/
	display:block;
	margin-left:-15px;
  }
  .module.video .video_left  .mobile-ad{
    display: block;
  }  
  .module.video .brightcove {
    float: none;
    margin: 0 auto;
    width: 260px;
  }
  .module.video .brightcove .bc-video {
    display: none;
  }
  .module.video .brightcove .bc-video-mobile {
    display: block;
  }
  .module.kelly_michael {
    padding: 21px 6px;
    height: auto;
  }
  .module.kelly_michael img.kelly_michael_bg {
    display: none;
  }
  .module.kelly_michael .kelly_michael_right {
    width: 100%;
    position: static;
    right: 0;
  }
  .module.kelly_michael .kelly_michael_right header h1 {
    width: 100%;
    text-align: center;
  }
  .module.kelly_michael .kelly_michael_right .hosts_content {
    background: none;
    padding: 0;
    width: 300px;
    margin: 0 auto;
    margin-top: 15px;
  }
  .module.kelly_michael .kelly_michael_right .hosts_content .fashion {
    margin-bottom: 15px;
    *zoom: 1;
  }
  .module.kelly_michael .kelly_michael_right .hosts_content .fashion:before,
  .module.kelly_michael .kelly_michael_right .hosts_content .fashion:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .module.kelly_michael .kelly_michael_right .hosts_content .fashion:after {
    clear: both;
  }
  .module.kelly_michael .kelly_michael_right .hosts_content .fashion img.pull-left {
    display: none;
  }
  .module.kelly_michael .kelly_michael_right .hosts_content .fashion img {
    width: 150px;
  }
  .module.kelly_michael .kelly_michael_right .hosts_content .fashion p {
    float: left;
    font-size: 16px;
    clear: none;
    width: 130px;
  }
  .main_footer {
    position: relative;
    padding-bottom: 60px;
  }
  .main_footer .span3:first-of-type {
    width: 320px;
    margin-left: 5px;
    box-sizing: border-box;
  }
  .main_footer .span3:first-of-type .logo {
    float: left;
    width: 120px;
  }
  .main_footer .span3:first-of-type .reminders {
    float: left;
    width: 138px;
    margin-left: 23px;
  }
  .main_footer .span3 {
    width: 138px;
    margin-left: 5px;
  }
  .main_footer .span2 {
    margin-left: 5px;
  }
  .main_footer div.span2:nth-child(4) {
    clear: both;
  }
  .main_footer .social {
    position: absolute;
    bottom: 15px;
  }
  .secondary_footer {
    width: 100%;
  }
  .secondary_footer .span4 {
    width: 90%;
    margin: 0 0 0 30px;
  }
  .secondary_footer .span8 {
    width: 90%;
    line-height: 20px;
    margin: 10px 0 0 30px;
    float: none;
    display: inline-block;
  }
  .module.two_column .left_column {
    float: none;
    width: 100%;
  }
  .module.two_column .form_two_column {
    padding: 15px 25px;
    margin-top: 25px;
    *zoom: 1;
  }
  .module.two_column .form_two_column:before,
  .module.two_column .form_two_column:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .module.two_column .form_two_column:after {
    clear: both;
  }
  .module.two_column .form_two_column .left_column {
    float: none;
    width: 100%;
  }
  .module.two_column .form_two_column .right_column {
    width: 100%;
    float: none;
    padding: 0;
  }
  .module.two_column .form_two_column input,
  .module.two_column .form_two_column select,
  .module.two_column .form_two_column textarea {
    width: 100%;
  }
  .module.two_column .form_two_column input[type="submit"] {
    width: auto;
  }
  .module.two_column .form_two_column h2 {
    margin: 0;
    font-size: 15px;
  }
  .module.two_column .form-horizontal {
    margin: 15px 0;
  }
  .module.two_column .form-horizontal .controls {
    margin-left: 0;
    width: 100%;
  }
  .module.two_column .form-horizontal .controls input {
    width: 76%;
  }
  .module.two_column .form-horizontal .control-group {
    margin-bottom: 10px;
  }
  .module.two_column .form-horizontal .control-group .control-label {
    width: auto;
    float: none;
    text-align: left;
  }
  .module.two_column .form-horizontal .control-group .input-append {
    display: block;
  }
  .module.two_column .video-widget .current-video .video-player {
    height: auto;
    width: 100%;
  }
  .module.two_column .video-widget .current-video .video-details {
    width: 100%;
  }
  .module.two_column .video-widget .current-video .video-object {
    width: 100%;
    height: auto;
  }
  .module.two_column .video-widget .video-thumbs li.video-thumb {
    width: 104px;
    height: auto;
  }
  .module.two_column .video-widget .video-thumbs li.video-thumb img {
    height: auto;
  }
  .module.two_column .video-widget ul.tabs li {
    float: none;
  }
  .module.two_column .inbox-widget .btn {
    width: 95%;
  }
  .module.two_column .inbox-widget img.inbox-hosts {
    position: static;
    margin-bottom: -25px;
    margin-left: -25px;
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
    transform: rotatey(180deg);
    display: block;
    margin-top: 20px;
  }
  .module.two_column .right_column {
    float: none;
    width: 100%;
    margin: 25px 0;
  }
  .module.two_column .right_column .ad_space {
    float: none;
  }
  .recipe img {
    margin: 0 auto;
    display: block;
    float: none;
  }
  .recipe .recipe_info {
    text-align: center;
    width: 100%;
  }
}
/*
* Phone landscape
*/
@media (max-width: 767px) and (orientation: landscape) {
  .phone_only {
    display: block;
  }
  .no_phone {
    display: none !important;
  }
  body {
    border-top: none;
  }
  .main-header {
    padding: 0;
  }
  .container {
    width: 100%;
  }
  .container .row {
    margin: 0;
  }
  .module header {
    margin-left: 5px;
  }
  .module header a {
    display: none;
  }
  .module header h1 {
    font-size: 28px;
    word-break: hyphenate;
    line-height: 1;
  }
  .module img.pull-right {
    display: block;
    margin: 0 auto;
  }
  header {
    padding: 0;
  }
  header .container .header_top {
    display: none;
  }
  header .container .logo {
    width: 104px;
    margin: 22px 0 0 10px;
  }
  header .container .header_hosts {
    float: right;
    margin-right: 5px;
  }
  header .container nav {
    width: 100%;
    background: #0095cf;
    margin: 0;
    color: #ffffff;
  }
  header .container nav ul {
    background: #ffffff;
    margin: 0;
  }
  header .container nav ul li {
    float: left;
    padding: 5px 10px;
    font-size: 12px;
    border-right: 1px solid #ffffff;
  }
  header .container nav ul li a {
    color: #ffffff;
  }
  header .container nav ul li ul {
    display: none;
    position: absolute;
    padding: 0;
    background: #ffffff;
    z-index: 11;
    left: 0;
    margin: 0;
    width: 100%;
    margin-top: 5px;
  }
  header .container nav ul li ul li {
    float: none;
    display: block;
    border-bottom: 1px solid #e8e6f1;
    font-weight: bold;
    padding: 0;
  }
  header .container nav ul li ul li a {
    color: #0095cf;
    font-size: 14px;
    padding: 10px 5px;
    width: 100%;
    display: block;
  }
  header .container nav ul li ul li a:hover {
    color: #ffffff;
  }
  header .container nav ul li ul li form {
    background: #0095cf;
    width: 100%;
    margin: 0;
  }
  header .container nav ul li ul li form input {
    background: none;
    border: none;
    color: #ffffff;
    margin: 0;
    font-size: 11px;
    width: 87%;
  }
  header .container nav ul li ul li form input[type="submit"] {
    width: 7%;
    background-image: url(../images/sprites.png);
    background-position: -261px -15px;
    background-repeat: no-repeat;
  }
  header .container nav ul li ul li form input[type="search"]:focus {
    background: #00a7e9;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
  header .container nav ul li ul li form ::-webkit-input-placeholder {
    color: #ffffff;
  }
  header .container nav ul li ul li form :-moz-placeholder {
    /* Firefox 18- */
  
    color: #ffffff;
  }
  header .container nav ul li ul li form ::-moz-placeholder {
    /* Firefox 19+ */
  
    color: #ffffff;
  }
  header .container nav ul li ul li form :-ms-input-placeholder {
    color: #ffffff;
  }
  header .container nav ul li ul li:hover a {
    background: #ffffff;
    text-decoration: none;
    color: #0095cf;
  }
  header .container nav ul li.active {
    background: #89d619;
    cursor: pointer;
  }
  header .container nav ul li.active ul {
    display: block;
  }
  .banner_btn {
    display: none;
  }
  .banner_btn:hover {
    opacity: 0;
    display: none;
  }
  .banner_container {
    padding: 0;
  }
  .banner_container .banner {
    width: 100%;
    margin: 0 !important;
  }
  .banner_container .banner .banner_row .show_calendar {
    width: 100%;
  }
  .banner_container .banner .banner_row .column {
    display: none;
  }
  .banner_container .banner .banner_row .column_4 {
    display: block;
  }
  .banner_container .banner .banner_row .column_4 .tile {
    margin: 0 auto;
    float: none;
    overflow: hidden;
  }
  .banner_container .banner .banner_row .column_4 .show_calendar {
    width: 480px;
  }
  .banner_container .banner .banner_row .column_4 .show_calendar .date_slide {
    width: 480px;
  }
  .banner_container .banner .banner_row .column_4 .show_calendar .date_slide img {
    width: 480px;
  }
  .banner_container .banner .banner_row .square_tile {
    display: none;
  }
  .banner_container .banner .banner_row .rec_tile {
    display: none;
  }
  .event .event_container .event_left {
    width: 100%;
  }
  .event .event_container .event_left .event_slides .event_slider_container {
    width: 52%;
  }
  .event .event_container .event_left .event_slides .event_slider_container [class*="event_slider_"] {
    top: 23px;
  }
  .event .event_container .event_left .event_slides .event_slider_container .event_slider .event_slide_container .event_slide {
    width: 100%;
  }
  .event .event_container .event_left .event_slides .event_slider_container .event_slider .event_slide_container .event_slide img {
    width: 30%;
  }
  .event .event_container .event_left .event_slides .event_slider_container .slide_description {
    display: block;
    font-size: 12px;
  }
  .event .event_container .event_right {
    display: none;
  }
  .module.video .video_left {
    display: none;
  }
  .module.video .video_right .bc-video {
    display: none;
  }
  .module.video .video_right .bc-video-mobile {
    display: block;
  }
  .module.kelly_michael {
    padding: 21px 6px;
    height: auto;
  }
  .module.kelly_michael img.kelly_michael_bg {
    display: none;
  }
  .module.kelly_michael .kelly_michael_right {
    width: 100%;
    position: static;
    right: 0;
  }
  .module.kelly_michael .kelly_michael_right .hosts_content {
    padding: 0;
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
    padding: 2%;
    border-radius: 5px;
  }
  .module.kelly_michael .kelly_michael_right .hosts_content .fashion {
    margin-bottom: 15px;
    *zoom: 1;
  }
  .module.kelly_michael .kelly_michael_right .hosts_content .fashion:before,
  .module.kelly_michael .kelly_michael_right .hosts_content .fashion:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .module.kelly_michael .kelly_michael_right .hosts_content .fashion:after {
    clear: both;
  }
  .module.kelly_michael .kelly_michael_right .hosts_content .fashion img.pull-left {
    display: none;
  }
  .module.kelly_michael .kelly_michael_right .hosts_content .fashion img {
    width: 50%;
  }
  .module.kelly_michael .kelly_michael_right .hosts_content .fashion p {
    float: left;
    font-size: 24px;
    clear: none;
    width: 50%;
  }
  .main_footer {
    position: relative;
    padding-bottom: 60px;
  }
  .main_footer .row {
    padding: 0 10%;
  }
  .main_footer .span3:first-of-type {
    width: 100%;
    margin-left: 5px;
    box-sizing: border-box;
  }
  .main_footer .span3:first-of-type .logo {
    float: left;
    width: 25%;
  }
  .main_footer .span3:first-of-type .reminders {
    float: right;
    width: 55%;
    margin-left: 23px;
  }
  .main_footer .span3 {
    width: 45%;
    margin-left: 5px;
  }
  .main_footer .span2 {
    margin-left: 5px;
    width: 45%;
  }
  .main_footer div.span2:nth-child(4) {
    clear: both;
  }
  .main_footer .social {
    position: absolute;
    bottom: 15px;
  }
  .secondary_footer {
    width: 100%;
  }
  .secondary_footer .span4 {
    width: 90%;
    margin: 0 0 0 30px;
  }
  .secondary_footer .span8 {
    width: 90%;
    line-height: 20px;
    margin: 10px 0 0 30px;
    float: none;
    display: inline-block;
  }
}
/* 
* SPRITES 
*/
.social_sprite,
.twitter,
.facebook,
.search_glass {
  background-image: url(../sprites.png) no-repeat;
}
.twitter {
  background-position: -262px -38px;
  width: 33px;
  height: 25px;
}
.facebook {
  background-position: -230px -36px;
  width: 29px;
  height: 29px;
}
.search_glass {
  background-position: -230px 0;
  width: 16px;
  height: 15px;
}
/* IE7 */
.lt-ie8 header nav ul li ul li .sub_menu {
  margin-top: -5px;
}
.lt-ie8 .banner_container {
  position: static;
}
.lt-ie8 .banner_container .banner .banner_row {
  margin-top: 3px;
}
.lt-ie8 .banner_container .banner .banner_row .facebook_status {
  width: 205px;
  height: 190px;
}
.lt-ie8 .banner_container .banner .banner_row .facebook_status .status_container {
  height: 190px;
  width: 205px;
}
.lt-ie8 .banner_container .banner .banner_row .twitter_tile .tweet_container {
  height: 190px;
  width: 205px;
}
.lt-ie8 .search {
  float: left;
}
.lt-ie8 .header_top {
  margin-bottom: 25px;
}
.lt-ie8 .module {
  width: 928px;
}
.lt-ie8 .event {
  width: 978px;
}
.lt-ie8 .date_slide_buttons button {
  *zoom: expression( this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i")).className="ie-after" );
}
.lt-ie8 .date_slide_buttons button .ie-after {
  content: '';
  display: block;
  background: url(../img/date_slide_buttons.png) no-repeat;
  height: 20px;
  width: 9px;
  margin: 0 auto;
}
.lt-ie8 .date_slide_buttons .date_slide_right .ie-after {
  background-position: right;
}
.lt-ie8 .date_slide_buttons .disable {
  visibility: hidden;
}
.lt-ie8 .module.two_column .left_column {
  width: 64%;
}
.lt-ie8 .module.two_column .left_column hgroup {
  width: 65%;
}
.lt-ie8 .module.two_column .left_column hgroup h1 {
  float: none;
}
.lt-ie8 .module.two_column .right_column {
  width: 300px;
}
.lt-ie8 .module.two_column .form_two_column .left_column,
.lt-ie8 .module.two_column .form_two_column .right_column {
  width: 50%;
}
.lt-ie8 .module.two_column .form_two_column .right_column {
  padding: 0;
}
/* Styles for the event module template one */
section.template_one {
  padding: 0;
  overflow: hidden;
}
section.template_one .event_container {
  padding: 0 25px 25px;
  *zoom: 1;
}
section.template_one .event_container:before,
section.template_one .event_container:after {
  display: table;
  content: "";
  line-height: 0;
}
section.template_one .event_container:after {
  clear: both;
}
section.template_one .event_left_col {
  width: 31%;
  float: left;
  margin-right: 3%;
}
section.template_one .event_left_col h1 {
  font-size: 31.5px;
  line-height: 1.2;
  float: none;
}
section.template_one .event_left_col .event_excerpt {
  background: rgba(256, 256, 256, 0.5);
  padding: 10px;
  margin: 10px 0;
  box-sizing: border-box;
}
section.template_one .event_left_col .event_excerpt p {
  margin: 0 0 10px 0;
  color: #0095cf;
}
section.template_one .event_right_col {
  width: 66%;
  float: left;
  position: relative;
}
section.template_one .event_right_col .event_preview {
  width: 31.3%;
  float: left;
  margin-left: 2.03%;
  padding-bottom: 40px;
}
section.template_one .event_right_col .event_preview img {
  border: 4px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
section.template_one .event_right_col .event_preview h1 {
  float: none;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.2;
  margin: 10px 0;
}
section.template_one .event_right_col .event_preview p {
  color: #0095cf;
  line-height: 1.2;
}
section.template_one .event_right_col .event_preview .btn {
  position: absolute;
  bottom: 0;
}
/* Tablet */
@media (min-width: 768px) and (max-width: 979px) {
  section.template_one .event_left_col h1 {
    font-size: 27.5px;
  }
}
/*
* Phone portrait
*/
@media (max-width: 767px) {
  section.template_one header img {
    display: none;
  }
  section.template_one .event_left_col {
    float: none;
    width: 100%;
  }
  section.template_one .event_left_col h1 {
    font-size: 27.5px;
  }
  section.template_one .event_right_col {
    width: 100%;
    float: none;
  }
  section.template_one .event_right_col .event_preview {
    width: 100%;
    max-width: 320px;
    margin: 20px auto;
    display: block;
    float: none;
  }
  section.template_one .event_right_col .event_preview img {
    width: 90%;
  }
  section.template_one .event_right_col .event_preview .btn {
    position: static;
  }
}
/*
* Phone landscape
*/
@media (max-width: 767px) and (orientation: landscape) {
  
}
/* special Template Styles */
section.special {
  padding: 0;
  overflow: hidden;
}
section.special p {
  font-family: arial, helvetica, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
section.special em {
  color: #cf0f00;
  font-style: normal;
}
section.special .special-one {
  padding: 65px 25px 25px;
  *zoom: 1;
}
section.special .special-one:before,
section.special .special-one:after {
  display: table;
  content: "";
  line-height: 0;
}
section.special .special-one:after {
  clear: both;
}
section.special .special-one .left-image {
  float: left;
  width: 35%;
}
section.special .special-one p {
  float: right;
  width: 65%;
  text-align: center;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.special .special-strip {
  text-align: center;
  background-color: #a20802;
  background-image: -moz-linear-gradient(top, #ca0904, #650600);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ca0904), to(#650600));
  background-image: -webkit-linear-gradient(top, #ca0904, #650600);
  background-image: -o-linear-gradient(top, #ca0904, #650600);
  background-image: linear-gradient(to bottom, #ca0904, #650600);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffca0904', endColorstr='#ff650600', GradientType=0);
  padding: 10px 13% 5px;
}
section.special .special-strip p {
  color: #f8f2a4;
  font-size: 19px;
}
section.special .special-two {
  text-align: center;
  padding: 15px;
}
section.special .special-two img {
  margin-left: 13px;
}
section.special .special-three {
  padding: 15px;
  *zoom: 1;
}
section.special .special-three:before,
section.special .special-three:after {
  display: table;
  content: "";
  line-height: 0;
}
section.special .special-three:after {
  clear: both;
}
section.special .special-three .special-three-left {
  width: 65%;
  float: left;
  background: rgba(256, 256, 256, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 30px;
}
section.special .special-three .special-three-left p {
  font-weight: normal;
  text-align: center;
  padding: 20px 75px 0;
  line-height: 1.5;
}
section.special .special-three .special-three-left .btn {
  margin: 10px auto 0;
  display: block;
  width: 90px;
}
section.special .special-three .special-three-right {
  float: right;
}
section.special .special-four {
  padding: 0 18px 20px;
}
section.special .special-four p {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
}
section.special .special-four .three-ads .ad-third {
  float: left;
  width: 31.3333%;
  padding: 0 1%;
  *zoom: 1;
}
section.special .special-four .three-ads .ad-third:before,
section.special .special-four .three-ads .ad-third:after {
  display: table;
  content: "";
  line-height: 0;
}
section.special .special-four .three-ads .ad-third:after {
  clear: both;
}
section.special .special-four img {
  display: block;
  margin: 30px auto;
}
section.special .special-four small {
  text-align: center;
  color: #000;
  display: block;
  font-size: 11px;
  line-height: 1.2;
}
/*
* Tablet
*/
@media (min-width: 768px) and (max-width: 979px) {
  section.special p {
    font-size: 18px;
  }
  section.special .special-one {
    padding-top: 20px;
  }
  section.special .special-one p {
    text-align: left;
    float: right;
    padding-left: 5%;
  }
  section.special .special-one p br {
    display: none;
  }
  section.special .special-strip p {
    font-size: 17px;
  }
  section.special .special-strip p br {
    display: none;
  }
  section.special .special-three .special-three-right {
    width: 55%;
  }
  section.special .special-four {
    padding-top: 20px;
  }
  section.special .special-four p {
    padding: 0 40px;
  }
}
/*
* Phone portrait
*/
@media (max-width: 767px) {
  section.special header {
    margin: 0;
  }
  section.special header img {
    display: block;
    margin: 0 auto;
  }
  section.special .special-one {
    background: rgba(256, 256, 256, 0.5);
    margin: 20px 0;
    padding: 20px;
  }
  section.special .special-one .left-image {
    float: none;
    width: auto;
  }
  section.special .special-one .left-image img {
    margin: 0 auto;
    display: block;
  }
  section.special .special-one p {
    float: none;
    width: auto;
    font-size: 19px;
  }
  section.special .special-one p br {
    display: none;
  }
  section.special .special-strip {
    padding: 2%;
  }
  section.special .special-strip p {
    font-size: 19px;
  }
  section.special .special-two {
    background: rgba(256, 256, 256, 0.5);
  }
  section.special .special-two p {
    font-size: 19px;
    line-height: 1.2;
  }
  section.special .special-two .ways-to-participate img {
    margin: 10px auto;
  }
  section.special .special-three {
    margin-top: 10px;
    padding: 0;
  }
  section.special .special-three .special-three-left {
    width: auto;
    float: none;
  }
  section.special .special-three .special-three-left img {
    display: block;
    margin: 0 auto;
  }
  section.special .special-three .special-three-left p {
    padding: 10px;
  }
  section.special .special-three .special-three-right {
    margin: 10px 0;
    padding: 20px 0;
    float: none;
    display: block;
    background: rgba(256, 256, 256, 0.5);
  }
  section.special .special-three .special-three-right .tout-widget {
    width: 300px;
    display: block;
    margin: 0 auto;
  }
  section.special .special-four .three-ads .ad-third {
    width: 100%;
    float: none;
    margin: 0;
  }
  section.special .special-four .three-ads .ad-third img {
    margin-bottom: 0;
    margin-top: 10px;
  }
}

/* Features Category Page Styles */
.latestfeaturescategory {
	width: 925px;
	margin: 20px 0;
}

.latestfeaturescategory .latestfeature {
  width: 900px;
  height:100%;  
}

.latestfeaturescategory .entry-content {
	width: 900px;
	margin: 25px 25px;
}

.latestfeaturescategory .latestfeature img {
  float:left;
  border: 5px solid #f2f2f2;
  margin-right:25px;
}

.latestfeaturescategory .latestfeature h1 {
  float:left;
  width: 595px;
  font-family: arial, helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin: 0px 0 8px;
}
.latestfeaturescategory .latestfeature p {
  font-size: 13px;
  color: #0095cf;
  margin-bottom: 15px;
}
.latestfeaturescategory .latestfeature .btn {
  float:left;
}

.module.two_column .left_column .entry-content img,
.module.two_column .left_column .entry-content a img,
.module.two_column .left_column .entry-content p a img  {
	border:0;
}

.category_tags .ad_space {
	margin-top:25px;
}