@charset "UTF-8";/**
 * application.css
 *


 */


 

/* line 1, ../../app/assets/stylesheets/123.css.scss */
body {
  background: #184A63 url("/assets/Gradient-Background-112-1024x791.jpg") repeat-x;
  color: #333;
  font-family: arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

/* line 9, ../../app/assets/stylesheets/123.css.scss */
h1 {
  color: #666;
  font-size: 37px;
  line-height: 30px;
  font-weight: bold;
  margin: 10px 0 25px 0;
  font-family: 'Montserrat Alternates', sans-serif;
}

/* line 18, ../../app/assets/stylesheets/123.css.scss */
b {
  color: #666;
}

/* line 22, ../../app/assets/stylesheets/123.css.scss */
.back {
  margin: 40px 0 0 0;
}

/* line 26, ../../app/assets/stylesheets/123.css.scss */
h3 {
  color: #666;
  font-family: 'Montserrat Alternates', sans-serif;
}

/* line 30, ../../app/assets/stylesheets/123.css.scss */
.main {
  padding: 40px 10px;
}

/* line 33, ../../app/assets/stylesheets/123.css.scss */
small {
  font-size: 0.5em;
  line-height: 30px;
  color: #999;
  text-shadow: none;
}

/* line 39, ../../app/assets/stylesheets/123.css.scss */
center {
  text-align: center;
}

/* line 43, ../../app/assets/stylesheets/123.css.scss */
.tested {
  margin: 20px 0 0 0;
}

/* line 47, ../../app/assets/stylesheets/123.css.scss */
.slogo {
  margin: 0 0 -5px 0;
}

/* line 51, ../../app/assets/stylesheets/123.css.scss */
p {
  color: #666;
  line-height: 25px;
}

/* line 56, ../../app/assets/stylesheets/123.css.scss */
.download {
  margin: 15px 30px 15px 0;
  padding: 20px;
  float: left;
  background: whitesmoke;
  height: 70px;
}

/* line 64, ../../app/assets/stylesheets/123.css.scss */
.wide {
  width: 100px;
}

/* line 68, ../../app/assets/stylesheets/123.css.scss */
.gray_big {
  color: gray;
  font-size: 25px;
  text-shadow: 1px 1px 2px white;
  text-decoration: none;
}

/* line 75, ../../app/assets/stylesheets/123.css.scss */
.gray_small {
  color: gray;
  font-size: 12px;
  text-shadow: 1px 1px 2px white;
  text-decoration: underline;
}

/* line 82, ../../app/assets/stylesheets/123.css.scss */
.download_details {
  text-align: left;
  margin: 20px 0px 0px 0px;
}

/* line 87, ../../app/assets/stylesheets/123.css.scss */
.left {
  float: left;
}

/* line 90, ../../app/assets/stylesheets/123.css.scss */
.right {
  float: right;
}

/* line 94, ../../app/assets/stylesheets/123.css.scss */
.more {
  margin: 140px 0;
}

/* line 98, ../../app/assets/stylesheets/123.css.scss */
.logo {
  border: 0;
  float: right;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666;
  font-variant: small-caps;
}

/* line 108, ../../app/assets/stylesheets/123.css.scss */
.clear {
  clear: both;
}

/* line 113, ../../app/assets/stylesheets/123.css.scss */
.logo_side {
  margin: 5px;
}

/* line 116, ../../app/assets/stylesheets/123.css.scss */
.img_center {
  text-align: center;
}

/* line 120, ../../app/assets/stylesheets/123.css.scss */
.details {
  margin-left: 40px;
  line-height: 20px;
}

/* line 125, ../../app/assets/stylesheets/123.css.scss */
.clean {
  margin: 5px 0 20px 0;
  text-align: center;
  font-weight: bold;
}

/* line 134, ../../app/assets/stylesheets/123.css.scss */
#wrapper {
  width: 990px;
  margin: 50px auto 0 auto;
  background: white;
  padding: 0 10px 20px 10px;
  border-radius: 0 0 15px 15px;
  border: 1px solid #ccc;
}

/* line 144, ../../app/assets/stylesheets/123.css.scss */
.info {
  margin: 0 20px;
}

/* line 148, ../../app/assets/stylesheets/123.css.scss */
.footer {
  width: 950px;
  margin: 50px auto 90px auto;
  text-align: center;
  color: #fff;
}

/* line 159, ../../app/assets/stylesheets/123.css.scss */
a {
  color: #333;
}

/* line 164, ../../app/assets/stylesheets/123.css.scss */
.green {
  background: #a4c3db;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a4c3db 0%, #23538a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4c3db), color-stop(100%, #23538a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a4c3db 0%, #23538a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a4c3db 0%, #23538a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a4c3db 0%, #23538a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a4c3db 0%, #23538a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4c3db', endColorstr='#23538a',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  text-decoration: none;
  border-radius: 1px;
  font-family: 'Montserrat Alternates', sans-serif;
}

/* line 180, ../../app/assets/stylesheets/123.css.scss */
.large {
  display: block;
  width: 480;
  padding: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  line-height: 50px;
}

/* line 191, ../../app/assets/stylesheets/123.css.scss */
.medium {
  display: block;
  width: 480;
  padding: 15px;
  text-align: center;
  font-weight: normal;
  font-size: 25px;
  line-height: 50px;
}

/* line 201, ../../app/assets/stylesheets/123.css.scss */
.small {
  width: 100%;
  padding: 10px 40px;
  font-size: 20px;
  text-align: center;
  line-height: 80px;
}

/* line 210, ../../app/assets/stylesheets/123.css.scss */
.brand {
  float: left;
  width: 645px;
}

/* line 214, ../../app/assets/stylesheets/123.css.scss */
img {
  border: 0;
}

/* line 219, ../../app/assets/stylesheets/123.css.scss */
.side_brand {
  margin: 20px 10px 20px 0;
  float: right;
  width: 250px;
  padding: 15px;
  border: 7px solid whitesmoke;
  border-radius: 7px;
}

/* line 228, ../../app/assets/stylesheets/123.css.scss */
.side_brand h3 {
  text-align: center;
}

/* line 232, ../../app/assets/stylesheets/123.css.scss */
.logo_text {
  float: right;
  text-decoration: none;
  color: #333;
  margin: -30px 22px 0 0;
  font-size: 17px;
}

/* line 240, ../../app/assets/stylesheets/123.css.scss */
.logo_text_second {
  color: #315F93;
  font-weight: bold;
}

/* line 245, ../../app/assets/stylesheets/123.css.scss */
.gray {
  background: whitesmoke;
  color: gray;
  padding: 20px;
  border-radius: 5px;
  margin: 20px 10px 30px 0;
  border: 1px solid #ccc;
}

/* line 253, ../../app/assets/stylesheets/123.css.scss */
.gray a {
  color: gray;
}

/* line 256, ../../app/assets/stylesheets/123.css.scss */
.white a {
  color: #719f45;
}

/* line 260, ../../app/assets/stylesheets/123.css.scss */
p {
  color: #333;
  text-align: justify;
}

/* line 267, ../../app/assets/stylesheets/123.css.scss */
div.field, div.actions {
  margin-bottom: 10px;
}

/* line 272, ../../app/assets/stylesheets/123.css.scss */
#notice {
  color: green;
}

/* line 276, ../../app/assets/stylesheets/123.css.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 282, ../../app/assets/stylesheets/123.css.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
/* line 289, ../../app/assets/stylesheets/123.css.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}
/* line 299, ../../app/assets/stylesheets/123.css.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

/* line 305, ../../app/assets/stylesheets/123.css.scss */
.footer a {
  color: #fff;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}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:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding: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) ")"}abbr[title]:after{content:" (" attr(title) ")"}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}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff !important}.navbar{display:none}.table td,.table th{background-color:#fff !important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .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, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.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{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.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{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.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{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}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;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-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);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{line-height:34px;line-height:1.42857143 \0}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm{line-height:30px;line-height:1.5 \0}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg{line-height:46px;line-height:1.33 \0}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.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],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm,.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm,select.form-group-sm .form-control{height:30px;line-height:30px}textarea.input-sm,textarea.form-group-sm .form-control,select[multiple].input-sm,select[multiple].form-group-sm .form-control{height:auto}.input-lg,.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg,select.form-group-lg .form-control{height:46px;line-height:46px}textarea.input-lg,textarea.form-group-lg .form-control,select[multiple].input-lg,select[multiple].form-group-lg .form-control{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{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,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{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,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{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}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.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 .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.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;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#3071a9;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;z-index:-1;opacity:0;filter:alpha(opacity=0)}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#777}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#969696}.navbar-inverse .navbar-nav>li>a{color:#777}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#777}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#777}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar[aria-valuenow="0"]{color:#777;min-width:30px;background-color:transparent;background-image:none;box-shadow:none}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eee;color:#777;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#428bca}.panel-primary>.panel-heading .badge{color:#428bca;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate3d(0, -25%, 0);transform:translate3d(0, -25%, 0);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.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 #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important;visibility:hidden !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/fontawesome-webfont.eot");
  src: url("/assets/fontawesome-webfont.eot#iefix") format('embedded-opentype'), url("/assets/fontawesome-webfont.woff") format('woff'), url("/assets/fontawesome-webfont.ttf") format('truetype'), url("/assets/fontawesome-webfont.svg#fontawesomeregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
/*


  Use Font Awesome icons (default)
  To use Glyphicons sprites instead of Font Awesome, replace with "require twitter-bootstrap-static/sprites"

  */

/* line 2, ../../../app/assets/stylesheets/gos/gos.css.scss */
.logo {
  font-size: 40px;
}

/* line 7, ../../../app/assets/stylesheets/gos/gos.css.scss */
.border {
  border: 1px solid red;
}

/* line 10, ../../../app/assets/stylesheets/gos/gos.css.scss */
.responsive_intro {
  float: right;
  font-size: 18px;
  margin: 9px 80px 0 0;
  width: 615px;
}

/* line 16, ../../../app/assets/stylesheets/gos/gos.css.scss */
.r_i_line_height {
  line-height: 70px;
}

/* line 19, ../../../app/assets/stylesheets/gos/gos.css.scss */
.r_i_a {
  font-size: 68px;
  font-weight: bold;
}

/* line 23, ../../../app/assets/stylesheets/gos/gos.css.scss */
.r_i_b {
  font-size: 44px;
}

/* line 26, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn_download_green {
  background: url("img/bg_download_btn.png") no-repeat scroll 35px 33px/65px 50px #85c555;
  border-left: 10px solid #ffffff;
  padding: 35px 0 25px 140px;
  transition: all 300ms linear 0s;
}

/* line 32, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn_download_green:hover {
  background: url("img/bg_download_btn_green.png") no-repeat scroll 28px 28px/79px 64px #f2f2f2;
}

/* line 35, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn_download_green .r_i_c {
  font-size: 48px;
  margin: -5px 0 15px -3px;
  transition: all 300ms linear 0s;
}

/* line 40, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn_download_green:hover .r_i_c {
  color: #000000;
  font-size: 20px;
  margin: -5px 0 15px 1px;
}

/* line 45, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn_download_green .r_i_d {
  font-size: 18px;
  transition: all 300ms linear 0s;
}

/* line 49, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn_download_green:hover .r_i_d {
  color: #85c555;
  font-size: 38px;
  font-weight: bold;
}

@media screen and (max-device-width: 720px) {
  /* line 55, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .responsive_intro {
    float: left;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 0;
    width: 100%;
  }

  /* line 62, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .r_i_line_height {
    line-height: 25px;
  }

  /* line 65, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .r_i_a {
    font-size: 230%;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
  }

  /* line 71, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .r_i_b {
    font-size: 180%;
    line-height: 40px;
    text-align: center;
  }

  /* line 76, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .btn_download_green {
    background: url("img/bg_download_btn.png") no-repeat scroll 12px center/15% auto #85c555;
    border-left: 5px solid #ffffff;
    padding: 10px 0 5px 75px;
  }

  /* line 81, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .btn_download_green:hover {
    background: url("img/bg_download_btn_green.png") no-repeat scroll -20px 13px/79px 64px #f2f2f2;
  }

  /* line 84, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .btn_download_green:hover .r_i_d {
    color: #85c555;
    font-size: 20px;
    font-weight: bold;
  }

  /* line 89, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .btn_download_green .r_i_c {
    font-size: 28px;
  }

  /* line 92, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .r_i_c {
    font-size: 30%;
    margin: -5px 0 -5px -1px;
  }

  /* line 96, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .r_i_d {
    font-size: 30%;
  }
}
@media screen and (max-device-width: 540px) {
  /* line 101, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .btn_download_green {
    padding: 10px 0 5px;
    text-align: center;
  }
}
/* line 106, ../../../app/assets/stylesheets/gos/gos.css.scss */
.intro-icon-large:before {
  color: #2980b9;
}

/* line 113, ../../../app/assets/stylesheets/gos/gos.css.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 118, ../../../app/assets/stylesheets/gos/gos.css.scss */
.clearfix:after {
  clear: both;
}

/* line 121, ../../../app/assets/stylesheets/gos/gos.css.scss */
.hide-text {
  background-color: transparent;
  border: 0 none;
  color: transparent;
  font: 0px/0 a;
  text-shadow: none;
}

/* line 128, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-block-level {
  box-sizing: border-box;
  display: block;
  min-height: 30px;
  width: 100%;
}

/* line 134, ../../../app/assets/stylesheets/gos/gos.css.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 137, ../../../app/assets/stylesheets/gos/gos.css.scss */
audio, canvas, video {
  display: inline-block;
}

/* line 140, ../../../app/assets/stylesheets/gos/gos.css.scss */
audio:not([controls]) {
  display: none;
}

/* line 143, ../../../app/assets/stylesheets/gos/gos.css.scss */
html {
  font-size: 100%;
}

/* line 146, ../../../app/assets/stylesheets/gos/gos.css.scss */
a:focus {
  outline: thin dotted #333;
  outline-offset: -2px;
}

/* line 150, ../../../app/assets/stylesheets/gos/gos.css.scss */
a:hover, a:active {
  outline: 0 none;
}

/* line 153, ../../../app/assets/stylesheets/gos/gos.css.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 159, ../../../app/assets/stylesheets/gos/gos.css.scss */
sup {
  top: -0.5em;
}

/* line 162, ../../../app/assets/stylesheets/gos/gos.css.scss */
sub {
  bottom: -0.25em;
}

/* line 165, ../../../app/assets/stylesheets/gos/gos.css.scss */
img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* line 171, ../../../app/assets/stylesheets/gos/gos.css.scss */
#map_canvas img, .google-maps img {
  max-width: none;
}

/* line 174, ../../../app/assets/stylesheets/gos/gos.css.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: middle;
}

/* line 179, ../../../app/assets/stylesheets/gos/gos.css.scss */
button, input {
  line-height: normal;
}

/* line 182, ../../../app/assets/stylesheets/gos/gos.css.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}

/* line 186, ../../../app/assets/stylesheets/gos/gos.css.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
}

/* line 189, ../../../app/assets/stylesheets/gos/gos.css.scss */
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
  cursor: pointer;
}

/* line 192, ../../../app/assets/stylesheets/gos/gos.css.scss */
input[type="search"] {
  box-sizing: content-box;
}

/* line 195, ../../../app/assets/stylesheets/gos/gos.css.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  /* line 200, ../../../app/assets/stylesheets/gos/gos.css.scss */
  * {
    background: none repeat scroll 0 0 transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }

  /* line 206, ../../../app/assets/stylesheets/gos/gos.css.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 209, ../../../app/assets/stylesheets/gos/gos.css.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 212, ../../../app/assets/stylesheets/gos/gos.css.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 216, ../../../app/assets/stylesheets/gos/gos.css.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 220, ../../../app/assets/stylesheets/gos/gos.css.scss */
  thead {
    display: table-header-group;
  }

  /* line 223, ../../../app/assets/stylesheets/gos/gos.css.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 226, ../../../app/assets/stylesheets/gos/gos.css.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 232, ../../../app/assets/stylesheets/gos/gos.css.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 236, ../../../app/assets/stylesheets/gos/gos.css.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
/* line 240, ../../../app/assets/stylesheets/gos/gos.css.scss */
body {
  background-color: #ffffff;
  color: #333333;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

/* line 248, ../../../app/assets/stylesheets/gos/gos.css.scss */
a {
  color: #0088cc;
  text-decoration: none;
}

/* line 252, ../../../app/assets/stylesheets/gos/gos.css.scss */
a:hover, a:focus {
  color: #005580;
  text-decoration: underline;
}

/* line 256, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 259, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img-polaroid {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 4px;
}

/* line 265, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img-circle {
  border-radius: 500px;
}

/* line 268, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row {
  margin-left: -20px;
}

/* line 271, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row:before, .row:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 276, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row:after {
  clear: both;
}

/* line 279, ../../../app/assets/stylesheets/gos/gos.css.scss */
[class*="span"] {
  float: left;
  margin-left: 20px;
  min-height: 1px;
}

/* line 284, ../../../app/assets/stylesheets/gos/gos.css.scss */
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 940px;
}

/* line 287, ../../../app/assets/stylesheets/gos/gos.css.scss */
.span12 {
  width: 940px;
}

/* line 290, ../../../app/assets/stylesheets/gos/gos.css.scss */
.span11 {
  width: 860px;
}

/* line 293, ../../../app/assets/stylesheets/gos/gos.css.scss */
.span10 {
  width: 780px;
}

/* line 296, ../../../app/assets/stylesheets/gos/gos.css.scss */
.span9 {
  width: 700px;
}

/* line 299, ../../../app/assets/stylesheets/gos/gos.css.scss */
.span8 {
  width: 620px;
}

/* line 302, ../../../app/assets/stylesheets/gos/gos.css.scss */
.span7 {
  width: 540px;
}

/* line 305, ../../../app/assets/stylesheets/gos/gos.css.scss */
.span6 {
  width: 460px;
}

/* line 308, ../../../app/assets/stylesheets/gos/gos.css.scss */
.span5 {
  width: 380px;
}

/* line 311, ../../../app/assets/stylesheets/gos/gos.css.scss */
.span4 {
  width: 300px;
}

/* line 314, ../../../app/assets/stylesheets/gos/gos.css.scss */
.span3 {
  width: 220px;
}

/* line 317, ../../../app/assets/stylesheets/gos/gos.css.scss */
.span2 {
  width: 140px;
}

/* line 320, ../../../app/assets/stylesheets/gos/gos.css.scss */
.span1 {
  width: 60px;
}

/* line 323, ../../../app/assets/stylesheets/gos/gos.css.scss */
.offset12 {
  margin-left: 980px;
}

/* line 326, ../../../app/assets/stylesheets/gos/gos.css.scss */
.offset11 {
  margin-left: 900px;
}

/* line 329, ../../../app/assets/stylesheets/gos/gos.css.scss */
.offset10 {
  margin-left: 820px;
}

/* line 332, ../../../app/assets/stylesheets/gos/gos.css.scss */
.offset9 {
  margin-left: 740px;
}

/* line 335, ../../../app/assets/stylesheets/gos/gos.css.scss */
.offset8 {
  margin-left: 660px;
}

/* line 338, ../../../app/assets/stylesheets/gos/gos.css.scss */
.offset7 {
  margin-left: 580px;
}

/* line 341, ../../../app/assets/stylesheets/gos/gos.css.scss */
.offset6 {
  margin-left: 500px;
}

/* line 344, ../../../app/assets/stylesheets/gos/gos.css.scss */
.offset5 {
  margin-left: 420px;
}

/* line 347, ../../../app/assets/stylesheets/gos/gos.css.scss */
.offset4 {
  margin-left: 340px;
}

/* line 350, ../../../app/assets/stylesheets/gos/gos.css.scss */
.offset3 {
  margin-left: 260px;
}

/* line 353, ../../../app/assets/stylesheets/gos/gos.css.scss */
.offset2 {
  margin-left: 180px;
}

/* line 356, ../../../app/assets/stylesheets/gos/gos.css.scss */
.offset1 {
  margin-left: 100px;
}

/* line 359, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid {
  width: 100%;
}

/* line 362, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid:before, .row-fluid:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 367, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid:after {
  clear: both;
}

/* line 370, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid [class*="span"] {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 2.12766%;
  min-height: 30px;
  width: 100%;
}

/* line 378, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

/* line 381, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12766%;
}

/* line 384, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .span12 {
  width: 100%;
}

/* line 387, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .span11 {
  width: 91.4894%;
}

/* line 390, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .span10 {
  width: 82.9787%;
}

/* line 393, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .span9 {
  width: 74.4681%;
}

/* line 396, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .span8 {
  width: 65.9574%;
}

/* line 399, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .span7 {
  width: 57.4468%;
}

/* line 402, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .span6 {
  width: 48.9362%;
}

/* line 405, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .span5 {
  width: 40.4255%;
}

/* line 408, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .span4 {
  width: 31.9149%;
}

/* line 411, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .span3 {
  width: 23.4043%;
}

/* line 414, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .span2 {
  width: 14.8936%;
}

/* line 417, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .span1 {
  width: 6.38298%;
}

/* line 420, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .offset12 {
  margin-left: 104.255%;
}

/* line 423, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.128%;
}

/* line 426, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .offset11 {
  margin-left: 95.7447%;
}

/* line 429, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.617%;
}

/* line 432, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .offset10 {
  margin-left: 87.234%;
}

/* line 435, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.1064%;
}

/* line 438, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .offset9 {
  margin-left: 78.7234%;
}

/* line 441, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.5957%;
}

/* line 444, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .offset8 {
  margin-left: 70.2128%;
}

/* line 447, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.0851%;
}

/* line 450, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .offset7 {
  margin-left: 61.7021%;
}

/* line 453, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.5745%;
}

/* line 456, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .offset6 {
  margin-left: 53.1915%;
}

/* line 459, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.0638%;
}

/* line 462, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .offset5 {
  margin-left: 44.6809%;
}

/* line 465, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.5532%;
}

/* line 468, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .offset4 {
  margin-left: 36.1702%;
}

/* line 471, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.0426%;
}

/* line 474, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .offset3 {
  margin-left: 27.6596%;
}

/* line 477, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.5319%;
}

/* line 480, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .offset2 {
  margin-left: 19.1489%;
}

/* line 483, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.0213%;
}

/* line 486, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .offset1 {
  margin-left: 10.6383%;
}

/* line 489, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.51064%;
}

/* line 492, ../../../app/assets/stylesheets/gos/gos.css.scss */
.hide[class*="span"], .row-fluid .hide[class*="span"] {
  display: none;
}

/* line 495, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pull-right[class*="span"], .row-fluid .pull-right[class*="span"] {
  float: right;
}

/* line 498, ../../../app/assets/stylesheets/gos/gos.css.scss */
.container {
  margin-left: auto;
  margin-right: auto;
}

/* line 502, ../../../app/assets/stylesheets/gos/gos.css.scss */
.container:before, .container:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 507, ../../../app/assets/stylesheets/gos/gos.css.scss */
.container:after {
  clear: both;
}

/* line 510, ../../../app/assets/stylesheets/gos/gos.css.scss */
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 514, ../../../app/assets/stylesheets/gos/gos.css.scss */
.container-fluid:before, .container-fluid:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 519, ../../../app/assets/stylesheets/gos/gos.css.scss */
.container-fluid:after {
  clear: both;
}

/* line 522, ../../../app/assets/stylesheets/gos/gos.css.scss */
p {
  margin: 0 0 10px;
}

/* line 525, ../../../app/assets/stylesheets/gos/gos.css.scss */
.lead {
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
  margin-bottom: 20px;
}

/* line 531, ../../../app/assets/stylesheets/gos/gos.css.scss */
small {
  font-size: 85%;
}

/* line 534, ../../../app/assets/stylesheets/gos/gos.css.scss */
strong {
  font-weight: bold;
}

/* line 537, ../../../app/assets/stylesheets/gos/gos.css.scss */
em {
  font-style: italic;
}

/* line 540, ../../../app/assets/stylesheets/gos/gos.css.scss */
cite {
  font-style: normal;
}

/* line 543, ../../../app/assets/stylesheets/gos/gos.css.scss */
.muted {
  color: #999999;
}

/* line 546, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.muted:hover, a.muted:focus {
  color: #808080;
}

/* line 549, ../../../app/assets/stylesheets/gos/gos.css.scss */
.text-warning {
  color: #c09853;
}

/* line 552, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #a47e3c;
}

/* line 555, ../../../app/assets/stylesheets/gos/gos.css.scss */
.text-error {
  color: #b94a48;
}

/* line 558, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.text-error:hover, a.text-error:focus {
  color: #953b39;
}

/* line 561, ../../../app/assets/stylesheets/gos/gos.css.scss */
.text-info {
  color: #3a87ad;
}

/* line 564, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.text-info:hover, a.text-info:focus {
  color: #2d6987;
}

/* line 567, ../../../app/assets/stylesheets/gos/gos.css.scss */
.text-success {
  color: #468847;
}

/* line 570, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.text-success:hover, a.text-success:focus {
  color: #356635;
}

/* line 573, ../../../app/assets/stylesheets/gos/gos.css.scss */
.text-left {
  text-align: left;
}

/* line 576, ../../../app/assets/stylesheets/gos/gos.css.scss */
.text-right {
  text-align: right;
}

/* line 579, ../../../app/assets/stylesheets/gos/gos.css.scss */
.text-center {
  text-align: center;
}

/* line 582, ../../../app/assets/stylesheets/gos/gos.css.scss */
h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  text-rendering: optimizelegibility;
}

/* line 590, ../../../app/assets/stylesheets/gos/gos.css.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #999999;
  font-weight: normal;
  line-height: 1;
}

/* line 595, ../../../app/assets/stylesheets/gos/gos.css.scss */
h1, h2, h3 {
  line-height: 40px;
}

/* line 598, ../../../app/assets/stylesheets/gos/gos.css.scss */
h1 {
  font-size: 38.5px;
}

/* line 601, ../../../app/assets/stylesheets/gos/gos.css.scss */
h2 {
  font-size: 31.5px;
}

/* line 604, ../../../app/assets/stylesheets/gos/gos.css.scss */
h3 {
  font-size: 24.5px;
}

/* line 607, ../../../app/assets/stylesheets/gos/gos.css.scss */
h4 {
  font-size: 17.5px;
}

/* line 610, ../../../app/assets/stylesheets/gos/gos.css.scss */
h5 {
  font-size: 14px;
}

/* line 613, ../../../app/assets/stylesheets/gos/gos.css.scss */
h6 {
  font-size: 11.9px;
}

/* line 616, ../../../app/assets/stylesheets/gos/gos.css.scss */
h1 small {
  font-size: 24.5px;
}

/* line 619, ../../../app/assets/stylesheets/gos/gos.css.scss */
h2 small {
  font-size: 17.5px;
}

/* line 622, ../../../app/assets/stylesheets/gos/gos.css.scss */
h3 small {
  font-size: 14px;
}

/* line 625, ../../../app/assets/stylesheets/gos/gos.css.scss */
h4 small {
  font-size: 14px;
}

/* line 628, ../../../app/assets/stylesheets/gos/gos.css.scss */
.page-header {
  border-bottom: 1px solid #eeeeee;
  margin: 20px 0 30px;
  padding-bottom: 9px;
}

/* line 633, ../../../app/assets/stylesheets/gos/gos.css.scss */
ul, ol {
  margin: 0 0 10px 25px;
  padding: 0;
}

/* line 637, ../../../app/assets/stylesheets/gos/gos.css.scss */
ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0;
}

/* line 640, ../../../app/assets/stylesheets/gos/gos.css.scss */
li {
  line-height: 20px;
}

/* line 643, ../../../app/assets/stylesheets/gos/gos.css.scss */
ul.unstyled, ol.unstyled {
  list-style: outside none none;
  margin-left: 0;
}

/* line 647, ../../../app/assets/stylesheets/gos/gos.css.scss */
ul.inline, ol.inline {
  list-style: outside none none;
  margin-left: 0;
}

/* line 651, ../../../app/assets/stylesheets/gos/gos.css.scss */
ul.inline > li, ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 656, ../../../app/assets/stylesheets/gos/gos.css.scss */
dl {
  margin-bottom: 20px;
}

/* line 659, ../../../app/assets/stylesheets/gos/gos.css.scss */
dt, dd {
  line-height: 20px;
}

/* line 662, ../../../app/assets/stylesheets/gos/gos.css.scss */
dt {
  font-weight: bold;
}

/* line 665, ../../../app/assets/stylesheets/gos/gos.css.scss */
dd {
  margin-left: 10px;
}

/* line 670, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dl-horizontal:before, .dl-horizontal:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 675, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dl-horizontal:after {
  clear: both;
}

/* line 678, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dl-horizontal dt {
  clear: left;
  float: left;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
}

/* line 687, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 690, ../../../app/assets/stylesheets/gos/gos.css.scss */
hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eeeeee -moz-use-text-color #ffffff;
  border-image: none;
  border-left: 0 none;
  border-right: 0 none;
  border-style: solid none;
  border-width: 1px 0;
  margin: 20px 0;
}

/* line 703, ../../../app/assets/stylesheets/gos/gos.css.scss */
abbr[title], abbr[data-original-title] {
  border-bottom: 1px dotted #999999;
  cursor: help;
}

/* line 707, ../../../app/assets/stylesheets/gos/gos.css.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 711, ../../../app/assets/stylesheets/gos/gos.css.scss */
blockquote {
  border-left: 5px solid #eeeeee;
  margin: 0 0 20px;
  padding: 0 0 0 15px;
}

/* line 716, ../../../app/assets/stylesheets/gos/gos.css.scss */
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 0;
}

/* line 722, ../../../app/assets/stylesheets/gos/gos.css.scss */
blockquote small {
  color: #999999;
  display: block;
  line-height: 20px;
}

/* line 727, ../../../app/assets/stylesheets/gos/gos.css.scss */
blockquote small:before {
  content: "— ";
}

/* line 730, ../../../app/assets/stylesheets/gos/gos.css.scss */
blockquote.pull-right {
  border-left: 0 none;
  border-right: 5px solid #eeeeee;
  float: right;
  padding-left: 0;
  padding-right: 15px;
}

/* line 737, ../../../app/assets/stylesheets/gos/gos.css.scss */
blockquote.pull-right p, blockquote.pull-right small {
  text-align: right;
}

/* line 740, ../../../app/assets/stylesheets/gos/gos.css.scss */
blockquote.pull-right small:before {
  content: "";
}

/* line 743, ../../../app/assets/stylesheets/gos/gos.css.scss */
blockquote.pull-right small:after {
  content: " —";
}

/* line 746, ../../../app/assets/stylesheets/gos/gos.css.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

/* line 749, ../../../app/assets/stylesheets/gos/gos.css.scss */
address {
  display: block;
  font-style: normal;
  line-height: 20px;
  margin-bottom: 20px;
}

/* line 755, ../../../app/assets/stylesheets/gos/gos.css.scss */
code, pre {
  border-radius: 3px;
  color: #333333;
  font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
  font-size: 12px;
  padding: 0 3px 2px;
}

/* line 762, ../../../app/assets/stylesheets/gos/gos.css.scss */
code {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  color: #d14;
  padding: 2px 4px;
  white-space: nowrap;
}

/* line 769, ../../../app/assets/stylesheets/gos/gos.css.scss */
pre {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 9.5px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}

/* line 782, ../../../app/assets/stylesheets/gos/gos.css.scss */
pre.prettyprint {
  margin-bottom: 20px;
}

/* line 785, ../../../app/assets/stylesheets/gos/gos.css.scss */
pre code {
  background-color: transparent;
  border: 0 none;
  color: inherit;
  padding: 0;
  white-space: pre-wrap;
}

/* line 792, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 796, ../../../app/assets/stylesheets/gos/gos.css.scss */
form {
  margin: 0 0 20px;
}

/* line 799, ../../../app/assets/stylesheets/gos/gos.css.scss */
fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}

/* line 804, ../../../app/assets/stylesheets/gos/gos.css.scss */
legend {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #333333;
  display: block;
  font-size: 21px;
  line-height: 40px;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}

/* line 821, ../../../app/assets/stylesheets/gos/gos.css.scss */
legend small {
  color: #999999;
  font-size: 15px;
}

/* line 825, ../../../app/assets/stylesheets/gos/gos.css.scss */
label, input, button, select, textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

/* line 830, ../../../app/assets/stylesheets/gos/gos.css.scss */
input, button, select, textarea {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* line 833, ../../../app/assets/stylesheets/gos/gos.css.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 837, ../../../app/assets/stylesheets/gos/gos.css.scss */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  border-radius: 4px;
  color: #555555;
  display: inline-block;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 4px 6px;
  vertical-align: middle;
}

/* line 848, ../../../app/assets/stylesheets/gos/gos.css.scss */
input, textarea, .uneditable-input {
  width: 206px;
}

/* line 851, ../../../app/assets/stylesheets/gos/gos.css.scss */
textarea {
  height: auto;
}

/* line 854, ../../../app/assets/stylesheets/gos/gos.css.scss */
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

/* line 860, ../../../app/assets/stylesheets/gos/gos.css.scss */
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0 none;
}

/* line 865, ../../../app/assets/stylesheets/gos/gos.css.scss */
input[type="radio"], input[type="checkbox"] {
  line-height: normal;
  margin: 4px 0 0;
}

/* line 869, ../../../app/assets/stylesheets/gos/gos.css.scss */
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
  width: auto;
}

/* line 872, ../../../app/assets/stylesheets/gos/gos.css.scss */
select, input[type="file"] {
  height: 30px;
  line-height: 30px;
}

/* line 876, ../../../app/assets/stylesheets/gos/gos.css.scss */
select {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  width: 220px;
}

/* line 881, ../../../app/assets/stylesheets/gos/gos.css.scss */
select[multiple], select[size] {
  height: auto;
}

/* line 884, ../../../app/assets/stylesheets/gos/gos.css.scss */
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline-offset: -2px;
}

/* line 888, ../../../app/assets/stylesheets/gos/gos.css.scss */
.uneditable-input, .uneditable-textarea {
  background-color: #fcfcfc;
  border-color: #cccccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.024) inset;
  color: #999999;
  cursor: not-allowed;
}

/* line 895, ../../../app/assets/stylesheets/gos/gos.css.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 899, ../../../app/assets/stylesheets/gos/gos.css.scss */
.uneditable-textarea {
  height: auto;
  width: auto;
}

/* line 903, ../../../app/assets/stylesheets/gos/gos.css.scss */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999999;
}

/* line 906, ../../../app/assets/stylesheets/gos/gos.css.scss */
.radio, .checkbox {
  min-height: 20px;
  padding-left: 20px;
}

/* line 910, ../../../app/assets/stylesheets/gos/gos.css.scss */
.radio input[type="radio"], .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 914, ../../../app/assets/stylesheets/gos/gos.css.scss */
.controls > .radio:first-child, .controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 917, ../../../app/assets/stylesheets/gos/gos.css.scss */
.radio.inline, .checkbox.inline {
  display: inline-block;
  margin-bottom: 0;
  padding-top: 5px;
  vertical-align: middle;
}

/* line 923, ../../../app/assets/stylesheets/gos/gos.css.scss */
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 926, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-mini {
  width: 60px;
}

/* line 929, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-small {
  width: 90px;
}

/* line 932, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-medium {
  width: 150px;
}

/* line 935, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-large {
  width: 210px;
}

/* line 938, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-xlarge {
  width: 270px;
}

/* line 941, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-xxlarge {
  width: 530px;
}

/* line 944, ../../../app/assets/stylesheets/gos/gos.css.scss */
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

/* line 948, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
  display: inline-block;
}

/* line 951, ../../../app/assets/stylesheets/gos/gos.css.scss */
input, textarea, .uneditable-input {
  margin-left: 0;
}

/* line 954, ../../../app/assets/stylesheets/gos/gos.css.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

/* line 957, ../../../app/assets/stylesheets/gos/gos.css.scss */
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 926px;
}

/* line 960, ../../../app/assets/stylesheets/gos/gos.css.scss */
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 846px;
}

/* line 963, ../../../app/assets/stylesheets/gos/gos.css.scss */
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 766px;
}

/* line 966, ../../../app/assets/stylesheets/gos/gos.css.scss */
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 686px;
}

/* line 969, ../../../app/assets/stylesheets/gos/gos.css.scss */
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 606px;
}

/* line 972, ../../../app/assets/stylesheets/gos/gos.css.scss */
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 526px;
}

/* line 975, ../../../app/assets/stylesheets/gos/gos.css.scss */
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 446px;
}

/* line 978, ../../../app/assets/stylesheets/gos/gos.css.scss */
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 366px;
}

/* line 981, ../../../app/assets/stylesheets/gos/gos.css.scss */
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 286px;
}

/* line 984, ../../../app/assets/stylesheets/gos/gos.css.scss */
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 206px;
}

/* line 987, ../../../app/assets/stylesheets/gos/gos.css.scss */
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 126px;
}

/* line 990, ../../../app/assets/stylesheets/gos/gos.css.scss */
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 46px;
}

/* line 995, ../../../app/assets/stylesheets/gos/gos.css.scss */
.controls-row:before, .controls-row:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 1000, ../../../app/assets/stylesheets/gos/gos.css.scss */
.controls-row:after {
  clear: both;
}

/* line 1003, ../../../app/assets/stylesheets/gos/gos.css.scss */
.controls-row [class*="span"], .row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 1006, ../../../app/assets/stylesheets/gos/gos.css.scss */
.controls-row .checkbox[class*="span"], .controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 1009, ../../../app/assets/stylesheets/gos/gos.css.scss */
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  background-color: #eeeeee;
  cursor: not-allowed;
}

/* line 1013, ../../../app/assets/stylesheets/gos/gos.css.scss */
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 1016, ../../../app/assets/stylesheets/gos/gos.css.scss */
.control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline {
  color: #c09853;
}

/* line 1019, ../../../app/assets/stylesheets/gos/gos.css.scss */
.control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
  color: #c09853;
}

/* line 1022, ../../../app/assets/stylesheets/gos/gos.css.scss */
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
  border-color: #c09853;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

/* line 1026, ../../../app/assets/stylesheets/gos/gos.css.scss */
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
  border-color: #a47e3c;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #dbc59e;
}

/* line 1030, ../../../app/assets/stylesheets/gos/gos.css.scss */
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
  background-color: #fcf8e3;
  border-color: #c09853;
  color: #c09853;
}

/* line 1035, ../../../app/assets/stylesheets/gos/gos.css.scss */
.control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline {
  color: #b94a48;
}

/* line 1038, ../../../app/assets/stylesheets/gos/gos.css.scss */
.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
  color: #b94a48;
}

/* line 1041, ../../../app/assets/stylesheets/gos/gos.css.scss */
.control-group.error input, .control-group.error select, .control-group.error textarea {
  border-color: #b94a48;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

/* line 1045, ../../../app/assets/stylesheets/gos/gos.css.scss */
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
  border-color: #953b39;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #d59392;
}

/* line 1049, ../../../app/assets/stylesheets/gos/gos.css.scss */
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
  background-color: #f2dede;
  border-color: #b94a48;
  color: #b94a48;
}

/* line 1054, ../../../app/assets/stylesheets/gos/gos.css.scss */
.control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline {
  color: #468847;
}

/* line 1057, ../../../app/assets/stylesheets/gos/gos.css.scss */
.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
  color: #468847;
}

/* line 1060, ../../../app/assets/stylesheets/gos/gos.css.scss */
.control-group.success input, .control-group.success select, .control-group.success textarea {
  border-color: #468847;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

/* line 1064, ../../../app/assets/stylesheets/gos/gos.css.scss */
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
  border-color: #356635;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #7aba7b;
}

/* line 1068, ../../../app/assets/stylesheets/gos/gos.css.scss */
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
  background-color: #dff0d8;
  border-color: #468847;
  color: #468847;
}

/* line 1073, ../../../app/assets/stylesheets/gos/gos.css.scss */
.control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline {
  color: #3a87ad;
}

/* line 1076, ../../../app/assets/stylesheets/gos/gos.css.scss */
.control-group.info .checkbox, .control-group.info .radio, .control-group.info input, .control-group.info select, .control-group.info textarea {
  color: #3a87ad;
}

/* line 1079, ../../../app/assets/stylesheets/gos/gos.css.scss */
.control-group.info input, .control-group.info select, .control-group.info textarea {
  border-color: #3a87ad;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

/* line 1083, ../../../app/assets/stylesheets/gos/gos.css.scss */
.control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus {
  border-color: #2d6987;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #7ab5d3;
}

/* line 1087, ../../../app/assets/stylesheets/gos/gos.css.scss */
.control-group.info .input-prepend .add-on, .control-group.info .input-append .add-on {
  background-color: #d9edf7;
  border-color: #3a87ad;
  color: #3a87ad;
}

/* line 1092, ../../../app/assets/stylesheets/gos/gos.css.scss */
input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
  border-color: #ee5f5b;
  color: #b94a48;
}

/* line 1096, ../../../app/assets/stylesheets/gos/gos.css.scss */
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7;
}

/* line 1100, ../../../app/assets/stylesheets/gos/gos.css.scss */
.form-actions {
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 19px 20px 20px;
}

/* line 1107, ../../../app/assets/stylesheets/gos/gos.css.scss */
.form-actions:before, .form-actions:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 1112, ../../../app/assets/stylesheets/gos/gos.css.scss */
.form-actions:after {
  clear: both;
}

/* line 1115, ../../../app/assets/stylesheets/gos/gos.css.scss */
.help-block, .help-inline {
  color: #595959;
}

/* line 1118, ../../../app/assets/stylesheets/gos/gos.css.scss */
.help-block {
  display: block;
  margin-bottom: 10px;
}

/* line 1122, ../../../app/assets/stylesheets/gos/gos.css.scss */
.help-inline {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}

/* line 1127, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-append, .input-prepend {
  display: inline-block;
  font-size: 0;
  margin-bottom: 10px;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 1134, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu, .input-append .popover, .input-prepend .popover {
  font-size: 14px;
}

/* line 1137, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
  border-radius: 0 4px 4px 0;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}

/* line 1143, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-append input:focus, .input-prepend input:focus, .input-append select:focus, .input-prepend select:focus, .input-append .uneditable-input:focus, .input-prepend .uneditable-input:focus {
  z-index: 2;
}

/* line 1146, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-append .add-on, .input-prepend .add-on {
  background-color: #eeeeee;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  width: auto;
}

/* line 1160, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .btn-group > .dropdown-toggle {
  border-radius: 0;
  vertical-align: top;
}

/* line 1164, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-append .active, .input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 1168, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-prepend .add-on, .input-prepend .btn {
  margin-right: -1px;
}

/* line 1171, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
  border-radius: 4px 0 0 4px;
}

/* line 1174, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-append input, .input-append select, .input-append .uneditable-input {
  border-radius: 4px 0 0 4px;
}

/* line 1177, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-append input + .btn-group .btn:last-child, .input-append select + .btn-group .btn:last-child, .input-append .uneditable-input + .btn-group .btn:last-child {
  border-radius: 0 4px 4px 0;
}

/* line 1180, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-append .add-on, .input-append .btn, .input-append .btn-group {
  margin-left: -1px;
}

/* line 1183, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 4px 4px 0;
}

/* line 1186, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
  border-radius: 0;
}

/* line 1189, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append select + .btn-group .btn, .input-prepend.input-append .uneditable-input + .btn-group .btn {
  border-radius: 0 4px 4px 0;
}

/* line 1192, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
  border-radius: 4px 0 0 4px;
  margin-right: -1px;
}

/* line 1196, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
}

/* line 1200, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 1203, ../../../app/assets/stylesheets/gos/gos.css.scss */
input.search-query {
  border-radius: 15px;
  margin-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
}

/* line 1209, ../../../app/assets/stylesheets/gos/gos.css.scss */
.form-search .input-append .search-query, .form-search .input-prepend .search-query {
  border-radius: 0;
}

/* line 1212, ../../../app/assets/stylesheets/gos/gos.css.scss */
.form-search .input-append .search-query {
  border-radius: 14px 0 0 14px;
}

/* line 1215, ../../../app/assets/stylesheets/gos/gos.css.scss */
.form-search .input-append .btn {
  border-radius: 0 14px 14px 0;
}

/* line 1218, ../../../app/assets/stylesheets/gos/gos.css.scss */
.form-search .input-prepend .search-query {
  border-radius: 0 14px 14px 0;
}

/* line 1221, ../../../app/assets/stylesheets/gos/gos.css.scss */
.form-search .input-prepend .btn {
  border-radius: 14px 0 0 14px;
}

/* line 1224, ../../../app/assets/stylesheets/gos/gos.css.scss */
.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1229, ../../../app/assets/stylesheets/gos/gos.css.scss */
.form-search .hide, .form-inline .hide, .form-horizontal .hide {
  display: none;
}

/* line 1232, ../../../app/assets/stylesheets/gos/gos.css.scss */
.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group {
  display: inline-block;
}

/* line 1235, ../../../app/assets/stylesheets/gos/gos.css.scss */
.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 1238, ../../../app/assets/stylesheets/gos/gos.css.scss */
.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {
  margin-bottom: 0;
  padding-left: 0;
  vertical-align: middle;
}

/* line 1243, ../../../app/assets/stylesheets/gos/gos.css.scss */
.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}

/* line 1248, ../../../app/assets/stylesheets/gos/gos.css.scss */
.control-group {
  margin-bottom: 10px;
}

/* line 1251, ../../../app/assets/stylesheets/gos/gos.css.scss */
legend + .control-group {
  margin-top: 20px;
}

/* line 1254, ../../../app/assets/stylesheets/gos/gos.css.scss */
.form-horizontal .control-group {
  margin-bottom: 20px;
}

/* line 1257, ../../../app/assets/stylesheets/gos/gos.css.scss */
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 1262, ../../../app/assets/stylesheets/gos/gos.css.scss */
.form-horizontal .control-group:after {
  clear: both;
}

/* line 1265, ../../../app/assets/stylesheets/gos/gos.css.scss */
.form-horizontal .control-label {
  float: left;
  padding-top: 5px;
  text-align: right;
  width: 160px;
}

/* line 1271, ../../../app/assets/stylesheets/gos/gos.css.scss */
.form-horizontal .controls {
  margin-left: 180px;
}

/* line 1276, ../../../app/assets/stylesheets/gos/gos.css.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}

/* line 1279, ../../../app/assets/stylesheets/gos/gos.css.scss */
.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

/* line 1282, ../../../app/assets/stylesheets/gos/gos.css.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 1285, ../../../app/assets/stylesheets/gos/gos.css.scss */
table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}

/* line 1291, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table {
  margin-bottom: 20px;
  width: 100%;
}

/* line 1295, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table th, .table td {
  border-top: 1px solid #dddddd;
  line-height: 20px;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}

/* line 1302, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table th {
  font-weight: bold;
}

/* line 1305, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table thead th {
  vertical-align: bottom;
}

/* line 1308, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
  border-top: 0 none;
}

/* line 1311, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 1314, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table .table {
  background-color: #ffffff;
}

/* line 1317, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table-condensed th, .table-condensed td {
  padding: 4px 5px;
}

/* line 1320, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table-bordered {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-collapse: separate;
  border-color: #dddddd #dddddd #dddddd -moz-use-text-color;
  border-image: none;
  border-radius: 4px;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 0;
}

/* line 1332, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table-bordered th, .table-bordered td {
  border-left: 1px solid #dddddd;
}

/* line 1335, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
  border-top: 0 none;
}

/* line 1338, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}

/* line 1341, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}

/* line 1344, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-bottom-left-radius: 4px;
}

/* line 1347, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child {
  border-bottom-right-radius: 4px;
}

/* line 1350, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}

/* line 1353, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}

/* line 1356, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
  border-top-left-radius: 4px;
}

/* line 1359, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
  border-top-right-radius: 4px;
}

/* line 1362, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
  background-color: #f9f9f9;
}

/* line 1365, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

/* line 1368, ../../../app/assets/stylesheets/gos/gos.css.scss */
table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"], .row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

/* line 1373, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table td.span1, .table th.span1 {
  float: none;
  margin-left: 0;
  width: 44px;
}

/* line 1378, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table td.span2, .table th.span2 {
  float: none;
  margin-left: 0;
  width: 124px;
}

/* line 1383, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table td.span3, .table th.span3 {
  float: none;
  margin-left: 0;
  width: 204px;
}

/* line 1388, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table td.span4, .table th.span4 {
  float: none;
  margin-left: 0;
  width: 284px;
}

/* line 1393, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table td.span5, .table th.span5 {
  float: none;
  margin-left: 0;
  width: 364px;
}

/* line 1398, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table td.span6, .table th.span6 {
  float: none;
  margin-left: 0;
  width: 444px;
}

/* line 1403, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table td.span7, .table th.span7 {
  float: none;
  margin-left: 0;
  width: 524px;
}

/* line 1408, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table td.span8, .table th.span8 {
  float: none;
  margin-left: 0;
  width: 604px;
}

/* line 1413, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table td.span9, .table th.span9 {
  float: none;
  margin-left: 0;
  width: 684px;
}

/* line 1418, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table td.span10, .table th.span10 {
  float: none;
  margin-left: 0;
  width: 764px;
}

/* line 1423, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table td.span11, .table th.span11 {
  float: none;
  margin-left: 0;
  width: 844px;
}

/* line 1428, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table td.span12, .table th.span12 {
  float: none;
  margin-left: 0;
  width: 924px;
}

/* line 1433, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table tbody tr.success > td {
  background-color: #dff0d8;
}

/* line 1436, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table tbody tr.error > td {
  background-color: #f2dede;
}

/* line 1439, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

/* line 1442, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 1445, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

/* line 1448, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

/* line 1451, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

/* line 1454, ../../../app/assets/stylesheets/gos/gos.css.scss */
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

/* line 1457, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropup, .dropdown {
  position: relative;
}

/* line 1462, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-toggle:active, .open .dropdown-toggle {
  outline: 0 none;
}

/* line 1465, ../../../app/assets/stylesheets/gos/gos.css.scss */
.caret {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000;
  content: "";
  display: inline-block;
  height: 0;
  vertical-align: top;
  width: 0;
}

/* line 1475, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown .caret {
  margin-left: 2px;
  margin-top: 8px;
}

/* line 1479, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-menu {
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  list-style: outside none none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}

/* line 1496, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

/* line 1500, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-menu .divider {
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
}

/* line 1507, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-menu > li > a {
  clear: both;
  color: #333333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  white-space: nowrap;
}

/* line 1516, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  background-color: #0081c2;
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  color: #ffffff;
  text-decoration: none;
}

/* line 1523, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #0081c2;
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  color: #ffffff;
  outline: 0 none;
  text-decoration: none;
}

/* line 1531, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

/* line 1534, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  background-color: transparent;
  background-image: none;
  cursor: default;
  text-decoration: none;
}

/* line 1542, ../../../app/assets/stylesheets/gos/gos.css.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 1545, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pull-right > .dropdown-menu {
  left: auto;
  right: 0;
}

/* line 1549, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-bottom: 4px solid #000000;
  border-top: 0 none;
  content: "";
}

/* line 1554, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: 100%;
  margin-bottom: 1px;
  top: auto;
}

/* line 1559, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-submenu {
  position: relative;
}

/* line 1562, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-submenu > .dropdown-menu {
  border-radius: 0 6px 6px;
  left: 100%;
  margin-left: -1px;
  margin-top: -6px;
  top: 0;
}

/* line 1569, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 1572, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropup .dropdown-submenu > .dropdown-menu {
  border-radius: 5px 5px 5px 0;
  bottom: 0;
  margin-bottom: -2px;
  margin-top: 0;
  top: auto;
}

/* line 1579, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}

/* line 1591, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

/* line 1594, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 1597, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  border-radius: 6px 0 6px 6px;
  left: -100%;
  margin-left: 10px;
}

/* line 1602, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 1606, ../../../app/assets/stylesheets/gos/gos.css.scss */
.typeahead {
  border-radius: 4px;
  margin-top: 2px;
  z-index: 1051;
}

/* line 1611, ../../../app/assets/stylesheets/gos/gos.css.scss */
.well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
}

/* line 1620, ../../../app/assets/stylesheets/gos/gos.css.scss */
.well blockquote {
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 1623, ../../../app/assets/stylesheets/gos/gos.css.scss */
.well-large {
  border-radius: 6px;
  padding: 24px;
}

/* line 1627, ../../../app/assets/stylesheets/gos/gos.css.scss */
.well-small {
  border-radius: 3px;
  padding: 9px;
}

/* line 1631, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear 0s;
}

/* line 1635, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fade.in {
  opacity: 1;
}

/* line 1638, ../../../app/assets/stylesheets/gos/gos.css.scss */
.collapse {
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height 0.35s ease 0s;
}

/* line 1644, ../../../app/assets/stylesheets/gos/gos.css.scss */
.collapse.in {
  height: auto;
}

/* line 1647, ../../../app/assets/stylesheets/gos/gos.css.scss */
.close {
  color: #000000;
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  opacity: 0.2;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 1656, ../../../app/assets/stylesheets/gos/gos.css.scss */
.close:hover, .close:focus {
  color: #000000;
  cursor: pointer;
  opacity: 0.4;
  text-decoration: none;
}

/* line 1662, ../../../app/assets/stylesheets/gos/gos.css.scss */
button.close {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  cursor: pointer;
  padding: 0;
}

/* line 1668, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f5f5f5;
  border-color: #bbbbbb #bbbbbb #a2a2a2;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0;
  padding: 4px 12px;
  text-align: center;
  vertical-align: middle;
}

/* line 1689, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  background-color: #e6e6e6;
  color: #333333;
}

/* line 1697, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn:hover {
  background-position: 0 -15px;
  color: #333333;
  text-decoration: none;
}

/* line 1702, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn:focus {
  outline: thin dotted #333;
  outline-offset: -2px;
}

/* line 1706, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn.active, .btn:active {
  background-image: none;
  box-shadow: none;
  outline: 0 none;
}

/* line 1711, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn.disabled, .btn[disabled] {
  background-image: none;
  box-shadow: none;
  cursor: default;
  opacity: 0.65;
}

/* line 1717, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-large {
  font-size: 17.5px;
  padding: 11px 19px;
}

/* line 1721, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 1724, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-small {
  font-size: 11.9px;
  padding: 2px 10px;
}

/* line 1728, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 1731, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 1734, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-mini {
  font-size: 10.5px;
  padding: 0 6px;
}

/* line 1738, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-block {
  box-sizing: border-box;
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

/* line 1745, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 1748, ../../../app/assets/stylesheets/gos/gos.css.scss */
input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"] {
  width: 100%;
}

/* line 1751, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

/* line 1754, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn {
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

/* line 1757, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-primary {
  background-color: #006dcc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

/* line 1762, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #0044cc;
  color: #ffffff;
}

/* line 1768, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-warning {
  background-color: #f89406;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

/* line 1773, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  background-color: #faa732;
  color: #ffffff;
}

/* line 1779, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-danger {
  background-color: #da4f49;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

/* line 1784, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  background-color: #bd362f;
  color: #ffffff;
}

/* line 1790, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-success {
  background-color: #5bb75b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

/* line 1795, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  background-color: #51a351;
  color: #ffffff;
}

/* line 1801, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-info {
  background-color: #49afcd;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

/* line 1806, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-color: #2f96b4;
  color: #ffffff;
}

/* line 1812, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-inverse {
  background-color: #363636;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

/* line 1817, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #555;
  color: #ffffff;
}

/* line 1825, ../../../app/assets/stylesheets/gos/gos.css.scss */
button.btn::-moz-focus-inner, input.btn[type="submit"]::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}

/* line 1835, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

/* line 1840, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-link {
  border-color: transparent;
  color: #0088cc;
  cursor: pointer;
}

/* line 1845, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-link:hover {
  background-color: transparent;
  color: #005580;
  text-decoration: underline;
}

/* line 1850, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}

/* line 1854, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group {
  display: inline-block;
  font-size: 0;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 1863, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 1866, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-toolbar {
  font-size: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 1871, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

/* line 1874, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group > .btn {
  border-radius: 0;
  position: relative;
}

/* line 1878, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group > .btn + .btn {
  margin-left: -1px;
}

/* line 1881, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 14px;
}

/* line 1884, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group > .btn-mini {
  font-size: 10.5px;
}

/* line 1887, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group > .btn-small {
  font-size: 11.9px;
}

/* line 1890, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group > .btn-large {
  font-size: 17.5px;
}

/* line 1893, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group > .btn:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 0;
}

/* line 1898, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 1902, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group > .btn.large:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-left: 0;
}

/* line 1907, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 1911, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
  z-index: 2;
}

/* line 1914, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0 none;
}

/* line 1917, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group > .btn + .dropdown-toggle {
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.125) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  padding-left: 8px;
  padding-right: 8px;
}

/* line 1922, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 1928, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 1932, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group.open .dropdown-toggle {
  background-image: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 1936, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

/* line 1939, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

/* line 1942, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

/* line 1945, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

/* line 1948, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

/* line 1951, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

/* line 1954, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

/* line 1957, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn .caret {
  margin-left: 0;
  margin-top: 8px;
}

/* line 1961, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-large .caret {
  margin-top: 6px;
}

/* line 1964, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

/* line 1969, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-mini .caret, .btn-small .caret {
  margin-top: 8px;
}

/* line 1972, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 1975, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}

/* line 1979, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group-vertical {
  display: inline-block;
}

/* line 1982, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group-vertical > .btn {
  border-radius: 0;
  display: block;
  float: none;
  max-width: 100%;
}

/* line 1988, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}

/* line 1992, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group-vertical > .btn:first-child {
  border-radius: 4px 4px 0 0;
}

/* line 1995, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group-vertical > .btn:last-child {
  border-radius: 0 0 4px 4px;
}

/* line 1998, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group-vertical > .btn-large:first-child {
  border-radius: 6px 6px 0 0;
}

/* line 2001, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-group-vertical > .btn-large:last-child {
  border-radius: 0 0 6px 6px;
}

/* line 2004, ../../../app/assets/stylesheets/gos/gos.css.scss */
.alert {
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 2012, ../../../app/assets/stylesheets/gos/gos.css.scss */
.alert, .alert h4 {
  color: #c09853;
}

/* line 2015, ../../../app/assets/stylesheets/gos/gos.css.scss */
.alert h4 {
  margin: 0;
}

/* line 2018, ../../../app/assets/stylesheets/gos/gos.css.scss */
.alert .close {
  line-height: 20px;
  position: relative;
  right: -21px;
  top: -2px;
}

/* line 2024, ../../../app/assets/stylesheets/gos/gos.css.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 2029, ../../../app/assets/stylesheets/gos/gos.css.scss */
.alert-success h4 {
  color: #468847;
}

/* line 2032, ../../../app/assets/stylesheets/gos/gos.css.scss */
.alert-danger, .alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 2037, ../../../app/assets/stylesheets/gos/gos.css.scss */
.alert-danger h4, .alert-error h4 {
  color: #b94a48;
}

/* line 2040, ../../../app/assets/stylesheets/gos/gos.css.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

/* line 2045, ../../../app/assets/stylesheets/gos/gos.css.scss */
.alert-info h4 {
  color: #3a87ad;
}

/* line 2048, ../../../app/assets/stylesheets/gos/gos.css.scss */
.alert-block {
  padding-bottom: 14px;
  padding-top: 14px;
}

/* line 2052, ../../../app/assets/stylesheets/gos/gos.css.scss */
.alert-block > p, .alert-block > ul {
  margin-bottom: 0;
}

/* line 2055, ../../../app/assets/stylesheets/gos/gos.css.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 2058, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav {
  list-style: outside none none;
  margin-bottom: 20px;
  margin-left: 0;
}

/* line 2063, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav > li > a {
  display: block;
}

/* line 2066, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav > li > a:hover, .nav > li > a:focus {
  background-color: #eeeeee;
  text-decoration: none;
}

/* line 2070, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 2073, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav > .pull-right {
  float: right;
}

/* line 2076, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-header {
  color: #999999;
  display: block;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  padding: 3px 15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 2086, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 2089, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-list {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 2094, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-list > li > a, .nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 2099, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 2102, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
  background-color: #0088cc;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

/* line 2107, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
  margin-right: 2px;
}

/* line 2110, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-list .divider {
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
}

/* line 2119, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 2124, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-tabs:after, .nav-pills:after {
  clear: both;
}

/* line 2127, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-tabs > li, .nav-pills > li {
  float: left;
}

/* line 2130, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-tabs > li > a, .nav-pills > li > a {
  line-height: 14px;
  margin-right: 2px;
  padding-left: 12px;
  padding-right: 12px;
}

/* line 2136, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 2139, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 2142, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-tabs > li > a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  line-height: 20px;
  padding-bottom: 8px;
  padding-top: 8px;
}

/* line 2149, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 2152, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #ddd #ddd transparent;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #555555;
  cursor: default;
}

/* line 2165, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-pills > li > a {
  border-radius: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
  padding-bottom: 8px;
  padding-top: 8px;
}

/* line 2172, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  background-color: #0088cc;
  color: #ffffff;
}

/* line 2176, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-stacked > li {
  float: none;
}

/* line 2179, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 2182, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0 none;
}

/* line 2185, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  border-radius: 0;
}

/* line 2189, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 2193, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 2197, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-tabs.nav-stacked > li > a:hover, .nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}

/* line 2201, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 2204, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 2207, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-tabs .dropdown-menu {
  border-radius: 0 0 6px 6px;
}

/* line 2210, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-pills .dropdown-menu {
  border-radius: 6px;
}

/* line 2213, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav .dropdown-toggle .caret {
  border-bottom-color: #0088cc;
  border-top-color: #0088cc;
  margin-top: 6px;
}

/* line 2218, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret {
  border-bottom-color: #005580;
  border-top-color: #005580;
}

/* line 2222, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 2225, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav .active .dropdown-toggle .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}

/* line 2229, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-bottom-color: #555555;
  border-top-color: #555555;
}

/* line 2233, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav > .dropdown.active > a:hover, .nav > .dropdown.active > a:focus {
  cursor: pointer;
}

/* line 2236, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
  background-color: #999999;
  border-color: #999999;
  color: #ffffff;
}

/* line 2241, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret, .nav li.dropdown.open a:focus .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  opacity: 1;
}

/* line 2246, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabs-stacked .open > a:hover, .tabs-stacked .open > a:focus {
  border-color: #999999;
}

/* line 2251, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabbable:before, .tabbable:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 2256, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabbable:after {
  clear: both;
}

/* line 2259, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tab-content {
  overflow: auto;
}

/* line 2262, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
  border-bottom: 0 none;
}

/* line 2265, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none;
}

/* line 2268, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tab-content > .active, .pill-content > .active {
  display: block;
}

/* line 2271, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 2274, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabs-below > .nav-tabs > li {
  margin-bottom: 0;
  margin-top: -1px;
}

/* line 2278, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}

/* line 2281, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

/* line 2285, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd;
}

/* line 2288, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
  float: none;
}

/* line 2291, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
  margin-bottom: 3px;
  margin-right: 0;
  min-width: 74px;
}

/* line 2296, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabs-left > .nav-tabs {
  border-right: 1px solid #ddd;
  float: left;
  margin-right: 19px;
}

/* line 2301, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: -1px;
}

/* line 2305, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

/* line 2308, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
}

/* line 2311, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabs-right > .nav-tabs {
  border-left: 1px solid #ddd;
  float: right;
  margin-left: 19px;
}

/* line 2316, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
}

/* line 2320, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

/* line 2323, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}

/* line 2326, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav > .disabled > a {
  color: #999999;
}

/* line 2329, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav > .disabled > a:hover, .nav > .disabled > a:focus {
  background-color: transparent;
  cursor: default;
  text-decoration: none;
}

/* line 2334, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar {
  margin-bottom: 20px;
  overflow: visible;
}

/* line 2338, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-inner {
  background-color: #fafafa;
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 2349, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-inner:before, .navbar-inner:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 2354, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-inner:after {
  clear: both;
}

/* line 2357, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .container {
  width: auto;
}

/* line 2360, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* line 2364, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .brand {
  color: #777777;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 200;
  margin-left: -20px;
  padding: 10px 20px;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 2374, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .brand:hover, .navbar .brand:focus {
  text-decoration: none;
}

/* line 2377, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-text {
  color: #777777;
  line-height: 40px;
  margin-bottom: 0;
}

/* line 2382, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-link {
  color: #777777;
}

/* line 2385, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-link:hover, .navbar-link:focus {
  color: #333333;
}

/* line 2388, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .divider-vertical {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
  height: 40px;
  margin: 0 9px;
}

/* line 2394, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .btn, .navbar .btn-group {
  margin-top: 5px;
}

/* line 2397, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .btn-group .btn, .navbar .input-prepend .btn, .navbar .input-append .btn, .navbar .input-prepend .btn-group, .navbar .input-append .btn-group {
  margin-top: 0;
}

/* line 2400, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-form {
  margin-bottom: 0;
}

/* line 2403, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-form:before, .navbar-form:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 2408, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-form:after {
  clear: both;
}

/* line 2411, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox {
  margin-top: 5px;
}

/* line 2414, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-form input, .navbar-form select, .navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

/* line 2418, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
  margin-top: 3px;
}

/* line 2421, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-form .input-append, .navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

/* line 2425, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-form .input-append input, .navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 2428, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-search {
  float: left;
  margin-bottom: 0;
  margin-top: 5px;
  position: relative;
}

/* line 2434, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-search .search-query {
  border-radius: 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0;
  padding: 4px 14px;
}

/* line 2443, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-static-top {
  margin-bottom: 0;
  position: static;
}

/* line 2447, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-static-top .navbar-inner {
  border-radius: 0;
}

/* line 2450, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-fixed-top, .navbar-fixed-bottom {
  left: 0;
  margin-bottom: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}

/* line 2457, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 2460, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 2463, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 2468, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 940px;
}

/* line 2471, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 2474, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

/* line 2477, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 2480, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-fixed-bottom .navbar-inner {
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

/* line 2483, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .nav {
  display: block;
  float: left;
  left: 0;
  margin: 0 10px 0 0;
  position: relative;
}

/* line 2490, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

/* line 2494, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .nav > li {
  float: left;
}

/* line 2497, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .nav > li > a {
  color: #777777;
  float: none;
  padding: 10px 15px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 2504, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 2507, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}

/* line 2512, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  background-color: #e5e5e5;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
  color: #555555;
  text-decoration: none;
}

/* line 2518, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .btn-navbar {
  background-color: #ededed;
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
  color: #ffffff;
  display: none;
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  padding: 7px 10px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 2532, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  background-color: #e5e5e5;
  color: #ffffff;
}

/* line 2538, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .btn-navbar .icon-bar {
  background-color: #f5f5f5;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 2px;
  width: 18px;
}

/* line 2546, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

/* line 2549, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .nav > li > .dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}

/* line 2559, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .nav > li > .dropdown-menu:after {
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}

/* line 2569, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-bottom: 0 none;
  border-top: 7px solid rgba(0, 0, 0, 0.2);
  bottom: -7px;
  top: auto;
}

/* line 2575, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-bottom: 0 none;
  border-top: 6px solid #ffffff;
  bottom: -6px;
  top: auto;
}

/* line 2581, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
  border-bottom-color: #333333;
  border-top-color: #333333;
}

/* line 2585, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}

/* line 2589, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom-color: #777777;
  border-top-color: #777777;
}

/* line 2593, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-bottom-color: #555555;
  border-top-color: #555555;
}

/* line 2597, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

/* line 2601, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .pull-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}

/* line 2605, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .pull-right > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}

/* line 2609, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar .pull-right > li > .dropdown-menu .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  border-radius: 6px 0 6px 6px;
  left: auto;
  margin-left: 0;
  margin-right: -1px;
  right: 100%;
}

/* line 2616, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
}

/* line 2622, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 2626, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-inverse .brand:hover, .navbar-inverse .nav > li > a:hover, .navbar-inverse .brand:focus, .navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

/* line 2629, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-inverse .brand {
  color: #999999;
}

/* line 2632, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}

/* line 2635, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}

/* line 2639, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
  background-color: #111111;
  color: #ffffff;
}

/* line 2643, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}

/* line 2646, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

/* line 2649, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}

/* line 2653, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}

/* line 2657, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret, .navbar-inverse .nav li.dropdown > a:focus .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}

/* line 2661, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom-color: #999999;
  border-top-color: #999999;
}

/* line 2665, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}

/* line 2669, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-inverse .navbar-search .search-query {
  background-color: #515151;
  border-color: #111111;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.15);
  color: #ffffff;
  transition: none 0s ease 0s;
}

/* line 2676, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

/* line 2679, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
  background-color: #ffffff;
  border: 0 none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  color: #333333;
  outline: 0 none;
  padding: 5px 15px;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 2688, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-inverse .btn-navbar {
  background-color: #0e0e0e;
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 2696, ../../../app/assets/stylesheets/gos/gos.css.scss */
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  background-color: #040404;
  color: #ffffff;
}

/* line 2702, ../../../app/assets/stylesheets/gos/gos.css.scss */
.breadcrumb {
  background-color: #f5f5f5;
  border-radius: 4px;
  list-style: outside none none;
  margin: 0 0 20px;
  padding: 8px 15px;
}

/* line 2709, ../../../app/assets/stylesheets/gos/gos.css.scss */
.breadcrumb > li {
  display: inline-block;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 2713, ../../../app/assets/stylesheets/gos/gos.css.scss */
.breadcrumb > li > .divider {
  color: #ccc;
  padding: 0 5px;
}

/* line 2717, ../../../app/assets/stylesheets/gos/gos.css.scss */
.breadcrumb > .active {
  color: #999999;
}

/* line 2720, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination {
  margin: 20px 0;
}

/* line 2723, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination ul {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
}

/* line 2730, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination ul > li {
  display: inline;
}

/* line 2733, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination ul > li > a, .pagination ul > li > span {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #dddddd;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  float: left;
  line-height: 20px;
  padding: 4px 12px;
  text-decoration: none;
}

/* line 2748, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: #f5f5f5;
}

/* line 2751, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination ul > .active > a, .pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

/* line 2755, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
  background-color: transparent;
  color: #999999;
  cursor: default;
}

/* line 2760, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-left-width: 1px;
  border-top-left-radius: 4px;
}

/* line 2765, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 2769, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination-centered {
  text-align: center;
}

/* line 2772, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination-right {
  text-align: right;
}

/* line 2775, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination-large ul > li > a, .pagination-large ul > li > span {
  font-size: 17.5px;
  padding: 11px 19px;
}

/* line 2779, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 2783, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 2787, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination-mini ul > li:first-child > a, .pagination-small ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 2791, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination-mini ul > li:last-child > a, .pagination-small ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 2795, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination-small ul > li > a, .pagination-small ul > li > span {
  font-size: 11.9px;
  padding: 2px 10px;
}

/* line 2799, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination-mini ul > li > a, .pagination-mini ul > li > span {
  font-size: 10.5px;
  padding: 0 6px;
}

/* line 2803, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pager {
  list-style: outside none none;
  margin: 20px 0;
  text-align: center;
}

/* line 2808, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pager:before, .pager:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 2813, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pager:after {
  clear: both;
}

/* line 2816, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pager li {
  display: inline;
}

/* line 2819, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pager li > a, .pager li > span {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  display: inline-block;
  padding: 5px 14px;
}

/* line 2826, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pager li > a:hover, .pager li > a:focus {
  background-color: #f5f5f5;
  text-decoration: none;
}

/* line 2830, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pager .next > a, .pager .next > span {
  float: right;
}

/* line 2833, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pager .previous > a, .pager .previous > span {
  float: left;
}

/* line 2836, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  background-color: #fff;
  color: #999999;
  cursor: default;
}

/* line 2841, ../../../app/assets/stylesheets/gos/gos.css.scss */
.modal-backdrop {
  background-color: #000000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}

/* line 2850, ../../../app/assets/stylesheets/gos/gos.css.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 2853, ../../../app/assets/stylesheets/gos/gos.css.scss */
.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.8;
}

/* line 2856, ../../../app/assets/stylesheets/gos/gos.css.scss */
.modal {
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  left: 50%;
  margin-left: -280px;
  outline: medium none;
  position: fixed;
  top: 10%;
  width: 560px;
  z-index: 1050;
}

/* line 2870, ../../../app/assets/stylesheets/gos/gos.css.scss */
.modal.fade {
  top: -25%;
  transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}

/* line 2874, ../../../app/assets/stylesheets/gos/gos.css.scss */
.modal.fade.in {
  top: 10%;
}

/* line 2877, ../../../app/assets/stylesheets/gos/gos.css.scss */
.modal-header {
  border-bottom: 1px solid #eee;
  padding: 9px 15px;
}

/* line 2881, ../../../app/assets/stylesheets/gos/gos.css.scss */
.modal-header .close {
  margin-top: 2px;
}

/* line 2884, ../../../app/assets/stylesheets/gos/gos.css.scss */
.modal-header h3 {
  line-height: 30px;
  margin: 0;
}

/* line 2888, ../../../app/assets/stylesheets/gos/gos.css.scss */
.modal-body {
  max-height: 400px;
  overflow-y: auto;
  padding: 15px;
  position: relative;
}

/* line 2894, ../../../app/assets/stylesheets/gos/gos.css.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 2897, ../../../app/assets/stylesheets/gos/gos.css.scss */
.modal-footer {
  background-color: #f5f5f5;
  border-radius: 0 0 6px 6px;
  border-top: 1px solid #ddd;
  box-shadow: 0 1px 0 #ffffff inset;
  margin-bottom: 0;
  padding: 14px 15px 15px;
  text-align: right;
}

/* line 2906, ../../../app/assets/stylesheets/gos/gos.css.scss */
.modal-footer:before, .modal-footer:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 2911, ../../../app/assets/stylesheets/gos/gos.css.scss */
.modal-footer:after {
  clear: both;
}

/* line 2914, ../../../app/assets/stylesheets/gos/gos.css.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 2918, ../../../app/assets/stylesheets/gos/gos.css.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 2921, ../../../app/assets/stylesheets/gos/gos.css.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 2924, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tooltip {
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  position: absolute;
  visibility: visible;
  z-index: 1030;
}

/* line 2933, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tooltip.in {
  opacity: 0.8;
}

/* line 2936, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 2940, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 2944, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 2948, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 2952, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tooltip-inner {
  background-color: #000000;
  border-radius: 4px;
  color: #ffffff;
  max-width: 200px;
  padding: 8px;
  text-align: center;
  text-decoration: none;
}

/* line 2961, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tooltip-arrow {
  border-color: transparent;
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}

/* line 2968, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tooltip.top .tooltip-arrow {
  border-top-color: #000000;
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}

/* line 2975, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tooltip.right .tooltip-arrow {
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
  left: 0;
  margin-top: -5px;
  top: 50%;
}

/* line 2982, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tooltip.left .tooltip-arrow {
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
  margin-top: -5px;
  right: 0;
  top: 50%;
}

/* line 2989, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
  left: 50%;
  margin-left: -5px;
  top: 0;
}

/* line 2996, ../../../app/assets/stylesheets/gos/gos.css.scss */
.popover {
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  max-width: 276px;
  padding: 1px;
  position: absolute;
  text-align: left;
  top: 0;
  white-space: normal;
  z-index: 1010;
}

/* line 3012, ../../../app/assets/stylesheets/gos/gos.css.scss */
.popover.top {
  margin-top: -10px;
}

/* line 3015, ../../../app/assets/stylesheets/gos/gos.css.scss */
.popover.right {
  margin-left: 10px;
}

/* line 3018, ../../../app/assets/stylesheets/gos/gos.css.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 3021, ../../../app/assets/stylesheets/gos/gos.css.scss */
.popover.left {
  margin-left: -10px;
}

/* line 3024, ../../../app/assets/stylesheets/gos/gos.css.scss */
.popover-title {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 8px 14px;
}

/* line 3034, ../../../app/assets/stylesheets/gos/gos.css.scss */
.popover-title:empty {
  display: none;
}

/* line 3037, ../../../app/assets/stylesheets/gos/gos.css.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 3040, ../../../app/assets/stylesheets/gos/gos.css.scss */
.popover .arrow, .popover .arrow:after {
  border-color: transparent;
  border-style: solid;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

/* line 3048, ../../../app/assets/stylesheets/gos/gos.css.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 3051, ../../../app/assets/stylesheets/gos/gos.css.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 3055, ../../../app/assets/stylesheets/gos/gos.css.scss */
.popover.top .arrow {
  border-bottom-width: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
}

/* line 3062, ../../../app/assets/stylesheets/gos/gos.css.scss */
.popover.top .arrow:after {
  border-bottom-width: 0;
  border-top-color: #ffffff;
  bottom: 1px;
  margin-left: -10px;
}

/* line 3068, ../../../app/assets/stylesheets/gos/gos.css.scss */
.popover.right .arrow {
  border-left-width: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  left: -11px;
  margin-top: -11px;
  top: 50%;
}

/* line 3075, ../../../app/assets/stylesheets/gos/gos.css.scss */
.popover.right .arrow:after {
  border-left-width: 0;
  border-right-color: #ffffff;
  bottom: -10px;
  left: 1px;
}

/* line 3081, ../../../app/assets/stylesheets/gos/gos.css.scss */
.popover.bottom .arrow {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
  left: 50%;
  margin-left: -11px;
  top: -11px;
}

/* line 3088, ../../../app/assets/stylesheets/gos/gos.css.scss */
.popover.bottom .arrow:after {
  border-bottom-color: #ffffff;
  border-top-width: 0;
  margin-left: -10px;
  top: 1px;
}

/* line 3094, ../../../app/assets/stylesheets/gos/gos.css.scss */
.popover.left .arrow {
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
  margin-top: -11px;
  right: -11px;
  top: 50%;
}

/* line 3101, ../../../app/assets/stylesheets/gos/gos.css.scss */
.popover.left .arrow:after {
  border-left-color: #ffffff;
  border-right-width: 0;
  bottom: -10px;
  right: 1px;
}

/* line 3107, ../../../app/assets/stylesheets/gos/gos.css.scss */
.thumbnails {
  list-style: outside none none;
  margin-left: -20px;
}

/* line 3111, ../../../app/assets/stylesheets/gos/gos.css.scss */
.thumbnails:before, .thumbnails:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 3116, ../../../app/assets/stylesheets/gos/gos.css.scss */
.thumbnails:after {
  clear: both;
}

/* line 3119, ../../../app/assets/stylesheets/gos/gos.css.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 3122, ../../../app/assets/stylesheets/gos/gos.css.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* line 3127, ../../../app/assets/stylesheets/gos/gos.css.scss */
.thumbnail {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  display: block;
  line-height: 20px;
  padding: 4px;
  transition: all 0.2s ease-in-out 0s;
}

/* line 3136, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.thumbnail:hover, a.thumbnail:focus {
  border-color: #0088cc;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 3140, ../../../app/assets/stylesheets/gos/gos.css.scss */
.thumbnail > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

/* line 3146, ../../../app/assets/stylesheets/gos/gos.css.scss */
.thumbnail .caption {
  color: #555555;
  padding: 9px;
}

/* line 3150, ../../../app/assets/stylesheets/gos/gos.css.scss */
.media, .media-body {
  overflow: hidden;
}

/* line 3153, ../../../app/assets/stylesheets/gos/gos.css.scss */
.media, .media .media {
  margin-top: 15px;
}

/* line 3156, ../../../app/assets/stylesheets/gos/gos.css.scss */
.media:first-child {
  margin-top: 0;
}

/* line 3159, ../../../app/assets/stylesheets/gos/gos.css.scss */
.media-object {
  display: block;
}

/* line 3162, ../../../app/assets/stylesheets/gos/gos.css.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 3165, ../../../app/assets/stylesheets/gos/gos.css.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 3168, ../../../app/assets/stylesheets/gos/gos.css.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 3171, ../../../app/assets/stylesheets/gos/gos.css.scss */
.media-list {
  list-style: outside none none;
  margin-left: 0;
}

/* line 3175, ../../../app/assets/stylesheets/gos/gos.css.scss */
.label, .badge {
  background-color: #999999;
  color: #ffffff;
  display: inline-block;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  padding: 2px 4px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  vertical-align: baseline;
  white-space: nowrap;
}

/* line 3187, ../../../app/assets/stylesheets/gos/gos.css.scss */
.label {
  border-radius: 3px;
}

/* line 3190, ../../../app/assets/stylesheets/gos/gos.css.scss */
.badge {
  border-radius: 9px;
  padding-left: 9px;
  padding-right: 9px;
}

/* line 3195, ../../../app/assets/stylesheets/gos/gos.css.scss */
.label:empty, .badge:empty {
  display: none;
}

/* line 3198, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}

/* line 3203, ../../../app/assets/stylesheets/gos/gos.css.scss */
.label-important, .badge-important {
  background-color: #b94a48;
}

/* line 3206, ../../../app/assets/stylesheets/gos/gos.css.scss */
.label-important[href], .badge-important[href] {
  background-color: #953b39;
}

/* line 3209, ../../../app/assets/stylesheets/gos/gos.css.scss */
.label-warning, .badge-warning {
  background-color: #f89406;
}

/* line 3212, ../../../app/assets/stylesheets/gos/gos.css.scss */
.label-warning[href], .badge-warning[href] {
  background-color: #c67605;
}

/* line 3215, ../../../app/assets/stylesheets/gos/gos.css.scss */
.label-success, .badge-success {
  background-color: #468847;
}

/* line 3218, ../../../app/assets/stylesheets/gos/gos.css.scss */
.label-success[href], .badge-success[href] {
  background-color: #356635;
}

/* line 3221, ../../../app/assets/stylesheets/gos/gos.css.scss */
.label-info, .badge-info {
  background-color: #3a87ad;
}

/* line 3224, ../../../app/assets/stylesheets/gos/gos.css.scss */
.label-info[href], .badge-info[href] {
  background-color: #2d6987;
}

/* line 3227, ../../../app/assets/stylesheets/gos/gos.css.scss */
.label-inverse, .badge-inverse {
  background-color: #333333;
}

/* line 3230, ../../../app/assets/stylesheets/gos/gos.css.scss */
.label-inverse[href], .badge-inverse[href] {
  background-color: #1a1a1a;
}

/* line 3233, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn .label, .btn .badge {
  position: relative;
  top: -1px;
}

/* line 3237, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-mini .label, .btn-mini .badge {
  top: 0;
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  100% {
    background-position: 0 0;
  }
}
/* line 3256, ../../../app/assets/stylesheets/gos/gos.css.scss */
.progress {
  background-color: #f7f7f7;
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

/* line 3266, ../../../app/assets/stylesheets/gos/gos.css.scss */
.progress .bar {
  background-color: #0e90d2;
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  box-sizing: border-box;
  color: #ffffff;
  float: left;
  font-size: 12px;
  height: 100%;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  transition: width 0.6s ease 0s;
  width: 0;
}

/* line 3281, ../../../app/assets/stylesheets/gos/gos.css.scss */
.progress .bar + .bar {
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.15) inset, 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
}

/* line 3284, ../../../app/assets/stylesheets/gos/gos.css.scss */
.progress-striped .bar {
  background-color: #149bdf;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 3289, ../../../app/assets/stylesheets/gos/gos.css.scss */
.progress.active .bar {
  animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}

/* line 3292, ../../../app/assets/stylesheets/gos/gos.css.scss */
.progress-danger .bar, .progress .bar-danger {
  background-color: #dd514c;
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
}

/* line 3297, ../../../app/assets/stylesheets/gos/gos.css.scss */
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 3301, ../../../app/assets/stylesheets/gos/gos.css.scss */
.progress-success .bar, .progress .bar-success {
  background-color: #5eb95e;
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
}

/* line 3306, ../../../app/assets/stylesheets/gos/gos.css.scss */
.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #62c462;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 3310, ../../../app/assets/stylesheets/gos/gos.css.scss */
.progress-info .bar, .progress .bar-info {
  background-color: #4bb1cf;
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
}

/* line 3315, ../../../app/assets/stylesheets/gos/gos.css.scss */
.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 3319, ../../../app/assets/stylesheets/gos/gos.css.scss */
.progress-warning .bar, .progress .bar-warning {
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
}

/* line 3324, ../../../app/assets/stylesheets/gos/gos.css.scss */
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 3328, ../../../app/assets/stylesheets/gos/gos.css.scss */
.accordion {
  margin-bottom: 20px;
}

/* line 3331, ../../../app/assets/stylesheets/gos/gos.css.scss */
.accordion-group {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 2px;
}

/* line 3336, ../../../app/assets/stylesheets/gos/gos.css.scss */
.accordion-heading {
  border-bottom: 0 none;
}

/* line 3339, ../../../app/assets/stylesheets/gos/gos.css.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 3343, ../../../app/assets/stylesheets/gos/gos.css.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 3346, ../../../app/assets/stylesheets/gos/gos.css.scss */
.accordion-inner {
  border-top: 1px solid #e5e5e5;
  padding: 9px 15px;
}

/* line 3350, ../../../app/assets/stylesheets/gos/gos.css.scss */
.carousel {
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}

/* line 3355, ../../../app/assets/stylesheets/gos/gos.css.scss */
.carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 3360, ../../../app/assets/stylesheets/gos/gos.css.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: left 0.6s ease-in-out 0s;
}

/* line 3365, ../../../app/assets/stylesheets/gos/gos.css.scss */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

/* line 3369, ../../../app/assets/stylesheets/gos/gos.css.scss */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

/* line 3372, ../../../app/assets/stylesheets/gos/gos.css.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 3375, ../../../app/assets/stylesheets/gos/gos.css.scss */
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 3380, ../../../app/assets/stylesheets/gos/gos.css.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 3383, ../../../app/assets/stylesheets/gos/gos.css.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 3386, ../../../app/assets/stylesheets/gos/gos.css.scss */
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

/* line 3389, ../../../app/assets/stylesheets/gos/gos.css.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 3392, ../../../app/assets/stylesheets/gos/gos.css.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 3395, ../../../app/assets/stylesheets/gos/gos.css.scss */
.carousel-control {
  background: none repeat scroll 0 0 #222222;
  border: 3px solid #ffffff;
  border-radius: 23px;
  color: #ffffff;
  font-size: 60px;
  font-weight: 100;
  height: 40px;
  left: 15px;
  line-height: 30px;
  margin-top: -20px;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 40px;
}

/* line 3412, ../../../app/assets/stylesheets/gos/gos.css.scss */
.carousel-control.right {
  left: auto;
  right: 15px;
}

/* line 3416, ../../../app/assets/stylesheets/gos/gos.css.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #ffffff;
  opacity: 0.9;
  text-decoration: none;
}

/* line 3421, ../../../app/assets/stylesheets/gos/gos.css.scss */
.carousel-indicators {
  list-style: outside none none;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 5;
}

/* line 3429, ../../../app/assets/stylesheets/gos/gos.css.scss */
.carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  display: block;
  float: left;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  width: 10px;
}

/* line 3439, ../../../app/assets/stylesheets/gos/gos.css.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 3442, ../../../app/assets/stylesheets/gos/gos.css.scss */
.carousel-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  bottom: 0;
  left: 0;
  padding: 15px;
  position: absolute;
  right: 0;
}

/* line 3450, ../../../app/assets/stylesheets/gos/gos.css.scss */
.carousel-caption h4, .carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}

/* line 3454, ../../../app/assets/stylesheets/gos/gos.css.scss */
.carousel-caption h4 {
  margin: 0 0 5px;
}

/* line 3457, ../../../app/assets/stylesheets/gos/gos.css.scss */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 3460, ../../../app/assets/stylesheets/gos/gos.css.scss */
.hero-unit {
  background-color: #eeeeee;
  border-radius: 6px;
  color: inherit;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  margin-bottom: 30px;
  padding: 60px;
}

/* line 3470, ../../../app/assets/stylesheets/gos/gos.css.scss */
.hero-unit h1 {
  color: inherit;
  font-size: 60px;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 0;
}

/* line 3477, ../../../app/assets/stylesheets/gos/gos.css.scss */
.hero-unit li {
  line-height: 30px;
}

/* line 3480, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pull-right {
  float: right;
}

/* line 3483, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pull-left {
  float: left;
}

/* line 3486, ../../../app/assets/stylesheets/gos/gos.css.scss */
.hide {
  display: none;
}

/* line 3489, ../../../app/assets/stylesheets/gos/gos.css.scss */
.show {
  display: block;
}

/* line 3492, ../../../app/assets/stylesheets/gos/gos.css.scss */
.invisible {
  visibility: hidden;
}

/* line 3495, ../../../app/assets/stylesheets/gos/gos.css.scss */
.affix {
  position: fixed;
}

/* line 3500, ../../../app/assets/stylesheets/gos/gos.css.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 3505, ../../../app/assets/stylesheets/gos/gos.css.scss */
.clearfix:after {
  clear: both;
}

/* line 3508, ../../../app/assets/stylesheets/gos/gos.css.scss */
.hide-text {
  background-color: transparent;
  border: 0 none;
  color: transparent;
  font: 0px/0 a;
  text-shadow: none;
}

/* line 3515, ../../../app/assets/stylesheets/gos/gos.css.scss */
.input-block-level {
  box-sizing: border-box;
  display: block;
  min-height: 30px;
  width: 100%;
}

/* line 3521, ../../../app/assets/stylesheets/gos/gos.css.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 3525, ../../../app/assets/stylesheets/gos/gos.css.scss */
.visible-phone {
  display: none !important;
}

/* line 3528, ../../../app/assets/stylesheets/gos/gos.css.scss */
.visible-tablet {
  display: none !important;
}

/* line 3531, ../../../app/assets/stylesheets/gos/gos.css.scss */
.hidden-desktop {
  display: none !important;
}

/* line 3534, ../../../app/assets/stylesheets/gos/gos.css.scss */
.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 3538, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .hidden-desktop {
    display: inherit !important;
  }

  /* line 3541, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .visible-desktop {
    display: none !important;
  }

  /* line 3544, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .visible-tablet {
    display: inherit !important;
  }

  /* line 3547, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 3552, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .hidden-desktop {
    display: inherit !important;
  }

  /* line 3555, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .visible-desktop {
    display: none !important;
  }

  /* line 3558, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .visible-phone {
    display: inherit !important;
  }

  /* line 3561, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .hidden-phone {
    display: none !important;
  }
}
/* line 3565, ../../../app/assets/stylesheets/gos/gos.css.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 3569, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .visible-print {
    display: inherit !important;
  }

  /* line 3572, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 3577, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row {
    margin-left: -30px;
  }

  /* line 3580, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row:before, .row:after {
    content: "";
    display: table;
    line-height: 0;
  }

  /* line 3585, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row:after {
    clear: both;
  }

  /* line 3588, ../../../app/assets/stylesheets/gos/gos.css.scss */
  [class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
  }

  /* line 3593, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1170px;
  }

  /* line 3596, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span12 {
    width: 1170px;
  }

  /* line 3599, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span11 {
    width: 1070px;
  }

  /* line 3602, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span10 {
    width: 970px;
  }

  /* line 3605, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span9 {
    width: 870px;
  }

  /* line 3608, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span8 {
    width: 770px;
  }

  /* line 3611, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span7 {
    width: 670px;
  }

  /* line 3614, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span6 {
    width: 570px;
  }

  /* line 3617, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span5 {
    width: 470px;
  }

  /* line 3620, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span4 {
    width: 370px;
  }

  /* line 3623, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span3 {
    width: 270px;
  }

  /* line 3626, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span2 {
    width: 170px;
  }

  /* line 3629, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span1 {
    width: 70px;
  }

  /* line 3632, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .offset12 {
    margin-left: 1230px;
  }

  /* line 3635, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .offset11 {
    margin-left: 1130px;
  }

  /* line 3638, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .offset10 {
    margin-left: 1030px;
  }

  /* line 3641, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .offset9 {
    margin-left: 930px;
  }

  /* line 3644, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .offset8 {
    margin-left: 830px;
  }

  /* line 3647, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .offset7 {
    margin-left: 730px;
  }

  /* line 3650, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .offset6 {
    margin-left: 630px;
  }

  /* line 3653, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .offset5 {
    margin-left: 530px;
  }

  /* line 3656, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .offset4 {
    margin-left: 430px;
  }

  /* line 3659, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .offset3 {
    margin-left: 330px;
  }

  /* line 3662, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .offset2 {
    margin-left: 230px;
  }

  /* line 3665, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .offset1 {
    margin-left: 130px;
  }

  /* line 3668, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid {
    width: 100%;
  }

  /* line 3671, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid:before, .row-fluid:after {
    content: "";
    display: table;
    line-height: 0;
  }

  /* line 3676, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid:after {
    clear: both;
  }

  /* line 3679, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.5641%;
    min-height: 30px;
    width: 100%;
  }

  /* line 3687, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  /* line 3690, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.5641%;
  }

  /* line 3693, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .span12 {
    width: 100%;
  }

  /* line 3696, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .span11 {
    width: 91.453%;
  }

  /* line 3699, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .span10 {
    width: 82.906%;
  }

  /* line 3702, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .span9 {
    width: 74.359%;
  }

  /* line 3705, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .span8 {
    width: 65.812%;
  }

  /* line 3708, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .span7 {
    width: 57.265%;
  }

  /* line 3711, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .span6 {
    width: 48.7179%;
  }

  /* line 3714, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .span5 {
    width: 40.1709%;
  }

  /* line 3717, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .span4 {
    width: 31.6239%;
  }

  /* line 3720, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .span3 {
    width: 23.0769%;
  }

  /* line 3723, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .span2 {
    width: 14.5299%;
  }

  /* line 3726, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .span1 {
    width: 5.98291%;
  }

  /* line 3729, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset12 {
    margin-left: 105.128%;
  }

  /* line 3732, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.564%;
  }

  /* line 3735, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset11 {
    margin-left: 96.5812%;
  }

  /* line 3738, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset11:first-child {
    margin-left: 94.0171%;
  }

  /* line 3741, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset10 {
    margin-left: 88.0342%;
  }

  /* line 3744, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.4701%;
  }

  /* line 3747, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset9 {
    margin-left: 79.4872%;
  }

  /* line 3750, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset9:first-child {
    margin-left: 76.9231%;
  }

  /* line 3753, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset8 {
    margin-left: 70.9402%;
  }

  /* line 3756, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.3761%;
  }

  /* line 3759, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset7 {
    margin-left: 62.3932%;
  }

  /* line 3762, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.8291%;
  }

  /* line 3765, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset6 {
    margin-left: 53.8462%;
  }

  /* line 3768, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.2821%;
  }

  /* line 3771, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset5 {
    margin-left: 45.2991%;
  }

  /* line 3774, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.735%;
  }

  /* line 3777, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset4 {
    margin-left: 36.7521%;
  }

  /* line 3780, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.188%;
  }

  /* line 3783, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset3 {
    margin-left: 28.2051%;
  }

  /* line 3786, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.641%;
  }

  /* line 3789, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset2 {
    margin-left: 19.6581%;
  }

  /* line 3792, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.094%;
  }

  /* line 3795, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset1 {
    margin-left: 11.1111%;
  }

  /* line 3798, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.54701%;
  }

  /* line 3801, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input, textarea, .uneditable-input {
    margin-left: 0;
  }

  /* line 3804, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }

  /* line 3807, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 1156px;
  }

  /* line 3810, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 1056px;
  }

  /* line 3813, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 956px;
  }

  /* line 3816, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 856px;
  }

  /* line 3819, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 756px;
  }

  /* line 3822, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 656px;
  }

  /* line 3825, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 556px;
  }

  /* line 3828, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 456px;
  }

  /* line 3831, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 356px;
  }

  /* line 3834, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 256px;
  }

  /* line 3837, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 156px;
  }

  /* line 3840, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 56px;
  }

  /* line 3843, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .thumbnails {
    margin-left: -30px;
  }

  /* line 3846, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .thumbnails > li {
    margin-left: 30px;
  }

  /* line 3849, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 3854, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row {
    margin-left: -20px;
  }

  /* line 3857, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row:before, .row:after {
    content: "";
    display: table;
    line-height: 0;
  }

  /* line 3862, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row:after {
    clear: both;
  }

  /* line 3865, ../../../app/assets/stylesheets/gos/gos.css.scss */
  [class*="span"] {
    float: left;
    margin-left: 20px;
    min-height: 1px;
  }

  /* line 3870, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 724px;
  }

  /* line 3873, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span12 {
    width: 724px;
  }

  /* line 3876, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span11 {
    width: 662px;
  }

  /* line 3879, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span10 {
    width: 600px;
  }

  /* line 3882, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span9 {
    width: 538px;
  }

  /* line 3885, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span8 {
    width: 476px;
  }

  /* line 3888, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span7 {
    width: 414px;
  }

  /* line 3891, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span6 {
    width: 352px;
  }

  /* line 3894, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span5 {
    width: 290px;
  }

  /* line 3897, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span4 {
    width: 228px;
  }

  /* line 3900, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span3 {
    width: 166px;
  }

  /* line 3903, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span2 {
    width: 104px;
  }

  /* line 3906, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span1 {
    width: 42px;
  }

  /* line 3909, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .offset12 {
    margin-left: 764px;
  }

  /* line 3912, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .offset11 {
    margin-left: 702px;
  }

  /* line 3915, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .offset10 {
    margin-left: 640px;
  }

  /* line 3918, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .offset9 {
    margin-left: 578px;
  }

  /* line 3921, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .offset8 {
    margin-left: 516px;
  }

  /* line 3924, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .offset7 {
    margin-left: 454px;
  }

  /* line 3927, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .offset6 {
    margin-left: 392px;
  }

  /* line 3930, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .offset5 {
    margin-left: 330px;
  }

  /* line 3933, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .offset4 {
    margin-left: 268px;
  }

  /* line 3936, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .offset3 {
    margin-left: 206px;
  }

  /* line 3939, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .offset2 {
    margin-left: 144px;
  }

  /* line 3942, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .offset1 {
    margin-left: 82px;
  }

  /* line 3945, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid {
    width: 100%;
  }

  /* line 3948, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid:before, .row-fluid:after {
    content: "";
    display: table;
    line-height: 0;
  }

  /* line 3953, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid:after {
    clear: both;
  }

  /* line 3956, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.76243%;
    min-height: 30px;
    width: 100%;
  }

  /* line 3964, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  /* line 3967, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243%;
  }

  /* line 3970, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .span12 {
    width: 100%;
  }

  /* line 3973, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .span11 {
    width: 91.4365%;
  }

  /* line 3976, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .span10 {
    width: 82.8729%;
  }

  /* line 3979, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .span9 {
    width: 74.3094%;
  }

  /* line 3982, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .span8 {
    width: 65.7459%;
  }

  /* line 3985, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .span7 {
    width: 57.1823%;
  }

  /* line 3988, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .span6 {
    width: 48.6188%;
  }

  /* line 3991, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .span5 {
    width: 40.0552%;
  }

  /* line 3994, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .span4 {
    width: 31.4917%;
  }

  /* line 3997, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .span3 {
    width: 22.9282%;
  }

  /* line 4000, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .span2 {
    width: 14.3646%;
  }

  /* line 4003, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .span1 {
    width: 5.80111%;
  }

  /* line 4006, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset12 {
    margin-left: 105.525%;
  }

  /* line 4009, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.762%;
  }

  /* line 4012, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset11 {
    margin-left: 96.9613%;
  }

  /* line 4015, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset11:first-child {
    margin-left: 94.1989%;
  }

  /* line 4018, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset10 {
    margin-left: 88.3978%;
  }

  /* line 4021, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.6354%;
  }

  /* line 4024, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset9 {
    margin-left: 79.8343%;
  }

  /* line 4027, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset9:first-child {
    margin-left: 77.0718%;
  }

  /* line 4030, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset8 {
    margin-left: 71.2707%;
  }

  /* line 4033, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.5083%;
  }

  /* line 4036, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset7 {
    margin-left: 62.7072%;
  }

  /* line 4039, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.9447%;
  }

  /* line 4042, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset6 {
    margin-left: 54.1437%;
  }

  /* line 4045, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.3812%;
  }

  /* line 4048, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset5 {
    margin-left: 45.5801%;
  }

  /* line 4051, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.8177%;
  }

  /* line 4054, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset4 {
    margin-left: 37.0166%;
  }

  /* line 4057, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.2541%;
  }

  /* line 4060, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset3 {
    margin-left: 28.453%;
  }

  /* line 4063, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.6906%;
  }

  /* line 4066, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset2 {
    margin-left: 19.8895%;
  }

  /* line 4069, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.1271%;
  }

  /* line 4072, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset1 {
    margin-left: 11.326%;
  }

  /* line 4075, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.56354%;
  }

  /* line 4078, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input, textarea, .uneditable-input {
    margin-left: 0;
  }

  /* line 4081, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }

  /* line 4084, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 710px;
  }

  /* line 4087, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 648px;
  }

  /* line 4090, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 586px;
  }

  /* line 4093, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 524px;
  }

  /* line 4096, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 462px;
  }

  /* line 4099, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 400px;
  }

  /* line 4102, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 338px;
  }

  /* line 4105, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 276px;
  }

  /* line 4108, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 214px;
  }

  /* line 4111, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 152px;
  }

  /* line 4114, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 90px;
  }

  /* line 4117, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  /* line 4122, ../../../app/assets/stylesheets/gos/gos.css.scss */
  body {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 4126, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }

  /* line 4130, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .container-fluid {
    padding: 0;
  }

  /* line 4133, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .dl-horizontal dt {
    clear: none;
    float: none;
    text-align: left;
    width: auto;
  }

  /* line 4139, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .dl-horizontal dd {
    margin-left: 0;
  }

  /* line 4142, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .container {
    width: auto;
  }

  /* line 4145, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid {
    width: 100%;
  }

  /* line 4148, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row, .thumbnails {
    margin-left: 0;
  }

  /* line 4151, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }

  /* line 4155, ../../../app/assets/stylesheets/gos/gos.css.scss */
  [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: none;
    margin-left: 0;
    width: 100%;
  }

  /* line 4162, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .span12, .row-fluid .span12 {
    box-sizing: border-box;
    width: 100%;
  }

  /* line 4166, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }

  /* line 4169, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
    box-sizing: border-box;
    display: block;
    min-height: 30px;
    width: 100%;
  }

  /* line 4175, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }

  /* line 4179, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }

  /* line 4182, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .modal {
    left: 20px;
    margin: 0;
    position: fixed;
    right: 20px;
    top: 20px;
    width: auto;
  }

  /* line 4190, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .modal.fade {
    top: -100px;
  }

  /* line 4193, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  /* line 4200, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }

  /* line 4204, ../../../app/assets/stylesheets/gos/gos.css.scss */
  input[type="checkbox"], input[type="radio"] {
    border: 1px solid #ccc;
  }

  /* line 4207, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .form-horizontal .control-label {
    float: none;
    padding-top: 0;
    text-align: left;
    width: auto;
  }

  /* line 4213, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .form-horizontal .controls {
    margin-left: 0;
  }

  /* line 4216, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .form-horizontal .control-list {
    padding-top: 0;
  }

  /* line 4219, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 4223, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .media .pull-left, .media .pull-right {
    display: block;
    float: none;
    margin-bottom: 10px;
  }

  /* line 4228, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .media-object {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 4232, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .modal {
    left: 10px;
    right: 10px;
    top: 10px;
  }

  /* line 4237, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .modal-header .close {
    margin: -10px;
    padding: 10px;
  }

  /* line 4241, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  /* line 4246, ../../../app/assets/stylesheets/gos/gos.css.scss */
  body {
    padding-top: 0;
  }

  /* line 4249, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .navbar-fixed-top, .navbar-fixed-bottom {
    position: static;
  }

  /* line 4252, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .navbar-fixed-top {
    margin-bottom: 20px;
  }

  /* line 4255, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .navbar-fixed-bottom {
    margin-top: 20px;
  }

  /* line 4258, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }

  /* line 4261, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .navbar .container {
    padding: 0;
    width: auto;
  }

  /* line 4265, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .navbar .brand {
    margin: 0 0 0 -5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 4270, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nav-collapse {
    clear: both;
  }

  /* line 4273, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }

  /* line 4277, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nav-collapse .nav > li {
    float: none;
  }

  /* line 4280, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }

  /* line 4283, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }

  /* line 4286, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }

  /* line 4290, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    border-radius: 3px;
    color: #777;
    font-weight: bold;
    padding: 9px 15px;
  }

  /* line 4296, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nav-collapse .btn {
    border-radius: 4px;
    font-weight: normal;
    padding: 4px 10px;
  }

  /* line 4301, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }

  /* line 4304, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }

  /* line 4307, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }

  /* line 4310, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111;
  }

  /* line 4313, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }

  /* line 4317, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nav-collapse .dropdown-menu {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    display: none;
    float: none;
    left: auto;
    margin: 0 15px;
    max-width: none;
    padding: 0;
    position: static;
    top: auto;
  }

  /* line 4331, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }

  /* line 4334, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after {
    display: none;
  }

  /* line 4337, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }

  /* line 4340, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }

  /* line 4343, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nav-collapse .navbar-form, .nav-collapse .navbar-search {
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    float: none;
    margin: 10px 0;
    padding: 10px 15px;
  }

  /* line 4351, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .navbar-inverse .nav-collapse .navbar-form, .navbar-inverse .nav-collapse .navbar-search {
    border-bottom-color: #111;
    border-top-color: #111;
  }

  /* line 4355, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }

  /* line 4359, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nav-collapse, .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }

  /* line 4363, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .navbar .btn-navbar {
    display: block;
  }

  /* line 4366, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  /* line 4372, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/* line 4379, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

/* line 4386, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 4391, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-2x {
  font-size: 2em;
}

/* line 4394, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-3x {
  font-size: 3em;
}

/* line 4397, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-4x {
  font-size: 4em;
}

/* line 4400, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-5x {
  font-size: 5em;
}

/* line 4403, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-fw {
  text-align: center;
  width: 1.28571em;
}

/* line 4407, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.14286em;
  padding-left: 0;
}

/* line 4412, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-ul > li {
  position: relative;
}

/* line 4415, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-li {
  left: -2.14286em;
  position: absolute;
  text-align: center;
  top: 0.142857em;
  width: 2.14286em;
}

/* line 4422, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4425, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

/* line 4430, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pull-right {
  float: right;
}

/* line 4433, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pull-left {
  float: left;
}

/* line 4436, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa.pull-left {
  margin-right: 0.3em;
}

/* line 4439, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa.pull-right {
  margin-left: 0.3em;
}

/* line 4442, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-spin {
  animation: 2s linear 0s normal none infinite running spin;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* line 4461, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-rotate-90 {
  transform: rotate(90deg);
}

/* line 4464, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-rotate-180 {
  transform: rotate(180deg);
}

/* line 4467, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-rotate-270 {
  transform: rotate(270deg);
}

/* line 4470, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-flip-horizontal {
  transform: scale(-1, 1);
}

/* line 4473, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-flip-vertical {
  transform: scale(1, -1);
}

/* line 4476, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

/* line 4484, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 4490, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 4493, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 4496, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-inverse {
  color: #fff;
}

/* line 4499, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-glass:before {
  content: "";
}

/* line 4502, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-music:before {
  content: "";
}

/* line 4505, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-search:before {
  content: "";
}

/* line 4508, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 4511, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-heart:before {
  content: "";
}

/* line 4514, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-star:before {
  content: "";
}

/* line 4517, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-star-o:before {
  content: "";
}

/* line 4520, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-user:before {
  content: "";
}

/* line 4523, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-film:before {
  content: "";
}

/* line 4526, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-th-large:before {
  content: "";
}

/* line 4529, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-th:before {
  content: "";
}

/* line 4532, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-th-list:before {
  content: "";
}

/* line 4535, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-check:before {
  content: "";
}

/* line 4538, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-times:before {
  content: "";
}

/* line 4541, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-search-plus:before {
  content: "";
}

/* line 4544, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-search-minus:before {
  content: "";
}

/* line 4547, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-power-off:before {
  content: "";
}

/* line 4550, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-signal:before {
  content: "";
}

/* line 4553, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-gear:before, .fa-cog:before {
  content: "";
}

/* line 4556, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-trash-o:before {
  content: "";
}

/* line 4559, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-home:before {
  content: "";
}

/* line 4562, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-file-o:before {
  content: "";
}

/* line 4565, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-clock-o:before {
  content: "";
}

/* line 4568, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-road:before {
  content: "";
}

/* line 4571, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-download:before {
  content: "";
}

/* line 4574, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 4577, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 4580, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-inbox:before {
  content: "";
}

/* line 4583, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 4586, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-rotate-right:before, .fa-repeat:before {
  content: "";
}

/* line 4589, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-refresh:before {
  content: "";
}

/* line 4592, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-list-alt:before {
  content: "";
}

/* line 4595, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-lock:before {
  content: "";
}

/* line 4598, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-flag:before {
  content: "";
}

/* line 4601, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-headphones:before {
  content: "";
}

/* line 4604, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-volume-off:before {
  content: "";
}

/* line 4607, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-volume-down:before {
  content: "";
}

/* line 4610, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-volume-up:before {
  content: "";
}

/* line 4613, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-qrcode:before {
  content: "";
}

/* line 4616, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-barcode:before {
  content: "";
}

/* line 4619, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-tag:before {
  content: "";
}

/* line 4622, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-tags:before {
  content: "";
}

/* line 4625, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-book:before {
  content: "";
}

/* line 4628, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-bookmark:before {
  content: "";
}

/* line 4631, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-print:before {
  content: "";
}

/* line 4634, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-camera:before {
  content: "";
}

/* line 4637, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-font:before {
  content: "";
}

/* line 4640, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-bold:before {
  content: "";
}

/* line 4643, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-italic:before {
  content: "";
}

/* line 4646, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-text-height:before {
  content: "";
}

/* line 4649, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-text-width:before {
  content: "";
}

/* line 4652, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-align-left:before {
  content: "";
}

/* line 4655, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-align-center:before {
  content: "";
}

/* line 4658, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-align-right:before {
  content: "";
}

/* line 4661, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-align-justify:before {
  content: "";
}

/* line 4664, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-list:before {
  content: "";
}

/* line 4667, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "";
}

/* line 4670, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-indent:before {
  content: "";
}

/* line 4673, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-video-camera:before {
  content: "";
}

/* line 4676, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-picture-o:before {
  content: "";
}

/* line 4679, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-pencil:before {
  content: "";
}

/* line 4682, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-map-marker:before {
  content: "";
}

/* line 4685, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-adjust:before {
  content: "";
}

/* line 4688, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-tint:before {
  content: "";
}

/* line 4691, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "";
}

/* line 4694, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 4697, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 4700, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-arrows:before {
  content: "";
}

/* line 4703, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-step-backward:before {
  content: "";
}

/* line 4706, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 4709, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-backward:before {
  content: "";
}

/* line 4712, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-play:before {
  content: "";
}

/* line 4715, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-pause:before {
  content: "";
}

/* line 4718, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-stop:before {
  content: "";
}

/* line 4721, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-forward:before {
  content: "";
}

/* line 4724, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 4727, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-step-forward:before {
  content: "";
}

/* line 4730, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-eject:before {
  content: "";
}

/* line 4733, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 4736, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 4739, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 4742, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 4745, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-times-circle:before {
  content: "";
}

/* line 4748, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-check-circle:before {
  content: "";
}

/* line 4751, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-question-circle:before {
  content: "";
}

/* line 4754, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-info-circle:before {
  content: "";
}

/* line 4757, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 4760, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 4763, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 4766, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-ban:before {
  content: "";
}

/* line 4769, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 4772, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 4775, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 4778, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 4781, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "";
}

/* line 4784, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-expand:before {
  content: "";
}

/* line 4787, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-compress:before {
  content: "";
}

/* line 4790, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-plus:before {
  content: "";
}

/* line 4793, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-minus:before {
  content: "";
}

/* line 4796, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-asterisk:before {
  content: "";
}

/* line 4799, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 4802, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-gift:before {
  content: "";
}

/* line 4805, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-leaf:before {
  content: "";
}

/* line 4808, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-fire:before {
  content: "";
}

/* line 4811, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-eye:before {
  content: "";
}

/* line 4814, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 4817, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "";
}

/* line 4820, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-plane:before {
  content: "";
}

/* line 4823, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-calendar:before {
  content: "";
}

/* line 4826, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-random:before {
  content: "";
}

/* line 4829, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-comment:before {
  content: "";
}

/* line 4832, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-magnet:before {
  content: "";
}

/* line 4835, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 4838, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 4841, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-retweet:before {
  content: "";
}

/* line 4844, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 4847, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-folder:before {
  content: "";
}

/* line 4850, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-folder-open:before {
  content: "";
}

/* line 4853, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 4856, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 4859, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-bar-chart-o:before {
  content: "";
}

/* line 4862, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 4865, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 4868, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 4871, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-key:before {
  content: "";
}

/* line 4874, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-gears:before, .fa-cogs:before {
  content: "";
}

/* line 4877, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-comments:before {
  content: "";
}

/* line 4880, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 4883, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 4886, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-star-half:before {
  content: "";
}

/* line 4889, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-heart-o:before {
  content: "";
}

/* line 4892, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-sign-out:before {
  content: "";
}

/* line 4895, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 4898, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 4901, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-external-link:before {
  content: "";
}

/* line 4904, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-sign-in:before {
  content: "";
}

/* line 4907, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-trophy:before {
  content: "";
}

/* line 4910, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-github-square:before {
  content: "";
}

/* line 4913, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-upload:before {
  content: "";
}

/* line 4916, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 4919, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-phone:before {
  content: "";
}

/* line 4922, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-square-o:before {
  content: "";
}

/* line 4925, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 4928, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-phone-square:before {
  content: "";
}

/* line 4931, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-twitter:before {
  content: "";
}

/* line 4934, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-facebook:before {
  content: "";
}

/* line 4937, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-github:before {
  content: "";
}

/* line 4940, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-unlock:before {
  content: "";
}

/* line 4943, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-credit-card:before {
  content: "";
}

/* line 4946, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-rss:before {
  content: "";
}

/* line 4949, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 4952, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 4955, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-bell:before {
  content: "";
}

/* line 4958, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-certificate:before {
  content: "";
}

/* line 4961, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 4964, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 4967, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 4970, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 4973, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 4976, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 4979, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 4982, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 4985, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-globe:before {
  content: "";
}

/* line 4988, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-wrench:before {
  content: "";
}

/* line 4991, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-tasks:before {
  content: "";
}

/* line 4994, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-filter:before {
  content: "";
}

/* line 4997, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-briefcase:before {
  content: "";
}

/* line 5000, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 5003, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-group:before, .fa-users:before {
  content: "";
}

/* line 5006, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-chain:before, .fa-link:before {
  content: "";
}

/* line 5009, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-cloud:before {
  content: "";
}

/* line 5012, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-flask:before {
  content: "";
}

/* line 5015, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-cut:before, .fa-scissors:before {
  content: "";
}

/* line 5018, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-copy:before, .fa-files-o:before {
  content: "";
}

/* line 5021, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-paperclip:before {
  content: "";
}

/* line 5024, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-save:before, .fa-floppy-o:before {
  content: "";
}

/* line 5027, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-square:before {
  content: "";
}

/* line 5030, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-bars:before {
  content: "";
}

/* line 5033, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-list-ul:before {
  content: "";
}

/* line 5036, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-list-ol:before {
  content: "";
}

/* line 5039, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 5042, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-underline:before {
  content: "";
}

/* line 5045, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-table:before {
  content: "";
}

/* line 5048, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-magic:before {
  content: "";
}

/* line 5051, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-truck:before {
  content: "";
}

/* line 5054, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-pinterest:before {
  content: "";
}

/* line 5057, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 5060, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 5063, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-google-plus:before {
  content: "";
}

/* line 5066, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-money:before {
  content: "";
}

/* line 5069, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-caret-down:before {
  content: "";
}

/* line 5072, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-caret-up:before {
  content: "";
}

/* line 5075, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-caret-left:before {
  content: "";
}

/* line 5078, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-caret-right:before {
  content: "";
}

/* line 5081, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-columns:before {
  content: "";
}

/* line 5084, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-unsorted:before, .fa-sort:before {
  content: "";
}

/* line 5087, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-sort-down:before, .fa-sort-asc:before {
  content: "";
}

/* line 5090, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-sort-up:before, .fa-sort-desc:before {
  content: "";
}

/* line 5093, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-envelope:before {
  content: "";
}

/* line 5096, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-linkedin:before {
  content: "";
}

/* line 5099, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "";
}

/* line 5102, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-legal:before, .fa-gavel:before {
  content: "";
}

/* line 5105, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "";
}

/* line 5108, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-comment-o:before {
  content: "";
}

/* line 5111, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-comments-o:before {
  content: "";
}

/* line 5114, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-flash:before, .fa-bolt:before {
  content: "";
}

/* line 5117, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-sitemap:before {
  content: "";
}

/* line 5120, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-umbrella:before {
  content: "";
}

/* line 5123, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-paste:before, .fa-clipboard:before {
  content: "";
}

/* line 5126, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 5129, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-exchange:before {
  content: "";
}

/* line 5132, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 5135, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 5138, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-user-md:before {
  content: "";
}

/* line 5141, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 5144, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-suitcase:before {
  content: "";
}

/* line 5147, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-bell-o:before {
  content: "";
}

/* line 5150, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-coffee:before {
  content: "";
}

/* line 5153, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-cutlery:before {
  content: "";
}

/* line 5156, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 5159, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-building-o:before {
  content: "";
}

/* line 5162, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 5165, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-ambulance:before {
  content: "";
}

/* line 5168, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-medkit:before {
  content: "";
}

/* line 5171, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 5174, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-beer:before {
  content: "";
}

/* line 5177, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-h-square:before {
  content: "";
}

/* line 5180, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-plus-square:before {
  content: "";
}

/* line 5183, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 5186, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 5189, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 5192, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 5195, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-angle-left:before {
  content: "";
}

/* line 5198, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-angle-right:before {
  content: "";
}

/* line 5201, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-angle-up:before {
  content: "";
}

/* line 5204, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-angle-down:before {
  content: "";
}

/* line 5207, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-desktop:before {
  content: "";
}

/* line 5210, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-laptop:before {
  content: "";
}

/* line 5213, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-tablet:before {
  content: "";
}

/* line 5216, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "";
}

/* line 5219, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-circle-o:before {
  content: "";
}

/* line 5222, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-quote-left:before {
  content: "";
}

/* line 5225, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-quote-right:before {
  content: "";
}

/* line 5228, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-spinner:before {
  content: "";
}

/* line 5231, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-circle:before {
  content: "";
}

/* line 5234, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "";
}

/* line 5237, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-github-alt:before {
  content: "";
}

/* line 5240, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-folder-o:before {
  content: "";
}

/* line 5243, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 5246, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-smile-o:before {
  content: "";
}

/* line 5249, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-frown-o:before {
  content: "";
}

/* line 5252, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-meh-o:before {
  content: "";
}

/* line 5255, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-gamepad:before {
  content: "";
}

/* line 5258, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 5261, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-flag-o:before {
  content: "";
}

/* line 5264, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 5267, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-terminal:before {
  content: "";
}

/* line 5270, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-code:before {
  content: "";
}

/* line 5273, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-reply-all:before {
  content: "";
}

/* line 5276, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-mail-reply-all:before {
  content: "";
}

/* line 5279, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "";
}

/* line 5282, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 5285, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-crop:before {
  content: "";
}

/* line 5288, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-code-fork:before {
  content: "";
}

/* line 5291, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-unlink:before, .fa-chain-broken:before {
  content: "";
}

/* line 5294, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-question:before {
  content: "";
}

/* line 5297, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-info:before {
  content: "";
}

/* line 5300, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-exclamation:before {
  content: "";
}

/* line 5303, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-superscript:before {
  content: "";
}

/* line 5306, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-subscript:before {
  content: "";
}

/* line 5309, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-eraser:before {
  content: "";
}

/* line 5312, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 5315, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-microphone:before {
  content: "";
}

/* line 5318, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 5321, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-shield:before {
  content: "";
}

/* line 5324, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 5327, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 5330, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-rocket:before {
  content: "";
}

/* line 5333, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 5336, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 5339, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 5342, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 5345, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 5348, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-html5:before {
  content: "";
}

/* line 5351, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-css3:before {
  content: "";
}

/* line 5354, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-anchor:before {
  content: "";
}

/* line 5357, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 5360, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-bullseye:before {
  content: "";
}

/* line 5363, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 5366, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 5369, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-rss-square:before {
  content: "";
}

/* line 5372, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-play-circle:before {
  content: "";
}

/* line 5375, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-ticket:before {
  content: "";
}

/* line 5378, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-minus-square:before {
  content: "";
}

/* line 5381, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 5384, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-level-up:before {
  content: "";
}

/* line 5387, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-level-down:before {
  content: "";
}

/* line 5390, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-check-square:before {
  content: "";
}

/* line 5393, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 5396, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 5399, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-share-square:before {
  content: "";
}

/* line 5402, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-compass:before {
  content: "";
}

/* line 5405, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "";
}

/* line 5408, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "";
}

/* line 5411, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "";
}

/* line 5414, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-euro:before, .fa-eur:before {
  content: "";
}

/* line 5417, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-gbp:before {
  content: "";
}

/* line 5420, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-dollar:before, .fa-usd:before {
  content: "";
}

/* line 5423, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-rupee:before, .fa-inr:before {
  content: "";
}

/* line 5426, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "";
}

/* line 5429, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "";
}

/* line 5432, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-won:before, .fa-krw:before {
  content: "";
}

/* line 5435, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "";
}

/* line 5438, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-file:before {
  content: "";
}

/* line 5441, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-file-text:before {
  content: "";
}

/* line 5444, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 5447, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 5450, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 5453, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 5456, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 5459, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 5462, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 5465, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 5468, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 5471, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-youtube:before {
  content: "";
}

/* line 5474, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-xing:before {
  content: "";
}

/* line 5477, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-xing-square:before {
  content: "";
}

/* line 5480, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 5483, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-dropbox:before {
  content: "";
}

/* line 5486, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 5489, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-instagram:before {
  content: "";
}

/* line 5492, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-flickr:before {
  content: "";
}

/* line 5495, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-adn:before {
  content: "";
}

/* line 5498, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 5501, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 5504, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-tumblr:before {
  content: "";
}

/* line 5507, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 5510, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 5513, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 5516, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 5519, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 5522, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-apple:before {
  content: "";
}

/* line 5525, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-windows:before {
  content: "";
}

/* line 5528, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-android:before {
  content: "";
}

/* line 5531, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-linux:before {
  content: "";
}

/* line 5534, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-dribbble:before {
  content: "";
}

/* line 5537, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-skype:before {
  content: "";
}

/* line 5540, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-foursquare:before {
  content: "";
}

/* line 5543, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-trello:before {
  content: "";
}

/* line 5546, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-female:before {
  content: "";
}

/* line 5549, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-male:before {
  content: "";
}

/* line 5552, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-gittip:before {
  content: "";
}

/* line 5555, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-sun-o:before {
  content: "";
}

/* line 5558, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-moon-o:before {
  content: "";
}

/* line 5561, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-archive:before {
  content: "";
}

/* line 5564, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-bug:before {
  content: "";
}

/* line 5567, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-vk:before {
  content: "";
}

/* line 5570, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-weibo:before {
  content: "";
}

/* line 5573, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-renren:before {
  content: "";
}

/* line 5576, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-pagelines:before {
  content: "";
}

/* line 5579, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 5582, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 5585, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 5588, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "";
}

/* line 5591, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 5594, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 5597, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 5600, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-turkish-lira:before, .fa-try:before {
  content: "";
}

/* line 5603, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 5608, ../../../app/assets/stylesheets/gos/gos.css.scss */
BODY {
  font-family: Arial;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

/* line 5614, ../../../app/assets/stylesheets/gos/gos.css.scss */
a {
  color: #4da0d9;
  text-decoration: none;
}

/* line 5618, ../../../app/assets/stylesheets/gos/gos.css.scss */
img {
  border: 0 none;
}

/* line 5621, ../../../app/assets/stylesheets/gos/gos.css.scss */
h1 {
  line-height: 50px;
}

/* line 5624, ../../../app/assets/stylesheets/gos/gos.css.scss */
h2 {
  line-height: 40px;
}

/* line 5627, ../../../app/assets/stylesheets/gos/gos.css.scss */
.border_grey {
  border: 1px solid #c5c5c5 !important;
}

/* line 5630, ../../../app/assets/stylesheets/gos/gos.css.scss */
.border_green {
  border: 1px solid #8dc63f !important;
}

/* line 5633, ../../../app/assets/stylesheets/gos/gos.css.scss */
.border_green_2 {
  border: 2px solid #b0d57d !important;
}

/* line 5636, ../../../app/assets/stylesheets/gos/gos.css.scss */
.bg_grey {
  background-color: #f0f0f0 !important;
}

/* line 5639, ../../../app/assets/stylesheets/gos/gos.css.scss */
.bg_grey_1 {
  background-color: #c5c5c5 !important;
}

/* line 5642, ../../../app/assets/stylesheets/gos/gos.css.scss */
.bg_lightblue {
  background-color: #dbe9fd !important;
}

/* line 5645, ../../../app/assets/stylesheets/gos/gos.css.scss */
.gen_radius {
  border-radius: 2px;
}

/* line 5648, ../../../app/assets/stylesheets/gos/gos.css.scss */
.gen_shadow {
  box-shadow: 1px 1px 4px 1px #878787;
}

/* line 5651, ../../../app/assets/stylesheets/gos/gos.css.scss */
.title {
  font-weight: normal;
  text-transform: capitalize;
}

/* line 5655, ../../../app/assets/stylesheets/gos/gos.css.scss */
.txtTrans {
  opacity: 0.9;
}

/* line 5658, ../../../app/assets/stylesheets/gos/gos.css.scss */
.border {
  border: 1px solid red;
}

/* line 5661, ../../../app/assets/stylesheets/gos/gos.css.scss */
.show {
  display: block !important;
}

/* line 5664, ../../../app/assets/stylesheets/gos/gos.css.scss */
.bold_1 {
  font-weight: bold;
}

/* line 5667, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fLeft {
  float: left;
}

/* line 5670, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fRight {
  float: right;
}

/* line 5673, ../../../app/assets/stylesheets/gos/gos.css.scss */
.cBoth {
  clear: both;
}

/* line 5676, ../../../app/assets/stylesheets/gos/gos.css.scss */
.vertical_m {
  vertical-align: middle;
}

/* line 5679, ../../../app/assets/stylesheets/gos/gos.css.scss */
.vertical_s {
  vertical-align: sub;
}

/* line 5682, ../../../app/assets/stylesheets/gos/gos.css.scss */
.vertical_b {
  vertical-align: bottom;
}

/* line 5685, ../../../app/assets/stylesheets/gos/gos.css.scss */
.cursor_p {
  cursor: pointer;
}

/* line 5688, ../../../app/assets/stylesheets/gos/gos.css.scss */
.checkBox {
  vertical-align: sub;
}

/* line 5691, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ul_line_height {
  line-height: 18px;
}

/* line 5694, ../../../app/assets/stylesheets/gos/gos.css.scss */
.sdk_1 {
  color: #434343;
  font: 12px/16px "Source Sans Pro";
  overflow: hidden;
  width: 860px;
}

/* line 5700, ../../../app/assets/stylesheets/gos/gos.css.scss */
.sdk_2 {
  margin: 0 50px;
}

/* line 5703, ../../../app/assets/stylesheets/gos/gos.css.scss */
.sdk_h1 {
  color: #5f5f60;
  font: bold 30px "Source Sans Pro";
  margin-bottom: 10px;
}

/* line 5708, ../../../app/assets/stylesheets/gos/gos.css.scss */
.sdk_h2 {
  color: #4da0d9;
  font: bold 16px "Source Sans Pro";
  margin-bottom: 6px;
}

/* line 5713, ../../../app/assets/stylesheets/gos/gos.css.scss */
.sept_gray {
  border-bottom: 1px solid #a4a4a4;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/* line 5719, ../../../app/assets/stylesheets/gos/gos.css.scss */
.frame_1 {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #a4a4a4;
  font-size: 13px;
  line-height: 20px;
  margin: 12px 0 17px;
  padding: 10px 15px;
}

/* line 5727, ../../../app/assets/stylesheets/gos/gos.css.scss */
.sdk_16_blue {
  color: #0054a6;
}

/* line 5730, ../../../app/assets/stylesheets/gos/gos.css.scss */
.sdk_16_purple {
  color: #662d91;
}

/* line 5733, ../../../app/assets/stylesheets/gos/gos.css.scss */
.sdk_16_green {
  color: #00a651;
}

/* line 5736, ../../../app/assets/stylesheets/gos/gos.css.scss */
.sdk_16_red {
  color: #ed1c24;
}

/* line 5739, ../../../app/assets/stylesheets/gos/gos.css.scss */
.b {
  color: #0054a6;
}

/* line 5742, ../../../app/assets/stylesheets/gos/gos.css.scss */
.p {
  color: #662d91;
}

/* line 5745, ../../../app/assets/stylesheets/gos/gos.css.scss */
.g {
  color: #00a651;
}

/* line 5748, ../../../app/assets/stylesheets/gos/gos.css.scss */
.r {
  color: #ed1c24;
}

/* line 5751, ../../../app/assets/stylesheets/gos/gos.css.scss */
.idnt1 {
  margin-left: 20px;
}

/* line 5754, ../../../app/assets/stylesheets/gos/gos.css.scss */
.idnt2 {
  margin-left: 40px;
}

/* line 5757, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_11_grey {
  color: #484848;
  font: 11px "Source Sans Pro";
  text-decoration: none;
}

/* line 5762, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_11_grey {
  color: #484848;
  font: 11px "Source Sans Pro";
  text-decoration: none;
}

/* line 5767, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_11_grey:hover {
  text-decoration: underline;
}

/* line 5770, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_11_grey_b {
  color: #484848;
  font: bold 11px "Source Sans Pro";
  text-decoration: none;
}

/* line 5775, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_11_grey_b {
  color: #484848;
  font: bold 11px "Source Sans Pro";
  text-decoration: none;
}

/* line 5780, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_11_grey_b:hover {
  text-decoration: underline;
}

/* line 5783, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_11_lightblue_b {
  color: #4da0d9;
  font: bold 11px "Source Sans Pro";
  text-decoration: none;
}

/* line 5788, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_11_lightblue_b {
  color: #4da0d9;
  font: bold 11px "Source Sans Pro";
  text-decoration: none;
}

/* line 5793, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_11_lightblue_b:hover {
  text-decoration: underline;
}

/* line 5796, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_11_white {
  color: #ffffff;
  font: 11px "Source Sans Pro";
  text-decoration: none;
}

/* line 5801, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_11_white {
  color: #ffffff;
  font: 11px "Source Sans Pro";
  text-decoration: none;
}

/* line 5806, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_11_white:hover {
  text-decoration: underline;
}

/* line 5809, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_11_white_b {
  color: #ffffff;
  font: bold 11px "Source Sans Pro";
  text-decoration: none;
}

/* line 5814, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_11_white_b {
  color: #ffffff;
  font: bold 11px "Source Sans Pro";
  text-decoration: none;
}

/* line 5819, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_11_white_b:hover {
  text-decoration: underline;
}

/* line 5822, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_12_grey {
  color: #484848;
  font: 12px "Source Sans Pro";
  text-decoration: none;
}

/* line 5827, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_12_grey {
  color: #484848;
  font: 12px "Source Sans Pro";
  text-decoration: none;
}

/* line 5832, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_12_grey:hover {
  text-decoration: underline;
}

/* line 5835, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_12_blue {
  color: #4da0d9;
  font: 12px "Source Sans Pro";
  text-decoration: none;
}

/* line 5840, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_12_blue {
  color: #4da0d9;
  font: 12px "Source Sans Pro";
  text-decoration: none;
}

/* line 5845, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_12_blue:hover {
  text-decoration: underline;
}

/* line 5848, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_12_blue_b {
  color: #4da0d9;
  font: bold 12px "Source Sans Pro";
  text-decoration: none;
}

/* line 5853, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_12_blue_b {
  color: #4da0d9;
  font: bold 12px "Source Sans Pro";
  text-decoration: none;
}

/* line 5858, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_12_blue_b:hover {
  text-decoration: underline;
}

/* line 5861, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_12_white {
  color: #ffffff;
  font: 12px "Source Sans Pro";
  text-decoration: none;
}

/* line 5866, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_12_white {
  color: #ffffff;
  font: 12px "Source Sans Pro";
  text-decoration: none;
}

/* line 5871, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_12_white:hover {
  text-decoration: underline;
}

/* line 5874, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_12_white_b {
  color: #ffffff;
  font: bold 12px "Source Sans Pro";
  text-decoration: none;
}

/* line 5879, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_12_white_b {
  color: #ffffff;
  font: bold 12px "Source Sans Pro";
  text-decoration: none;
}

/* line 5884, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_12_white_b:hover {
  text-decoration: underline;
}

/* line 5887, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_13_white {
  color: #ffffff;
  font: 13px "Source Sans Pro";
  text-decoration: none;
}

/* line 5892, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_13_white {
  color: #ffffff;
  font: 13px "Source Sans Pro";
  text-decoration: none;
}

/* line 5897, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_13_white:hover {
  text-decoration: underline;
}

/* line 5900, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_13_white_b {
  color: #ffffff;
  font: bold 13px "Source Sans Pro";
  text-decoration: none;
}

/* line 5905, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_13_white_b {
  color: #ffffff;
  font: bold 13px "Source Sans Pro";
  text-decoration: none;
}

/* line 5910, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_13_white_b:hover {
  text-decoration: underline;
}

/* line 5913, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_14_grey {
  color: #484848;
  font: 14px "Source Sans Pro";
  text-decoration: none;
}

/* line 5918, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_14_grey {
  color: #484848;
  font: 14px "Source Sans Pro";
  text-decoration: none;
}

/* line 5923, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_14_grey:hover {
  text-decoration: underline;
}

/* line 5926, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_14_grey_b {
  color: #484848;
  font: bold 14px "Source Sans Pro";
  text-decoration: none;
}

/* line 5931, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_14_grey_b {
  color: #484848;
  font: bold 14px "Source Sans Pro";
  text-decoration: none;
}

/* line 5936, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_14_grey_b:hover {
  text-decoration: underline;
}

/* line 5939, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_14_grey_1 {
  color: #777777;
  font: 14px "Source Sans Pro";
  text-decoration: none;
}

/* line 5944, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_14_grey_1 {
  color: #777777;
  font: 14px "Source Sans Pro";
  text-decoration: none;
}

/* line 5949, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_14_grey_1:hover {
  text-decoration: underline;
}

/* line 5952, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_14_grey_1_b {
  color: #777777;
  font: bold 14px "Source Sans Pro";
  text-decoration: none;
}

/* line 5957, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_14_grey_1_b {
  color: #777777;
  font: bold 14px "Source Sans Pro";
  text-decoration: none;
}

/* line 5962, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_14_grey_1_b:hover {
  text-decoration: underline;
}

/* line 5965, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_14_lightblue {
  color: #4da0d9;
  font: 14px "Source Sans Pro";
  text-decoration: none;
}

/* line 5970, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_14_lightblue {
  color: #4da0d9;
  font: 14px "Source Sans Pro";
  text-decoration: none;
}

/* line 5975, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_14_lightblue:hover {
  text-decoration: underline;
}

/* line 5978, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_14_lightblue_b {
  color: #4da0d9;
  font: bold 14px "Source Sans Pro";
  text-decoration: none;
}

/* line 5983, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_14_lightblue_b {
  color: #4da0d9;
  font: bold 14px "Source Sans Pro";
  text-decoration: none;
}

/* line 5988, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_14_lightblue_b:hover {
  text-decoration: underline;
}

/* line 5991, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_14_green {
  color: #7ac750;
  font: 14px "Source Sans Pro";
  text-decoration: none;
}

/* line 5996, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_14_green {
  color: #7ac750;
  font: 14px "Source Sans Pro";
  text-decoration: none;
}

/* line 6001, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_14_green:hover {
  text-decoration: underline;
}

/* line 6004, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_14_green_b {
  color: #7ac750;
  font: bold 14px "Source Sans Pro";
  text-decoration: none;
}

/* line 6009, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_14_green_b {
  color: #7ac750;
  font: bold 14px "Source Sans Pro";
  text-decoration: none;
}

/* line 6014, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_14_green_b:hover {
  text-decoration: underline;
}

/* line 6017, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_15_grey {
  color: #484848;
  font: 15px "Source Sans Pro";
  text-decoration: none;
}

/* line 6022, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_15_grey {
  color: #484848;
  font: 15px "Source Sans Pro";
  text-decoration: none;
}

/* line 6027, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_15_grey:hover {
  text-decoration: underline;
}

/* line 6030, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_15_grey_b {
  color: #484848;
  font: bold 15px "Source Sans Pro";
  text-decoration: none;
}

/* line 6035, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_15_grey_b {
  color: #484848;
  font: bold 15px "Source Sans Pro";
  text-decoration: none;
}

/* line 6040, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_15_grey_b:hover {
  text-decoration: underline;
}

/* line 6043, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_16_grey {
  color: #484848;
  font: 16px "Source Sans Pro";
  text-decoration: none;
}

/* line 6048, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_16_grey {
  color: #484848;
  font: 16px "Source Sans Pro";
  text-decoration: none;
}

/* line 6053, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_16_grey:hover {
  text-decoration: underline;
}

/* line 6056, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_16_grey_b {
  color: #484848;
  font: bold 16px "Source Sans Pro";
  text-decoration: none;
}

/* line 6061, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_16_grey_b {
  color: #484848;
  font: bold 16px "Source Sans Pro";
  text-decoration: none;
}

/* line 6066, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_16_grey_b:hover {
  text-decoration: underline;
}

/* line 6069, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_16_blue {
  color: #4da0d9;
  font: 16px "Source Sans Pro";
  text-decoration: none;
}

/* line 6074, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_16_blue {
  color: #4da0d9;
  font: 16px "Source Sans Pro";
  text-decoration: none;
}

/* line 6079, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_16_blue:hover {
  text-decoration: underline;
}

/* line 6082, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_16_blue_b {
  color: #4da0d9;
  font: bold 16px "Source Sans Pro";
  text-decoration: none;
}

/* line 6087, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_16_blue_b {
  color: #4da0d9;
  font: bold 16px "Source Sans Pro";
  text-decoration: none;
}

/* line 6092, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_16_blue_b:hover {
  text-decoration: underline;
}

/* line 6095, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_16_lightblue {
  color: #4da0d9;
  font: 16px "Source Sans Pro";
  text-decoration: none;
}

/* line 6100, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_16_lightblue {
  color: #4da0d9;
  font: 16px "Source Sans Pro";
  text-decoration: none;
}

/* line 6105, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_16_lightblue:hover {
  text-decoration: underline;
}

/* line 6108, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_17_grey {
  color: #484848;
  font: 17px "Source Sans Pro";
  text-decoration: none;
}

/* line 6113, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_17_grey {
  color: #484848;
  font: 17px "Source Sans Pro";
  text-decoration: none;
}

/* line 6118, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_17_grey:hover {
  text-decoration: underline;
}

/* line 6121, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_17_grey_b {
  color: #484848;
  font: bold 17px "Source Sans Pro";
  text-decoration: none;
}

/* line 6126, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_17_grey_b {
  color: #484848;
  font: bold 17px "Source Sans Pro";
  text-decoration: none;
}

/* line 6131, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_17_grey_b:hover {
  text-decoration: underline;
}

/* line 6134, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_18_grey {
  color: #484848;
  font: 18px "Source Sans Pro";
  text-decoration: none;
}

/* line 6139, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_18_grey {
  color: #484848;
  font: 18px "Source Sans Pro";
  text-decoration: none;
}

/* line 6144, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_18_grey:hover {
  text-decoration: underline;
}

/* line 6147, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_18_grey_b {
  color: #484848;
  font: bold 18px "Source Sans Pro";
  text-decoration: none;
}

/* line 6152, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_18_grey_b {
  color: #484848;
  font: bold 18px "Source Sans Pro";
  text-decoration: none;
}

/* line 6157, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_18_grey_b:hover {
  text-decoration: underline;
}

/* line 6160, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_18_grey_1 {
  color: #777777;
  font: 18px "Source Sans Pro";
  text-decoration: none;
}

/* line 6165, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_18_grey_1 {
  color: #777777;
  font: 18px "Source Sans Pro";
  text-decoration: none;
}

/* line 6170, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_18_grey_1:hover {
  text-decoration: underline;
}

/* line 6173, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_18_grey_1_b {
  color: #777777;
  font: bold 18px "Source Sans Pro";
  text-decoration: none;
}

/* line 6178, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_18_grey_1_b {
  color: #777777;
  font: bold 18px "Source Sans Pro";
  text-decoration: none;
}

/* line 6183, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_18_grey_1_b:hover {
  text-decoration: underline;
}

/* line 6186, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_18_blue {
  color: #4da0d9;
  font: 18px "Source Sans Pro";
  text-decoration: none;
}

/* line 6191, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_18_blue {
  color: #4da0d9;
  font: 18px "Source Sans Pro";
  text-decoration: none;
}

/* line 6196, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_18_blue:hover {
  text-decoration: underline;
}

/* line 6199, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_18_lightblue {
  color: #4da0d9;
  font: 18px "Source Sans Pro";
  text-decoration: none;
}

/* line 6204, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_18_lightblue {
  color: #4da0d9;
  font: 18px "Source Sans Pro";
  text-decoration: none;
}

/* line 6209, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_18_lightblue:hover {
  text-decoration: underline;
}

/* line 6212, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_18_lightblue_b {
  color: #4da0d9;
  font: bold 18px "Source Sans Pro";
  text-decoration: none;
}

/* line 6217, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_18_lightblue_b {
  color: #4da0d9;
  font: bold 18px "Source Sans Pro";
  text-decoration: none;
}

/* line 6222, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_18_lightblue_b:hover {
  text-decoration: underline;
}

/* line 6225, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_18_white {
  color: #ffffff;
  font: 18px "Source Sans Pro";
  text-decoration: none;
}

/* line 6230, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_18_white {
  color: #ffffff;
  font: 18px "Source Sans Pro";
  text-decoration: none;
}

/* line 6235, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_18_white:hover {
  text-decoration: underline;
}

/* line 6238, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_20_grey {
  color: #484848;
  font: 20px "Source Sans Pro";
  text-decoration: none;
}

/* line 6243, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_20_grey {
  color: #484848;
  font: 20px "Source Sans Pro";
  text-decoration: none;
}

/* line 6248, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_20_grey:hover {
  text-decoration: underline;
}

/* line 6251, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_20_grey_b {
  color: #484848;
  font: bold 20px "Source Sans Pro";
  text-decoration: none;
}

/* line 6256, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_20_grey_b {
  color: #484848;
  font: bold 20px "Source Sans Pro";
  text-decoration: none;
}

/* line 6261, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_20_grey_b:hover {
  text-decoration: underline;
}

/* line 6264, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_20_white {
  color: #ffffff;
  font: 20px "Source Sans Pro";
  text-decoration: none;
}

/* line 6269, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_20_white {
  color: #ffffff;
  font: 20px "Source Sans Pro";
  text-decoration: none;
}

/* line 6274, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_20_white:hover {
  text-decoration: underline;
}

/* line 6277, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_20_white_b {
  color: #ffffff;
  font: bold 20px "Source Sans Pro";
  text-decoration: none;
}

/* line 6282, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_20_white_b {
  color: #ffffff;
  font: bold 20px "Source Sans Pro";
  text-decoration: none;
}

/* line 6287, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_20_white_b:hover {
  text-decoration: underline;
}

/* line 6290, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_20_lightblue {
  color: #4da0d9;
  font: 20px "Source Sans Pro";
  text-decoration: none;
}

/* line 6295, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_20_lightblue {
  color: #4da0d9;
  font: 20px "Source Sans Pro";
  text-decoration: none;
}

/* line 6300, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_20_lightblue:hover {
  text-decoration: underline;
}

/* line 6303, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_20_lightblue_b {
  color: #4da0d9;
  font: bold 20px "Source Sans Pro";
  text-decoration: none;
}

/* line 6308, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_20_lightblue_b {
  color: #4da0d9;
  font: bold 20px "Source Sans Pro";
  text-decoration: none;
}

/* line 6313, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_20_lightblue_b:hover {
  text-decoration: underline;
}

/* line 6316, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_21_grey {
  color: #484848;
  font: 21px "Source Sans Pro";
  text-decoration: none;
}

/* line 6321, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_21_grey {
  color: #484848;
  font: 21px "Source Sans Pro";
  text-decoration: none;
}

/* line 6326, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_21_grey:hover {
  text-decoration: underline;
}

/* line 6329, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_22_grey {
  color: #484848;
  font: 22px "Source Sans Pro";
  text-decoration: none;
}

/* line 6334, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_22_grey {
  color: #484848;
  font: 22px "Source Sans Pro";
  text-decoration: none;
}

/* line 6339, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_22_grey:hover {
  text-decoration: underline;
}

/* line 6342, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_22_grey_b {
  color: #484848;
  font: bold 22px "Source Sans Pro";
  text-decoration: none;
}

/* line 6347, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_22_grey_b {
  color: #484848;
  font: bold 22px "Source Sans Pro";
  text-decoration: none;
}

/* line 6352, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_22_grey_b:hover {
  text-decoration: underline;
}

/* line 6355, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_22_blue {
  color: #4da0d9;
  font: 22px "Source Sans Pro";
  text-decoration: none;
}

/* line 6360, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_22_blue {
  color: #4da0d9;
  font: 22px "Source Sans Pro";
  text-decoration: none;
}

/* line 6365, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_22_blue:hover {
  text-decoration: underline;
}

/* line 6368, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_22_lightblue {
  color: #4da0d9;
  font: 22px "Source Sans Pro";
  text-decoration: none;
}

/* line 6373, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_22_lightblue {
  color: #4da0d9;
  font: 22px "Source Sans Pro";
  text-decoration: none;
}

/* line 6378, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_22_lightblue:hover {
  text-decoration: underline;
}

/* line 6381, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_22_lightblue_b {
  color: #4da0d9;
  font: bold 22px "Source Sans Pro";
  text-decoration: none;
}

/* line 6386, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_22_lightblue_b {
  color: #4da0d9;
  font: bold 22px "Source Sans Pro";
  text-decoration: none;
}

/* line 6391, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_22_lightblue_b:hover {
  text-decoration: underline;
}

/* line 6394, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_24_grey {
  color: #484848;
  font: 24px "Source Sans Pro";
  text-decoration: none;
}

/* line 6399, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_24_grey {
  color: #484848;
  font: 24px "Source Sans Pro";
  text-decoration: none;
}

/* line 6404, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_24_grey:hover {
  text-decoration: underline;
}

/* line 6407, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_24_grey_b {
  color: #484848;
  font: bold 24px "Source Sans Pro";
  text-decoration: none;
}

/* line 6412, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_24_grey_b {
  color: #484848;
  font: bold 24px "Source Sans Pro";
  text-decoration: none;
}

/* line 6417, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_24_grey_b:hover {
  text-decoration: underline;
}

/* line 6420, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_24_white {
  color: #ffffff;
  font: 24px "Source Sans Pro";
  text-decoration: none;
}

/* line 6425, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_24_white {
  color: #ffffff;
  font: 24px "Source Sans Pro";
  text-decoration: none;
}

/* line 6430, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_24_white:hover {
  text-decoration: underline;
}

/* line 6433, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_24_white_b {
  color: #ffffff;
  font: bold 24px "Source Sans Pro";
  text-decoration: none;
}

/* line 6438, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_24_white_b {
  color: #ffffff;
  font: bold 24px "Source Sans Pro";
  text-decoration: none;
}

/* line 6443, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_24_white_b:hover {
  text-decoration: underline;
}

/* line 6446, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_24_lightblue {
  color: #4da0d9;
  font: 24px "Source Sans Pro";
  text-decoration: none;
}

/* line 6451, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_24_lightblue {
  color: #4da0d9;
  font: 24px "Source Sans Pro";
  text-decoration: none;
}

/* line 6456, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_24_lightblue:hover {
  text-decoration: underline;
}

/* line 6459, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_24_lightblue_b {
  color: #4da0d9;
  font: bold 24px "Source Sans Pro";
  text-decoration: none;
}

/* line 6464, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_24_lightblue_b {
  color: #4da0d9;
  font: bold 24px "Source Sans Pro";
  text-decoration: none;
}

/* line 6469, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_24_lightblue_b:hover {
  text-decoration: underline;
}

/* line 6472, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_24_green_b {
  color: #7ac750;
  font: bold 24px "Source Sans Pro";
  text-decoration: none;
}

/* line 6477, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_24_green_b {
  color: #7ac750;
  font: bold 24px "Source Sans Pro";
  text-decoration: none;
}

/* line 6482, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_24_green_b:hover {
  text-decoration: underline;
}

/* line 6485, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_30_grey {
  color: #484848;
  font: 30px "Source Sans Pro";
  text-decoration: none;
}

/* line 6490, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_30_grey {
  color: #484848;
  font: 30px "Source Sans Pro";
  text-decoration: none;
}

/* line 6495, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_30_grey:hover {
  text-decoration: underline;
}

/* line 6498, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_30_grey_b {
  color: #484848;
  font: bold 30px "Source Sans Pro";
  text-decoration: none;
}

/* line 6503, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_30_grey_b {
  color: #484848;
  font: bold 30px "Source Sans Pro";
  text-decoration: none;
}

/* line 6508, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_30_grey_b:hover {
  text-decoration: underline;
}

/* line 6511, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_30_white {
  color: #ffffff;
  font: 30px "Source Sans Pro";
  text-decoration: none;
}

/* line 6516, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_30_white {
  color: #ffffff;
  font: 30px "Source Sans Pro";
  text-decoration: none;
}

/* line 6521, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_30_white:hover {
  text-decoration: underline;
}

/* line 6524, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_30_white_b {
  color: #ffffff;
  font: bold 30px "Source Sans Pro";
  text-decoration: none;
}

/* line 6529, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_30_white_b {
  color: #ffffff;
  font: bold 30px "Source Sans Pro";
  text-decoration: none;
}

/* line 6534, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_30_white_b:hover {
  text-decoration: underline;
}

/* line 6537, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_34_grey {
  color: #484848;
  font: 34px "Source Sans Pro";
  text-decoration: none;
}

/* line 6542, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_34_grey {
  color: #484848;
  font: 34px "Source Sans Pro";
  text-decoration: none;
}

/* line 6547, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_34_grey:hover {
  text-decoration: underline;
}

/* line 6550, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_36_grey {
  color: #484848;
  font: 36px "Source Sans Pro";
  text-decoration: none;
}

/* line 6555, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_36_grey {
  color: #484848;
  font: 36px "Source Sans Pro";
  text-decoration: none;
}

/* line 6560, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_36_grey:hover {
  text-decoration: underline;
}

/* line 6563, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_36_grey_b {
  color: #484848;
  font: bold 36px "Source Sans Pro";
  text-decoration: none;
}

/* line 6568, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_36_grey_b {
  color: #484848;
  font: bold 36px "Source Sans Pro";
  text-decoration: none;
}

/* line 6573, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_36_grey_b:hover {
  text-decoration: underline;
}

/* line 6576, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_36_white {
  color: #ffffff;
  font: 36px "Source Sans Pro";
  text-decoration: none;
}

/* line 6581, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_36_white {
  color: #ffffff;
  font: 36px "Source Sans Pro";
  text-decoration: none;
}

/* line 6586, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_36_white:hover {
  text-decoration: underline;
}

/* line 6589, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_36_white_b {
  color: #ffffff;
  font: bold 36px "Source Sans Pro";
  text-decoration: none;
}

/* line 6594, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_36_white_b {
  color: #ffffff;
  font: bold 36px "Source Sans Pro";
  text-decoration: none;
}

/* line 6599, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_36_white_b:hover {
  text-decoration: underline;
}

/* line 6602, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_36_blue {
  color: #4da0d9;
  font: 36px "Source Sans Pro";
  text-decoration: none;
}

/* line 6607, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_36_blue {
  color: #4da0d9;
  font: 36px "Source Sans Pro";
  text-decoration: none;
}

/* line 6612, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_36_blue:hover {
  text-decoration: underline;
}

/* line 6615, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_36_blue_b {
  color: #4da0d9;
  font: bold 36px "Source Sans Pro";
  text-decoration: none;
}

/* line 6620, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_36_blue_b {
  color: #4da0d9;
  font: bold 36px "Source Sans Pro";
  text-decoration: none;
}

/* line 6625, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_36_blue_b:hover {
  text-decoration: underline;
}

/* line 6628, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_36_lightblue {
  color: #4da0d9;
  font: 36px "Source Sans Pro";
  text-decoration: none;
}

/* line 6633, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_36_lightblue {
  color: #4da0d9;
  font: 36px "Source Sans Pro";
  text-decoration: none;
}

/* line 6638, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_36_lightblue:hover {
  text-decoration: underline;
}

/* line 6641, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_36_green {
  color: #7ac750;
  font: 36px "Source Sans Pro";
  text-decoration: none;
}

/* line 6646, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_36_green {
  color: #7ac750;
  font: 36px "Source Sans Pro";
  text-decoration: none;
}

/* line 6651, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_36_green:hover {
  text-decoration: underline;
}

/* line 6654, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_48_lightblue {
  color: #4da0d9;
  font: 48px "Source Sans Pro";
  text-decoration: none;
}

/* line 6659, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_48_lightblue {
  color: #4da0d9;
  font: 48px "Source Sans Pro";
  text-decoration: none;
}

/* line 6664, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_48_lightblue:hover {
  text-decoration: underline;
}

/* line 6667, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_50_grey {
  color: #484848;
  font: 50px "Source Sans Pro";
  text-decoration: none;
}

/* line 6672, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_50_grey {
  color: #484848;
  font: 50px "Source Sans Pro";
  text-decoration: none;
}

/* line 6677, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_50_grey:hover {
  text-decoration: underline;
}

/* line 6680, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_56_grey {
  color: #484848;
  font: 56px "Source Sans Pro";
  text-decoration: none;
}

/* line 6685, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_56_grey {
  color: #484848;
  font: 56px "Source Sans Pro";
  text-decoration: none;
}

/* line 6690, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_56_grey:hover {
  text-decoration: underline;
}

/* line 6693, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_60_grey {
  color: #484848;
  font: 60px "Source Sans Pro";
  text-decoration: none;
}

/* line 6698, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_60_grey {
  color: #484848;
  font: 60px "Source Sans Pro";
  text-decoration: none;
}

/* line 6703, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_60_grey:hover {
  text-decoration: underline;
}

/* line 6706, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_60_lightblue {
  color: #4da0d9;
  font: 60px "Source Sans Pro";
  text-decoration: none;
}

/* line 6711, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_60_lightblue {
  color: #4da0d9;
  font: 60px "Source Sans Pro";
  text-decoration: none;
}

/* line 6716, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_60_lightblue:hover {
  text-decoration: underline;
}

/* line 6719, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_68_grey {
  color: #484848;
  font: 68px "Source Sans Pro";
  text-decoration: none;
}

/* line 6724, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_68_grey {
  color: #484848;
  font: 68px "Source Sans Pro";
  text-decoration: none;
}

/* line 6729, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_68_grey:hover {
  text-decoration: underline;
}

/* line 6732, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_72_grey {
  color: #484848;
  font: 72px "Source Sans Pro";
  text-decoration: none;
}

/* line 6737, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_72_grey {
  color: #484848;
  font: 72px "Source Sans Pro";
  text-decoration: none;
}

/* line 6742, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_72_grey:hover {
  text-decoration: underline;
}

/* line 6745, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_86_white {
  color: #ffffff;
  font: 86px "Source Sans Pro";
  text-decoration: none;
}

/* line 6750, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_86_white {
  color: #ffffff;
  font: 86px "Source Sans Pro";
  text-decoration: none;
}

/* line 6755, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_86_white:hover {
  text-decoration: underline;
}

/* line 6758, ../../../app/assets/stylesheets/gos/gos.css.scss */
.SourceSans_86_white_b {
  color: #ffffff;
  font: bold 86px "Source Sans Pro";
  text-decoration: none;
}

/* line 6763, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_86_white_b {
  color: #ffffff;
  font: bold 86px "Source Sans Pro";
  text-decoration: none;
}

/* line 6768, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.SourceSans_86_white_b:hover {
  text-decoration: underline;
}

/* line 6771, ../../../app/assets/stylesheets/gos/gos.css.scss */
.but_grey {
  background: none repeat scroll 0 0 #e3e3e3;
  border: 2px solid #b4b4b4 !important;
  border-radius: 2px;
  cursor: pointer;
  height: 28px;
  padding: 0 30px;
}

/* line 6779, ../../../app/assets/stylesheets/gos/gos.css.scss */
.but_grey:hover {
  background: none repeat scroll 0 0 #dadada;
}

/* line 6782, ../../../app/assets/stylesheets/gos/gos.css.scss */
.but_grey:active {
  background: none repeat scroll 0 0 #00aeef;
}

/* line 6785, ../../../app/assets/stylesheets/gos/gos.css.scss */
.but_grey_blue {
  background: none repeat scroll 0 0 #e3e3e3;
  border: 2px solid #70cae6 !important;
  border-radius: 2px;
  cursor: pointer;
  height: 28px;
  padding: 0 30px;
}

/* line 6793, ../../../app/assets/stylesheets/gos/gos.css.scss */
.but_grey_blue:hover {
  background: none repeat scroll 0 0 #dadada;
}

/* line 6796, ../../../app/assets/stylesheets/gos/gos.css.scss */
.but_grey_blue:active {
  background: none repeat scroll 0 0 #00aeef !important;
}

/* line 6799, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_h2 {
  margin: 20px 0;
}

/* line 6802, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_title_blue {
  margin: 0 0 10px;
}

/* line 6805, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_3_box {
  width: 48%;
}

/* line 6808, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_3_box_left {
  height: 175px;
  margin: 8px;
  overflow: hidden;
  width: 345px;
}

/* line 6814, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_3_box_left_auto {
  margin: 8px;
  overflow: hidden;
  text-align: right;
  width: 345px;
}

/* line 6820, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_img_border_rad_shad {
  border: 3px solid #ffffff;
  border-radius: 4px;
  box-shadow: 4px 4px 8px 2px #878787;
}

/* line 6825, ../../../app/assets/stylesheets/gos/gos.css.scss */
.gradient_1 {
  background: -moz-linear-gradient(center top, #e5e5e5, #f5f5f5) repeat scroll 0 0 transparent;
}

/* line 6828, ../../../app/assets/stylesheets/gos/gos.css.scss */
.top_block {
  margin: 0 auto;
  overflow: hidden;
  width: 950px;
}

/* line 6833, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_1 {
  line-height: 18px;
}

/* line 6836, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_2 {
  margin-top: 12px;
  overflow: hidden;
  width: 265px;
}

/* line 6841, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_2_1 {
  margin-top: 12px;
  overflow: hidden;
  width: 290px;
}

/* line 6846, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_2_3 {
  height: 170px;
  margin-top: 12px;
  overflow: hidden;
  width: 265px;
}

/* line 6852, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_2_4 {
  height: 170px;
  margin-top: 30px;
  overflow: hidden;
  width: 265px;
}

/* line 6858, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_2_5 {
  margin-top: 30px;
  overflow: hidden;
  width: 265px;
}

/* line 6863, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_3 {
  margin: 20px 65px 15px 0;
}

/* line 6866, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_3_1 {
  margin: 20px 15px 15px 0;
}

/* line 6869, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_4 {
  margin-left: 10px;
  width: 175px;
}

/* line 6873, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_4_1 {
  margin-left: 10px;
  width: 180px;
}

/* line 6877, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_5 {
  width: 49%;
}

/* line 6880, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_5_1 {
  margin-top: 55px;
  text-align: center;
}

/* line 6884, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_5_2 {
  margin-top: 10px;
  text-align: center;
}

/* line 6888, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_6 {
  margin: 55px 0 13px 67px;
  overflow: hidden;
}

/* line 6892, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_7 {
  margin: 19px 0 0 10px;
}

/* line 6895, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_8 {
  text-align: center;
}

/* line 6898, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_9 {
  overflow: hidden;
  padding-left: 3px;
  width: 160px;
}

/* line 6903, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_10 {
  font-weight: bold;
  margin: 20px 0 0 12px;
}

/* line 6907, ../../../app/assets/stylesheets/gos/gos.css.scss */
.bottom_block_1 {
  background: none repeat scroll 0 0 #ebebeb;
}

/* line 6910, ../../../app/assets/stylesheets/gos/gos.css.scss */
.bottom_block_lightblue {
  background: none repeat scroll 0 0 #dbe9fd;
}

/* line 6913, ../../../app/assets/stylesheets/gos/gos.css.scss */
.bottom_main_block {
  margin: 0 auto;
  width: 950px;
}

/* line 6917, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_footer_separator {
  background: none repeat scroll 0 0 #c8c8c8;
  clear: both;
  height: 2px;
  overflow: hidden;
}

/* line 6923, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_content_separator {
  background: none repeat scroll 0 0 #e0e0e0;
  clear: both;
  height: 2px;
  overflow: hidden;
}

/* line 6929, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_footer_1 {
  padding: 30px 40px;
}

/* line 6932, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pr_footer_2 {
  height: 100px;
  line-height: 100px;
  text-align: center;
}

/* line 6937, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ps_page_width {
  margin: 0 auto;
  width: 870px;
}

/* line 6941, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ps_page_1 {
  background: none repeat scroll 0 0 #2cb6e1;
  height: 100px;
}

/* line 6945, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ps_page_2 {
  padding-top: 23px;
}

/* line 6948, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ps_page_3 {
  margin-top: 4px;
}

/* line 6951, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ps_page_4 {
  background: none repeat scroll 0 0 #ffffff;
  border: 2px solid #c2c2c2;
  margin-top: 8px;
}

/* line 6956, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ps_page_5 {
  border: 0 none;
  height: 30px;
  margin-right: 10px;
  width: 330px;
}

/* line 6962, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ps_page_6 {
  display: block;
  height: 30px;
}

/* line 6966, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ps_page_7 {
  margin-right: 20px;
  overflow: hidden;
  width: 126px;
}

/* line 6971, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ps_page_8 {
  overflow: hidden;
  width: 715px;
}

/* line 6975, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ps_page_9 {
  line-height: 40px;
}

/* line 6978, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ps_page_10 {
  line-height: 18px;
}

/* line 6981, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ps_page_11 {
  background: none repeat scroll 0 0 #f0f0f0;
  height: 100px;
}

/* line 6985, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ps_page_12 {
  line-height: 30px;
  margin: 17px 0 0 146px;
  overflow: hidden;
}

/* line 6990, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ps_page_13 {
  line-height: 30px;
  margin-top: 15px;
  overflow: hidden;
}

/* line 6995, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ft_1 {
  background: url("../images/icon_v_blue.png") no-repeat scroll 0 15px transparent;
  line-height: 46px;
  padding: 0 0 0 27px;
}

/* line 7000, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ft_1_1 {
  background: url("../images/icon_v_blue.png") no-repeat scroll 0 6px transparent;
  line-height: 30px;
  padding: 0 0 0 27px;
}

/* line 7005, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ft_1_2 {
  background: url("../images/icon_v_lightblue.png") no-repeat scroll 0 11px transparent;
  line-height: 46px;
  padding: 0 50px;
}

/* line 7010, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ft_2 {
  width: 65%;
}

/* line 7013, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ft_2_1 {
  text-align: center;
  width: 35%;
}

/* line 7017, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ft_3 {
  margin: 20px 50px 15px 12px;
}

/* line 7020, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ft_3_1 {
  margin: 20px 15px 15px 0;
}

/* line 7023, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ft_4 {
  margin: 22px 0 0 10px;
}

/* line 7026, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ft_5 {
  height: 3px;
  margin-top: 15px;
}

/* line 7030, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ft_6 {
  line-height: 20px;
  margin: 0 auto;
  width: 300px;
}

/* line 7035, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ft_7 {
  line-height: 30px;
  padding: 0 10px;
}

/* line 7039, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ft_8 {
  line-height: 20px;
  padding: 0 10px;
}

/* line 7043, ../../../app/assets/stylesheets/gos/gos.css.scss */
.ft_9 {
  line-height: 80px;
  text-align: center;
}

/* line 7047, ../../../app/assets/stylesheets/gos/gos.css.scss */
.chip_1 {
  margin: 52px 0 13px 22px;
  overflow: hidden;
}

/* line 7051, ../../../app/assets/stylesheets/gos/gos.css.scss */
.chip_2 {
  margin: 30px 0 0;
}

/* line 7054, ../../../app/assets/stylesheets/gos/gos.css.scss */
.chip_3 {
  margin: 0 0 0 13px;
}

/* line 7057, ../../../app/assets/stylesheets/gos/gos.css.scss */
.chip_4 {
  background: none repeat scroll 0 0 #1a171b;
  height: 26px;
  line-height: 25px;
  padding-left: 25px;
}

/* line 7063, ../../../app/assets/stylesheets/gos/gos.css.scss */
.chip_5 {
  padding-left: 25px;
}

/* line 7066, ../../../app/assets/stylesheets/gos/gos.css.scss */
.chip_6 {
  margin: 20px 35px 15px 0;
}

/* line 7069, ../../../app/assets/stylesheets/gos/gos.css.scss */
.chip_7 {
  margin: 20px 41px 15px 0;
}

/* line 7072, ../../../app/assets/stylesheets/gos/gos.css.scss */
.chip_8 {
  margin: 20px 30px 0 0;
}

/* line 7075, ../../../app/assets/stylesheets/gos/gos.css.scss */
.chip_9 {
  margin-top: 12px;
  overflow: hidden;
  width: 265px;
}

/* line 7080, ../../../app/assets/stylesheets/gos/gos.css.scss */
.chip_10 {
  margin: 0 25px;
}

/* line 7083, ../../../app/assets/stylesheets/gos/gos.css.scss */
.chip_11 {
  line-height: 22px;
  padding-top: 10px;
}

/* line 7087, ../../../app/assets/stylesheets/gos/gos.css.scss */
.chip_12 {
  border: 1px solid #c5c5c5;
  height: 120px;
  width: 600px;
}

/* line 7092, ../../../app/assets/stylesheets/gos/gos.css.scss */
.chip_13 {
  margin: 10px 0 20px;
}

/* line 7095, ../../../app/assets/stylesheets/gos/gos.css.scss */
.chip_14 {
  height: 27px;
  width: 240px;
}

/* line 7099, ../../../app/assets/stylesheets/gos/gos.css.scss */
.chip_15 {
  margin: 10px 0 20px;
  text-align: right;
  width: 600px;
}

/* line 7104, ../../../app/assets/stylesheets/gos/gos.css.scss */
.chip_16 {
  background: none repeat scroll 0 0 #c2c2c2;
}

/* line 7107, ../../../app/assets/stylesheets/gos/gos.css.scss */
.chip_17 {
  line-height: 80px;
  text-align: center;
}

/* line 7111, ../../../app/assets/stylesheets/gos/gos.css.scss */
.chip_17 a {
  color: #252525;
  padding: 0 30px;
}

/* line 7115, ../../../app/assets/stylesheets/gos/gos.css.scss */
.typ_box_1_sept {
  overflow: hidden;
  width: 22px;
}

/* line 7119, ../../../app/assets/stylesheets/gos/gos.css.scss */
.typ_box_2_sept {
  overflow: hidden;
  width: 24px;
}

/* line 7123, ../../../app/assets/stylesheets/gos/gos.css.scss */
.typ_box_1 {
  background: none repeat scroll 0 0 #ffffff;
  height: 250px;
  overflow: hidden;
  width: 300px;
}

/* line 7129, ../../../app/assets/stylesheets/gos/gos.css.scss */
.typ_box_1:hover {
  background: none repeat scroll 0 0 #ffffff;
  box-shadow: 4px 4px 8px 2px #878787;
  cursor: pointer;
  height: 250px;
  overflow: hidden;
  width: 300px;
}

/* line 7137, ../../../app/assets/stylesheets/gos/gos.css.scss */
.typ_box_1_1 {
  height: 82px;
  overflow: hidden;
  width: 300px;
}

/* line 7142, ../../../app/assets/stylesheets/gos/gos.css.scss */
.typ_box_2 {
  margin: 15px 0 5px;
  overflow: hidden;
  text-align: center;
}

/* line 7147, ../../../app/assets/stylesheets/gos/gos.css.scss */
.typ_box_3 {
  margin: 23px 17px 3px;
}

/* line 7150, ../../../app/assets/stylesheets/gos/gos.css.scss */
.typ_box_4 {
  height: 24px;
  overflow: hidden;
  width: 260px;
}

/* line 7155, ../../../app/assets/stylesheets/gos/gos.css.scss */
.typ_box_5 {
  height: 70px;
  line-height: 17px;
  margin-top: 7px;
  overflow: hidden;
  width: 260px;
}

/* line 7162, ../../../app/assets/stylesheets/gos/gos.css.scss */
.typ_box_6 {
  margin: 0 10px 0 0;
  overflow: hidden;
}

/* line 7166, ../../../app/assets/stylesheets/gos/gos.css.scss */
.typ_box_7 {
  height: 46px;
  margin: 17px 0 3px;
  overflow: hidden;
  vertical-align: middle;
  width: 205px;
}

/* line 7173, ../../../app/assets/stylesheets/gos/gos.css.scss */
.typ_box_8 {
  height: 17px;
  overflow: hidden;
  width: 205px;
}

/* line 7178, ../../../app/assets/stylesheets/gos/gos.css.scss */
.typ_1 {
  margin: 8px 0 0;
}

/* line 7181, ../../../app/assets/stylesheets/gos/gos.css.scss */
.typ_2 {
  line-height: 20px;
  margin: 12px 0 0;
  width: 60%;
}

/* line 7186, ../../../app/assets/stylesheets/gos/gos.css.scss */
.typ_3 {
  background: url("../images/bg_stripe_typ.gif") repeat-x scroll left bottom transparent;
}

/* line 7189, ../../../app/assets/stylesheets/gos/gos.css.scss */
.typ_4 {
  background: url("../images/bg_typ_top.png") no-repeat scroll 750px bottom transparent;
}

/* line 7192, ../../../app/assets/stylesheets/gos/gos.css.scss */
.typ_4_bye {
  background: url("../images/bg_typ_top_bye.png") no-repeat scroll 750px bottom transparent;
}

/* line 7195, ../../../app/assets/stylesheets/gos/gos.css.scss */
#demoTimer {
  width: 150px;
}

/* line 7198, ../../../app/assets/stylesheets/gos/gos.css.scss */
.mobile_dnldr_1 {
  border-bottom: 1px solid #c5c5c5;
}

/* line 7201, ../../../app/assets/stylesheets/gos/gos.css.scss */
.mobile_dnldr_2 {
  background: url("../images/icon_bg_download_manager.png") no-repeat scroll left center transparent;
  margin: auto;
  padding-left: 30px;
  text-align: left;
  width: 235px;
}

/* line 7208, ../../../app/assets/stylesheets/gos/gos.css.scss */
.mobile_dnldr_3 {
  margin: 7px auto;
  overflow: hidden;
  text-align: center;
  width: 345px;
}

/* line 7214, ../../../app/assets/stylesheets/gos/gos.css.scss */
.mobile_dnldr_4 {
  background: none repeat scroll 0 0 #ffffff;
  cursor: pointer;
  height: 140px;
  overflow: hidden;
  width: 168px;
}

/* line 7221, ../../../app/assets/stylesheets/gos/gos.css.scss */
.mobile_dnldr_5 {
  padding: 10px 15px;
  text-align: center;
}

/* line 7225, ../../../app/assets/stylesheets/gos/gos.css.scss */
.mobile_dnldr_6 {
  height: 50px;
  overflow: hidden;
  width: 50px;
}

/* line 7230, ../../../app/assets/stylesheets/gos/gos.css.scss */
.mobile_dnldr_7 {
  margin: 7px 0;
  overflow: hidden;
  text-align: center;
  width: 135px;
}

/* line 7236, ../../../app/assets/stylesheets/gos/gos.css.scss */
.mobile_dnldr_7_1 {
  text-align: center;
}

/* line 7239, ../../../app/assets/stylesheets/gos/gos.css.scss */
.mobile_dnldr_8 {
  background: none repeat scroll 0 0 #2aace3;
  margin: 6px auto;
  overflow: hidden;
  width: 72px;
}

/* line 7245, ../../../app/assets/stylesheets/gos/gos.css.scss */
.mobile_dnldr_9 {
  text-align: center;
}

/* line 7248, ../../../app/assets/stylesheets/gos/gos.css.scss */
.mobile_dnldr_10 {
  margin: auto;
  overflow: hidden;
  width: 300px;
}

/* line 7253, ../../../app/assets/stylesheets/gos/gos.css.scss */
.mobile_dnldr_11 {
  background: url("../images/icon_info.png") no-repeat scroll left top transparent;
  height: 45px;
  overflow: hidden;
  padding-left: 48px;
  text-align: left;
}

/* line 7260, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_separator {
  background: none repeat scroll 0 0 #c0b8b4;
  clear: both;
  height: 2px;
  overflow: hidden;
}

/* line 7266, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_1 {
  background: url("../images/bg_3.png") no-repeat scroll 620px 65px transparent;
}

/* line 7269, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_2 {
  line-height: 20px;
  margin-top: 8px;
}

/* line 7273, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_3 {
  background: url("../images/bg_1.png") no-repeat scroll 590px 130px transparent;
}

/* line 7276, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_4 {
  margin-left: 21px;
  text-align: center;
  width: 280px;
}

/* line 7281, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_5 {
  margin: -68px auto auto;
  width: 192px;
}

/* line 7285, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_6 {
  background: url("../images/bg_info.png") no-repeat scroll center top transparent;
  padding-top: 140px;
  text-align: center;
  width: 300px;
}

/* line 7291, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_7 {
  margin: 0 auto;
  width: 215px;
}

/* line 7295, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_8 {
  background: url("../images/bg_social.png") no-repeat scroll center top transparent;
  margin: 0 46px;
  padding-top: 140px;
  text-align: center;
  width: 300px;
}

/* line 7302, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_9 {
  background: url("../images/bg_fast.png") no-repeat scroll center top transparent;
  padding-top: 140px;
  text-align: center;
  width: 300px;
}

/* line 7308, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_10 {
  background: url("../images/bg_2.png") no-repeat scroll 449px 353px transparent;
}

/* line 7311, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_11 {
  background: url("../images/bg_form.png") no-repeat scroll right 233px transparent;
}

/* line 7314, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_12 {
  margin-bottom: 10px;
}

/* line 7317, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_13 {
  margin-bottom: 22px;
}

/* line 7320, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_14 {
  padding-right: 150px;
}

/* line 7323, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_15 {
  margin: 18px 0 8px;
}

/* line 7326, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_16 {
  width: 92%;
}

/* line 7329, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_17 {
  background: none repeat scroll 0 0 #ececec;
}

/* line 7332, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_18 {
  margin: 0 auto;
  width: 215px;
}

/* line 7336, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_19 {
  width: 39.5%;
}

/* line 7339, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_20 {
  width: 38.5%;
}

/* line 7342, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_21 {
  padding-top: 40px;
}

/* line 7345, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_22 {
  background: none repeat scroll 0 0 #ffffff;
}

/* line 7348, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_23 {
  margin-top: 10px;
}

/* line 7351, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_24 {
  line-height: 50px;
}

/* line 7354, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_25 {
  background: none repeat scroll 0 0 #ffffff;
  height: 25px;
}

/* line 7358, ../../../app/assets/stylesheets/gos/gos.css.scss */
.img2social_26 {
  margin-bottom: 4px;
}

/* line 7361, ../../../app/assets/stylesheets/gos/gos.css.scss */
.lp_certi_1 {
  line-height: 16px;
  margin: 10px 0;
}

/* line 7365, ../../../app/assets/stylesheets/gos/gos.css.scss */
.lp_certi_2 {
  margin-top: 22px;
}

/* line 7368, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_orange {
  background-color: #de6900;
  border-radius: 5px;
  box-shadow: 4px 3px 12px 0 rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-size: 28px;
  height: 74px;
  line-height: 74px;
  opacity: 1;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 322px;
}

/* line 7384, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_orange:hover {
  background-color: #006cb5;
  color: #ffffff;
}

/* line 7388, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_orange:hover > span {
  border-right: 1px solid #53a2d4;
}

/* line 7391, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_orange:hover > i {
  color: #e6e6e6;
}

/* line 7394, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_orange span {
  border-right: 1px solid #ec8d38;
  margin-right: 10px;
  padding-right: 10px;
  transition: all 0.5s ease 0s;
}

/* line 7400, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_orange i {
  color: #ffffff;
  transition: all 0.5s ease 0s;
}

/* line 7404, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_blue {
  background-color: #006cb5;
  border-radius: 5px;
  box-shadow: 4px 3px 12px 0 rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-size: 28px;
  height: 74px;
  line-height: 74px;
  opacity: 1;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 322px;
}

/* line 7420, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_blue:hover {
  background-color: #de6900;
  color: #ffffff;
}

/* line 7424, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_blue:hover > span {
  border-right: 1px solid #ec8d38;
}

/* line 7427, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_blue:hover > i {
  color: #e6e6e6;
}

/* line 7430, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_blue span {
  border-right: 1px solid #53a2d4;
  margin-right: 10px;
  padding-right: 10px;
  transition: all 0.5s ease 0s;
}

/* line 7436, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_blue i {
  color: #ffffff;
  transition: all 0.5s ease 0s;
}

/* line 7440, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_green {
  background-color: #21b900;
  border-radius: 5px;
  box-shadow: 4px 3px 12px 0 rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-size: 28px;
  height: 74px;
  line-height: 74px;
  opacity: 1;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 322px;
}

/* line 7456, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_green:hover {
  background-color: #445f19;
  color: #ffffff;
}

/* line 7460, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_green:hover > span {
  border-right: 1px solid #658434;
}

/* line 7463, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_green:hover > i {
  color: #e6e6e6;
}

/* line 7466, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_green span {
  border-right: 1px solid #64ce4c;
  margin-right: 10px;
  padding-right: 10px;
  transition: all 0.5s ease 0s;
}

/* line 7472, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_green i {
  color: #ffffff;
  transition: all 0.5s ease 0s;
}

/* line 7476, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_olive {
  background-color: #445f19;
  border-radius: 5px;
  box-shadow: 4px 3px 12px 0 rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-size: 28px;
  height: 74px;
  line-height: 74px;
  opacity: 1;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 322px;
}

/* line 7492, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_olive:hover {
  background-color: #21b900;
  color: #ffffff;
}

/* line 7496, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_olive:hover > span {
  border-right: 1px solid #64ce4c;
}

/* line 7499, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_olive:hover > i {
  color: #e6e6e6;
}

/* line 7502, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_olive span {
  border-right: 1px solid #658434;
  margin-right: 10px;
  padding-right: 10px;
  transition: all 0.5s ease 0s;
}

/* line 7508, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_olive i {
  color: #ffffff;
  transition: all 0.5s ease 0s;
}

/* line 7512, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_navy {
  background-color: #004f83;
  border-radius: 5px;
  box-shadow: 4px 3px 12px 0 rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-size: 28px;
  height: 74px;
  line-height: 74px;
  opacity: 1;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 322px;
}

/* line 7528, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_navy:hover {
  background-color: #006cb5;
  color: #ffffff;
}

/* line 7532, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_navy:hover > span {
  border-right: 1px solid #53a2d4;
}

/* line 7535, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_navy:hover > i {
  color: #e6e6e6;
}

/* line 7538, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_navy span {
  border-right: 1px solid #216b9b;
  margin-right: 10px;
  padding-right: 10px;
  transition: all 0.5s ease 0s;
}

/* line 7544, ../../../app/assets/stylesheets/gos/gos.css.scss */
.liveLink_navy i {
  color: #ffffff;
  transition: all 0.5s ease 0s;
}

/* line 7549, ../../../app/assets/stylesheets/gos/gos.css.scss */
body {
  background: none repeat scroll 0 0 #f0f0f0;
  color: #555;
  font: 13px/22px "Lato",sans-serif;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  text-rendering: optimizelegibility;
}

/* line 7558, ../../../app/assets/stylesheets/gos/gos.css.scss */
.header {
  background: none repeat scroll 0 0 #323a45;
  margin: 0 auto;
  min-height: 86px;
  padding: 0;
  width: 100%;
  z-index: 1000;
}

/* line 7566, ../../../app/assets/stylesheets/gos/gos.css.scss */
.inner_content {
  padding: 20px 0 0;
}

/* line 7569, ../../../app/assets/stylesheets/gos/gos.css.scss */
.wrapper {
  margin: 0 auto;
  padding: 0 0 60px;
}

/* line 7573, ../../../app/assets/stylesheets/gos/gos.css.scss */
#banner {
  background: none repeat scroll 0 0 #e9e6e1;
  width: 100%;
}

/* line 7577, ../../../app/assets/stylesheets/gos/gos.css.scss */
.intro_wrapper {
  margin: 0 auto;
  padding: 0 0 40px;
}

/* line 7581, ../../../app/assets/stylesheets/gos/gos.css.scss */
.intro_wrapper2 {
  margin: -6px auto 0;
  padding: 0 0 40px;
}

/* line 7585, ../../../app/assets/stylesheets/gos/gos.css.scss */
.intro_wrapper3 {
  margin: -20px auto 0;
  padding: 0 0 40px;
}

/* line 7589, ../../../app/assets/stylesheets/gos/gos.css.scss */
a, input, select, textarea {
  outline: medium none;
  text-decoration: none;
}

/* line 7595, ../../../app/assets/stylesheets/gos/gos.css.scss */
a, a:visited {
  text-decoration: none !important;
}

/* line 7598, ../../../app/assets/stylesheets/gos/gos.css.scss */
:focus {
  outline: 0 none !important;
}

/* line 7601, ../../../app/assets/stylesheets/gos/gos.css.scss */
ul {
  list-style-type: none;
}

/* line 7604, ../../../app/assets/stylesheets/gos/gos.css.scss */
a:hover, a:active, a:focus {
  outline: 0 none !important;
}

/* line 7607, ../../../app/assets/stylesheets/gos/gos.css.scss */
*::-moz-selection {
  background: none repeat scroll 0 0 #19c1c3;
  color: #fff;
}

/* line 7611, ../../../app/assets/stylesheets/gos/gos.css.scss */
p {
  margin-bottom: 15px;
}

/* line 7614, ../../../app/assets/stylesheets/gos/gos.css.scss */
span {
  font-weight: 700;
}

/* line 7617, ../../../app/assets/stylesheets/gos/gos.css.scss */
small {
  font-size: 11px;
  letter-spacing: 0.2em;
}

/* line 7621, ../../../app/assets/stylesheets/gos/gos.css.scss */
.clear {
  clear: both;
  font-size: 0;
  height: 0;
}

/* line 7626, ../../../app/assets/stylesheets/gos/gos.css.scss */
.normal {
  font-weight: normal;
}

/* line 7629, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pull-right {
  margin-left: 12px;
}

/* line 7632, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pull-left {
  margin-right: 12px;
}

/* line 7635, ../../../app/assets/stylesheets/gos/gos.css.scss */
.center {
  margin: 0 auto;
  text-align: center;
}

/* line 7639, ../../../app/assets/stylesheets/gos/gos.css.scss */
.right {
  margin: 0 auto;
  text-align: right;
}

/* line 7643, ../../../app/assets/stylesheets/gos/gos.css.scss */
hr {
  border-bottom: 0 none;
  border-top: 1px solid #ccc;
}

/* line 7647, ../../../app/assets/stylesheets/gos/gos.css.scss */
blockquote {
  border-left: 3px solid #2ba6cb;
}

/* line 7650, ../../../app/assets/stylesheets/gos/gos.css.scss */
.popover {
  text-align: left;
}

/* line 7653, ../../../app/assets/stylesheets/gos/gos.css.scss */
.zocial:hover, .zocial:focus {
  background: none repeat scroll 0 0 #19c1c3;
}

/* line 7656, ../../../app/assets/stylesheets/gos/gos.css.scss */
.zocial {
  border-radius: 4px;
  padding: 2px;
}

/* line 7660, ../../../app/assets/stylesheets/gos/gos.css.scss */
.media img {
  margin-top: 5px;
}

/* line 7663, ../../../app/assets/stylesheets/gos/gos.css.scss */
.media-body a {
  color: #888;
}

/* line 7666, ../../../app/assets/stylesheets/gos/gos.css.scss */
.media-body a:hover {
  color: #777;
}

/* line 7669, ../../../app/assets/stylesheets/gos/gos.css.scss */
.big {
  font-size: 100px;
}

/* line 7672, ../../../app/assets/stylesheets/gos/gos.css.scss */
.myslider {
  display: none;
}

/* line 7675, ../../../app/assets/stylesheets/gos/gos.css.scss */
.well {
  background-color: #d3cdc4;
  border: 0 none;
  box-shadow: none;
  margin-top: 10px;
}

/* line 7681, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fa-li {
  margin-left: -8px;
  padding-top: 2px;
}

/* line 7685, ../../../app/assets/stylesheets/gos/gos.css.scss */
.hue {
  color: #19c1c3;
}

/* line 7688, ../../../app/assets/stylesheets/gos/gos.css.scss */
.white {
  color: #fff;
}

/* line 7691, ../../../app/assets/stylesheets/gos/gos.css.scss */
.magnolia {
  color: #e9e6e1;
}

/* line 7694, ../../../app/assets/stylesheets/gos/gos.css.scss */
.grey {
  color: #999;
}

/* line 7697, ../../../app/assets/stylesheets/gos/gos.css.scss */
.grey2 {
  color: #69767f;
}

/* line 7700, ../../../app/assets/stylesheets/gos/gos.css.scss */
.asphalt {
  color: #34495e;
}

/* line 7703, ../../../app/assets/stylesheets/gos/gos.css.scss */
.colour {
  color: #2ba6cb;
}

/* line 7706, ../../../app/assets/stylesheets/gos/gos.css.scss */
.hue_block {
  background-color: #19c1c3;
  color: #fff;
  padding: 0 4px 2px;
}

/* line 7711, ../../../app/assets/stylesheets/gos/gos.css.scss */
.hue_block:hover {
  background-color: #2ba6cb;
}

/* line 7714, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pad90 {
  padding-top: 90px;
}

/* line 7717, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pad45 {
  padding-top: 45px;
}

/* line 7720, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pad30 {
  padding-top: 30px;
}

/* line 7723, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pad25 {
  padding-top: 25px;
}

/* line 7726, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pad15 {
  padding-top: 15px;
}

/* line 7729, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pad10 {
  padding-top: 10px;
}

/* line 7732, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pad5 {
  padding-top: 5px;
}

/* line 7735, ../../../app/assets/stylesheets/gos/gos.css.scss */
.marg-bottom5 {
  margin-bottom: 5px;
}

/* line 7738, ../../../app/assets/stylesheets/gos/gos.css.scss */
.marg-left5 {
  margin-left: 5px;
}

/* line 7741, ../../../app/assets/stylesheets/gos/gos.css.scss */
.marg-right5 {
  margin-right: 5px;
}

/* line 7744, ../../../app/assets/stylesheets/gos/gos.css.scss */
.but_marg {
  margin-left: 3px;
}

/* line 7747, ../../../app/assets/stylesheets/gos/gos.css.scss */
.vendor {
  height: 0;
  margin: 0;
  padding-bottom: 56.25%;
  padding-top: 0;
  position: relative;
}

/* line 7754, ../../../app/assets/stylesheets/gos/gos.css.scss */
.vendor iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 7762, ../../../app/assets/stylesheets/gos/gos.css.scss */
video {
  height: auto;
  width: 100%;
}

/* line 7766, ../../../app/assets/stylesheets/gos/gos.css.scss */
.soundcloud {
  height: 166px;
  width: 100%;
}

/* line 7770, ../../../app/assets/stylesheets/gos/gos.css.scss */
a {
  color: #19c1c3;
  outline: medium none;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

/* line 7776, ../../../app/assets/stylesheets/gos/gos.css.scss */
a:hover {
  color: #555;
  text-decoration: none;
}

/* line 7780, ../../../app/assets/stylesheets/gos/gos.css.scss */
img {
  opacity: 1;
  vertical-align: top;
}

/* line 7784, ../../../app/assets/stylesheets/gos/gos.css.scss */
.hover_img:hover, .hover_colour {
  background: url("../img/zoom.png") no-repeat scroll 50% 50% #c0392b;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.15) inset;
  position: relative;
}

/* line 7789, ../../../app/assets/stylesheets/gos/gos.css.scss */
.rotate {
  overflow: hidden;
  transition-duration: 0.8s;
  transition-property: transform;
}

/* line 7794, ../../../app/assets/stylesheets/gos/gos.css.scss */
.rotate:hover {
  transform: rotate(360deg);
}

/* line 7797, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn {
  border: 0 none;
  transition: background-color 0.4s ease-in 0s;
}

/* line 7801, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-custom {
  font-size: 14px;
  margin-top: 10px;
  padding: 12px 15px 14px;
}

/* line 7806, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-rounded {
  border-radius: 5px;
}

/* line 7809, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-primary {
  background-color: #2ba6cb;
  border: 0 none;
}

/* line 7813, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-primary:hover {
  background-color: #323a45;
}

/* line 7816, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-inverse {
  background-color: #323a45;
}

/* line 7819, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-inverse:hover {
  background-color: #3e4957;
}

/* line 7822, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn:visited, .btn:focus {
  color: #fff;
}

/* line 7825, ../../../app/assets/stylesheets/gos/gos.css.scss */
.label, .badge {
  text-shadow: none;
}

/* line 7828, ../../../app/assets/stylesheets/gos/gos.css.scss */
.portfolio-links i {
  background-color: #3e4957;
  border-radius: 3px;
}

/* line 7832, ../../../app/assets/stylesheets/gos/gos.css.scss */
.portfolio-links a {
  margin-right: 5px !important;
}

/* line 7835, ../../../app/assets/stylesheets/gos/gos.css.scss */
.portfolio-links a:hover i {
  background-color: #323a45;
}

/* line 7838, ../../../app/assets/stylesheets/gos/gos.css.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  letter-spacing: -0.25px;
}

/* line 7842, ../../../app/assets/stylesheets/gos/gos.css.scss */
h1.title {
  font-size: 40px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 35px;
  text-align: left;
}

/* line 7849, ../../../app/assets/stylesheets/gos/gos.css.scss */
h1 {
  font-size: 24px;
  line-height: 40px;
}

/* line 7853, ../../../app/assets/stylesheets/gos/gos.css.scss */
h2 {
  font-size: 21px;
  line-height: 28px;
}

/* line 7857, ../../../app/assets/stylesheets/gos/gos.css.scss */
h3 {
  font-size: 18px;
  line-height: 25px;
}

/* line 7861, ../../../app/assets/stylesheets/gos/gos.css.scss */
h4 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}

/* line 7866, ../../../app/assets/stylesheets/gos/gos.css.scss */
h5 {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
}

/* line 7871, ../../../app/assets/stylesheets/gos/gos.css.scss */
h6 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}

/* line 7876, ../../../app/assets/stylesheets/gos/gos.css.scss */
h1.intro {
  font-weight: 300;
  line-height: 40px;
}

/* line 7880, ../../../app/assets/stylesheets/gos/gos.css.scss */
.lead {
  font-size: 18px;
  line-height: 24px;
}

/* line 7884, ../../../app/assets/stylesheets/gos/gos.css.scss */
.welcome_index {
  color: #69767f;
  font: 300 32px/50px "Lato",sans-serif;
  margin: 0 auto;
  padding: 55px 0 30px;
  text-align: center;
  width: 80%;
}

/* line 7892, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropcap, .dropcap2 {
  display: block;
  float: left;
  font-size: 45px;
  font-weight: 700;
  margin: 10px 8px 0 0;
  padding: 0;
  text-transform: uppercase;
}

/* line 7901, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropcap2 {
  color: #2ba6cb;
}

/* line 7904, ../../../app/assets/stylesheets/gos/gos.css.scss */
.shotList img {
  margin-left: 10px;
  padding: 0 0.4% 15px 0;
  width: 32.08%;
}

/* line 7909, ../../../app/assets/stylesheets/gos/gos.css.scss */
.shotList img:hover {
  opacity: 0.9;
  transition: all 0.3s ease-in-out 0s;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 7914, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .shotList img {
    margin: 0 auto !important;
    padding: 0 6px 6px 0;
    width: 49% !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 7921, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .shotList img {
    margin: 0 auto 0 -10px !important;
    padding: 0 3% 5px 0;
    width: 48% !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 7928, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .shotList img {
    margin: 0 auto 0 -10px !important;
    padding: 0 0 20px;
    width: 100% !important;
  }
}
/* line 7934, ../../../app/assets/stylesheets/gos/gos.css.scss */
.logo a {
  float: left;
  margin: 26px 0 0;
  transition: all 0.3s ease-in 0s;
}

/* line 7939, ../../../app/assets/stylesheets/gos/gos.css.scss */
.logo a:hover {
  opacity: 0.8;
}

/* line 7942, ../../../app/assets/stylesheets/gos/gos.css.scss */
#main_menu {
  float: right;
  margin: 22px 0 0;
}

/* line 7946, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav {
  margin: 0;
  padding: 0;
}

/* line 7950, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-pills > li {
  display: inline-block;
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 7958, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-pills > li > a {
  color: #bbb;
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 24px 22px 22px 25px;
  text-align: center !important;
  text-transform: uppercase;
}

/* line 7968, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-pills > li.active {
  background: none repeat scroll 0 0 #2980b9;
  border-radius: 4px 4px 0 0;
  color: #fff;
}

/* line 7973, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  background: none repeat scroll 0 0 transparent;
}

/* line 7976, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-pills > li > a:hover {
  background: none repeat scroll 0 0 transparent;
  color: #fff;
}

/* line 7980, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-menu {
  background: none repeat scroll 0 0 #323a45;
  border: medium none;
  border-radius: 4px;
  box-shadow: none !important;
  display: none;
  left: -25px;
  padding: 0;
  position: absolute;
  top: 80px;
  width: 170px;
  z-index: 300;
}

/* line 7993, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-menu > li > a {
  border: 0 none;
  color: #bbb;
  display: block;
  font-size: 13px;
  padding: 8px 20px !important;
  text-align: left;
  text-transform: none;
}

/* line 8002, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  background: none repeat scroll 0 0 transparent !important;
  color: #fff;
  text-decoration: none;
}

/* line 8007, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-menu > li:first-child {
  margin-top: 4px;
}

/* line 8010, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-menu > li:last-child {
  margin-bottom: 6px;
}

/* line 8013, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
  background-color: transparent;
  border: 0 none;
}

/* line 8017, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-menu .sub-menu {
  left: 175px;
  visibility: hidden;
}

/* line 8021, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

/* line 8024, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-menu .sub-menu a {
  transition-property: none !important;
}

/* line 8027, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-navbar {
  background-color: #252525;
  background-image: none !important;
  border: 0 none;
  border-radius: 5px;
  color: #2980b9;
  display: none;
  font-size: 20px;
  height: 40px;
  position: absolute;
  right: 18px;
  top: 23px;
  width: 40px;
}

/* line 8041, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-navbar i {
  font-size: 20px;
}

/* line 8044, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-navbar > .btn {
  background-color: transparent;
  background-image: none;
  border: 0 solid #cccccc;
  border-radius: 0;
  box-shadow: none !important;
  color: inherit;
  cursor: pointer;
  display: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: inherit;
  text-shadow: none;
}

/* line 8059, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-navbar > .btn:hover, .btn-navbar > .btn:focus {
  background-image: none !important;
  text-decoration: none;
}

/* line 8063, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-navbar:hover {
  background-color: #2980b9;
  color: #252525;
}

/* line 8067, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
  background-color: transparent;
}

/* line 8070, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fullwidthbanner-container {
  margin: 0;
  max-height: 550px !important;
  overflow: hidden !important;
  padding: 0;
  position: relative;
  width: 100% !important;
}

/* line 8078, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fullscreenvideo iframe {
  max-height: 550px !important;
}

/* line 8081, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fullwidthbanner p {
  font-size: 14px;
  line-height: 24px;
}

/* line 8085, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fullwidthbanner a {
  color: #fff !important;
}

/* line 8088, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fullwidthbanner ul {
  list-style: outside none none;
  margin: 0;
  visibility: hidden;
}

/* line 8093, ../../../app/assets/stylesheets/gos/gos.css.scss */
.rev-text {
  color: #fff;
  margin: 40px;
}

/* line 8097, ../../../app/assets/stylesheets/gos/gos.css.scss */
.rev-title {
  color: #fff;
  margin: 0;
}

/* line 8101, ../../../app/assets/stylesheets/gos/gos.css.scss */
.rev-left {
  margin-left: 20px;
}

/* line 8104, ../../../app/assets/stylesheets/gos/gos.css.scss */
.rev-right {
  margin-right: 20px;
}

/* line 8107, ../../../app/assets/stylesheets/gos/gos.css.scss */
.rev-title.big {
  font-size: 40px;
  line-height: 46px;
}

/* line 8111, ../../../app/assets/stylesheets/gos/gos.css.scss */
.rev-title-sub {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 3px;
}

/* line 8117, ../../../app/assets/stylesheets/gos/gos.css.scss */
.rev-title.bold {
  color: #eee;
  font-size: 60px !important;
  font-weight: 700 !important;
  letter-spacing: 6px;
  line-height: 1;
  padding: 8px 15px !important;
  text-transform: uppercase;
}

/* line 8126, ../../../app/assets/stylesheets/gos/gos.css.scss */
.rev-title2.bold {
  color: #eee;
  font-size: 60px !important;
  font-weight: 700 !important;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: none;
}

/* line 8134, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tp-caption.bg {
  background: none repeat scroll 0 0 #323a45;
  padding: 18px 22px 22px;
}

/* line 8138, ../../../app/assets/stylesheets/gos/gos.css.scss */
.big_white {
  background: none repeat scroll 0 0 #323a45;
  color: #eee;
  font-size: 18px !important;
  padding: 20px !important;
}

/* line 8144, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tp-leftarrow.default, .tp-rightarrow.default {
  color: #bbb;
  font-size: 30px;
  height: 48px !important;
  line-height: 45px;
  padding: 0 10px;
  top: 50% !important;
  width: auto !important;
}

/* line 8153, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tparrows:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-decoration: inherit;
}

/* line 8161, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tp-leftarrow.default:before {
  content: "";
}

/* line 8164, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tp-rightarrow.default:before {
  content: "";
}

/* line 8167, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tparrows:hover {
  opacity: 0.7;
}

/* line 8170, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tp-bannertimer.tp-bottom {
  background: url("../img/timer.png") repeat scroll 0 0 transparent;
  height: 10px;
  position: absolute;
  width: 100%;
  z-index: 200;
}

/* line 8177, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tp-loader {
  background: url("../img/preload_img.gif") no-repeat scroll center center transparent !important;
  border-radius: 10px;
  height: 50px;
  left: 50%;
  margin-left: 0;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 10000;
}

/* line 8189, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nivo {
  margin-top: 0;
  padding-top: 0;
}

/* line 8193, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nivoSlider {
  height: auto;
  position: relative;
  width: 100%;
}

/* line 8198, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nivoSlider img {
  left: 0;
  max-width: none;
  top: 0;
}

/* line 8203, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

/* line 8208, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nivoSlider a.nivo-imageLink {
  border: 0 none;
  display: none;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 6;
}

/* line 8220, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nivo-slice {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
}

/* line 8227, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nivo-box {
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 5;
}

/* line 8233, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nivo-box img {
  display: block;
}

/* line 8236, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nivo-html-caption {
  display: none;
}

/* line 8239, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nivo-controlNav {
  display: none;
}

/* line 8242, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nivo-box {
  width: 10px;
}

/* line 8245, ../../../app/assets/stylesheets/gos/gos.css.scss */
.slider-wrapper {
  margin: 0 auto 20px;
  position: relative;
}

/* line 8249, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nivoSlider {
  background: url("../img/ajax-loader.gif") no-repeat scroll 50% 50% transparent;
  margin: 0 auto;
  position: relative;
}

/* line 8254, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nivoSlider img {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
}

/* line 8260, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nivoSlider a {
  border: 0 none;
  display: block;
}

/* line 8264, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nivo-controlNav a {
  display: none;
}

/* line 8267, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nivo-directionNav a {
  background: url("../img/slider_nav.png") no-repeat scroll 0 0 transparent;
  bottom: 0;
  cursor: pointer;
  display: block;
  height: 33px !important;
  left: auto;
  opacity: 0.6;
  position: absolute !important;
  right: 0;
  text-indent: -9999px;
  width: 33px !important;
  z-index: 10;
}

/* line 8281, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.nivo-nextNav:hover, .nivo-prevNav:hover {
  opacity: 1;
}

/* line 8284, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.nivo-nextNav {
  background-position: -33px 0;
  right: 0;
}

/* line 8288, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.nivo-prevNav {
  right: 33px;
}

/* line 8291, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nivo-caption {
  background-color: rgba(11, 11, 11, 0.6);
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 13px;
  left: auto;
  line-height: 23px;
  max-width: 500px;
  padding: 5px 15px;
  position: absolute;
  right: 66px;
  top: auto;
  width: auto !important;
  z-index: 8;
}

/* line 8307, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tile {
  background-color: #e3e1e1;
  border-radius: 6px;
  margin-bottom: 25px;
  padding: 14px;
  position: relative;
  text-align: center;
}

/* line 8315, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tile.tile-hot:before {
  background: url("../img/ribbon.png") no-repeat scroll 0 0/82px 82px transparent;
  content: "";
  height: 82px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 82px;
}

/* line 8324, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tile p {
  margin: 10px 0 22px;
}

/* line 8327, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tile-image {
  height: 100px;
  margin: 25px 0 15px;
  vertical-align: bottom;
}

/* line 8332, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tile-image.big-illustration {
  height: 111px;
  margin-top: 10px;
  width: 112px;
}

/* line 8337, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tile-title {
  font-size: 18px;
  margin: 0;
}

/* line 8341, ../../../app/assets/stylesheets/gos/gos.css.scss */
.intro-icon {
  margin: 0 auto;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}

/* line 8346, ../../../app/assets/stylesheets/gos/gos.css.scss */
.intro-icon-disc.cont-large {
  height: 40px;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  width: 40px;
}

/* line 8353, ../../../app/assets/stylesheets/gos/gos.css.scss */
.intro-icon-large:before {
  color: #2980b9;
  font-size: 38px;
  margin-left: 3px;
  padding-left: 0;
}

/* line 8359, ../../../app/assets/stylesheets/gos/gos.css.scss */
.intro-icon-disc {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  box-shadow: 0 0 0 30px transparent;
  transition: box-shadow 0.6s ease-in-out 0s;
}

/* line 8365, ../../../app/assets/stylesheets/gos/gos.css.scss */
.intro-icon-disc:hover {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  transition: box-shadow 0.4s ease-in-out 0s;
}

/* line 8369, ../../../app/assets/stylesheets/gos/gos.css.scss */
.th {
  background: none repeat scroll 0 0 #19c1c3;
  border: 2px solid transparent;
  border-radius: 4px;
  margin: 0 0 10px;
  padding: 10px;
  position: relative;
  transition: all 0.3s ease 0s;
}

/* line 8378, ../../../app/assets/stylesheets/gos/gos.css.scss */
.th:hover {
  background: none repeat scroll 0 0 #2ba6cb;
  border: 2px solid transparent;
  transform: scale(1.03);
}

/* line 8383, ../../../app/assets/stylesheets/gos/gos.css.scss */
.team_ic a {
  font-size: 12px;
  margin: 0 2px;
}

/* line 8387, ../../../app/assets/stylesheets/gos/gos.css.scss */
.team_ic:hover {
  transform: translate(0px, -4px);
  transition: all 0.5s ease-in-out 0s;
}

/* line 8391, ../../../app/assets/stylesheets/gos/gos.css.scss */
.team_sections {
  display: block;
  padding: 15px 5px;
  text-align: center;
}

/* line 8396, ../../../app/assets/stylesheets/gos/gos.css.scss */
.team_bio {
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

/* line 8401, ../../../app/assets/stylesheets/gos/gos.css.scss */
hr.team-line {
  background: url("../img/lines.png") repeat scroll 0 0 transparent;
  border: 0 none;
  height: 10px;
  margin: 25px auto;
  width: 160px;
}

/* line 8408, ../../../app/assets/stylesheets/gos/gos.css.scss */
.progress {
  background: none repeat scroll 0 0 #e9e6e1;
  border-radius: 32px;
  box-shadow: none;
  height: 23px;
  margin: 8px 0 0;
}

/* line 8415, ../../../app/assets/stylesheets/gos/gos.css.scss */
.progress .bar {
  background: none repeat scroll 0 0 #19c1c3;
  box-shadow: none !important;
  text-align: center;
  text-indent: 20px;
}

/* line 8421, ../../../app/assets/stylesheets/gos/gos.css.scss */
.strip {
  background-color: #e9e6e1;
  padding: 45px 0 40px;
  text-align: center;
}

/* line 8426, ../../../app/assets/stylesheets/gos/gos.css.scss */
.strip h1 {
  color: #555;
  font-size: 20px;
  letter-spacing: 0.25em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

/* line 8433, ../../../app/assets/stylesheets/gos/gos.css.scss */
.about_strip {
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

/* line 8439, ../../../app/assets/stylesheets/gos/gos.css.scss */
.strip2 {
  background-color: #e9e6e1;
  padding: 45px 0 0;
  text-align: center;
}

/* line 8444, ../../../app/assets/stylesheets/gos/gos.css.scss */
.big_button {
  background: none repeat scroll 0 0 #e04a40;
  border-radius: 5px;
  box-shadow: 0 5px 0 #b1453e;
  clear: both;
  color: #fff;
  display: block;
  float: none;
  font-size: 21px;
  height: 65px;
  line-height: 65px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 250px;
}

/* line 8460, ../../../app/assets/stylesheets/gos/gos.css.scss */
.big_button a {
  color: #fff;
  opacity: 1;
}

/* line 8464, ../../../app/assets/stylesheets/gos/gos.css.scss */
.big_button:hover {
  background: none repeat scroll 0 0 #ee574d;
  box-shadow: 0 5px 0 #9e3e37;
  color: #fff;
}

/* line 8469, ../../../app/assets/stylesheets/gos/gos.css.scss */
.big_button:active {
  background: none repeat scroll 0 0 #c23c33;
  box-shadow: 0 3px 0 #652824;
  color: #fff;
}

/* line 8474, ../../../app/assets/stylesheets/gos/gos.css.scss */
.big_button:visited, .big_button:focus {
  color: #fff;
}

/* line 8477, ../../../app/assets/stylesheets/gos/gos.css.scss */
.client {
  background-color: #e9e6e1;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  height: 101px;
  margin-bottom: 20px;
  text-indent: -1e+7px;
  transition: all 0.2s ease-in-out 0s;
}

/* line 8487, ../../../app/assets/stylesheets/gos/gos.css.scss */
.client:hover {
  background-color: #d3cdc4;
}

/* line 8490, ../../../app/assets/stylesheets/gos/gos.css.scss */
.client a {
  display: block;
  height: 100%;
  overflow: auto;
  width: 100%;
}

/* line 8496, ../../../app/assets/stylesheets/gos/gos.css.scss */
.client_intro {
  line-height: 30px;
  margin: 10px auto 35px;
  text-align: center;
  width: 70%;
}

/* line 8502, ../../../app/assets/stylesheets/gos/gos.css.scss */
.client1 {
  background-image: url("../img/clients/client1.png") !important;
}

/* line 8505, ../../../app/assets/stylesheets/gos/gos.css.scss */
.client2 {
  background-image: url("../img/clients/client2.png") !important;
}

/* line 8508, ../../../app/assets/stylesheets/gos/gos.css.scss */
.client3 {
  background-image: url("../img/clients/client3.png") !important;
}

/* line 8511, ../../../app/assets/stylesheets/gos/gos.css.scss */
.client4 {
  background-image: url("../img/clients/client4.png") !important;
}

/* line 8514, ../../../app/assets/stylesheets/gos/gos.css.scss */
.client5 {
  background-image: url("../img/clients/client5.png") !important;
}

/* line 8517, ../../../app/assets/stylesheets/gos/gos.css.scss */
.client6 {
  background-image: url("../img/clients/client6.png") !important;
}

/* line 8520, ../../../app/assets/stylesheets/gos/gos.css.scss */
.testimonial1, .testimonial2, .testimonial3 {
  background-color: #34495e;
  border-radius: 4px;
  color: #bbb;
  font-size: 13px;
  margin-bottom: 15px;
  padding: 20px 20px 15px;
  position: relative;
}

/* line 8529, ../../../app/assets/stylesheets/gos/gos.css.scss */
.testimonial1:after, .testimonial2:after, .testimonial3:after {
  border: medium solid transparent;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}

/* line 8538, ../../../app/assets/stylesheets/gos/gos.css.scss */
.testimonial1:after, .testimonial2:after, .testimonial3:after {
  border-top-color: #34495e;
  border-width: 6px;
  left: 48%;
}

/* line 8543, ../../../app/assets/stylesheets/gos/gos.css.scss */
.testimonial2 {
  background-color: #e9e6e1;
  color: #999;
}

/* line 8547, ../../../app/assets/stylesheets/gos/gos.css.scss */
.testimonial2:after {
  border-top-color: #e9e6e1;
}

/* line 8550, ../../../app/assets/stylesheets/gos/gos.css.scss */
.testimonial3 {
  background-color: #2ba6cb;
  color: #fff;
}

/* line 8554, ../../../app/assets/stylesheets/gos/gos.css.scss */
.testimonial3:after {
  border-top-color: #2ba6cb;
}

/* line 8557, ../../../app/assets/stylesheets/gos/gos.css.scss */
.quote_sections, .quote_sections_hue, .quote_sections_dark, .quote_sections_light {
  background: none repeat scroll 0 0 #e3e1e1;
  border-radius: 4px;
  display: block;
  padding: 15px 15px 5px;
  text-align: center;
}

/* line 8564, ../../../app/assets/stylesheets/gos/gos.css.scss */
.quote_sections_hue {
  background: none repeat scroll 0 0 #2ba6cb;
}

/* line 8567, ../../../app/assets/stylesheets/gos/gos.css.scss */
.quote_sections_dark {
  background: none repeat scroll 0 0 #2c3e50;
}

/* line 8570, ../../../app/assets/stylesheets/gos/gos.css.scss */
.quote_sections_light {
  background: none repeat scroll 0 0 #e9e6e1;
}

/* line 8573, ../../../app/assets/stylesheets/gos/gos.css.scss */
.testimonial-icon-disc, .testimonial-icon-disc2, .testimonial-icon-disc3 {
  background-color: #19c1c3;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
}

/* line 8579, ../../../app/assets/stylesheets/gos/gos.css.scss */
.testimonial-icon-disc.cont-large, .testimonial-icon-disc2.cont-large, .testimonial-icon-disc3.cont-large, .testimonial-icon-disc4.cont-large {
  height: 38px;
  margin: 0 auto 10px;
  padding: 10px 0 0;
  text-align: center;
  width: 50px;
}

/* line 8586, ../../../app/assets/stylesheets/gos/gos.css.scss */
.testimonial-icon-large:before {
  font-size: 30px;
  margin-left: 1px;
  margin-top: -2px;
}

/* line 8591, ../../../app/assets/stylesheets/gos/gos.css.scss */
.testimonial-icon-disc2 {
  background-color: #2c3e50;
}

/* line 8594, ../../../app/assets/stylesheets/gos/gos.css.scss */
.testimonial-icon-disc3 {
  background-color: #e9e6e1;
}

/* line 8597, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-blog {
  background: none repeat scroll 0 0 #2980b9;
  color: #fff;
  font-weight: 400;
  margin: 14px 0 10px;
  padding-bottom: 8px;
}

/* line 8604, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-blog1 {
  background: none repeat scroll 0 0 #2980b9;
  color: #fff;
  font-weight: 400;
  margin: 0 0 10px;
  padding-bottom: 8px;
}

/* line 8611, ../../../app/assets/stylesheets/gos/gos.css.scss */
.btn-blog:hover, .btn-blog1:hover {
  background: none repeat scroll 0 0 #2980b9;
  color: #fff;
}

/* line 8615, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.com_no {
  color: #fff;
}

/* line 8618, ../../../app/assets/stylesheets/gos/gos.css.scss */
.com_no:hover {
  color: #19c1c3;
}

/* line 8621, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.com2_no {
  color: #fff;
}

/* line 8624, ../../../app/assets/stylesheets/gos/gos.css.scss */
.com2_no:hover {
  color: #19c1c3;
}

/* line 8627, ../../../app/assets/stylesheets/gos/gos.css.scss */
h1.post_intro {
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

/* line 8632, ../../../app/assets/stylesheets/gos/gos.css.scss */
.blog_slide {
  margin-bottom: -20px;
}

/* line 8635, ../../../app/assets/stylesheets/gos/gos.css.scss */
.blog_slide1 {
  margin-bottom: -10px;
}

/* line 8638, ../../../app/assets/stylesheets/gos/gos.css.scss */
.post_link {
  font-weight: 400;
  line-height: 26px;
}

/* line 8642, ../../../app/assets/stylesheets/gos/gos.css.scss */
.post_link a:hover, .read_more a:hover {
  color: #19c1c3;
}

/* line 8645, ../../../app/assets/stylesheets/gos/gos.css.scss */
.post_link a {
  color: #555;
}

/* line 8648, ../../../app/assets/stylesheets/gos/gos.css.scss */
.post-meta ul {
  clear: both;
  font-size: 11px;
  list-style: outside none none;
  margin: -5px 0 15px;
  padding: 0;
  text-transform: uppercase;
}

/* line 8656, ../../../app/assets/stylesheets/gos/gos.css.scss */
.post-meta li {
  display: inline;
  margin: 0;
}

/* line 8660, ../../../app/assets/stylesheets/gos/gos.css.scss */
.post-meta a {
  color: #555;
}

/* line 8663, ../../../app/assets/stylesheets/gos/gos.css.scss */
.post-meta a:hover {
  color: #747474;
}

/* line 8666, ../../../app/assets/stylesheets/gos/gos.css.scss */
.read_more {
  font-weight: 400;
  letter-spacing: 1.5px;
}

/* line 8670, ../../../app/assets/stylesheets/gos/gos.css.scss */
.read_more a:hover {
  color: #555;
}

/* line 8673, ../../../app/assets/stylesheets/gos/gos.css.scss */
.sidebar p, .sidebar .media-body p {
  font-size: 13px;
}

/* line 8676, ../../../app/assets/stylesheets/gos/gos.css.scss */
input[type="text"], input[type="search"] {
  border: 2px solid #d8d3cb;
  border-radius: 6px;
  box-shadow: none;
  color: #888;
}

/* line 8682, ../../../app/assets/stylesheets/gos/gos.css.scss */
.avatar {
  float: left;
  margin: 0 10px 0 0;
}

/* line 8686, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pad_author {
  margin: 5px 20px 10px 0;
}

/* line 8689, ../../../app/assets/stylesheets/gos/gos.css.scss */
.media-body {
  margin-bottom: 5px;
}

/* line 8692, ../../../app/assets/stylesheets/gos/gos.css.scss */
.flickrs2 {
  margin: 0 0 0 -24px;
  padding-right: 0;
}

/* line 8696, ../../../app/assets/stylesheets/gos/gos.css.scss */
.FlickrImagesBlog li {
  float: left;
  margin: 0 5px 12px 0;
  width: 30.3%;
}

/* line 8701, ../../../app/assets/stylesheets/gos/gos.css.scss */
.FlickrImagesBlog img {
  border-radius: 3px;
  transition: opacity 0.2s linear 0s;
}

/* line 8705, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pager li > a, .pager li > span {
  background: none repeat scroll 0 0 #19c1c3;
  border: 0 none;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}

/* line 8712, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pager li > a:hover, .pager li > a:focus, .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  background: none repeat scroll 0 0 #555;
  color: #fff;
  text-decoration: none;
}

/* line 8717, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination {
  margin: 50px 0 20px;
}

/* line 8720, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination ul {
  border-radius: 5px;
  box-shadow: none;
}

/* line 8724, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination ul > li {
  display: inline;
}

/* line 8727, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination ul > li > a, .pagination ul > li > span {
  background-color: transparent;
  border: 2px solid #19c1c3;
  border-radius: 5px;
  float: left;
  font-size: 13px;
  font-weight: 700;
  margin-right: 5px;
  padding: 4px 10px;
  text-decoration: none;
}

/* line 8738, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: #19c1c3;
  color: #fff;
}

/* line 8742, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination ul > .active > a, .pagination ul > .active > span {
  background-color: #19c1c3;
  color: #fff;
  cursor: default;
}

/* line 8747, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
  background-color: transparent;
  color: #bbb;
  cursor: default;
}

/* line 8752, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
  border-left-width: 2px;
}

/* line 8755, ../../../app/assets/stylesheets/gos/gos.css.scss */
.google-maps {
  height: 400px;
  margin: 0 0 30px;
}

/* line 8759, ../../../app/assets/stylesheets/gos/gos.css.scss */
.contact_form {
  padding-top: 10px;
}

/* line 8762, ../../../app/assets/stylesheets/gos/gos.css.scss */
#ajax-contact-form input, .contact_form textarea {
  border: 0 none;
  box-shadow: none;
}

/* line 8766, ../../../app/assets/stylesheets/gos/gos.css.scss */
.contact_form textarea {
  min-height: 200px;
}

/* line 8769, ../../../app/assets/stylesheets/gos/gos.css.scss */
.form_info {
  color: #767676;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 3px;
  text-transform: uppercase;
}

/* line 8777, ../../../app/assets/stylesheets/gos/gos.css.scss */
#ajax-contact-form input, #ajax-contact-form textarea {
  border: 2px solid #d8d3cb;
  border-radius: 6px;
  box-shadow: none;
  color: #888;
}

/* line 8783, ../../../app/assets/stylesheets/gos/gos.css.scss */
.required {
  color: #19c1c3;
  font-size: 17px;
}

/* line 8787, ../../../app/assets/stylesheets/gos/gos.css.scss */
#ajax-contact-form input.btn-form {
  border: 0 none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 10px;
  outline: medium none;
  padding: 13px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 8802, ../../../app/assets/stylesheets/gos/gos.css.scss */
.notification_error {
  background-color: #333;
  color: #fff;
  height: auto;
  margin: 0 0 9px;
  padding: 10px;
  text-align: left;
}

/* line 8810, ../../../app/assets/stylesheets/gos/gos.css.scss */
.notification_ok {
  background-color: #333;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  height: auto;
  margin: 0 0 9px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

/* line 8821, ../../../app/assets/stylesheets/gos/gos.css.scss */
.follow_us {
  text-align: center;
}

/* line 8824, ../../../app/assets/stylesheets/gos/gos.css.scss */
.follow_us a.zocial {
  background: none repeat scroll 0 0 transparent;
  font-size: 36px;
  margin: 0 10px 0 0;
  opacity: 0.2;
  text-align: center;
  transition: all 0.2s ease-out 0s;
  width: 77px;
}

/* line 8833, ../../../app/assets/stylesheets/gos/gos.css.scss */
.follow_us a.zocial:hover {
  background: none repeat scroll 0 0 transparent;
  opacity: 1;
}

/* line 8837, ../../../app/assets/stylesheets/gos/gos.css.scss */
#footer h1 {
  color: #eee;
  font-size: 20px;
  letter-spacing: 0.25em;
  margin-bottom: 0.5em !important;
  text-transform: uppercase;
}

/* line 8844, ../../../app/assets/stylesheets/gos/gos.css.scss */
h3.follow {
  color: #eee;
  line-height: 30px;
  margin: 0 auto 40px;
  width: 50%;
}

/* line 8850, ../../../app/assets/stylesheets/gos/gos.css.scss */
#footer {
  background-color: #2980b9;
  padding: 40px 0 30px;
  text-align: center;
}

/* line 8855, ../../../app/assets/stylesheets/gos/gos.css.scss */
#footer2 {
  background: none repeat scroll 0 0 #323a45;
  color: #999;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  padding: 39px 0 36px;
  position: relative;
  text-align: center;
}

/* line 8865, ../../../app/assets/stylesheets/gos/gos.css.scss */
.copyright a {
  color: #888;
}

/* line 8868, ../../../app/assets/stylesheets/gos/gos.css.scss */
.copyright a:hover {
  color: #777;
}

/* line 8871, ../../../app/assets/stylesheets/gos/gos.css.scss */
.go-top {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  bottom: 0.5em;
  color: white;
  display: none;
  font-size: 30px;
  padding: 0.1em 0.3em;
  position: fixed;
  right: 0.5em;
  text-decoration: none;
  z-index: 500;
}

/* line 8884, ../../../app/assets/stylesheets/gos/gos.css.scss */
.go-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 8887, ../../../app/assets/stylesheets/gos/gos.css.scss */
.item_description {
  background-color: #e9e6e1;
  border-bottom: 2px solid #d3cdc4;
  color: #767676;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 2px;
  margin-top: -1px;
  padding: 10px 15px;
  position: relative;
  text-align: center;
}

/* line 8899, ../../../app/assets/stylesheets/gos/gos.css.scss */
.item_description:hover {
  border-bottom: 2px solid #bbb;
}

/* line 8902, ../../../app/assets/stylesheets/gos/gos.css.scss */
.item_description a {
  color: #555;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* line 8908, ../../../app/assets/stylesheets/gos/gos.css.scss */
.item_description a:hover {
  color: #888;
}

/* line 8911, ../../../app/assets/stylesheets/gos/gos.css.scss */
.isotope-item {
  z-index: 2;
}

/* line 8914, ../../../app/assets/stylesheets/gos/gos.css.scss */
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* line 8918, ../../../app/assets/stylesheets/gos/gos.css.scss */
.isotope, .isotope .isotope-item {
  transition-duration: 0.8s;
}

/* line 8921, ../../../app/assets/stylesheets/gos/gos.css.scss */
.isotope {
  transition-property: height, width;
}

/* line 8924, ../../../app/assets/stylesheets/gos/gos.css.scss */
.isotope .isotope-item {
  transition-property: transform, opacity;
}

/* line 8927, ../../../app/assets/stylesheets/gos/gos.css.scss */
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  transition-duration: 0s;
}

/* line 8930, ../../../app/assets/stylesheets/gos/gos.css.scss */
.isotope.infinite-scrolling {
  transition: none 0s ease 0s;
}

/* line 8933, ../../../app/assets/stylesheets/gos/gos.css.scss */
.element {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

/* line 8938, ../../../app/assets/stylesheets/gos/gos.css.scss */
.element img {
  max-width: 100%;
}

/* line 8941, ../../../app/assets/stylesheets/gos/gos.css.scss */
#options {
  padding: 0;
}

/* line 8944, ../../../app/assets/stylesheets/gos/gos.css.scss */
#filters2 {
  margin: 45px 0;
  text-align: center;
}

/* line 8948, ../../../app/assets/stylesheets/gos/gos.css.scss */
#filters {
  margin: 45px 0;
  text-align: left;
}

/* line 8952, ../../../app/assets/stylesheets/gos/gos.css.scss */
#filters li, #filters2 li {
  background: none repeat scroll 0 0 transparent;
  display: inline-block;
  margin: 0;
  overflow: hidden;
}

/* line 8958, ../../../app/assets/stylesheets/gos/gos.css.scss */
#filters li a, #filters2 li a {
  background: none repeat scroll 0 0 transparent;
  border: 2px solid #767676;
  border-radius: 6px;
  color: #555;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 50px;
  margin: 0 10px 0 auto;
  padding: 10px 14px;
  text-transform: uppercase;
}

/* line 8972, ../../../app/assets/stylesheets/gos/gos.css.scss */
#filters li a.selected, #filters2 li a.selected {
  background: none repeat scroll 0 0 #19c1c3;
  border: 2px solid #19c1c3;
  color: #fff;
}

/* line 8977, ../../../app/assets/stylesheets/gos/gos.css.scss */
#filters li a:hover, #filters2 li a:hover {
  background: none repeat scroll 0 0 #34495e;
  border: 2px solid #34495e;
  color: #fff;
}

/* line 8982, ../../../app/assets/stylesheets/gos/gos.css.scss */
.holder {
  margin: 50px 0 54px;
  text-align: left;
}

/* line 8986, ../../../app/assets/stylesheets/gos/gos.css.scss */
.holder a {
  background: none repeat scroll 0 0 transparent;
  border: 2px solid #767676;
  border-radius: 6px;
  color: #555;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-right: 10px;
  padding: 8px 14px;
  text-transform: uppercase;
}

/* line 9000, ../../../app/assets/stylesheets/gos/gos.css.scss */
.holder a:hover {
  background: none repeat scroll 0 0 #34495e;
  border: 2px solid #34495e;
  color: #fff;
}

/* line 9005, ../../../app/assets/stylesheets/gos/gos.css.scss */
.holder a.jp-current {
  background: none repeat scroll 0 0 #19c1c3;
  border: 2px solid #19c1c3;
  color: #fff;
}

/* line 9010, ../../../app/assets/stylesheets/gos/gos.css.scss */
a.jp-disabled:hover, .holder a.jp-next:hover {
  background: none repeat scroll 0 0 #34495e;
  border: 2px solid #34495e;
  color: #fff;
}

/* line 9015, ../../../app/assets/stylesheets/gos/gos.css.scss */
.holder a.jp-current, a.jp-current:hover, .holder a.jp-disabled, a.jp-disabled:hover {
  cursor: default;
}

/* line 9018, ../../../app/assets/stylesheets/gos/gos.css.scss */
.holder span {
  display: none;
}

/* line 9021, ../../../app/assets/stylesheets/gos/gos.css.scss */
ul#itemContainer {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 9027, ../../../app/assets/stylesheets/gos/gos.css.scss */
#carousel {
  margin-bottom: 20px;
}

/* line 9030, ../../../app/assets/stylesheets/gos/gos.css.scss */
#carousel .carousel-control {
  background-image: url("../img/main_carousel_nav.png") !important;
  background-position: 0 -33px;
  background-repeat: no-repeat;
  border: 0 none;
  border-radius: 0;
  height: 33px;
  left: 15px;
  margin-top: -17px;
  opacity: 1;
  outline: medium none;
  position: absolute;
  top: 50%;
  transition: none 0s ease 0s;
  width: 33px;
}

/* line 9046, ../../../app/assets/stylesheets/gos/gos.css.scss */
#carousel .carousel-control.right {
  background-position: -102px -33px;
  left: auto;
  right: 15px;
}

/* line 9051, ../../../app/assets/stylesheets/gos/gos.css.scss */
#carousel .carousel-control.right:hover {
  background-position: -102px 0;
}

/* line 9054, ../../../app/assets/stylesheets/gos/gos.css.scss */
#carousel .carousel-control:hover {
  background-position: 0 0;
}

/* line 9057, ../../../app/assets/stylesheets/gos/gos.css.scss */
.col_full {
  display: block;
  float: left;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

/* line 9064, ../../../app/assets/stylesheets/gos/gos.css.scss */
.col_full2 {
  display: block;
  float: left;
  position: relative;
}

/* line 9069, ../../../app/assets/stylesheets/gos/gos.css.scss */
#slider_home, #slider_clients, #slider_about, #slider_related, #slider_small {
  position: relative;
}

/* line 9072, ../../../app/assets/stylesheets/gos/gos.css.scss */
.slider-item {
  float: left;
  height: auto;
  margin: 0 3px 0 0;
  min-height: 315px;
  position: relative;
}

/* line 9079, ../../../app/assets/stylesheets/gos/gos.css.scss */
.slider-item .slider-image, .slider-item .slider-image a, .slider-item .slider-image img {
  display: block;
  position: relative;
  width: 100%;
}

/* line 9084, ../../../app/assets/stylesheets/gos/gos.css.scss */
.slider-item .slider-image:hover, .slider-item .slider-image a:hover, .slider-item .slider-image img:hover {
  display: block;
  position: relative;
  width: 100%;
}

/* line 9089, ../../../app/assets/stylesheets/gos/gos.css.scss */
.slider-title {
  background-color: #34495e;
  border-radius: 0 0 4px 4px;
  color: #bbb;
  font-size: 13px;
  margin-top: -1px;
  padding: 1px 15px 10px;
  position: relative;
  text-align: center;
}

/* line 9099, ../../../app/assets/stylesheets/gos/gos.css.scss */
.slider-title:after {
  border: medium solid transparent;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}

/* line 9108, ../../../app/assets/stylesheets/gos/gos.css.scss */
.slider-title:after {
  border-top-color: #34495e;
  border-width: 6px;
  left: 47%;
}

/* line 9113, ../../../app/assets/stylesheets/gos/gos.css.scss */
.slider-title h3 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
  text-transform: uppercase;
}

/* line 9120, ../../../app/assets/stylesheets/gos/gos.css.scss */
.slider-title h3 a {
  color: #eee;
}

/* line 9123, ../../../app/assets/stylesheets/gos/gos.css.scss */
.slider-title h3 a:hover {
  color: #fff;
}

/* line 9126, ../../../app/assets/stylesheets/gos/gos.css.scss */
.widget-scroll-prev, .widget-scroll-next, .widget-scroll-prev2, .widget-scroll-next2, .widget-scroll-prev3, .widget-scroll-next3 {
  background: none repeat scroll 0 0 #d8d3cb;
  border-radius: 50px;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: normal;
  height: 25px;
  left: auto;
  line-height: 25px;
  opacity: 1;
  outline: medium none;
  padding: 0;
  position: absolute;
  right: 30px;
  text-align: center;
  top: -20px;
  transition: all 0.3s ease 0s;
  width: 25px;
}

/* line 9146, ../../../app/assets/stylesheets/gos/gos.css.scss */
.widget-scroll-next {
  right: 3px;
  top: -20px;
}

/* line 9150, ../../../app/assets/stylesheets/gos/gos.css.scss */
.widget-scroll-prev:hover, .widget-scroll-next:hover, .widget-scroll-prev2:hover, .widget-scroll-next2:hover, .widget-scroll-prev3:hover, .widget-scroll-next3:hover {
  background: none repeat scroll 0 0 #2ba6cb;
}

/* line 9153, ../../../app/assets/stylesheets/gos/gos.css.scss */
#slider_related .slider-item {
  float: left;
  height: auto;
  margin: 0 5px 0 0;
  min-height: 150px;
  position: relative;
}

/* line 9160, ../../../app/assets/stylesheets/gos/gos.css.scss */
.widget-scroll-prev2, .widget-scroll-next2 {
  right: 30px;
  top: -12px;
}

/* line 9164, ../../../app/assets/stylesheets/gos/gos.css.scss */
.widget-scroll-next2 {
  right: 3px;
}

/* line 9167, ../../../app/assets/stylesheets/gos/gos.css.scss */
#slider_small .slider-item {
  float: left;
  margin: 0 3px 0 0;
  min-height: 100px;
  position: relative;
}

/* line 9173, ../../../app/assets/stylesheets/gos/gos.css.scss */
.widget-scroll-prev3, .widget-scroll-next3 {
  left: 0;
  top: -30px;
}

/* line 9177, ../../../app/assets/stylesheets/gos/gos.css.scss */
.widget-scroll-next3 {
  left: 30px;
}

/* line 9180, ../../../app/assets/stylesheets/gos/gos.css.scss */
.related_link {
  color: #767676;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 15px auto 0;
  text-align: center;
  text-transform: uppercase;
}

/* line 9188, ../../../app/assets/stylesheets/gos/gos.css.scss */
.screen-bg {
  background-color: #19c1c3;
  margin-bottom: 30px;
  padding: 50px 0 30px;
}

/* line 9193, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pricing-table {
  box-sizing: border-box;
  margin-bottom: 20px;
  text-align: center;
}

/* line 9198, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pricing-table h4 {
  color: #fff;
  margin-bottom: 0;
}

/* line 9202, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pricing-header-row-1 small {
  color: #111;
}

/* line 9205, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pricing-table ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/* line 9210, ../../../app/assets/stylesheets/gos/gos.css.scss */
.price {
  color: #555;
  font: 700 30px/14px "Lato",sans serif;
  margin-top: 13px;
  text-align: center;
}

/* line 9216, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pricing-table h3 {
  color: #2ba6cb;
}

/* line 9219, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pricing-header-row-1 {
  background-color: #2ba6cb;
  border-radius: 6px 6px 0 0;
  height: 50px;
  padding: 3px 0 12px;
  text-align: center;
}

/* line 9226, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pricing-header-row-2 {
  background-color: #e7e7e7;
  border-top: medium none;
  height: 60px;
  margin-top: 0;
  padding: 10px 0;
  text-align: center;
}

/* line 9234, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pricing-content-row-odd {
  background-color: #eee;
  color: #555;
  font-size: 12px;
  padding: 8px 0;
}

/* line 9240, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pricing-content-row-even {
  background-color: #e7e7e7;
  color: #555;
  font-size: 12px;
  padding: 8px 0;
}

/* line 9246, ../../../app/assets/stylesheets/gos/gos.css.scss */
.pricing-footer {
  background-color: #2ba6cb;
  border-radius: 0 0 6px 6px;
  height: 50px;
  padding: 20px 0 0;
  text-align: center;
}

/* line 9253, ../../../app/assets/stylesheets/gos/gos.css.scss */
.but-price {
  margin-top: -8px;
}

/* line 9256, ../../../app/assets/stylesheets/gos/gos.css.scss */
.accordion-group, .accordion-inner {
  border: medium none;
  border-radius: 0;
}

/* line 9260, ../../../app/assets/stylesheets/gos/gos.css.scss */
.accordion-group {
  background: none repeat scroll 0 0 #34495e;
  border-bottom: 1px solid #2c3e50;
  margin-bottom: 0;
  padding: 8px 0;
}

/* line 9266, ../../../app/assets/stylesheets/gos/gos.css.scss */
.accordion-group:first-child {
  border-radius: 6px 6px 0 0;
}

/* line 9269, ../../../app/assets/stylesheets/gos/gos.css.scss */
.accordion-group:last-child {
  border: medium none;
  border-radius: 0 0 6px 6px;
}

/* line 9273, ../../../app/assets/stylesheets/gos/gos.css.scss */
.accordion-heading .accordion-toggle {
  color: #bbb;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  margin: 5px 10px 8px;
  outline: medium none;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

/* line 9284, ../../../app/assets/stylesheets/gos/gos.css.scss */
.accordion-toggle i {
  padding: 0 15px 0 10px;
}

/* line 9287, ../../../app/assets/stylesheets/gos/gos.css.scss */
.accordion-heading .collapsed {
  color: #bbb;
}

/* line 9290, ../../../app/assets/stylesheets/gos/gos.css.scss */
.accordion-heading .accordion-toggle:hover {
  color: #fff;
  text-decoration: none;
}

/* line 9294, ../../../app/assets/stylesheets/gos/gos.css.scss */
.accordion-inner {
  color: #bbb;
  font-size: 13px;
  line-height: 22px;
  padding: 0 20px 9px 40px;
}

/* line 9300, ../../../app/assets/stylesheets/gos/gos.css.scss */
.collapse {
  height: 0;
  overflow: hidden;
  position: relative;
}

/* line 9305, ../../../app/assets/stylesheets/gos/gos.css.scss */
.collapse.in {
  height: auto;
}

/* line 9308, ../../../app/assets/stylesheets/gos/gos.css.scss */
ul.nav-tabs {
  margin: 0 !important;
}

/* line 9311, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-tabs > li > a {
  background: none repeat scroll 0 0 #34495e;
  border: 0 solid #34495e;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  outline: medium none;
  padding: 6px 10px 5px;
}

/* line 9321, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-tabs > li.active > a {
  background: none repeat scroll 0 0 #2ba6cb;
  border: 0 none;
  color: #fff;
}

/* line 9326, ../../../app/assets/stylesheets/gos/gos.css.scss */
.nav-tabs > li > a:hover, .nav-tabs > li.active > a:hover, .nav-tabs > .active > a:focus {
  background: none repeat scroll 0 0 #2ba6cb;
  border: 0 solid #34495e;
  color: #fff;
}

/* line 9331, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tab-content {
  padding: 18px 0 0;
}

/* line 9334, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabs-top .nav-tabs > li.active > a:hover, .tabs-top .nav-tabs > li.active > a {
  color: #fff;
}

/* line 9337, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabs-left > .nav-tabs {
  border: medium none;
}

/* line 9340, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabbable.tabs-left .nav-tabs li {
  border-radius: 0;
  margin: 10px 0 -2px;
}

/* line 9344, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabbable.tabs-left .nav-tabs a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #34495e;
  border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #2980b9;
  border-image: none;
  border-radius: 0;
  border-style: none none none solid;
  border-width: 0 0 0 3px;
  color: #eee;
  font-size: 12px;
  padding: 6px 0 6px 10px;
}

/* line 9359, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabbable.tabs-left .nav-tabs .active a, .tabbable.tabs-left .nav-tabs a:hover {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #2ba6cb;
  border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #2980b9;
  border-image: none;
  border-style: none none none solid;
  border-width: 0 0 0 3px;
  color: #fff;
}

/* line 9371, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tabbable.tabs-left .tab-content {
  padding: 0 0 20px 15px;
}

/* line 9374, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tooltip {
  font-size: 13px;
}

/* line 9377, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tooltip.in {
  opacity: 1;
}

/* line 9380, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tooltip.top {
  margin-top: -13px;
  padding-bottom: 9px;
}

/* line 9384, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tooltip.top .tooltip-arrow {
  border-top-color: #34495e;
  border-width: 9px 9px 0;
  bottom: 0;
  margin-left: -9px;
}

/* line 9390, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tooltip.right .tooltip-arrow {
  border-right-color: #34495e;
  border-width: 9px 9px 9px 0;
  left: -3px;
  margin-top: -9px;
}

/* line 9396, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tooltip.bottom {
  padding-top: 8px;
}

/* line 9399, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #34495e;
  border-width: 0 9px 9px;
  margin-left: -9px;
  top: -1px;
}

/* line 9405, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tooltip.left .tooltip-arrow {
  border-left-color: #34495e;
  border-width: 9px 0 9px 9px;
  margin-top: 14px;
  right: -4px;
  top: -1px;
}

/* line 9412, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tooltip.left {
  margin-left: -15px;
}

/* line 9415, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tooltip-inner {
  background-color: #34495e;
  border-radius: 6px;
  line-height: 18px;
  padding: 12px;
  text-align: center;
  width: 183px;
}

/* line 9423, ../../../app/assets/stylesheets/gos/gos.css.scss */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* line 9427, ../../../app/assets/stylesheets/gos/gos.css.scss */
.animated.hinge {
  animation-duration: 2s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 9446, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* line 9469, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* line 9492, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* line 9527, ../../../app/assets/stylesheets/gos/gos.css.scss */
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
/* line 9562, ../../../app/assets/stylesheets/gos/gos.css.scss */
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
/* line 9597, ../../../app/assets/stylesheets/gos/gos.css.scss */
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0px);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0px);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
/* line 9622, ../../../app/assets/stylesheets/gos/gos.css.scss */
.shake {
  animation-name: shake;
}

@media (max-width: 979px) {
  /* line 9626, ../../../app/assets/stylesheets/gos/gos.css.scss */
  nav {
    background: none repeat scroll 0 0 #323a45;
  }

  /* line 9629, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .btn-navbar {
    display: block;
  }

  /* line 9632, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .header {
    float: none !important;
    margin: 0 auto;
    padding-bottom: 10px !important;
    text-align: center;
  }

  /* line 9638, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .header .container {
    margin: 0 !important;
    min-width: 100% !important;
    padding: 0 !important;
  }

  /* line 9643, ../../../app/assets/stylesheets/gos/gos.css.scss */
  #main_menu {
    display: block;
    margin: 22px 0 0;
    width: 100%;
  }

  /* line 9648, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .logo {
    margin-left: 20px;
  }

  /* line 9651, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nav-collapse .nav > li {
    display: block;
    text-align: center;
    width: auto;
  }

  /* line 9656, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    margin-bottom: 2px !important;
    text-align: center;
  }

  /* line 9660, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nav-pills > li {
    border-top: 1px solid #2c2c2c;
    z-index: 2000;
  }

  /* line 9664, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nav-pills > li > a {
    margin: 10px 0 0;
  }

  /* line 9667, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .dropdown-menu {
    margin: 0 !important;
    width: 100%;
  }

  /* line 9671, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .dropdown-menu > li > a {
    background-color: rgba(0, 0, 0, 0.2);
    border: 0 none;
    color: #bbb;
    display: block;
    padding: 6px 0 !important;
    width: auto;
  }

  /* line 9679, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nav-pills > li.active {
    background: none repeat scroll 0 0 transparent;
    border-radius: 0;
    color: #fff;
  }

  /* line 9684, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .dropdown-menu .sub-menu {
    visibility: visible !important;
    width: 100% !important;
  }

  /* line 9688, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .dropdown-menu li:hover .sub-menu {
    left: 0;
  }

  /* line 9691, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .dropdown-menu .sub-menu li:first-child {
    margin-top: 0;
  }

  /* line 9694, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .dropdown-menu .sub-menu li:last-child {
    margin-bottom: 0;
  }

  /* line 9697, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .dropdown-menu li:last-child {
    margin-bottom: 0;
  }

  /* line 9700, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .container {
    padding: 0 15px !important;
  }

  /* line 9703, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nivo {
    margin-top: 0 !important;
  }

  /* line 9706, ../../../app/assets/stylesheets/gos/gos.css.scss */
  #banner {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 9711, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .pp_pic_holder.pp_default {
    left: 0 !important;
    overflow: hidden;
    width: 100% !important;
  }

  /* line 9716, ../../../app/assets/stylesheets/gos/gos.css.scss */
  div.pp_default .pp_content_container .pp_left {
    padding-left: 0 !important;
  }

  /* line 9719, ../../../app/assets/stylesheets/gos/gos.css.scss */
  div.pp_default .pp_content_container .pp_right {
    padding-right: 0 !important;
  }

  /* line 9722, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .pp_content {
    height: auto !important;
    width: 100% !important;
  }

  /* line 9726, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .pp_fade {
    height: 100% !important;
    width: 100% !important;
  }

  /* line 9730, ../../../app/assets/stylesheets/gos/gos.css.scss */
  a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom {
    display: none !important;
  }

  /* line 9733, ../../../app/assets/stylesheets/gos/gos.css.scss */
  #pp_full_res img {
    border-radius: 0;
    height: auto !important;
    width: 100% !important;
  }

  /* line 9738, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .pp_details {
    background-color: #fff;
    margin-top: -2px !important;
    padding: 10px 4% 35px 3%;
    width: 94% !important;
  }

  /* line 9744, ../../../app/assets/stylesheets/gos/gos.css.scss */
  a.pp_close {
    right: 10px !important;
    top: 12px !important;
  }

  /* line 9748, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .theme-default .nivo-html-caption {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  /* line 9753, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .nivo_height {
    padding-top: 0 !important;
  }

  /* line 9756, ../../../app/assets/stylesheets/gos/gos.css.scss */
  #banner {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 9761, ../../../app/assets/stylesheets/gos/gos.css.scss */
  h1.title {
    line-height: 40px;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  /* line 9766, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .rev-title {
    font-size: 16px;
    line-height: 22px;
  }

  /* line 9770, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .rev-title.big {
    font-size: 24px;
    line-height: 28px;
  }

  /* line 9774, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .rev-title.bold {
    font-size: 50px !important;
    letter-spacing: 4px;
    padding: 12px 10px !important;
  }

  /* line 9779, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .rev-title2.bold {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 479px) {
  /* line 9784, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .rev-title {
    font-size: 10px;
    line-height: 14px;
  }

  /* line 9788, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .rev-title.big {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 31.5em) {
  /* line 9794, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .grid {
    padding: 0 0 10px;
  }

  /* line 9797, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .grid li {
    margin-left: -3px;
    min-width: 280px;
    width: 80%;
  }

  /* line 9802, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .dzsportfolio.skin-clean {
    width: 100% !important;
  }

  /* line 9805, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .rev-title.bold {
    font-size: 20px !important;
    letter-spacing: 4px;
    padding: 8px !important;
  }

  /* line 9810, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .rev-title2.bold {
    font-size: 20px !important;
    margin-top: -10px;
  }

  /* line 9814, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .rev-title-sub {
    margin: 10px 0 0 !important;
  }

  /* line 9817, ../../../app/assets/stylesheets/gos/gos.css.scss */
  .mobile {
    margin-top: -20px;
  }
}
/* line 9821, ../../../app/assets/stylesheets/gos/gos.css.scss */
body {
  background-color: #ffffff;
}

/* line 9824, ../../../app/assets/stylesheets/gos/gos.css.scss */
.logo a {
  margin: 12px 0 0;
}

/* line 9827, ../../../app/assets/stylesheets/gos/gos.css.scss */
.dropdown-menu {
  left: -6px;
}

/* line 9830, ../../../app/assets/stylesheets/gos/gos.css.scss */
.intro-icon-disc {
  background-color: #ffffff;
}

/* line 9833, ../../../app/assets/stylesheets/gos/gos.css.scss */
.tile p {
  margin-bottom: 0;
}

/* line 9836, ../../../app/assets/stylesheets/gos/gos.css.scss */
#footer2 .footer_links:not(:last-child) {
  margin-right: 30px;
}

/* line 9839, ../../../app/assets/stylesheets/gos/gos.css.scss */
.slider-title {
  height: 96px;
}

/* line 9842, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fullwidthbanner .btn [class^="fa-"], .fullwidthbanner .btn [class*=" fa-"] {
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  float: left;
  font-size: 120%;
  margin-right: 10px;
  padding-right: 10px;
}

/* line 9849, ../../../app/assets/stylesheets/gos/gos.css.scss */
.hue {
  color: #0088cc;
}

/* line 9852, ../../../app/assets/stylesheets/gos/gos.css.scss */
*::-moz-selection {
  background-color: #0088cc;
}

/* line 9855, ../../../app/assets/stylesheets/gos/gos.css.scss */
.hue_block {
  background-color: #0088cc;
}

/* line 9858, ../../../app/assets/stylesheets/gos/gos.css.scss */
.slider-title {
  background-color: transparent;
  color: inherit;
  padding: 1px 55px 10px;
}

/* line 9863, ../../../app/assets/stylesheets/gos/gos.css.scss */
.slider-title h3 a {
  color: inherit;
}

/* line 9866, ../../../app/assets/stylesheets/gos/gos.css.scss */
.slider-title h3 a:hover {
  color: inherit;
}

/* line 9869, ../../../app/assets/stylesheets/gos/gos.css.scss */
.slider-title:after {
  border: medium none;
}

/* line 9872, ../../../app/assets/stylesheets/gos/gos.css.scss */
.welcome_index {
  color: #323a45;
}

/* line 9875, ../../../app/assets/stylesheets/gos/gos.css.scss */
h1 {
  line-height: 33px;
}

/* line 9878, ../../../app/assets/stylesheets/gos/gos.css.scss */
.fullwidthbanner p {
  font-size: 16px;
}

/* line 9881, ../../../app/assets/stylesheets/gos/gos.css.scss */
.welcome_index {
  font: 28px/41px "Lato",sans-serif;
}
 /**
 * gos.css
 *

 */


/*


  Use Font Awesome icons (default)
  To use Glyphicons sprites instead of Font Awesome, replace with "require twitter-bootstrap-static/sprites"

  */
/* line 1, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
body {
  background: white;
  color: #333;
  font-family: arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  height: 100%;
}

/* line 10, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
h1 {
  color: #666;
  font-size: 37px;
  line-height: 30px;
  font-weight: bold;
  margin: 10px 0 25px 0;
  font-family: 'Montserrat Alternates', sans-serif;
}

/* line 19, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
b {
  color: #666;
}

/* line 23, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.back {
  margin: 40px 0 0 0;
}

/* line 27, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
h3 {
  color: #666;
  font-family: 'Montserrat Alternates', sans-serif;
}

/* line 31, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.main {
  padding: 40px 10px;
}

/* line 34, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
small {
  font-size: 0.5em;
  line-height: 30px;
  color: #999;
  text-shadow: none;
}

/* line 40, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
center {
  text-align: center;
}

/* line 44, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.tested {
  margin: 20px 0 0 0;
}

/* line 48, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.slogo {
  margin: 0 0 5px 0;
}

/* line 52, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
p {
  color: #666;
  line-height: 25px;
}

/* line 57, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.download {
  margin: 15px 30px 15px 0;
  padding: 20px;
  float: left;
  background: whitesmoke;
  height: 70px;
}

/* line 65, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.wide {
  width: 100px;
}

/* line 69, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.gray_big {
  color: gray;
  font-size: 25px;
  text-shadow: 1px 1px 2px white;
  text-decoration: none;
}

/* line 76, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.gray_small {
  color: gray;
  font-size: 12px;
  text-shadow: 1px 1px 2px white;
  text-decoration: underline;
}

/* line 83, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.download_details {
  text-align: left;
  margin: 20px 0px 0px 0px;
}

/* line 88, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.left {
  float: left;
}

/* line 91, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.right {
  float: right;
}

/* line 95, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.more {
  margin: 140px 0;
}

/* line 99, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.logo {
  border: 0;
  float: right;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666;
  font-variant: small-caps;
}

/* line 109, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.clear {
  clear: both;
}

/* line 114, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.logo_side {
  margin: 5px;
}

/* line 117, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.img_center {
  text-align: center;
}

/* line 121, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.details {
  margin-left: 40px;
  line-height: 20px;
}

/* line 126, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.clean {
  margin: 5px 0 20px 0;
  text-align: center;
  font-weight: bold;
}

/* line 135, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
#wrapper {
  width: 990px;
  margin: 50px auto 0 auto;
  background: white;
  padding: 0 10px 20px 10px;
  border-radius: 0 0 15px 15px;
  border: 1px solid #ccc;
}

/* line 145, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.info {
  margin: 0 20px;
}

/* line 149, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.footer {
  width: 950px;
  margin: 50px auto 90px auto;
  text-align: center;
  color: #fff;
}

/* line 160, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
a {
  color: #333;
}

/* line 165, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.green {
  background: #a4c3db;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a4c3db 0%, #23538a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4c3db), color-stop(100%, #23538a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a4c3db 0%, #23538a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a4c3db 0%, #23538a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a4c3db 0%, #23538a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a4c3db 0%, #23538a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4c3db', endColorstr='#23538a',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  text-decoration: none;
  border-radius: 1px;
  font-family: 'Montserrat Alternates', sans-serif;
}

/* line 181, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.large {
  display: block;
  width: 480;
  padding: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  line-height: 50px;
}

/* line 192, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.medium {
  display: block;
  width: 480;
  padding: 15px;
  text-align: center;
  font-weight: normal;
  font-size: 25px;
  line-height: 50px;
}

/* line 202, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.small {
  width: 100%;
  padding: 10px 40px;
  font-size: 20px;
  text-align: center;
  line-height: 80px;
}

/* line 212, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
img {
  border: 0;
}

/* line 217, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.side_brand {
  margin: 20px 10px 20px 0;
  float: right;
  width: 250px;
  padding: 15px;
  border: 7px solid whitesmoke;
  border-radius: 7px;
}

/* line 226, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.side_brand h3 {
  text-align: center;
}

/* line 230, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.logo_text {
  float: right;
  text-decoration: none;
  color: #333;
  margin: -30px 22px 0 0;
  font-size: 17px;
}

/* line 238, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.logo_text_second {
  color: #315F93;
  font-weight: bold;
}

/* line 243, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.gray {
  background: whitesmoke;
  color: gray;
  padding: 20px;
  border-radius: 5px;
  margin: 20px 10px 30px 0;
  border: 1px solid #ccc;
}

/* line 251, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.gray a {
  color: gray;
}

/* line 254, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.white a {
  color: #719f45;
}

/* line 258, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
p {
  color: #333;
  text-align: justify;
}

/* line 265, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
div.field, div.actions {
  margin-bottom: 10px;
}

/* line 270, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
#notice {
  color: green;
}

/* line 274, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 280, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
/* line 287, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}
/* line 297, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

/* line 303, ../../../app/assets/stylesheets/mobiles/mobiles.css.scss */
.footer a {
  color: #fff;
}
 /**
 * mobiles.css

 */

 
 

/* line 1, ../../app/assets/stylesheets/scaffolds.css.scss */
body {
  background: #184A63 url("/assets/Gradient-Background-112-1024x791.jpg") repeat-x;
  color: #333;
  font-family: arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

/* line 9, ../../app/assets/stylesheets/scaffolds.css.scss */
h1 {
  color: #666;
  font-size: 37px;
  line-height: 30px;
  font-weight: bold;
  margin: 10px 0 25px 0;
  font-family: 'Montserrat Alternates', sans-serif;
}

/* line 18, ../../app/assets/stylesheets/scaffolds.css.scss */
b {
  color: #666;
}

/* line 22, ../../app/assets/stylesheets/scaffolds.css.scss */
.back {
  margin: 40px 0 0 0;
}

/* line 26, ../../app/assets/stylesheets/scaffolds.css.scss */
h3 {
  color: #666;
  font-family: 'Montserrat Alternates', sans-serif;
}

/* line 30, ../../app/assets/stylesheets/scaffolds.css.scss */
.main {
  padding: 40px 10px;
}

/* line 33, ../../app/assets/stylesheets/scaffolds.css.scss */
small {
  font-size: 0.5em;
  line-height: 30px;
  color: #999;
  text-shadow: none;
}

/* line 39, ../../app/assets/stylesheets/scaffolds.css.scss */
center {
  text-align: center;
}

/* line 43, ../../app/assets/stylesheets/scaffolds.css.scss */
.tested {
  margin: 20px 0 0 0;
}

/* line 47, ../../app/assets/stylesheets/scaffolds.css.scss */
.slogo {
  margin: 0 0 -5px 0;
}

/* line 51, ../../app/assets/stylesheets/scaffolds.css.scss */
p {
  color: #666;
  line-height: 25px;
}

/* line 56, ../../app/assets/stylesheets/scaffolds.css.scss */
.download {
  margin: 15px 30px 15px 0;
  padding: 20px;
  float: left;
  background: whitesmoke;
  height: 70px;
}

/* line 64, ../../app/assets/stylesheets/scaffolds.css.scss */
.wide {
  width: 100px;
}

/* line 68, ../../app/assets/stylesheets/scaffolds.css.scss */
.gray_big {
  color: gray;
  font-size: 25px;
  text-shadow: 1px 1px 2px white;
  text-decoration: none;
}

/* line 75, ../../app/assets/stylesheets/scaffolds.css.scss */
.gray_small {
  color: gray;
  font-size: 12px;
  text-shadow: 1px 1px 2px white;
  text-decoration: underline;
}

/* line 82, ../../app/assets/stylesheets/scaffolds.css.scss */
.download_details {
  text-align: left;
  margin: 20px 0px 0px 0px;
}

/* line 87, ../../app/assets/stylesheets/scaffolds.css.scss */
.left {
  float: left;
}

/* line 90, ../../app/assets/stylesheets/scaffolds.css.scss */
.right {
  float: right;
}

/* line 94, ../../app/assets/stylesheets/scaffolds.css.scss */
.more {
  margin: 140px 0;
}

/* line 98, ../../app/assets/stylesheets/scaffolds.css.scss */
.logo {
  border: 0;
  float: right;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666;
  font-variant: small-caps;
}

/* line 108, ../../app/assets/stylesheets/scaffolds.css.scss */
.clear {
  clear: both;
}

/* line 113, ../../app/assets/stylesheets/scaffolds.css.scss */
.logo_side {
  margin: 5px;
}

/* line 116, ../../app/assets/stylesheets/scaffolds.css.scss */
.img_center {
  text-align: center;
}

/* line 120, ../../app/assets/stylesheets/scaffolds.css.scss */
.details {
  margin-left: 40px;
  line-height: 20px;
}

/* line 125, ../../app/assets/stylesheets/scaffolds.css.scss */
.clean {
  margin: 5px 0 20px 0;
  text-align: center;
  font-weight: bold;
}

/* line 134, ../../app/assets/stylesheets/scaffolds.css.scss */
#wrapper {
  width: 990px;
  margin: 50px auto 0 auto;
  background: white;
  padding: 0 10px 20px 10px;
  border-radius: 0 0 15px 15px;
  border: 1px solid #ccc;
}

/* line 144, ../../app/assets/stylesheets/scaffolds.css.scss */
.info {
  margin: 0 20px;
}

/* line 148, ../../app/assets/stylesheets/scaffolds.css.scss */
.footer {
  width: 950px;
  margin: 50px auto 90px auto;
  text-align: center;
  color: #fff;
}

/* line 159, ../../app/assets/stylesheets/scaffolds.css.scss */
a {
  color: #333;
}

/* line 164, ../../app/assets/stylesheets/scaffolds.css.scss */
.green {
  background: #a4c3db;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a4c3db 0%, #23538a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4c3db), color-stop(100%, #23538a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a4c3db 0%, #23538a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a4c3db 0%, #23538a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a4c3db 0%, #23538a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a4c3db 0%, #23538a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4c3db', endColorstr='#23538a',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  text-decoration: none;
  border-radius: 1px;
  font-family: 'Montserrat Alternates', sans-serif;
}

/* line 180, ../../app/assets/stylesheets/scaffolds.css.scss */
.large {
  display: block;
  width: 480;
  padding: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  line-height: 50px;
}

/* line 191, ../../app/assets/stylesheets/scaffolds.css.scss */
.medium {
  display: block;
  width: 480;
  padding: 15px;
  text-align: center;
  font-weight: normal;
  font-size: 25px;
  line-height: 50px;
}

/* line 201, ../../app/assets/stylesheets/scaffolds.css.scss */
.small {
  width: 100%;
  padding: 10px 40px;
  font-size: 20px;
  text-align: center;
  line-height: 80px;
}

/* line 210, ../../app/assets/stylesheets/scaffolds.css.scss */
.brand {
  float: left;
  width: 645px;
}

/* line 214, ../../app/assets/stylesheets/scaffolds.css.scss */
img {
  border: 0;
}

/* line 219, ../../app/assets/stylesheets/scaffolds.css.scss */
.side_brand {
  margin: 20px 10px 20px 0;
  float: right;
  width: 250px;
  padding: 15px;
  border: 7px solid whitesmoke;
  border-radius: 7px;
}

/* line 228, ../../app/assets/stylesheets/scaffolds.css.scss */
.side_brand h3 {
  text-align: center;
}

/* line 232, ../../app/assets/stylesheets/scaffolds.css.scss */
.logo_text {
  float: right;
  text-decoration: none;
  color: #333;
  margin: -30px 22px 0 0;
  font-size: 17px;
}

/* line 240, ../../app/assets/stylesheets/scaffolds.css.scss */
.logo_text_second {
  color: #315F93;
  font-weight: bold;
}

/* line 245, ../../app/assets/stylesheets/scaffolds.css.scss */
.gray {
  background: whitesmoke;
  color: gray;
  padding: 20px;
  border-radius: 5px;
  margin: 20px 10px 30px 0;
  border: 1px solid #ccc;
}

/* line 253, ../../app/assets/stylesheets/scaffolds.css.scss */
.gray a {
  color: gray;
}

/* line 256, ../../app/assets/stylesheets/scaffolds.css.scss */
.white a {
  color: #719f45;
}

/* line 260, ../../app/assets/stylesheets/scaffolds.css.scss */
p {
  color: #333;
  text-align: justify;
}

/* line 267, ../../app/assets/stylesheets/scaffolds.css.scss */
div.field, div.actions {
  margin-bottom: 10px;
}

/* line 272, ../../app/assets/stylesheets/scaffolds.css.scss */
#notice {
  color: green;
}

/* line 276, ../../app/assets/stylesheets/scaffolds.css.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 282, ../../app/assets/stylesheets/scaffolds.css.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
/* line 289, ../../app/assets/stylesheets/scaffolds.css.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}
/* line 299, ../../app/assets/stylesheets/scaffolds.css.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

/* line 305, ../../app/assets/stylesheets/scaffolds.css.scss */
.footer a {
  color: #fff;
}
