@import url("/app/webroot/users_css/372/base/test-3.scss");
.fake-border {
  -moz-border-radius: 5px;
       border-radius: 5px; }

body {
  position: relative;
  /* For scrollyspy */
  padding-top: 50px;
  /* Account for fixed navbar */ }

/* Keep code small in tables on account of limited space */
.table code {
  font-size: 13px;
  font-weight: normal; }

/* Outline button for use within the docs */
.btn-outline {
  color: #563d7c;
  background-color: #fff;
  border-color: #e5e5e5; }

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: #fff;
  background-color: #563d7c;
  border-color: #563d7c; }

/* Inverted outline button (white on dark) */
.btn-outline-inverse {
  color: #fff;
  background-color: transparent;
  border-color: #cdbfe3; }

.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse:active {
  color: #563d7c;
  text-shadow: none;
  background-color: #fff;
  border-color: #fff; }

/*
 * Main navigation
 *
 * Turn the `.navbar` at the top of the docs purple.
 */
.bs-docs-nav {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  background-color: #563d7c;
  border-color: #463265;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
       box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1); }

.bs-docs-nav .navbar-collapse {
  border-color: #463265; }

.bs-docs-nav .navbar-brand {
  color: #fff; }

.bs-docs-nav .navbar-nav > li > a {
  color: #cdbfe3; }

.bs-docs-nav .navbar-nav > li > a:hover {
  color: #fff; }

.bs-docs-nav .navbar-nav > .active > a,
.bs-docs-nav .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #463265; }

.bs-docs-nav .navbar-toggle {
  border-color: #563d7c; }

.bs-docs-nav .navbar-toggle:hover {
  background-color: #463265;
  border-color: #463265; }

.breadcrumb {
  background-color: none !important; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #fff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

/*
 * Footer
 *
 * Separated section of content at the bottom of all pages, save the homepage.
 */
.bs-footer {
  padding-top: 40px;
  padding-bottom: 30px;
  margin-top: 100px;
  color: #777;
  text-align: center;
  border-top: 1px solid #e5e5e5; }

.footer-links {
  margin: 10px 0;
  padding-left: 0; }

.footer-links li {
  display: inline;
  padding: 0 2px; }

.footer-links li:first-child {
  padding-left: 0; }

@media (min-width: 768px) {
  .bs-footer {
    text-align: left; }

  .bs-footer p {
    margin-bottom: 0; } }
/*
 * Social buttons
 *
 * Twitter and GitHub social action buttons (for homepage and footer).
 */
.bs-social {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center; }

.bs-social-buttons {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.bs-social-buttons li {
  display: inline-block;
  line-height: 1;
  padding: 5px 8px; }

.bs-social-buttons .twitter-follow-button {
  width: 225px !important; }

.bs-social-buttons .twitter-share-button {
  width: 98px !important; }

/* Style the GitHub buttons via CSS instead of inline attributes */
.github-btn {
  border: 0;
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .bs-social {
    text-align: left; }

  .bs-social-buttons li:first-child {
    padding-left: 0; } }
/*
 * Topography, yo!
 *
 * Apply the map background via base64 and relevant colors where we need 'em.
 */
.bs-docs-home,
.bs-header {
  color: #cdbfe3;
  background-color: #563d7c; }

/*
 * Homepage
 *
 * Tweaks to the custom homepage and the masthead (main jumbotron).
 */
/* Masthead (headings and download button) */
.bs-masthead {
  position: relative;
  padding: 30px 15px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }

.bs-masthead h1 {
  font-size: 50px;
  line-height: 1;
  color: #fff; }

.bs-masthead .btn-outline {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 21px; }

/* Links to project-level content like the repo, Expo, etc */
.bs-masthead-links {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 15px;
  list-style: none;
  text-align: center; }

.bs-masthead-links li {
  display: inline; }

.bs-masthead-links li + li {
  margin-left: 20px; }

.bs-masthead-links a {
  color: #fff; }

@media screen and (min-width: 768px) {
  .bs-masthead {
    text-align: left;
    padding-top: 140px;
    padding-bottom: 140px; }

  .bs-masthead h1 {
    font-size: 100px; }

  .bs-masthead .lead {
    margin-right: 25%;
    font-size: 30px; }

  .bs-masthead-links {
    padding: 0;
    text-align: left; } }
/*
 * Page headers
 *
 * Jumbotron-esque headers at the top of every page that's not the homepage.
 */
/* Page headers */
.bs-header {
  padding: 30px 15px 40px;
  /* side padding builds on .container 15px, so 30px */
  font-size: 16px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }

.bs-header h1 {
  color: #fff; }

.bs-header p {
  font-weight: 300;
  line-height: 1.5; }

.bs-header .container {
  position: relative; }

@media screen and (min-width: 768px) {
  .bs-header {
    font-size: 21px;
    text-align: left; }

  .bs-header h1 {
    font-size: 60px;
    line-height: 1; } }
@media screen and (min-width: 992px) {
  .bs-header h1,
  .bs-header p {
    /*margin-right: 380px;*/ } }
/*
 * Carbon ads
 *
 * Single display ad that shows on all pages (except homepage) in page headers.
 * The hella `!important` is required for any pre-set property.
 */
.carbonad {
  width: auto !important;
  margin: 50px -30px -40px !important;
  padding: 20px !important;
  overflow: hidden;
  /* clearfix */
  height: auto !important;
  font-size: 13px !important;
  line-height: 16px !important;
  text-align: left;
  background: #463265 !important;
  border: 0 !important;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.075);
       box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.075); }

.carbonad-img {
  margin: 0 !important; }

.carbonad-text,
.carbonad-tag {
  float: none !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin-left: 145px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.carbonad-text {
  padding-top: 0 !important; }

.carbonad-tag {
  color: #cdbfe3 !important;
  text-align: left !important; }

.carbonad-text a,
.carbonad-tag a {
  color: #fff !important; }

.carbonad #azcarbon > img {
  display: none;
  /* hide what I assume are tracking images */ }

@media screen and (min-width: 768px) {
  .carbonad {
    margin: 0 !important;
    -moz-border-radius: 4px;
         border-radius: 4px;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.075), 0 1px 0 rgba(255, 255, 255, 0.1);
         box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.075), 0 1px 0 rgba(255, 255, 255, 0.1); } }
@media screen and (min-width: 992px) {
  .carbonad {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 15px !important;
    width: 330px !important;
    min-height: 132px; } }
/*
 * Callout for 2.3.2 docs
 *
 * Only appears below page headers (not on the homepage). The homepage gets its
 * own link with the masthead links.
 */
.bs-old-docs {
  padding: 15px 20px;
  color: #777;
  background-color: #fafafa;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e5e5e5; }

.bs-old-docs strong {
  color: #555; }

/*
 * Side navigation
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */
/* By default it's not affixed in mobile views, so undo that */
.bs-sidebar.affix {
  position: static; }

/* First level of nav */
.bs-sidenav {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-shadow: 0 1px 0 #fff;
  background-color: #f7f5fa;
  -moz-border-radius: 5px;
       border-radius: 5px; }

/* All levels of nav */
.bs-sidebar .nav > li > a {
  display: block;
  color: #716b7a;
  padding: 5px 20px; }

.bs-sidebar .nav > li > a:hover,
.bs-sidebar .nav > li > a:focus {
  text-decoration: none;
  background-color: #e5e3e9;
  border-right: 1px solid #dbd8e0; }

.bs-sidebar .nav > .active > a,
.bs-sidebar .nav > .active:hover > a,
.bs-sidebar .nav > .active:focus > a {
  font-weight: bold;
  color: #563d7c;
  background-color: transparent;
  border-right: 1px solid #563d7c; }

/* Nav: second level (shown on .active) */
.bs-sidebar .nav .nav {
  display: none;
  /* Hide by default, but at >768px, show it */
  margin-bottom: 8px; }

.bs-sidebar .nav .nav > li > a {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 30px;
  font-size: 90%; }

.bs-sidebar .nav .nav .nav {
  margin-left: 15px; }

.bs-sidebar .nav .nav li span {
  right: 7px;
  position: absolute;
  z-index: 1; }

/* Show and affix the side nav when space allows it */
@media screen and (min-width: 992px) {
  .bs-sidebar .nav > .active > ul {
    display: block; }

  /* Widen the fixed sidebar */
  .bs-sidebar.affix,
  .bs-sidebar.affix-bottom {
    width: 213px; }

  .bs-sidebar.affix {
    position: fixed;
    /* Undo the static from mobile first approach */
    top: 80px; }

  .bs-sidebar.affix-bottom {
    position: absolute;
    /* Undo the static from mobile first approach */ }

  .bs-sidebar.affix-bottom .bs-sidenav,
  .bs-sidebar.affix .bs-sidenav {
    margin-top: 0;
    margin-bottom: 0; } }
@media screen and (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  .bs-sidebar.affix-bottom,
  .bs-sidebar.affix {
    width: 263px; } }
/*
 * Docs sections
 *
 * Content blocks for each component or feature.
 */
/* Space things out */
.bs-docs-section + .bs-docs-section {
  padding-top: 40px; }

/* Janky fix for preventing navbar from overlapping */
/*h1[id] {
  padding-top: 80px;
  margin-top: -45px;
}*/
/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */
/* Common styles for all types */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee; }

.bs-callout h4 {
  margin-top: 0; }

.bs-callout p:last-child {
  margin-bottom: 0; }

.bs-callout code,
.bs-callout .highlight {
  background-color: #fff; }

/* Variations */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4; }

.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc; }

.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0; }

/*
 * Grid examples
 *
 * Highlight the grid columns within the docs so folks can see their padding,
 * alignment, sizing, etc.
 */
.show-grid {
  margin-bottom: 15px; }

.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  border: 1px solid #ddd;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2); }

/*
 * Code snippets
 *
 * Generated via Pygments and Jekyll, these are snippets of HTML, CSS, and JS.
 */
.highlight {
  display: none;
  /* hidden by default, until >480px */
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  -moz-border-radius: 4px;
       border-radius: 4px; }

.highlight pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
  white-space: nowrap; }

.highlight pre code {
  font-size: inherit;
  color: #333;
  /* Effectively the base text color */ }

.highlight pre .lineno {
  display: inline-block;
  width: 22px;
  padding-right: 5px;
  margin-right: 10px;
  text-align: right;
  color: #bebec5; }

/* Show code snippets when we have the space */
@media screen and (min-width: 481px) {
  .highlight {
    display: block; } }
/*
 * Responsive tests
 *
 * Generate a set of tests to show the responsive utilities in action.
 */
/* Responsive (scrollable) doc tables */
.table-responsive .highlight pre {
  white-space: normal; }

/* Utility classes table  */
.bs-table th small,
.responsive-utilities th small {
  display: block;
  font-weight: normal;
  color: #999; }

.responsive-utilities tbody th {
  font-weight: normal; }

.responsive-utilities td {
  text-align: center; }

.responsive-utilities td.is-visible {
  color: #468847;
  background-color: #dff0d8 !important; }

.responsive-utilities td.is-hidden {
  color: #ccc;
  background-color: #f9f9f9 !important; }

/* Responsive tests */
.responsive-utilities-test {
  margin-top: 5px; }

.responsive-utilities-test .col-xs-6 {
  margin-bottom: 10px; }

.responsive-utilities-test span {
  padding: 15px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  -moz-border-radius: 4px;
       border-radius: 4px; }

.visible-on .col-xs-6 .hidden-xs,
.visible-on .col-xs-6 .hidden-sm,
.visible-on .col-xs-6 .hidden-md,
.visible-on .col-xs-6 .hidden-lg,
.hidden-on .col-xs-6 .visible-xs,
.hidden-on .col-xs-6 .visible-sm,
.hidden-on .col-xs-6 .visible-md,
.hidden-on .col-xs-6 .visible-lg {
  color: #999;
  border: 1px solid #ddd; }

.visible-on .col-xs-6 .visible-xs,
.visible-on .col-xs-6 .visible-sm,
.visible-on .col-xs-6 .visible-md,
.visible-on .col-xs-6 .visible-lg,
.hidden-on .col-xs-6 .hidden-xs,
.hidden-on .col-xs-6 .hidden-sm,
.hidden-on .col-xs-6 .hidden-md,
.hidden-on .col-xs-6 .hidden-lg {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6; }

/*
 * Glyphicons
 *
 * Special styles for displaying the icons and their classes in the docs.
 */
.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden; }

.bs-glyphicons li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd; }

.bs-glyphicons .glyphicon {
  display: block;
  margin: 5px auto 10px;
  font-size: 24px; }

.bs-glyphicons li:hover {
  background-color: rgba(86, 61, 124, 0.1); }

@media (min-width: 768px) {
  .bs-glyphicons li {
    width: 12.5%; } }
/*
 * Customizer
 *
 * Since this is so form control heavy, we have quite a few styles to customize
 * the display of inputs, headings, and more. Also included are all the download
 * buttons and actions.
 */
.bs-customizer .toggle {
  float: right;
  margin-top: 85px;
  /* On account of ghetto navbar fix */ }

/* Headings and form contrls */
.bs-customizer label {
  margin-top: 10px;
  font-weight: 500;
  color: #444; }

.bs-customizer h2 {
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 30px; }

.bs-customizer h4 {
  margin-top: 15px; }

.bs-customizer input[type="text"] {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  background-color: #fafafa; }

.bs-customizer .help-block {
  font-size: 12px; }

/* For the variables, use regular weight */
#less-section label {
  font-weight: normal; }

/* Downloads */
.bs-customize-download .btn-outline {
  padding: 20px; }

/* Error handling */
.bs-customizer-alert {
  position: fixed;
  top: 51px;
  left: 0;
  right: 0;
  z-index: 1030;
  padding: 15px 0;
  color: #fff;
  background-color: #d9534f;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
       box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid #b94441; }

.bs-customizer-alert .close {
  margin-top: -4px;
  font-size: 24px; }

.bs-customizer-alert p {
  margin-bottom: 0; }

.bs-customizer-alert .glyphicon {
  margin-right: 5px; }

.bs-customizer-alert pre {
  margin: 10px 0 0;
  color: #fff;
  background-color: #a83c3a;
  border-color: #973634;
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
       box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); }

/*
 * Miscellaneous
 *
 * Odds and ends for optimum docs display.
 */
/* Examples gallery: space out content better */
.bs-examples h4 {
  margin-bottom: 5px; }

.bs-examples p {
  margin-bottom: 20px; }

/* Pseudo :focus state for showing how it looks in the docs */
#focusedInput {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6); }

/* Better spacing on download options in getting started */
.bs-docs-dl-options h4 {
  margin-top: 15px;
  margin-bottom: 5px; }

/* -- pygments-manni.css ------------------------------------ */
.hll {
  background-color: #ffffcc; }

/*{ background: #f0f3f3; }*/
.c {
  color: #999; }

/* Comment */
.err {
  color: #AA0000;
  background-color: #FFAAAA; }

/* Error */
.k {
  color: #006699; }

/* Keyword */
.o {
  color: #555555; }

/* Operator */
.cm {
  color: #0099FF;
  font-style: italic; }

/* Comment.Multiline */
.cp {
  color: #009999; }

/* Comment.Preproc */
.c1 {
  color: #999; }

/* Comment.Single */
.cs {
  color: #999; }

/* Comment.Special */
.gd {
  background-color: #FFCCCC;
  border: 1px solid #CC0000; }

/* Generic.Deleted */
.ge {
  font-style: italic; }

/* Generic.Emph */
.gr {
  color: #FF0000; }

/* Generic.Error */
.gh {
  color: #003300; }

/* Generic.Heading */
.gi {
  background-color: #CCFFCC;
  border: 1px solid #00CC00; }

/* Generic.Inserted */
.go {
  color: #AAAAAA; }

/* Generic.Output */
.gp {
  color: #000099; }

/* Generic.Prompt */
/* Generic.Strong */
.gu {
  color: #003300; }

/* Generic.Subheading */
.gt {
  color: #99CC66; }

/* Generic.Traceback */
.kc {
  color: #006699; }

/* Keyword.Constant */
.kd {
  color: #006699; }

/* Keyword.Declaration */
.kn {
  color: #006699; }

/* Keyword.Namespace */
.kp {
  color: #006699; }

/* Keyword.Pseudo */
.kr {
  color: #006699; }

/* Keyword.Reserved */
.kt {
  color: #007788; }

/* Keyword.Type */
.m {
  color: #FF6600; }

/* Literal.Number */
.s {
  color: #d44950; }

/* Literal.String */
.na {
  color: #4f9fcf; }

/* Name.Attribute */
.nb {
  color: #336666; }

/* Name.Builtin */
.nc {
  color: #00AA88; }

/* Name.Class */
.no {
  color: #336600; }

/* Name.Constant */
.nd {
  color: #9999FF; }

/* Name.Decorator */
.ni {
  color: #999999; }

/* Name.Entity */
.ne {
  color: #CC0000; }

/* Name.Exception */
.nf {
  color: #CC00FF; }

/* Name.Function */
.nl {
  color: #9999FF; }

/* Name.Label */
.nn {
  color: #00CCFF; }

/* Name.Namespace */
.nt {
  color: #2f6f9f; }

/* Name.Tag */
.nv {
  color: #003333; }

/* Name.Variable */
.ow {
  color: #000000; }

/* Operator.Word */
.w {
  color: #bbbbbb; }

/* Text.Whitespace */
.mf {
  color: #FF6600; }

/* Literal.Number.Float */
.mh {
  color: #FF6600; }

/* Literal.Number.Hex */
.mi {
  color: #FF6600; }

/* Literal.Number.Integer */
.mo {
  color: #FF6600; }

/* Literal.Number.Oct */
.sb {
  color: #CC3300; }

/* Literal.String.Backtick */
.sc {
  color: #CC3300; }

/* Literal.String.Char */
.sd {
  color: #CC3300;
  font-style: italic; }

/* Literal.String.Doc */
.s2 {
  color: #CC3300; }

/* Literal.String.Double */
.se {
  color: #CC3300; }

/* Literal.String.Escape */
.sh {
  color: #CC3300; }

/* Literal.String.Heredoc */
.si {
  color: #AA0000; }

/* Literal.String.Interpol */
.sx {
  color: #CC3300; }

/* Literal.String.Other */
.sr {
  color: #33AAAA; }

/* Literal.String.Regex */
.s1 {
  color: #CC3300; }

/* Literal.String.Single */
.ss {
  color: #FFCC33; }

/* Literal.String.Symbol */
.bp {
  color: #336666; }

/* Name.Builtin.Pseudo */
.vc {
  color: #003333; }

/* Name.Variable.Class */
.vg {
  color: #003333; }

/* Name.Variable.Global */
.vi {
  color: #003333; }

/* Name.Variable.Instance */
.il {
  color: #FF6600; }

/* Literal.Number.Integer.Long */
.css .o,
.css .o + .nt,
.css .nt + .nt {
  color: #999; }

/* -- Custom stylesheets ------------------------------------ */
/* Flexslider stylesheets - start */
.flexslider .slides > li {
  position: relative; }

.jumbotron .flexslider li p {
  color: #000000;
  font-size: 14px; }

.flex-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: #FFFFFF;
  font-size: 14px;
  left: 0;
  line-height: 18px;
  padding: 2%;
  position: absolute;
  text-align: left;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  width: 100%; }

/*.jumbotron .flexslider .flex-caption p {
	color: #FFFFFF;
	font-size: 14px;
}*/
/* Flexslider stylesheets - end */
/* Masonry gallery stylesheets - start */
/*.mg-box {
	margin: 5px;
	padding: 5px;
	line-height: 1.4em;
	float: left;
}

.mg-box img {
	display: block;
	width: 100%;
}

.mg-col1 { width: 80px; }
.mg-col2 { width: 180px; }
.mg-col3 { width: 260px; }
.mg-col4 { width: 380px; }
.mg-col5 { width: 480px; }

.mg-col1 img { max-width: 80px; }
.mg-col2 img { max-width: 180px; }
.mg-col3 img { max-width: 280px; }
.mg-col4 img { max-width: 380px; }
.mg-col5 img { max-width: 480px; }

.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

.transitions-enabled.masonry {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.transitions-enabled.masonry .masonry-brick {
	-webkit-transition-property: left, right, top;
	-moz-transition-property: left, right, top;
	-ms-transition-property: left, right, top;
	-o-transition-property: left, right, top;
	transition-property: left, right, top;
}

.transitions-enabled.infinite-scroll.masonry {
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-ms-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}*/
/* Masonry gallery stylesheets - end */
/* Infinite Scroll loader stylesheets - start */
#infscr-loading {
  text-align: center;
  z-index: 100;
  position: fixed;
  left: 45%;
  bottom: 40px;
  width: 200px;
  padding: 10px;
  background: #000;
  opacity: 0.8;
  color: #FFF;
  -moz-border-radius: 10px;
  border-radius: 10px; }

#infscr-loading img {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important; }

/* Infinite Scroll loader stylesheets - end */
/* Photo/Video galleries stylesheets- start */
.thumb-box {
  float: left;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  width: 100%; }

.thumb-box .icon-plus {
  background: none;
  font-size: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px; }

.thumb-box .icon-plus:before {
  content: "+"; }

.thumb-box a {
  background: none no-repeat scroll center center rgba(0, 0, 0, 0.2);
  bottom: -300px;
  color: white;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  z-index: 100; }

.thumb-box a span.title {
  display: table;
  width: 100%;
  height: 90%; }

.thumb-box a span.title span {
  line-height: 17px;
  color: #FFFFFF;
  vertical-align: middle;
  display: table-cell; }

.thumb-box a:hover {
  bottom: 0;
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.5, 0, 1) 0s;
  -moz-transition: opacity 0.3s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.5, 0, 1) 0s;
  -webkit-transition: opacity 0.3s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.5, 0, 1) 0s; }

/* Photo/Video galleries stylesheets - end */
/*.well.sidebar-nav{
	padding: 8px 0;
	margin: 20px 0 0 0;
}*/
.bs-sidebar .feature {
  margin: 20px 0; }

/*.jumbotron .carousel-caption p {
	font-size: 14px;
}*/
.container video {
  max-width: 100%;
  height: auto; }

.container iframe,
.container embed,
.container object {
  max-width: 100%; }

.img-rounded {
  height: auto !important; }

.social-nav {
  margin: 30px 0 10px 0; }

/*** social wall ***/
.socialist {
  width: 240px;
  padding: 0px; }

.socialist .content {
  border: 0px none; }

.socialist img {
  width: 100%;
  height: auto; }

/* Section styles for inline management - start */
.im-custom-section-tan {
  background: #DB9370;
  padding: 40px; }

.im-custom-section-white {
  background: #ffffff; }

.im-custom-section-dark-tan {
  background: #97694F; }

/* Section styles for inline management - end */
img {
  max-width: 100%;
  height: auto; }

.MuiDrawer-paper .MuiGrid-root.MuiGrid-item img {
  padding: 0;
  margin: 0 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1; }
