@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600italic,600,700,700italic,300italic);

@import url(http://fonts.googleapis.com/css?family=Montserrat);
/* ==========================================================================

  Mimesis Framework - Responsive Grid & UI Elements
  Fragments Premium Template

========================================================================== */
/*	--------------------------------------------------
:: Variables
-------------------------------------------------- */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: 0;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
  width: 100%;
}
pre {
  word-break: break-all;
  /* webkit */

  word-wrap: break-word;
  white-space: pre;
  white-space: -moz-pre-wrap;
  /* fennec */

  white-space: pre-wrap;
  white-space: pre\9;
  /* IE7+ */

}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*	--------------------------------------------------
:: Grid Layout
-------------------------------------------------- */
/* Rows */
.row {
  margin: auto 0;
  padding: 0;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.container-full {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
/* Fluid Grid */
.col {
  margin-left: 2%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
}
.col:first-child {
  margin-left: 0;
}
/* Columns */
.one {
  width: 6.5%;
  *width: expression(Math.floor(0.065 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.two {
  width: 15%;
  *width: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.three {
  width: 23.5%;
  *width: expression(Math.floor(0.235 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.four {
  width: 32%;
  *width: expression(Math.floor(0.32 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.five {
  width: 40.5%;
  *width: expression(Math.floor(0.40.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.six {
  width: 49.0%;
  *width: expression(Math.floor(0.49 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.seven {
  width: 57.5%;
  *width: expression(Math.floor(0.575 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.eight {
  width: 66%;
  *width: expression(Math.floor(0.66 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.nine {
  width: 74.5%;
  *width: expression(Math.floor(0.745 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.ten {
  width: 83%;
  *width: expression(Math.floor(0.83 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.eleven {
  width: 91.5%;
  *width: expression(Math.floor(0.915 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.twelve {
  width: 100%;
  float: none;
}
.quarter {
  width: 23.5%;
  *width: expression(Math.floor(0.235 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.half {
  width: 49.0%;
  *width: expression(Math.floor(0.49 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.one-third {
  width: 32%;
  *width: expression(Math.floor(0.32 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
@media only screen and (min-width: 749px) and (max-width: 999px) {
  .container,
  .tablet-container {
    width: 720px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* Tablet Grid
  * For stacking full width columns, please use the new class .tablet-full */
  .tablet-one {
    width: 6.5%;
  }
  .tablet-two {
    width: 15%;
  }
  .tablet-three {
    width: 23.5%;
  }
  .tablet-four {
    width: 32%;
  }
  .tablet-five {
    width: 40.5%;
  }
  .tablet-six {
    width: 49.0%;
  }
  .tablet-seven {
    width: 57.5%;
  }
  .tablet-eight {
    width: 66%;
  }
  .tablet-nine {
    width: 74.5%;
  }
  .tablet-ten {
    width: 83%;
  }
  .tablet-eleven {
    width: 91.5%;
  }
  .tablet-twelve {
    width: 100%;
    float: none;
  }
  .tablet-full {
    clear: both;
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
    display: block;
  }
  .tablet-full:first-child {
    margin-top: 0;
  }
  .tablet-center {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .tablet-center:first-child {
    margin-left: auto;
  }
  .tablet-center-text {
    text-align: center;
  }
  .tablet-left {
    float: left;
  }
  .tablet-right {
    float: right;
  }
  .tablet-no-float {
    float: none;
  }
  .no-tablet {
    display: none;
  }
  .show-tablet {
    display: block;
  }
}
/* End Tablet Media Query */
@media only screen and (max-width: 739px) {
  /* Mobile Grid
  * For stacking full width columns, please use the new class .mobile-full */
  .mobile-one {
    width: 6.5%;
  }
  .mobile-two {
    width: 15%;
  }
  .mobile-three {
    width: 23.5%;
  }
  .mobile-four {
    width: 32%;
  }
  .mobile-five {
    width: 40.5%;
  }
  .mobile-six {
    width: 49.0%;
  }
  .mobile-seven {
    width: 57.5%;
  }
  .mobile-eight {
    width: 66%;
  }
  .mobile-nine {
    width: 74.5%;
  }
  .mobile-ten {
    width: 83%;
  }
  .mobile-eleven {
    width: 91.5%;
  }
  .mobile-twelve {
    width: 100%;
    float: none;
  }
  .mobile-full {
    clear: both;
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
    display: block;
  }
  .mobile-full:first-child {
    margin-top: 0;
  }
  .mobile-center {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .mobile-center:first-child {
    margin-left: auto;
  }
  .mobile-center-text {
    text-align: center;
  }
  .mobile-left {
    float: left;
  }
  .mobile-right {
    float: right;
  }
  .mobile-no-float {
    float: none;
  }
  .container,
  .mobile-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Mobile Tables */
  table th,
  table td {
    padding: 4px;
  }
  .no-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
}
/* End Mobile Media Query *//*	--------------------------------------------------
:: General
-------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #ffffff;
  background-color: #18242f;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
b,
strong {
  font-weight: bold;
}
a {
  color: #24b699;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover,
a:focus {
  color: #177663;
  text-decoration: none;
}
img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.divider {
  background-color: #2f2f2f;
  height: 5px;
  width: 100px;
}
/*	--------------------------------------------------
:: Helper Classes
-------------------------------------------------- */
/* Micro Clearfix */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  zoom: 1;
}
.checkbox:before,
.checkbox:after {
  content: "";
  display: table;
}
.checkbox:after {
  clear: both;
}
.checkbox {
  zoom: 1;
}
/* Helpers */
.left {
  float: left;
}
.right {
  float: right;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.inline {
  display: inline;
}
.strong {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.none,
[hidden] {
  display: none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: -9999em;
}
.visuallyvisible {
  clip: auto;
  width: auto;
  height: auto;
  overflow: visible;
  left: 0;
}
/* Alert */
.alert {
  background-color: #ffc;
  display: block;
  padding: 8px;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5;
}
.no-desktop {
  display: none;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
@media only screen and (max-width: 739px) {
  .no-padding {
    padding: 0 10px;
  }
}
/*	--------------------------------------------------
:: Typography
-------------------------------------------------- */
p {
  margin: 1em 0;
}
.lead {
  margin-bottom: 27px;
  font-size: 28;
  font-weight: 800;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.4;
  margin: 0;
}
small {
  font-size: 80%;
}
abbr[title] {
  border-bottom: 1px dotted;
}
/* Audio */
audio,
canvas,
video {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dfn {
  font-style: italic;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  font-family: "Montserrat", Arial, sans-serif;
  color: inherit;
}
h1,
.h1 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: .2em;
}
h2,
.h2 {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: .33em;
}
h3,
.h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: .5em;
}
h4,
.h4 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: .5em;
}
h5,
.h5 {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: .5em;
  font-weight: normal;
}
h6,
.h6 {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: .5em;
  font-weight: normal;
}
/* Reset Heading */
.no-style-heading {
  margin: 0;
  font-size: 100%;
}
/* Horizontal Rule */
hr {
  border: 0;
  background: none;
  outline: 0;
  background-color: #ddd;
  margin: 2em 0;
  *margin: 1em 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
}
blockquote {
  padding: 13.5px 27px;
  margin: 0 0 27px;
  border-left: 5px solid #1b2936;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.7;
  color: #ffffff;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #1b2936;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
cite {
  color: #ffffff;
  font-style: normal;
}
address {
  margin-bottom: 27px;
  font-style: normal;
  line-height: 1.7;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
  padding: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
.circle-list {
  list-style: disc;
}
dd {
  margin: 0 0 0 40px;
}
dt {
  font-weight: bold;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* Remove Styling from List */
.no-style-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.no-style-list-2 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.no-style-list-2 > li {
  display: inline-block;
  margin-right: 3px;
}
.no-style-list-2 > li:last-child {
  margin-right: 0;
}
/*	--------------------------------------------------
::  Forms styling. Credits:  https://raw.github.com/twbs/bootstrap/master/less/forms.less
-------------------------------------------------- */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 100;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
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;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.7;
  color: #eeeeee;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.7;
  color: #eeeeee;
  background-color: #18242f;
  background-image: none;
  border: 1px solid #223443;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}
.form-control:focus {
  border-color: rgba(0, 0, 0, 0.2);
  outline: 0;
}
.form-control:-moz-placeholder {
  color: #a9a9a9;
}
.form-control::-moz-placeholder {
  color: #a9a9a9;
}
.form-control:-ms-input-placeholder {
  color: #a9a9a9;
}
.form-control::-webkit-input-placeholder {
  color: #a9a9a9;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #555555;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 40px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 27px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 35px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 35px;
  line-height: 35px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 65px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.65;
  border-radius: 6px;
}
select.input-lg {
  height: 65px;
  line-height: 65px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 32px;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ffffff;
}
@media (min-width: 739px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 34px;
}
.form-horizontal .form-group {
  margin: auto 0;
  padding: 0 10px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (min-width: 739px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 5;
}
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.copyright {
  font-size: 12px;
  margin-bottom: 25px;
  text-align: center;
}
footer {
  color: white;
  margin: 50px 0 0;
  background-color: #0f171e;
  padding: 50px;
  font-size: 13px;
}
@media (max-width: 370px) {
  footer {
    padding: 15px;
  }
}
footer .extra_widget img {
  max-width: 100%;
}
footer .extra_widget iframe {
  max-width: 100%;
}
.footer-nav {
  list-style: none;
  margin: 0;
  margin-top: 15px;
  padding: 0;
}
.footer-nav > li {
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
}
.footer-nav > li a {
  color: white;
}
.footer-nav > li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*	--------------------------------------------------
:: Twitter
-------------------------------------------------- */
.twitter-widget {
  list-style: none;
  margin: 0;
  padding: 0;
}
.twitter-widget > li {
  padding: 5px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.twitter-widget > li:first-child {
  padding-top: 0;
}
.twitter-widget > li:last-child {
  border: 0;
}
.twitter-widget > li abbr {
  display: block;
  font-size: 12px;
}
/*	--------------------------------------------------
:: Buttons Styling
-------------------------------------------------- */
.button {
  background-color: #d91e18;
  display: inline-block;
  padding: 13px 30px;
  margin: 0 0 5px 0;
  color: #eeeeee;
  font-weight: normal;
  border: 2px solid none;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  vertical-align: baseline;
  text-transform: uppercase;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button:hover,
.button:focus {
  color: white;
  text-decoration: none;
  background-color: #f7ca18;
}
.button:active,
.button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button-warning {
  background-color: #f2784b;
  border: 1px solid #f06633;
}
.button-warning:hover,
.button-warning:focus {
  background-color: #f06633;
}
.button-danger {
  background-color: #e33f52;
  border: 1px solid #e0293e;
}
.button-danger:hover,
.button-danger:focus {
  background-color: #e0293e;
}
.button-info {
  background-color: #18242f;
  border: 1px solid #0f171e;
}
.button-info:hover,
.button-info:focus {
  background-color: #0f171e;
}
.button-success {
  background-color: #2ecc71;
  border: 1px solid #29b765;
}
.button-success:hover,
.button-success:focus {
  background-color: #29b765;
}
.button-medium {
  padding: 10px 25px;
  margin: 0 0 5px 0;
  font-size: 15px;
}
.button-small {
  padding: 8px 20px;
  margin: 0 0 5px 0;
  font-size: 12px;
}
.button-block {
  display: block;
  background-color: #36d7b7;
  border: 1px solid #28cbab;
  color: white !important;
  width: 100%;
  text-align: center;
}
.button-block:hover,
.button-block:focus {
  background-color: #4bdbbf;
}
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.strip-header {
  width: 100%;
  height: 5px;
  padding: 0;
  margin: 0;
  background-image: url("http://static.tumblr.com/dpngoqb/a9Kn7ueey/pattern.png");
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}
header {
  text-align: center;
  padding: 25px;
  font-size: 13.5px;
  position: relative;
  margin: 50px 0;
}
header .user-portrait {
  display: block;
  margin: 25px auto ;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
header p {
  width: 60%;
  margin: 0 auto;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/*	--------------------------------------------------
:: Social Icons Section
-------------------------------------------------- */
.social {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  text-align: center;
}
.social > li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.social > li div {
  display: inline-block;
}
.social > li > a {
  padding: 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 0;
  color: white;
}
.social > li > a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.social > li .facebookicon {
  background-color: #89a3df;
  border-color: #89a3df;
}
.social > li .twittericon {
  background-color: #b1e7ef;
  border-color: #b1e7ef;
}
.social > li .pinteresticon {
  background-color: #ea6d6d;
  border-color: #ea6d6d;
}
.social > li .googleplusicon {
  background-color: #5f5d56;
  border-color: #5f5d56;
}
.social > li .linkedinicon {
  background-color: #6273b8;
  border-color: #6273b8;
}
.social > li .dribbbleicon {
  background-color: #f7abca;
  border-color: #f7abca;
}
.social > li .lastfmicon {
  background-color: #f56262;
  border-color: #f56262;
}
.social > li .vkicon {
  background-color: #acbdee;
  border-color: #acbdee;
}
.social > li .yticon {
  background-color: #f15050;
  border-color: #f15050;
}
.social > li .vimeoicon {
  background-color: #50bef1;
  border-color: #50bef1;
}
.social > li .instaicon {
  background-color: #adc1e4;
  border-color: #adc1e4;
}
.social > li .flickricon {
  background-color: #f696d8;
  border-color: #f696d8;
}
.social > li .soundicon {
  background-color: #fdb58e;
  border-color: #fdb58e;
}
.social > li .daicon {
  background-color: #bbccb8;
  border-color: #bbccb8;
}
nav {
  width: 100%;
  padding: 10px 0;
  z-index: 200;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  nav {
    position: relative;
  }
}
.menu {
  display: block;
  margin-top: 25px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 860px) {
  .menu {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .menu {
    display: none;
  }
}
.menu > li {
  display: inline-block;
  position: relative;
  z-index: 100;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .menu > li {
    display: block;
    margin: 0;
    padding: 10px 0;
  }
}
.menu > li:first-child {
  margin-left: 0;
}
.menu > li > a {
  text-decoration: none;
  padding: 0 15px;
  display: block;
  color: #eeeeee;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media (max-width: 767px) {
  .menu > li > a {
    padding: 0;
  }
}
.menu > li > a:hover {
  color: white;
}
.mobile-menu {
  display: none;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 25px 0;
  color: white !important;
}
@media (max-width: 767px) {
  .mobile-menu {
    display: block;
    margin-top: 1px;
  }
}
/*	--------------------------------------------------
:: Pager
-------------------------------------------------- */
.pager {
  padding-left: 0;
  margin: 27px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
  font-size: 12px;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #213140;
  border-radius: 4px;
  color: #ffffff;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #0f171e;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .current_page {
  background-color: #324b62;
}
#main {
  background-color: #18242f;
  padding: 25px 0;
}
.blog_post {
  color: #eeeeee;
  display: block;
  margin: 50px auto;
  position: relative;
  width: 100%;
}
.post_container {
  padding: 25px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .post_container {
    width: 100%;
  }
}
.post_title {
  text-align: center;
  margin: 0;
}
.post_date {
  text-align: center;
  text-transform: capitalize;
  margin: 0 auto 10px;
  font-weight: bold;
}
.post_date a {
  color: #a9a9a9;
}
.post_date a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.post_type {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: white;
  line-height: 0;
  font-size: 28px;
  padding: 20px 5px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 50px;
}
.link_post .post_type {
  background-color: #2ecc71;
}
.link_post .link_url {
  width: 100%;
  padding: 5px 15px;
  background-color: #3a5873;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 20px;
}
.link_post .link_url:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.link_post .link_url a {
  color: white;
  display: block;
}
.photo_post .post_type {
  background-color: #f2784b;
}
.photo_post .photo_url {
  margin: 0 auto;
  width: 100%;
  border: 0;
}
.photoset_post .post_type {
  background-color: #32ad9d;
}
.photoset_post .photoset-grid {
  margin-bottom: 25px;
}
.text_post .post_type {
  background-color: #f7ca18;
  margin-bottom: 25px;
}
.text_post h1 a {
  color: #f7ca18;
}
.text_post h1 a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.video_post .post_type {
  background-color: #d91e18;
}
.video_post iframe {
  width: 100%;
}
.audio_post .post_type {
  background-color: #913d88;
}
.audio_post iframe {
  width: 100%;
}
.answer_post .post_type {
  background-color: #a5dfcb;
}
.answer_post .question {
  width: 100%;
  background-color: #eeeeee;
  color: #2f2f2f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 25px;
}
.chat_post .post_type {
  background-color: salmon;
  margin-bottom: 25px;
}
.chat_post h1 a {
  color: salmon;
}
.chat_post h1 a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.chat_post p {
  padding: 25px 0;
  position: relative;
  margin: .2em 0;
  border-bottom: 1px solid #213140;
}
.chat_post p:last-child {
  margin-bottom: 25px;
}
.chat_post p span {
  font-weight: bold;
}
.quote_post a {
  color: #555555;
}
.quote_post a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.quote_post h4 {
  line-height: 1.6;
  font-style: italic;
  font-weight: bold;
}
.quote_post h4 a {
  color: white;
}
.quote_post h4 a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.quote_post .post_date {
  display: none;
}
.quote_post .source {
  font-size: 16px;
  text-transform: uppercase;
}
.quote_post .post_type {
  background-color: #e33f52;
  margin-bottom: 30px;
}
.bottom_meta:before,
.bottom_meta:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.bottom_meta:after {
  clear: both;
}
.bottom_meta .left span,
.bottom_meta .right span {
  color: #eee;
  font-size: 18px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bottom_meta .left span:hover,
.bottom_meta .right span:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}
@media (max-width: 460px) {
  .bottom_meta .left,
  .bottom_meta .right {
    float: none;
    display: block;
  }
}
.tags {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tags > li {
  display: inline-block;
  margin-right: 3px;
  font-size: 12px;
}
.tags > li > a {
  color: white;
  padding: 3px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #213140;
}
.tags > li > a:hover {
  background-color: #293e51;
}
.share-this-post {
  position: absolute;
  right: 11%;
  bottom: 70px;
  padding: 10px;
  background-color: #0f171e;
  z-index: 300;
  width: 200px;
  display: none;
}
@media (max-width: 480px) {
  .share-this-post {
    right: 10px;
  }
}
.share-this-post:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -12px;
  right: 20px;
  left: auto;
  border-top: 6px solid #0f171e;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.share-this-post ul {
  list-style: none;
  padding: 0;
  width: 100%;
  display: block;
  margin: 0;
  font-size: 12px;
}
.share-this-post ul > li {
  display: block;
  margin: 0;
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.share-this-post ul > li a {
  color: white;
}
.share-this-post ul > li a:hover {
  border: 0;
}
.share-this-post ul .facebook {
  background-color: #4583d8;
}
.share-this-post ul .twitter {
  background-color: #92d8c0;
}
.share-this-post ul .googleplus {
  background-color: #ab1813;
}
.share-this-post ul .pinterest {
  background-color: #d91e18;
}
#permalink-pagination {
  max-width: 900px;
  margin: 50px auto;
  padding: 30px 0;
}
#permalink-pagination i {
  padding: 10px;
  color: white;
  background-color: #36d7b7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  border: 2px solid #36d7b7;
}
#permalink-pagination i:hover {
  background-color: #61dfc6;
}
#permalink-pagination i:last-child {
  margin-right: 0;
}
#permalink-pagination #prev-post,
#permalink-pagination #next-post {
  color: #eeeeee;
  background-color: transparent;
  border-color: #eeeeee;
}
#permalink-pagination #prev-post:hover,
#permalink-pagination #next-post:hover {
  border-color: #36d7b7;
  color: #36d7b7;
}
#permalink-pagination #prev-post {
  margin-left: 10px;
}
#permalink-pagination #next-post {
  margin-left: 10px;
}
/*	--------------------------------------------------
:: Notes' Styles
-------------------------------------------------- */
ol.notes {
  padding: 0px;
  margin: 25px 0px;
  list-style-type: none;
  border: 0;
  margin: 0;
}
ol.notes li.note {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding: 10px;
}
ol.notes li.note img.avatar {
  vertical-align: -4px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
ol.notes li.note span.action {
  font-weight: normal;
}
ol.notes li.note .answer_content {
  font-weight: normal;
}
ol.notes li.note blockquote {
  border-color: rgba(255, 255, 255, 0.2);
  border-width: 2px;
  padding: 4px 8px;
  margin: 10px 0px 0px 25px;
  font-size: 13px;
  font-size: 0.8125rem;
}
ol.notes li.note blockquote a {
  text-decoration: none;
}
#disqus-comments,
#notes-list {
  margin-bottom: 50px;
  font-size: 13px;
}
#disqus-comments h4,
#notes-list h4 {
  font-weight: normal;
  font-size: 22px;
  font-size: 1.375rem;
  font-style: normal;
}
#disqus-comments {
  margin-top: 50px;
}
/*	--------------------------------------------------
:: Responsive Tables
-------------------------------------------------- */
table {
  border-collapse: separate;
  background: white;
  border: 1px solid #eeeeee;
  width: 100%;
}
thead th {
  background-color: #36d7b7;
  border-bottom: 1px solid #28cbab;
  color: white;
  padding: 15px 30px;
  text-align: left;
}
tfoot tr > td {
  background-color: #f8f8f8;
  font-weight: 400;
  text-align: left;
  padding: 15px 0 15px 30px;
}
tbody tr td {
  font-weight: 400;
  font-size: 13px;
  padding: 15px 0 15px 30px;
  border-bottom: 1px solid #eeeeee;
}
tbody tr:nth-child(2n) {
  background: #f0f3f5;
}
/* 
	Thanks to http://css-tricks.com/responsive-data-tables/
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tfoot tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #eeeeee;
  }
  td {
    /* Behave  like a "row" */
  
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  td:before {
    /* Now like a table header */
  
    position: absolute;
    /* Top/left values mimic padding */
  
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}
