mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			1431 lines
		
	
	
		
			21 KiB
		
	
	
	
		
			CSS
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			1431 lines
		
	
	
		
			21 KiB
		
	
	
	
		
			CSS
		
	
	
		
			Executable File
		
	
	
	
	
| /*!
 | |
|  * Bootstrap v3.0.0
 | |
|  *
 | |
|  * Copyright 2013 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 by @mdo and @fat.
 | |
|  */
 | |
| /*! normalize.css v2.1.0 | 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;
 | |
| }
 | |
| html {
 | |
|   font-family: sans-serif;
 | |
|   -webkit-text-size-adjust: 100%;
 | |
|   -ms-text-size-adjust: 100%;
 | |
| }
 | |
| body {
 | |
|   margin: 0;
 | |
| }
 | |
| a:focus {
 | |
|   outline: thin dotted;
 | |
| }
 | |
| a:active,
 | |
| a:hover {
 | |
|   outline: 0;
 | |
| }
 | |
| h1 {
 | |
|   font-size: 2em;
 | |
|   margin: 0.67em 0;
 | |
| }
 | |
| 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;
 | |
| }
 | |
| pre {
 | |
|   white-space: pre-wrap;
 | |
| }
 | |
| 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;
 | |
| }
 | |
| 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 {
 | |
|   -webkit-appearance: button;
 | |
|   cursor: pointer;
 | |
| }
 | |
| 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;
 | |
| }
 | |
| @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) ")";
 | |
|   }
 | |
| 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: 2cm .5cm;
 | |
|   }
 | |
|   p,
 | |
|   h2,
 | |
|   h3 {
 | |
|     orphans: 3;
 | |
|     widows: 3;
 | |
|   }
 | |
|   h2,
 | |
|   h3 {
 | |
|     page-break-after: avoid;
 | |
|   }
 | |
| }
 | |
| *,
 | |
| *:before,
 | |
| *:after {
 | |
|   -webkit-box-sizing: border-box;
 | |
|   -moz-box-sizing: border-box;
 | |
|   box-sizing: border-box;
 | |
| }
 | |
| html {
 | |
|   font-size: 62.5%;
 | |
|   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 | |
| }
 | |
| body {
 | |
|   font-family: Lato;
 | |
|   font-size: 14px;
 | |
|   line-height: 1.428571429;
 | |
|   color: #2b2b2b;
 | |
|   background-color: #ffffff;
 | |
| }
 | |
| input,
 | |
| button,
 | |
| select,
 | |
| textarea {
 | |
|   font-family: inherit;
 | |
|   font-size: inherit;
 | |
|   line-height: inherit;
 | |
| }
 | |
| button,
 | |
| input,
 | |
| textarea {
 | |
|   background-image: none;
 | |
| }
 | |
| a {
 | |
|   color: #ff4088;
 | |
|   text-decoration: none;
 | |
| }
 | |
| a:hover,
 | |
| a:focus {
 | |
|   color: #ff4088;
 | |
|   text-decoration: underline;
 | |
| }
 | |
| a:focus {
 | |
|   outline: thin dotted #333;
 | |
|   outline: 5px auto -webkit-focus-ring-color;
 | |
|   outline-offset: -2px;
 | |
| }
 | |
| img {
 | |
|   vertical-align: middle;
 | |
| }
 | |
| hr {
 | |
|   margin-top: 20px;
 | |
|   margin-bottom: 20px;
 | |
|   border: 0;
 | |
|   border-top: 1px solid #f7f7f7;
 | |
| }
 | |
| p {
 | |
|   margin: 0 0 10px;
 | |
| }
 | |
| .lead {
 | |
|   margin-bottom: 20px;
 | |
|   font-size: 16.099999999999998px;
 | |
|   font-weight: 200;
 | |
|   line-height: 1.4;
 | |
| }
 | |
| @media (min-width: 768px) {
 | |
|   .lead {
 | |
|     font-size: 21px;
 | |
|   }
 | |
| }
 | |
| small {
 | |
|   font-size: 85%;
 | |
| }
 | |
| cite {
 | |
|   font-style: normal;
 | |
| }
 | |
| .text-center {
 | |
|   text-align: center;
 | |
| }
 | |
| h1,
 | |
| h2,
 | |
| h3,
 | |
| h4,
 | |
| h5,
 | |
| h6 {
 | |
|   font-family: Lato;
 | |
|   font-weight: 400;
 | |
|   line-height: 1.1;
 | |
| }
 | |
| h1,
 | |
| h2,
 | |
| h3 {
 | |
|   margin-top: 20px;
 | |
|   margin-bottom: 10px;
 | |
| }
 | |
| h4,
 | |
| h5,
 | |
| h6 {
 | |
|   margin-top: 10px;
 | |
|   margin-bottom: 10px;
 | |
| }
 | |
| h1 {
 | |
|   font-size: 36px;
 | |
| }
 | |
| h2 {
 | |
|   font-size: 30px;
 | |
| }
 | |
| h3 {
 | |
|   font-size: 24px;
 | |
| }
 | |
| h4 {
 | |
|   font-size: 18px;
 | |
| }
 | |
| h5 {
 | |
|   font-size: 14px;
 | |
| }
 | |
| h6 {
 | |
|   font-size: 12px;
 | |
| }
 | |
| ul,
 | |
| ol {
 | |
|   margin-top: 0;
 | |
|   margin-bottom: 10px;
 | |
| }
 | |
| ul ul {
 | |
|   margin-bottom: 0;
 | |
| }
 | |
| .list-inline {
 | |
|   padding-left: 0;
 | |
|   list-style: none;
 | |
| }
 | |
| .list-inline > li {
 | |
|   display: inline-block;
 | |
|   padding-left: 5px;
 | |
|   padding-right: 5px;
 | |
| }
 | |
| dl {
 | |
|   margin-bottom: 20px;
 | |
| }
 | |
| dt,
 | |
| dd {
 | |
|   line-height: 1.428571429;
 | |
| }
 | |
| dt {
 | |
|   font-weight: bold;
 | |
| }
 | |
| dd {
 | |
|   margin-left: 0;
 | |
| }
 | |
| @media (min-width: 768px) {
 | |
| }
 | |
| blockquote {
 | |
|   padding: 10px 20px;
 | |
|   margin: 0 0 20px;
 | |
|   border-left: 5px solid #f7f7f7;
 | |
| }
 | |
| blockquote p {
 | |
|   font-size: 17.5px;
 | |
|   font-weight: 300;
 | |
|   line-height: 1.25;
 | |
| }
 | |
| q:before,
 | |
| q:after,
 | |
| blockquote:before,
 | |
| blockquote:after {
 | |
|   content: "";
 | |
| }
 | |
| address {
 | |
|   display: block;
 | |
|   margin-bottom: 20px;
 | |
|   font-style: normal;
 | |
|   line-height: 1.428571429;
 | |
| }
 | |
| code,
 | |
| pre {
 | |
|   font-family: Lato;
 | |
| }
 | |
| code {
 | |
|   padding: 2px 4px;
 | |
|   font-size: 90%;
 | |
|   color: #c7254e;
 | |
|   background-color: #f9f2f4;
 | |
|   white-space: nowrap;
 | |
|   border-radius: 4px;
 | |
| }
 | |
| 
 | |
| pre code {
 | |
|     padding: 0;
 | |
|     font-size: inherit;
 | |
|     color: inherit;
 | |
|     white-space: pre-wrap;
 | |
|     background-color: transparent;
 | |
|     border: 0;
 | |
| }
 | |
| 
 | |
| pre {
 | |
|   display: block;
 | |
|   padding: 9.5px;
 | |
|   margin: 0 0 10px;
 | |
|   font-size: 13px;
 | |
|   line-height: 1.428571429;
 | |
|   word-break: break-all;
 | |
|   word-wrap: break-word;
 | |
|   color: #2b2b2b;
 | |
|   background-color: #f5f5f5;
 | |
|   border: 1px solid #cccccc;
 | |
|   border-radius: 4px;
 | |
| }
 | |
| .container {
 | |
|   margin-right: auto;
 | |
|   margin-left: auto;
 | |
|   padding-left: 15px;
 | |
|   padding-right: 15px;
 | |
| }
 | |
| .container:before,
 | |
| .container:after {
 | |
|   content: " ";
 | |
|   /* 1 */
 | |
| 
 | |
|   display: table;
 | |
|   /* 2 */
 | |
| 
 | |
| }
 | |
| .container:after {
 | |
|   clear: both;
 | |
| }
 | |
| .container:before,
 | |
| .container:after {
 | |
|   content: " ";
 | |
|   /* 1 */
 | |
| 
 | |
|   display: table;
 | |
|   /* 2 */
 | |
| 
 | |
| }
 | |
| .container:after {
 | |
|   clear: both;
 | |
| }
 | |
| .row {
 | |
|   margin-left: -15px;
 | |
|   margin-right: -15px;
 | |
| }
 | |
| .row:before,
 | |
| .row:after {
 | |
|   content: " ";
 | |
|   /* 1 */
 | |
| 
 | |
|   display: table;
 | |
|   /* 2 */
 | |
| 
 | |
| }
 | |
| .row:after {
 | |
|   clear: both;
 | |
| }
 | |
| .row:before,
 | |
| .row:after {
 | |
|   content: " ";
 | |
|   /* 1 */
 | |
| 
 | |
|   display: table;
 | |
|   /* 2 */
 | |
| 
 | |
| }
 | |
| .row:after {
 | |
|   clear: both;
 | |
| }
 | |
| .col-md-1,
 | |
| .col-md-6,
 | |
| .col-md-10,
 | |
| .col-md-12 {
 | |
|   position: relative;
 | |
|   min-height: 1px;
 | |
|   padding-left: 15px;
 | |
|   padding-right: 15px;
 | |
| }
 | |
| @media (min-width: 768px) {
 | |
|   .container {
 | |
|     max-width: 750px;
 | |
|   }
 | |
| }
 | |
| @media (min-width: 992px) {
 | |
|   .container {
 | |
|     max-width: 970px;
 | |
|   }
 | |
|   .col-md-1,
 | |
|   .col-md-6,
 | |
|   .col-md-10 {
 | |
|     float: left;
 | |
|   }
 | |
|   .col-md-1 {
 | |
|     width: 8.333333333333332%;
 | |
|   }
 | |
|   .col-md-6 {
 | |
|     width: 50%;
 | |
|   }
 | |
|   .col-md-10 {
 | |
|     width: 83.33333333333334%;
 | |
|   }
 | |
|   .col-md-12 {
 | |
|     width: 100%;
 | |
|   }
 | |
|   .col-md-offset-1 {
 | |
|     margin-left: 8.333333333333332%;
 | |
|   }
 | |
|   .col-md-offset-3 {
 | |
|     margin-left: 25%;
 | |
|   }
 | |
| }
 | |
| @media (min-width: 1200px) {
 | |
|   .container {
 | |
|     max-width: 1170px;
 | |
|   }
 | |
| }
 | |
| table {
 | |
|   max-width: 100%;
 | |
|   background-color: transparent;
 | |
| }
 | |
| th {
 | |
|   text-align: left;
 | |
| }
 | |
| @media (max-width: 768px) {
 | |
| }
 | |
| fieldset {
 | |
|   padding: 0;
 | |
|   margin: 0;
 | |
|   border: 0;
 | |
| }
 | |
| legend {
 | |
|   display: block;
 | |
|   width: 100%;
 | |
|   padding: 0;
 | |
|   margin-bottom: 20px;
 | |
|   font-size: 21px;
 | |
|   line-height: inherit;
 | |
|   color: #2b2b2b;
 | |
|   border: 0;
 | |
|   border-bottom: 1px solid #c7c7cc;
 | |
| }
 | |
| label {
 | |
|   display: inline-block;
 | |
|   margin-bottom: 5px;
 | |
|   font-weight: bold;
 | |
| }
 | |
| input[type="number"]::-webkit-outer-spin-button,
 | |
| input[type="number"]::-webkit-inner-spin-button {
 | |
|   height: auto;
 | |
| }
 | |
| .form-control:-ms-input-placeholder {
 | |
|   color: #d7d7d7;
 | |
| }
 | |
| .form-control::-webkit-input-placeholder {
 | |
|   color: #d7d7d7;
 | |
| }
 | |
| @media (min-width: 768px) {
 | |
| }
 | |
| .btn {
 | |
|   display: inline-block;
 | |
|   padding: 6px 12px;
 | |
|   margin-bottom: 0;
 | |
|   font-size: 14px;
 | |
|   font-weight: normal;
 | |
|   line-height: 1.428571429;
 | |
|   text-align: center;
 | |
|   vertical-align: middle;
 | |
|   cursor: pointer;
 | |
|   border: 1px solid transparent;
 | |
|   border-radius: 4px;
 | |
|   white-space: nowrap;
 | |
|   -webkit-user-select: none;
 | |
|   -moz-user-select: none;
 | |
|   -ms-user-select: none;
 | |
|   -o-user-select: none;
 | |
|   user-select: none;
 | |
|   font-weight: 300;
 | |
|   -webkit-transition: all 0.15s;
 | |
|   -moz-transition: all 0.15s;
 | |
|   transition: all 0.15s;
 | |
| }
 | |
| 
 | |
| 
 | |
| .btn:focus {
 | |
|   /*outline: thin dotted #333;
 | |
|   outline: 5px auto -webkit-focus-ring-color;
 | |
|   outline-offset: -2px;*/
 | |
|   outline: none;
 | |
| }
 | |
| .btn:hover,
 | |
| .btn:focus {
 | |
|   color: #2b2b2b;
 | |
|   text-decoration: none;
 | |
| }
 | |
| .btn:active {  
 | |
| }
 | |
| .btn-default {
 | |
|   color: #2b2b2b;
 | |
|   background-color: #ffffff;
 | |
|   border-color: #c7c7cc;
 | |
| }
 | |
| .btn-default:hover,
 | |
| .btn-default:focus,
 | |
| .btn-default:active {
 | |
|   color: #ffffff;
 | |
|   background-color: #9e9e9e;
 | |
|   border-color: #9e9e9e;
 | |
| }
 | |
| .btn-default:active {
 | |
|   background-image: none;
 | |
| }
 | |
| .btn-primary {
 | |
|   color: #ffffff;
 | |
|   background-color: #007aff;
 | |
|   border-color: #007aff;
 | |
| }
 | |
| .btn-primary:hover,
 | |
| .btn-primary:focus,
 | |
| .btn-primary:active {
 | |
|   color: #007aff;
 | |
|   border-color: #007aff;
 | |
|   background: transparent;  
 | |
| }
 | |
| .btn-primary:active {
 | |
|   background-image: none;
 | |
| }
 | |
| .btn-success {
 | |
|   color: #ffffff;
 | |
|   background-color: #4cd964;
 | |
|   border-color: #4cd964;
 | |
| }
 | |
| .btn-success:hover,
 | |
| .btn-success:focus,
 | |
| .btn-success:active {
 | |
|   color: #4cd964;
 | |
|   background: transparent;
 | |
|   border-color: #4cd964;
 | |
| }
 | |
| .btn-success:active {
 | |
|   background-image: none;  
 | |
|   outline: none;
 | |
| }
 | |
| .btn-info {
 | |
|   color: #ffffff;
 | |
|   background-color: #34aadc;
 | |
|   border-color: #34aadc;
 | |
| }
 | |
| .btn-info:hover,
 | |
| .btn-info:focus,
 | |
| .btn-info:active {
 | |
|   color: #34aadc;
 | |
|   background: transparent;
 | |
|   border-color: #34aadc;
 | |
| }
 | |
| .btn-info:active {
 | |
|   background-image: none;
 | |
| }
 | |
| .btn-lg {
 | |
|   padding: 10px 16px;
 | |
|   font-size: 18px;
 | |
|   line-height: 1.33;
 | |
|   border-radius: 6px;
 | |
| }
 | |
| .btn-xs {
 | |
|   padding: 5px 10px;
 | |
|   font-size: 12px;
 | |
|   line-height: 1.5;
 | |
|   border-radius: 3px;
 | |
| }
 | |
| .btn-xs {
 | |
|   padding: 1px 5px;
 | |
| }
 | |
| @font-face {
 | |
|   font-family: 'Glyphicons Halflings';
 | |
|   src: url('../app/fonts/glyphicons-halflings-regular.eot');
 | |
|   src: url('../app/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../app/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../app/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../app/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
 | |
| }
 | |
| .nav {
 | |
|   margin-bottom: 0;
 | |
|   padding-left: 0;
 | |
|   list-style: none;
 | |
| }
 | |
| .nav:before,
 | |
| .nav:after {
 | |
|   content: " ";
 | |
|   /* 1 */
 | |
| 
 | |
|   display: table;
 | |
|   /* 2 */
 | |
| 
 | |
| }
 | |
| .nav:after {
 | |
|   clear: both;
 | |
| }
 | |
| .nav:before,
 | |
| .nav:after {
 | |
|   content: " ";
 | |
|   /* 1 */
 | |
| 
 | |
|   display: table;
 | |
|   /* 2 */
 | |
| 
 | |
| }
 | |
| .nav:after {
 | |
|   clear: both;
 | |
| }
 | |
| @media (min-width: 768px) {
 | |
| }
 | |
| @media (max-width: 767px) {
 | |
| }
 | |
| @media (min-width: 768px) {
 | |
| }
 | |
| @media (min-width: 768px) {
 | |
| }
 | |
| @media (min-width: 768px) {
 | |
| }
 | |
| @media (max-width: 767px) {
 | |
| }
 | |
| @media (max-width: 767px) {
 | |
| }
 | |
| @media screen and (min-width: 768px) {
 | |
| }
 | |
| @-webkit-keyframes progress-bar-stripes {
 | |
|   from {
 | |
|     background-position: 40px 0;
 | |
|   }
 | |
|   to {
 | |
|     background-position: 0 0;
 | |
|   }
 | |
| }
 | |
| @-moz-keyframes progress-bar-stripes {
 | |
|   from {
 | |
|     background-position: 40px 0;
 | |
|   }
 | |
|   to {
 | |
|     background-position: 0 0;
 | |
|   }
 | |
| }
 | |
| @-o-keyframes progress-bar-stripes {
 | |
|   from {
 | |
|     background-position: 0 0;
 | |
|   }
 | |
|   to {
 | |
|     background-position: 40px 0;
 | |
|   }
 | |
| }
 | |
| @keyframes progress-bar-stripes {
 | |
|   from {
 | |
|     background-position: 40px 0;
 | |
|   }
 | |
|   to {
 | |
|     background-position: 0 0;
 | |
|   }
 | |
| }
 | |
| .panel {
 | |
|   margin-bottom: 20px;
 | |
|   background-color: #ffffff;
 | |
|   border: 0px solid transparent;  
 | |
|   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
 | |
|   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
 | |
| }
 | |
| .panel-body {
 | |
|   padding: 15px;
 | |
| }
 | |
| .panel-body:before,
 | |
| .panel-body:after {
 | |
|   content: " ";
 | |
|   /* 1 */
 | |
| 
 | |
|   display: table;
 | |
|   /* 2 */
 | |
| 
 | |
| }
 | |
| .panel-body:after {
 | |
|   clear: both;
 | |
| }
 | |
| .panel-body:before,
 | |
| .panel-body:after {
 | |
|   content: " ";
 | |
|   /* 1 */
 | |
| 
 | |
|   display: table;
 | |
|   /* 2 */
 | |
| 
 | |
| }
 | |
| .panel-body:after {
 | |
|   clear: both;
 | |
| }
 | |
| @media screen and (min-width: 768px) {
 | |
| }
 | |
| .carousel {
 | |
|   position: relative;
 | |
| }
 | |
| .carousel-inner {
 | |
|   position: relative;
 | |
|   overflow: hidden;
 | |
|   width: 100%;
 | |
| }
 | |
| .carousel-inner > .item {
 | |
|   display: none;
 | |
|   position: relative;
 | |
|   -webkit-transition: 0.6s ease-in-out left;
 | |
|   transition: 0.6s ease-in-out left;
 | |
| }
 | |
| .carousel-inner > .active {
 | |
|   display: block;
 | |
| }
 | |
| .carousel-inner > .active {
 | |
|   left: 0;
 | |
| }
 | |
| .carousel-indicators {
 | |
|   position: absolute;
 | |
|   bottom: 10px;
 | |
|   left: 50%;
 | |
|   z-index: 15;
 | |
|   width: 60%;
 | |
|   margin-left: -30%;
 | |
|   padding-left: 0;
 | |
|   list-style: none;
 | |
|   text-align: center;
 | |
| }
 | |
| .carousel-indicators li {
 | |
|   display: inline-block;
 | |
|   width: 10px;
 | |
|   height: 10px;
 | |
|   margin: 1px;
 | |
|   text-indent: -999px;
 | |
|   border: 1px solid #ffffff;
 | |
|   border-radius: 10px;
 | |
|   cursor: pointer;
 | |
| }
 | |
| .carousel-indicators .active {
 | |
|   margin: 0;
 | |
|   width: 12px;
 | |
|   height: 12px;
 | |
|   background-color: #ffffff;
 | |
| }
 | |
| @media screen and (min-width: 768px) {
 | |
|   .carousel-indicators {
 | |
|     bottom: 20px;
 | |
|   }
 | |
| }
 | |
| .pull-right {
 | |
|   float: right !important;
 | |
| }
 | |
| @-ms-viewport {
 | |
|   width: device-width;
 | |
| }
 | |
| @media screen and (max-width: 400px) {
 | |
|   @-ms-viewport {
 | |
|     width: 320px;
 | |
|   }
 | |
| }
 | |
| 
 | |
| .hidden-xs {
 | |
|   display: block !important;
 | |
| }
 | |
| 
 | |
| @media (max-width: 767px) {
 | |
|   .hidden-xs {
 | |
|     display: none !important;
 | |
|   }
 | |
| }
 | |
| 
 | |
| .col-xs-1,
 | |
| .col-xs-2,
 | |
| .col-xs-3,
 | |
| .col-xs-4,
 | |
| .col-xs-5,
 | |
| .col-xs-6,
 | |
| .col-xs-7,
 | |
| .col-xs-8,
 | |
| .col-xs-9,
 | |
| .col-xs-10,
 | |
| .col-xs-11,
 | |
| .col-xs-12,
 | |
| .col-sm-1,
 | |
| .col-sm-2,
 | |
| .col-sm-3,
 | |
| .col-sm-4,
 | |
| .col-sm-5,
 | |
| .col-sm-6,
 | |
| .col-sm-7,
 | |
| .col-sm-8,
 | |
| .col-sm-9,
 | |
| .col-sm-10,
 | |
| .col-sm-11,
 | |
| .col-sm-12,
 | |
| .col-md-1,
 | |
| .col-md-2,
 | |
| .col-md-3,
 | |
| .col-md-4,
 | |
| .col-md-5,
 | |
| .col-md-6,
 | |
| .col-md-7,
 | |
| .col-md-8,
 | |
| .col-md-9,
 | |
| .col-md-10,
 | |
| .col-md-11,
 | |
| .col-md-12,
 | |
| .col-lg-1,
 | |
| .col-lg-2,
 | |
| .col-lg-3,
 | |
| .col-lg-4,
 | |
| .col-lg-5,
 | |
| .col-lg-6,
 | |
| .col-lg-7,
 | |
| .col-lg-8,
 | |
| .col-lg-9,
 | |
| .col-lg-10,
 | |
| .col-lg-11,
 | |
| .col-lg-12 {
 | |
|   position: relative;
 | |
|   min-height: 1px;
 | |
|   padding-left: 15px;
 | |
|   padding-right: 15px;
 | |
| }
 | |
| .col-xs-1,
 | |
| .col-xs-2,
 | |
| .col-xs-3,
 | |
| .col-xs-4,
 | |
| .col-xs-5,
 | |
| .col-xs-6,
 | |
| .col-xs-7,
 | |
| .col-xs-8,
 | |
| .col-xs-9,
 | |
| .col-xs-10,
 | |
| .col-xs-11 {
 | |
|   float: left;
 | |
| }
 | |
| .col-xs-1 {
 | |
|   width: 8.333333333333332%;
 | |
| }
 | |
| .col-xs-2 {
 | |
|   width: 16.666666666666664%;
 | |
| }
 | |
| .col-xs-3 {
 | |
|   width: 25%;
 | |
| }
 | |
| .col-xs-4 {
 | |
|   width: 33.33333333333333%;
 | |
| }
 | |
| .col-xs-5 {
 | |
|   width: 41.66666666666667%;
 | |
| }
 | |
| .col-xs-6 {
 | |
|   width: 50%;
 | |
| }
 | |
| .col-xs-7 {
 | |
|   width: 58.333333333333336%;
 | |
| }
 | |
| .col-xs-8 {
 | |
|   width: 66.66666666666666%;
 | |
| }
 | |
| .col-xs-9 {
 | |
|   width: 75%;
 | |
| }
 | |
| .col-xs-10 {
 | |
|   width: 83.33333333333334%;
 | |
| }
 | |
| .col-xs-11 {
 | |
|   width: 91.66666666666666%;
 | |
| }
 | |
| .col-xs-12 {
 | |
|   width: 100%;
 | |
| }
 | |
| @media (min-width: 768px) {
 | |
|   .container {
 | |
|     max-width: 750px;
 | |
|   }
 | |
|   .col-sm-1,
 | |
|   .col-sm-2,
 | |
|   .col-sm-3,
 | |
|   .col-sm-4,
 | |
|   .col-sm-5,
 | |
|   .col-sm-6,
 | |
|   .col-sm-7,
 | |
|   .col-sm-8,
 | |
|   .col-sm-9,
 | |
|   .col-sm-10,
 | |
|   .col-sm-11 {
 | |
|     float: left;
 | |
|   }
 | |
|   .col-sm-1 {
 | |
|     width: 8.333333333333332%;
 | |
|   }
 | |
|   .col-sm-2 {
 | |
|     width: 16.666666666666664%;
 | |
|   }
 | |
|   .col-sm-3 {
 | |
|     width: 25%;
 | |
|   }
 | |
|   .col-sm-4 {
 | |
|     width: 33.33333333333333%;
 | |
|   }
 | |
|   .col-sm-5 {
 | |
|     width: 41.66666666666667%;
 | |
|   }
 | |
|   .col-sm-6 {
 | |
|     width: 50%;
 | |
|   }
 | |
|   .col-sm-7 {
 | |
|     width: 58.333333333333336%;
 | |
|   }
 | |
|   .col-sm-8 {
 | |
|     width: 66.66666666666666%;
 | |
|   }
 | |
|   .col-sm-9 {
 | |
|     width: 75%;
 | |
|   }
 | |
|   .col-sm-10 {
 | |
|     width: 83.33333333333334%;
 | |
|   }
 | |
|   .col-sm-11 {
 | |
|     width: 91.66666666666666%;
 | |
|   }
 | |
|   .col-sm-12 {
 | |
|     width: 100%;
 | |
|   }
 | |
|   .col-sm-push-1 {
 | |
|     left: 8.333333333333332%;
 | |
|   }
 | |
|   .col-sm-push-2 {
 | |
|     left: 16.666666666666664%;
 | |
|   }
 | |
|   .col-sm-push-3 {
 | |
|     left: 25%;
 | |
|   }
 | |
|   .col-sm-push-4 {
 | |
|     left: 33.33333333333333%;
 | |
|   }
 | |
|   .col-sm-push-5 {
 | |
|     left: 41.66666666666667%;
 | |
|   }
 | |
|   .col-sm-push-6 {
 | |
|     left: 50%;
 | |
|   }
 | |
|   .col-sm-push-7 {
 | |
|     left: 58.333333333333336%;
 | |
|   }
 | |
|   .col-sm-push-8 {
 | |
|     left: 66.66666666666666%;
 | |
|   }
 | |
|   .col-sm-push-9 {
 | |
|     left: 75%;
 | |
|   }
 | |
|   .col-sm-push-10 {
 | |
|     left: 83.33333333333334%;
 | |
|   }
 | |
|   .col-sm-push-11 {
 | |
|     left: 91.66666666666666%;
 | |
|   }
 | |
|   .col-sm-pull-1 {
 | |
|     right: 8.333333333333332%;
 | |
|   }
 | |
|   .col-sm-pull-2 {
 | |
|     right: 16.666666666666664%;
 | |
|   }
 | |
|   .col-sm-pull-3 {
 | |
|     right: 25%;
 | |
|   }
 | |
|   .col-sm-pull-4 {
 | |
|     right: 33.33333333333333%;
 | |
|   }
 | |
|   .col-sm-pull-5 {
 | |
|     right: 41.66666666666667%;
 | |
|   }
 | |
|   .col-sm-pull-6 {
 | |
|     right: 50%;
 | |
|   }
 | |
|   .col-sm-pull-7 {
 | |
|     right: 58.333333333333336%;
 | |
|   }
 | |
|   .col-sm-pull-8 {
 | |
|     right: 66.66666666666666%;
 | |
|   }
 | |
|   .col-sm-pull-9 {
 | |
|     right: 75%;
 | |
|   }
 | |
|   .col-sm-pull-10 {
 | |
|     right: 83.33333333333334%;
 | |
|   }
 | |
|   .col-sm-pull-11 {
 | |
|     right: 91.66666666666666%;
 | |
|   }
 | |
|   .col-sm-offset-1 {
 | |
|     margin-left: 8.333333333333332%;
 | |
|   }
 | |
|   .col-sm-offset-2 {
 | |
|     margin-left: 16.666666666666664%;
 | |
|   }
 | |
|   .col-sm-offset-3 {
 | |
|     margin-left: 25%;
 | |
|   }
 | |
|   .col-sm-offset-4 {
 | |
|     margin-left: 33.33333333333333%;
 | |
|   }
 | |
|   .col-sm-offset-5 {
 | |
|     margin-left: 41.66666666666667%;
 | |
|   }
 | |
|   .col-sm-offset-6 {
 | |
|     margin-left: 50%;
 | |
|   }
 | |
|   .col-sm-offset-7 {
 | |
|     margin-left: 58.333333333333336%;
 | |
|   }
 | |
|   .col-sm-offset-8 {
 | |
|     margin-left: 66.66666666666666%;
 | |
|   }
 | |
|   .col-sm-offset-9 {
 | |
|     margin-left: 75%;
 | |
|   }
 | |
|   .col-sm-offset-10 {
 | |
|     margin-left: 83.33333333333334%;
 | |
|   }
 | |
|   .col-sm-offset-11 {
 | |
|     margin-left: 91.66666666666666%;
 | |
|   }
 | |
| }
 | |
| @media (min-width: 992px) {
 | |
|   .container {
 | |
|     max-width: 970px;
 | |
|   }
 | |
|   .col-md-1,
 | |
|   .col-md-2,
 | |
|   .col-md-3,
 | |
|   .col-md-4,
 | |
|   .col-md-5,
 | |
|   .col-md-6,
 | |
|   .col-md-7,
 | |
|   .col-md-8,
 | |
|   .col-md-9,
 | |
|   .col-md-10,
 | |
|   .col-md-11 {
 | |
|     float: left;
 | |
|   }
 | |
|   .col-md-1 {
 | |
|     width: 8.333333333333332%;
 | |
|   }
 | |
|   .col-md-2 {
 | |
|     width: 16.666666666666664%;
 | |
|   }
 | |
|   .col-md-3 {
 | |
|     width: 25%;
 | |
|   }
 | |
|   .col-md-4 {
 | |
|     width: 33.33333333333333%;
 | |
|   }
 | |
|   .col-md-5 {
 | |
|     width: 41.66666666666667%;
 | |
|   }
 | |
|   .col-md-6 {
 | |
|     width: 50%;
 | |
|   }
 | |
|   .col-md-7 {
 | |
|     width: 58.333333333333336%;
 | |
|   }
 | |
|   .col-md-8 {
 | |
|     width: 66.66666666666666%;
 | |
|   }
 | |
|   .col-md-9 {
 | |
|     width: 75%;
 | |
|   }
 | |
|   .col-md-10 {
 | |
|     width: 83.33333333333334%;
 | |
|   }
 | |
|   .col-md-11 {
 | |
|     width: 91.66666666666666%;
 | |
|   }
 | |
|   .col-md-12 {
 | |
|     width: 100%;
 | |
|   }
 | |
|   .col-md-push-0 {
 | |
|     left: auto;
 | |
|   }
 | |
|   .col-md-push-1 {
 | |
|     left: 8.333333333333332%;
 | |
|   }
 | |
|   .col-md-push-2 {
 | |
|     left: 16.666666666666664%;
 | |
|   }
 | |
|   .col-md-push-3 {
 | |
|     left: 25%;
 | |
|   }
 | |
|   .col-md-push-4 {
 | |
|     left: 33.33333333333333%;
 | |
|   }
 | |
|   .col-md-push-5 {
 | |
|     left: 41.66666666666667%;
 | |
|   }
 | |
|   .col-md-push-6 {
 | |
|     left: 50%;
 | |
|   }
 | |
|   .col-md-push-7 {
 | |
|     left: 58.333333333333336%;
 | |
|   }
 | |
|   .col-md-push-8 {
 | |
|     left: 66.66666666666666%;
 | |
|   }
 | |
|   .col-md-push-9 {
 | |
|     left: 75%;
 | |
|   }
 | |
|   .col-md-push-10 {
 | |
|     left: 83.33333333333334%;
 | |
|   }
 | |
|   .col-md-push-11 {
 | |
|     left: 91.66666666666666%;
 | |
|   }
 | |
|   .col-md-pull-0 {
 | |
|     right: auto;
 | |
|   }
 | |
|   .col-md-pull-1 {
 | |
|     right: 8.333333333333332%;
 | |
|   }
 | |
|   .col-md-pull-2 {
 | |
|     right: 16.666666666666664%;
 | |
|   }
 | |
|   .col-md-pull-3 {
 | |
|     right: 25%;
 | |
|   }
 | |
|   .col-md-pull-4 {
 | |
|     right: 33.33333333333333%;
 | |
|   }
 | |
|   .col-md-pull-5 {
 | |
|     right: 41.66666666666667%;
 | |
|   }
 | |
|   .col-md-pull-6 {
 | |
|     right: 50%;
 | |
|   }
 | |
|   .col-md-pull-7 {
 | |
|     right: 58.333333333333336%;
 | |
|   }
 | |
|   .col-md-pull-8 {
 | |
|     right: 66.66666666666666%;
 | |
|   }
 | |
|   .col-md-pull-9 {
 | |
|     right: 75%;
 | |
|   }
 | |
|   .col-md-pull-10 {
 | |
|     right: 83.33333333333334%;
 | |
|   }
 | |
|   .col-md-pull-11 {
 | |
|     right: 91.66666666666666%;
 | |
|   }
 | |
|   .col-md-offset-0 {
 | |
|     margin-left: 0;
 | |
|   }
 | |
|   .col-md-offset-1 {
 | |
|     margin-left: 8.333333333333332%;
 | |
|   }
 | |
|   .col-md-offset-2 {
 | |
|     margin-left: 16.666666666666664%;
 | |
|   }
 | |
|   .col-md-offset-3 {
 | |
|     margin-left: 25%;
 | |
|   }
 | |
|   .col-md-offset-4 {
 | |
|     margin-left: 33.33333333333333%;
 | |
|   }
 | |
|   .col-md-offset-5 {
 | |
|     margin-left: 41.66666666666667%;
 | |
|   }
 | |
|   .col-md-offset-6 {
 | |
|     margin-left: 50%;
 | |
|   }
 | |
|   .col-md-offset-7 {
 | |
|     margin-left: 58.333333333333336%;
 | |
|   }
 | |
|   .col-md-offset-8 {
 | |
|     margin-left: 66.66666666666666%;
 | |
|   }
 | |
|   .col-md-offset-9 {
 | |
|     margin-left: 75%;
 | |
|   }
 | |
|   .col-md-offset-10 {
 | |
|     margin-left: 83.33333333333334%;
 | |
|   }
 | |
|   .col-md-offset-11 {
 | |
|     margin-left: 91.66666666666666%;
 | |
|   }
 | |
| }
 | |
| @media (min-width: 1200px) {
 | |
|   .container {
 | |
|     max-width: 1170px;
 | |
|   }
 | |
|   .col-lg-1,
 | |
|   .col-lg-2,
 | |
|   .col-lg-3,
 | |
|   .col-lg-4,
 | |
|   .col-lg-5,
 | |
|   .col-lg-6,
 | |
|   .col-lg-7,
 | |
|   .col-lg-8,
 | |
|   .col-lg-9,
 | |
|   .col-lg-10,
 | |
|   .col-lg-11 {
 | |
|     float: left;
 | |
|   }
 | |
|   .col-lg-1 {
 | |
|     width: 8.333333333333332%;
 | |
|   }
 | |
|   .col-lg-2 {
 | |
|     width: 16.666666666666664%;
 | |
|   }
 | |
|   .col-lg-3 {
 | |
|     width: 25%;
 | |
|   }
 | |
|   .col-lg-4 {
 | |
|     width: 33.33333333333333%;
 | |
|   }
 | |
|   .col-lg-5 {
 | |
|     width: 41.66666666666667%;
 | |
|   }
 | |
|   .col-lg-6 {
 | |
|     width: 50%;
 | |
|   }
 | |
|   .col-lg-7 {
 | |
|     width: 58.333333333333336%;
 | |
|   }
 | |
|   .col-lg-8 {
 | |
|     width: 66.66666666666666%;
 | |
|   }
 | |
|   .col-lg-9 {
 | |
|     width: 75%;
 | |
|   }
 | |
|   .col-lg-10 {
 | |
|     width: 83.33333333333334%;
 | |
|   }
 | |
|   .col-lg-11 {
 | |
|     width: 91.66666666666666%;
 | |
|   }
 | |
|   .col-lg-12 {
 | |
|     width: 100%;
 | |
|   }
 | |
|   .col-lg-push-0 {
 | |
|     left: auto;
 | |
|   }
 | |
|   .col-lg-push-1 {
 | |
|     left: 8.333333333333332%;
 | |
|   }
 | |
|   .col-lg-push-2 {
 | |
|     left: 16.666666666666664%;
 | |
|   }
 | |
|   .col-lg-push-3 {
 | |
|     left: 25%;
 | |
|   }
 | |
|   .col-lg-push-4 {
 | |
|     left: 33.33333333333333%;
 | |
|   }
 | |
|   .col-lg-push-5 {
 | |
|     left: 41.66666666666667%;
 | |
|   }
 | |
|   .col-lg-push-6 {
 | |
|     left: 50%;
 | |
|   }
 | |
|   .col-lg-push-7 {
 | |
|     left: 58.333333333333336%;
 | |
|   }
 | |
|   .col-lg-push-8 {
 | |
|     left: 66.66666666666666%;
 | |
|   }
 | |
|   .col-lg-push-9 {
 | |
|     left: 75%;
 | |
|   }
 | |
|   .col-lg-push-10 {
 | |
|     left: 83.33333333333334%;
 | |
|   }
 | |
|   .col-lg-push-11 {
 | |
|     left: 91.66666666666666%;
 | |
|   }
 | |
|   .col-lg-pull-0 {
 | |
|     right: auto;
 | |
|   }
 | |
|   .col-lg-pull-1 {
 | |
|     right: 8.333333333333332%;
 | |
|   }
 | |
|   .col-lg-pull-2 {
 | |
|     right: 16.666666666666664%;
 | |
|   }
 | |
|   .col-lg-pull-3 {
 | |
|     right: 25%;
 | |
|   }
 | |
|   .col-lg-pull-4 {
 | |
|     right: 33.33333333333333%;
 | |
|   }
 | |
|   .col-lg-pull-5 {
 | |
|     right: 41.66666666666667%;
 | |
|   }
 | |
|   .col-lg-pull-6 {
 | |
|     right: 50%;
 | |
|   }
 | |
|   .col-lg-pull-7 {
 | |
|     right: 58.333333333333336%;
 | |
|   }
 | |
|   .col-lg-pull-8 {
 | |
|     right: 66.66666666666666%;
 | |
|   }
 | |
|   .col-lg-pull-9 {
 | |
|     right: 75%;
 | |
|   }
 | |
|   .col-lg-pull-10 {
 | |
|     right: 83.33333333333334%;
 | |
|   }
 | |
|   .col-lg-pull-11 {
 | |
|     right: 91.66666666666666%;
 | |
|   }
 | |
|   .col-lg-offset-0 {
 | |
|     margin-left: 0;
 | |
|   }
 | |
|   .col-lg-offset-1 {
 | |
|     margin-left: 8.333333333333332%;
 | |
|   }
 | |
|   .col-lg-offset-2 {
 | |
|     margin-left: 16.666666666666664%;
 | |
|   }
 | |
|   .col-lg-offset-3 {
 | |
|     margin-left: 25%;
 | |
|   }
 | |
|   .col-lg-offset-4 {
 | |
|     margin-left: 33.33333333333333%;
 | |
|   }
 | |
|   .col-lg-offset-5 {
 | |
|     margin-left: 41.66666666666667%;
 | |
|   }
 | |
|   .col-lg-offset-6 {
 | |
|     margin-left: 50%;
 | |
|   }
 | |
|   .col-lg-offset-7 {
 | |
|     margin-left: 58.333333333333336%;
 | |
|   }
 | |
|   .col-lg-offset-8 {
 | |
|     margin-left: 66.66666666666666%;
 | |
|   }
 | |
|   .col-lg-offset-9 {
 | |
|     margin-left: 75%;
 | |
|   }
 | |
|   .col-lg-offset-10 {
 | |
|     margin-left: 83.33333333333334%;
 | |
|   }
 | |
|   .col-lg-offset-11 {
 | |
|     margin-left: 91.66666666666666%;
 | |
|   }
 | |
| }
 |