/* vim: set foldmethod=marker foldmarker={{{,}}} foldlevel=0: */

/* Color palette {{{
 *
 * Sysnove red: #d93a27
 * Sysnove red (really light): #ff8E7f
 * Sysnove red (light): #ea6250
 * Sysnove red (dark): #ae2412
 * Sysnove red (really dark): #871000
 * Complementary blue: #1b7386
 * Complementary blue (really light) : #579aaa
 * Complementary blue (light) : #347f91
 * Complementary blue (dark) : #0e5a6c
 * Complementary blue (really dark) : #024454
 *
 */

/* Typography {{{1 */

body {
  padding-top: 20px;
  font-family: "Open Sans","Helvetica","Arial",sans-serif;
  padding-bottom: 0px;
  text-align: justify;
  text-justify: newspaper;
}

header {
    margin-bottom: 60px;
}

p {
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

.lead {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 200;
    line-height: 25px;
}

h1, h2, h3 {
    /*font-family: "Noticia Text", "Helvetica", "Arial", sans-serif;*/
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    color: #0e5a6c;
    font-weight: 300;
    font-size: 26px;
}

h1, h2, h3, h4 {
    /*font-weight: bold;*/
}

h1, h2 {
    /*color: #444;*/
}

h3, h4 {
    /*color: #0e5a6c;*/
    font-size: 24px;
}

.table td {
    vertical-align: middle;
}

/* Common components {{{1 */

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.footer .container,
.content,
.comment {
  padding-left: 5px;
  padding-right: 5px;
}


.page-header {
    margin-top: 0;
}

h2.page-header {
    color: #444;
}
h3.page-header {
    color: #555;
    font-weight: 400;
}

.page-title {
    text-align: center;
    border: none;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.page-title h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #444;
}

.subtitle {
    color: #777;
    font-size: 18px;
}

.contact-lead {
    margin-top: 60px;
    text-align: center;
}

.contact-lead h4 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    color: #777;
}

.nav-pills{
    display:none;
}

.page-content h4 {
    margin-top: 20px;
}

.well h3 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.media-heading {
    margin-top: 0px !important;
}

.thumbnail .caption {
    color: #555;
}

/* Sysnove colors {{{1 */

.text-sysnove {
    color: #d93a27;
}

.label-sysnove, .badge-sysnove {
    background-color: #808080;
}

.btn-sysnove,
.btn-sysnove-inverse {
    border: 2px solid #d93a27;
    padding: 8px 30px;
    -webkit-transition: all 0.4s;
    font-weight: bold;
}

.btn-sysnove {
    background: none;
    color: #d93a27;
}

.btn-sysnove:hover { 
    background: #d93a27;
    color: #fff;
}

.btn-sysnove-inverse {
    background: #d93a27;
    color: #fff;
}

.btn-sysnove-inverse:hover {
    background: none;
    color: #d93a27;
}

/* Home page {{{1 */

.home h1,
.home h2 {
    color: #444;
}

.home h2 {
    font-size: 30px;
}

.home h3 {
    font-size: 26px;
}

.home .blockquote {
    margin-top: 20px;
    /*border-color: #d93a27;*/
    border-color: #b3b3b3;
}

.home .blockquote .img-polaroid {
    padding-right: 10px;
    padding-left: 10px;
}

.home blockquote {
    padding-left: 15px;
    background-color: #f8f8f8;
}

.home blockquote p {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    /*text-align: justify;*/
    font-style: italic;
    font-size: 16px;
    color: #666;
    text-align: justify;
}

.home .blockquote-right blockquote {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.home .blockquote-left blockquote {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    /*direction:rtl;*/
}

.home .blockquote-left blockquote {
    text-align-last: right;
}

.home .blockquote-right blockquote:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #eee;
    position: absolute;
    left: 5px;
    top: 25px;
}

.home .blockquote-left blockquote:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #eee;
    position: absolute;
    right: 5px;
    top: 25px;
}

/*.home .blockquote-left .img-polaroid {*/
    /*padding-left: 10px;*/
/*}*/

/*.home .page-title {*/
    /*margin-bottom: 50px;*/
/*}*/

.home .page-lead {
    margin: 100px 0;
    text-align: center;
}

.home .page-title h1,
.home .page-title h2 {
    font-size: 36px;
    /*font-family: "Open Sans","Helvetica","Arial",sans-serif;*/
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-variant: small-caps;
    margin-bottom: 0;
}

.home .page-title h2 {
    margin-top: 0;
    font-size: 38px;
    margin-bottom: 20px;
}

.home .page-title p {
    font-size: 20px;
}

.home section h3 {
    margin-bottom: 30px;
}

.home hr {
    margin: 50px 0;
}

/* Jumbotron {{{1 */

.jumbotron, .jumbotron-alt {
    text-align: center;
    font-size: 18px;
    /*background: #000 url(/images/backgrounds/background.jpg) no-repeat 50% 80%;*/
    /*background: #000 url(https://www.redhat.com/profiles/rh/themes/redhatdotcom/img/home/bkgd-cloud-home-2000x488.jpg) no-repeat 50% 80%;*/
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    background: #F5F5F5
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    color: #000;
    /*padding: 120px 0;*/
}

#jumbotron-alt {
    background: #666 url(/images/backgrounds/background.png) no-repeat 0% 100%;
    background-size: contain;
}

.jumbotron-footer {
    /*background: #F0F0F0 url(/images/backgrounds/footer.jpg) no-repeat left  bottom;*/
    /*background-size: contain;*/
    /*background-size: auto 500px;*/
    /*background-attachment: fixed;*/
    border-bottom: 0;
    margin-bottom: -70px;
    margin-top: 50px;
}

.jumbotron p {
    font-size: 20px;
    margin-bottom: 1.5em;
}

.jumbotron h1, .jumbotron h2 {
    font-size: 36px;
    /*font-family: "Open Sans","Helvetica","Arial",sans-serif;*/
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-variant: small-caps;
    margin-bottom: 0;
    color: #444;
}

.jumbotron h2 {
    margin-top: 0;
    font-size: 38px;
    margin-bottom: 20px;
}

/* Footer {{{1 */

.prefooter {
    border-top: 1px solid #E5E5E5;
    padding: 20px 0;
    margin-top: 70px;
}
.prefooter .media-heading {
    font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
    font-size: 1.3em;
}
.prefooter .background {
    color: #ddd;
    font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
    font-size: 4.5em; 
    line-height: 0.9em;
    margin-bottom: 5px;
}
.prefooter .media {
    margin-bottom: 0px;
}
.prefooter .media .media-body {
    padding-left: 10px;
}
.prefooter h4 {
    color: #555; 
    font-weight: 600;
}
.prefooter a {
    color: #777;
    -webkit-transition: all 0.2s;
}
.prefooter a:hover {
    text-decoration: none;
    color: #D93A27;
}

.footer {
    background-color: #F5F5F5;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    margin-top: 0px;
    /*margin-top: 70px;*/
    text-align: center;
}
.footer .container {
    padding: 20px 0;
}

ul.nav-footer {
    display: inline;
}
.nav-footer > li {
    font-variant: small-caps;
    list-style: none; 
    display: inline;
    padding: 0 10px;
    border-left: 1px solid gray;
}
.nav-footer > li:first-child {
    border-left: 0px;
}
.tab-pane > table tr:first-child td {
    border-top: 0;
}
.tab-pane > table tr:last-child {
    border-bottom: 1px solid #DDD;
}
.media-heading {
    color: #0e5a6c;
}


/* Huge fa {{{1 */

.fa-6x {
  font-size: 6em;
}
.fa-6x.fa-border {
  border-width: 6px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.fa-7x {
  font-size: 7em;
}
.fa-7x.fa-border {
  border-width: 7px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* Menu {{{1 */

.nav-menu {
    font-size: 1.05em;
    padding: 0px;
    border-bottom: 1px solid #E5E5E5;
}
.nav-menu > li > a {
  color: #333;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 0px;
  margin-bottom: -2px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}
.nav-menu > li > a:hover,
.nav-menu > li > a:focus {
    background-color: #ffffff !important;
}
.nav-menu > li > a:hover {
    border-bottom: 3px solid #D93A27;
}
.nav-menu > .active > a,
.nav-menu > .active > a:hover,
.nav-menu > .active > a:focus {
    color: #D93A27 !important;
    background-color: #ffffff !important;
    border-bottom: 3px solid #D93A27;
}
.nav-menu .open .dropdown-toggle,
.nav-menu > li.dropdown.open.active > a:hover,
.nav-menu > li.dropdown.open.active > a:focus {
  color: #333;
  background-color: #ffffff;
  border-color: #FFFFFF;
  border-bottom: 3px solid #D93A27;
}

.nav-tabs.nav-stacked {
    border-bottom: 0;
}
.nav-tabs.nav-stacked > li {
    margin-top: -1px;
    margin-bottom: -1px;
}
.nav-tabs.nav-stacked > li:first-child > a {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a {
    border: 1px solid #DDD;
    border-radius: 0px;
}
.nav-tabs.nav-stacked > li:last-child > a {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.nav-stacked h3  {
    font-variant: small-caps;
    font-family: "Open Sans","Helvetica","Arial",sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-size: 1.2em;
    text-align: center;
}

.navbar-collapse {
    border-bottom: 0;
}
.navbar-collapse > .navbar-nav > li {
    margin-top: -1px;
    margin-bottom: -1px;
}
.navbar-collapse > .navbar-nav > li:first-child > a {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.navbar-collapse > .navbar-nav > li > a {
    border: 1px solid #DDD;
    border-radius: 0px;
}
.navbar-collapse > .navbar-nav > li:last-child > a {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.navbar-collapse > .navbar-nav > li.active > a {
    color: #d93a27;
}
.navbar-header {
    position: absolute;
    top: -100px;
    right: 10px;
}

/* Blog {{{1 */

.pager{
    margin-bottom:30px;
}
.pager ul{
    margin:0;
    padding:0;
}
.comment{
    padding-top:15px;
    padding-bottom:15px;
}
.archive-list li{
    font-size:16px;
    margin-bottom:10px;
}
#time-label {
    float: right;
    clear: both;
    font-size: 14px;
    font-weight: bold;
    margin-left: 20px;
    margin-bottom: 20px;
}
a:hover > .thumbnail {
    border-color: #D93A27;
    text-decoration: none !important;
}
a:hover > .img-thumbnail {
    border-color: #D93A27;
}
img.media-object {
    width: 112px;
    margin-right: 10px;
    /*max-height: 112px;*/
}

.article .page-header h2 {
    color: #444;
    font-size: 30px;
}

.article .page-content h2 {
    margin: 30px 0 20px 0;
    font-weight: 500;
}

/* Contact page {{{1 */

.contact-menu li {
    padding: 15px;
    padding-left: 90px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    position: relative;
    font-weight: bold;
    color: #777;
}

.contact-menu a {
    color: #777;
}
.contact-menu a:hover {
    text-decoration: none;
    color: #D93A27;
}

.contact-menu li .fa {
    position: absolute;
    left: 0;
    top: 0;
    background: #d93a27;
    color: #fff;
    width: 60px;
    height: 100%;
    font-size: 20px;
    padding-top: 15px;
    text-align: center;
    background-clip: padding-box;
    border-radius: 4px 0 0 4px;
}

/* Yamm (to remove) {{{1 */

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.yamm-content h5 {
    font-variant: small-caps;
    font-weight: bold;
    /*margin-top: 0;*/
    color: #666;
}

.yamm-content ul > li {
    /*line-height: 1.5em;*/
    padding: 2px 0;
}

/* Pricing page {{{1 */
.pricing {
  padding: 40px 0;
  /*padding-top: 170px;*/
  position: relative;
  z-index: 10;
}
/*.pricing .title {*/
  /*font-size: 36px;*/
  /*font-weight: 300;*/
  /*margin-top: 0;*/
  /*margin-bottom: 30px;*/
  /*color: #fff;*/
  /*font-family: "Open Sans","Helvetica","Arial",sans-serif;*/
/*}*/
/*.pricing .intro {*/
  /*[>color: #fff;<]*/
  /*margin-bottom: 80px;*/
/*}*/
.pricing .price {
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.pricing .price.best-buy {
  top: -15px;
  z-index: 11;
  position: relative;
}
.pricing .price.best-buy .price-inner {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.pricing .price.best-buy .price-inner:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.pricing .price.best-buy .price-heading {
  padding-top: 45px;
}
.pricing .price.best-buy .price-body {
  padding-bottom: 45px;
}
.pricing .price .price-inner {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  border: 1px solid #eee;
}
.pricing .price .price-inner:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.pricing .price .price-heading {
  margin-top: 0;
  padding: 30px 15px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pricing .price .price-heading .title {
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 28px;
  border-bottom: 1px dashed #eee;
  color: #444;
  font-family: "Open Sans","Helvetica","Arial",sans-serif;
}
.pricing .price .price-body {
  padding: 30px 15px;
  padding-top: 0;
  font-size: 14px;
}
.pricing .price .price-figure {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
}
.pricing .price .price-figure .number {
  font-size: 26px;
  color: #666;
  /*font-weight: bold;*/
}
.pricing .price .price-figure .unit {
  font-weight: 400;
  /*color: #b3b3b3;*/
  font-size: 24px;
  color: #666;
}
.pricing .price .price-figure .currency {
  top: -12px;
  right: 2px;
  position: relative;
  font-family: arial, sans-serif;
  color: #666;
  font-size: 18px;
}
.pricing .price .ribbon {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 110px;
  height: 110px;
  overflow: hidden;
}
.pricing .price .ribbon .text {
  position: relative;
  left: -8px;
  top: 18px;
  width: 158px;
  padding: 10px 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #d93a27;
  /*background-color: #1b7386;*/
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  -o-transform: rotate(45deg) translate3d(0, 0, 0);
}
.pricing .price .ribbon .text:before,
.pricing .price .ribbon .text:after {
  content: '';
  position: absolute;
  bottom: -5px;
  border-top: 5px solid #2e4050;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.pricing .price .ribbon .text:before {
  left: 0;
}
.pricing .price .ribbon .text:after {
  right: 0;
}
.pricing .price .feature-list {
  margin-bottom: 30px;
}
.pricing .price .feature-list li {
  border-bottom: 1px solid #f3f3f3;
  padding: 10px;
}
.pricing .price .feature-list li .fa {
  margin-right: 5px;
}
.pricing .price .feature-list li.disabled {
  color: #999;
}
.pricing .price .feature-list li.disabled .fa {
  color: #999;
}

/* FAQ page {{{1 */

/*.faq {*/
    /*background: #f5f5f5;*/
    /*padding-top: 80px;*/
    /*padding-bottom: 120px;*/
/*}*/

.faq .panel {
    background: #fff;
    border: 1px solid #eee; /* :TODO:maethor:170104:  */
}

.faq .panel .panel-heading {
    padding: 15px 30px;
    font-weight: normal;
    color: #666;
}

.faq .panel .panel-heading a {
    text-decoration: none;
}

.faq .panel .panel-heading a:hover,
.faq .panel .panel-heading .active {
    color: #d93a27;
}

.faq .panel .panel-heading .fa {
    color: #d93a27;
    margin-right: 10px;
}

.faq .panel .panel-body {
    padding: 30px;
    padding-top: 0;
    color: #666;
}

.faq .panel .panel-body p {
    margin-bottom: 1em;
}

.faq .panel .panel-body p:last-of-type {
    margin-bottom: 0em;
}

/* Code coloration {{{1 */

.highlight { background-color: #ffffcc }
.c { color: #999988; font-style: italic } /* Comment */
.err { color: #a61717; background-color: #e3d2d2 } /* Error */
.k { color: #000000; font-weight: bold } /* Keyword */
.o { color: #000000; font-weight: bold } /* Operator */
.cm { color: #999988; font-style: italic } /* Comment.Multiline */
.cp { color: #999999; font-weight: bold; font-style: italic } /* Comment.Preproc */
.c1 { color: #999988; font-style: italic } /* Comment.Single */
.cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
.gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.ge { color: #000000; font-style: italic } /* Generic.Emph */
.gr { color: #aa0000 } /* Generic.Error */
.gh { color: #999999 } /* Generic.Heading */
.gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.go { color: #888888 } /* Generic.Output */
.gp { color: #555555 } /* Generic.Prompt */
.gs { font-weight: bold } /* Generic.Strong */
.gu { color: #aaaaaa } /* Generic.Subheading */
.gt { color: #aa0000 } /* Generic.Traceback */
.kc { color: #000000; font-weight: bold } /* Keyword.Constant */
.kd { color: #000000; font-weight: bold } /* Keyword.Declaration */
.kn { color: #000000; font-weight: bold } /* Keyword.Namespace */
.kp { color: #000000; font-weight: bold } /* Keyword.Pseudo */
.kr { color: #000000; font-weight: bold } /* Keyword.Reserved */
.kt { color: #445588; font-weight: bold } /* Keyword.Type */
.m { color: #009999 } /* Literal.Number */
.s { color: #d01040 } /* Literal.String */
.na { color: #008080 } /* Name.Attribute */
.nb { color: #0086B3 } /* Name.Builtin */
.nc { color: #445588; font-weight: bold } /* Name.Class */
.no { color: #008080 } /* Name.Constant */
.nd { color: #3c5d5d; font-weight: bold } /* Name.Decorator */
.ni { color: #800080 } /* Name.Entity */
.ne { color: #990000; font-weight: bold } /* Name.Exception */
.nf { color: #990000; font-weight: bold } /* Name.Function */
.nl { color: #990000; font-weight: bold } /* Name.Label */
.nn { color: #555555 } /* Name.Namespace */
.nt { color: #000080 } /* Name.Tag */
.nv { color: #008080 } /* Name.Variable */
.ow { color: #000000; font-weight: bold } /* Operator.Word */
.w { color: #bbbbbb } /* Text.Whitespace */
.mf { color: #009999 } /* Literal.Number.Float */
.mh { color: #009999 } /* Literal.Number.Hex */
.mi { color: #009999 } /* Literal.Number.Integer */
.mo { color: #009999 } /* Literal.Number.Oct */
.sb { color: #d01040 } /* Literal.String.Backtick */
.sc { color: #d01040 } /* Literal.String.Char */
.sd { color: #d01040 } /* Literal.String.Doc */
.s2 { color: #d01040 } /* Literal.String.Double */
.se { color: #d01040 } /* Literal.String.Escape */
.sh { color: #d01040 } /* Literal.String.Heredoc */
.si { color: #d01040 } /* Literal.String.Interpol */
.sx { color: #d01040 } /* Literal.String.Other */
.sr { color: #009926 } /* Literal.String.Regex */
.s1 { color: #d01040 } /* Literal.String.Single */
.ss { color: #990073 } /* Literal.String.Symbol */
.bp { color: #999999 } /* Name.Builtin.Pseudo */
.vc { color: #008080 } /* Name.Variable.Class */
.vg { color: #008080 } /* Name.Variable.Global */
.vi { color: #008080 } /* Name.Variable.Instance */
.il { color: #009999 } /* Literal.Number.Integer.Long */

/* Responsive: Portrait tablets and up {{{1 */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .header,
    .content,
    .footer .container,
    .comment {
        padding-left: 0;
        padding-right: 0;
    }
    /* Space out the masthead */
    .header {
        margin-bottom: 30px;
    }
    .nav-pills,.bottom-nav{
        display:block;
    }
}
/* }}} */
