@charset "UTF-8";
/*
 *
 * SkyBlue Sass by Stanko
 *
 * Built and maintained with a lots of love
 * http://null-object.com
 *
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, col-md-, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
}

ol, ul {
  list-style: none; 
  margin: 0;
}
li{
  margin: 0;
  list-style: none;
}

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent; }

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 667px) {
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; } 
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body > iframe {
  display: none; }

.container {
margin-right: auto;
margin-left: auto;
padding-left: 20px;
padding-right: 20px; 
}
  .container:before, .container:after {
    content: " ";
    display: table;
    line-height: 0; }
  .container:after {
    clear: both; }

.row {
  margin-left: -20px;
  margin-right: -20px; }
  .row:before, .row:after {
    content: " ";
    display: table;
    line-height: 0; }
  .row:after {
    clear: both; }

.col {
  min-height: 1px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px; }
  .col:before, .col:after {
    content: " ";
    display: table;
    line-height: 0; }
  .col:after {
    clear: both; }
  .col .float-right {
    float: right; }

.xs-0 {
  width: 0%;
  float: left; }

.offset-xs-0 {
  margin-left: 0%; }

.xs-1 {
  width: 8.33333%;
  float: left; }

.offset-xs-1 {
  margin-left: 8.33333%; }

.xs-2 {
  width: 16.66667%;
  float: left; }

.offset-xs-2 {
  margin-left: 16.66667%; }

.xs-3 {
  width: 25%;
  float: left; }

.offset-xs-3 {
  margin-left: 25%; }

.xs-4 {
  width: 33.33333%;
  float: left; }

.offset-xs-4 {
  margin-left: 33.33333%; }

.xs-5 {
  width: 41.66667%;
  float: left; }

.offset-xs-5 {
  margin-left: 41.66667%; }

.xs-6 {
  width: 50%;
  float: left; }

.offset-xs-6 {
  margin-left: 50%; }

.xs-7 {
  width: 58.33333%;
  float: left; }

.offset-xs-7 {
  margin-left: 58.33333%; }

.xs-8 {
  width: 66.66667%;
  float: left; }

.offset-xs-8 {
  margin-left: 66.66667%; }

.xs-9 {
  width: 75%;
  float: left; }

.offset-xs-9 {
  margin-left: 75%; }

.xs-10 {
  width: 83.33333%;
  float: left; }

.offset-xs-10 {
  margin-left: 83.33333%; }

.xs-11 {
  width: 91.66667%;
  float: left; }

.offset-xs-11 {
  margin-left: 91.66667%; }

.xs-12 {
  width: 100%;
  float: left; }

.offset-xs-12 {
  margin-left: 100%; }

@media screen and (min-width: 667px) {
  .sm-0 {
    width: 0%;
    float: left; }
  .offset-sm-0 {
    margin-left: 0%; }
  .sm-1 {
    width: 8.33333%;
    float: left; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .sm-2 {
    width: 16.66667%;
    float: left; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .sm-3 {
    width: 25%;
    float: left; }
  .offset-sm-3 {
    margin-left: 25%; }
  .sm-4 {
    width: 33.33333%;
    float: left; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .sm-5 {
    width: 41.66667%;
    float: left; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .sm-6 {
    width: 50%;
    float: left; }
  .offset-sm-6 {
    margin-left: 50%; }
  .sm-7 {
    width: 58.33333%;
    float: left; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .sm-8 {
    width: 66.66667%;
    float: left; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .sm-9 {
    width: 75%;
    float: left; }
  .offset-sm-9 {
    margin-left: 75%; }
  .sm-10 {
    width: 83.33333%;
    float: left; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .sm-11 {
    width: 91.66667%;
    float: left; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .sm-12 {
    width: 100%;
    float: left; }
  .offset-sm-12 {
    margin-left: 100%; } }

@media screen and (min-width: 768px) {
  .container {
    max-width: 738px; }
  .md-0 {
    width: 0%;
    float: left; }
  .offset-md-0 {
    margin-left: 0%; }
  .md-1 {
    width: 8.33333%;
    float: left; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .md-2 {
    width: 16.66667%;
    float: left; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .md-3 {
    width: 25%;
    float: left; }
  .offset-md-3 {
    margin-left: 25%; }
  .md-4 {
    width: 33.33333%;
    float: left; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .md-5 {
    width: 41.66667%;
    float: left; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .md-6 {
    width: 50%;
    float: left; }
  .offset-md-6 {
    margin-left: 50%; }
  .md-7 {
    width: 58.33333%;
    float: left; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .md-8 {
    width: 66.66667%;
    float: left; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .md-9 {
    width: 75%;
    float: left; }
  .offset-md-9 {
    margin-left: 75%; }
  .md-10 {
    width: 83.33333%;
    float: left; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .md-11 {
    width: 91.66667%;
    float: left; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .md-12 {
    width: 100%;
    float: left; }
  .offset-md-12 {
    margin-left: 100%; } }

@media screen and (min-width: 970px) {
  .container {
    max-width: 940px; }
  .lg-0 {
    width: 0%;
    float: left; }
  .offset-lg-0 {
    margin-left: 0%; }
  .lg-1 {
    width: 8.33333%;
    float: left; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .lg-2 {
    width: 16.66667%;
    float: left; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .lg-3 {
    width: 25%;
    float: left; }
  .offset-lg-3 {
    margin-left: 25%; }
  .lg-4 {
    width: 33.33333%;
    float: left; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .lg-5 {
    width: 41.66667%;
    float: left; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .lg-6 {
    width: 50%;
    float: left; }
  .offset-lg-6 {
    margin-left: 50%; }
  .lg-7 {
    width: 58.33333%;
    float: left; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .lg-8 {
    width: 66.66667%;
    float: left; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .lg-9 {
    width: 75%;
    float: left; }
  .offset-lg-9 {
    margin-left: 75%; }
  .lg-10 {
    width: 83.33333%;
    float: left; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .lg-11 {
    width: 91.66667%;
    float: left; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .lg-12 {
    width: 100%;
    float: left; }
  .offset-lg-12 {
    margin-left: 100%; } }

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px; }
  .xl-0 {
    width: 0%;
    float: left; }
  .offset-xl-0 {
    margin-left: 0%; }
  .xl-1 {
    width: 8.33333%;
    float: left; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .xl-2 {
    width: 16.66667%;
    float: left; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .xl-3 {
    width: 25%;
    float: left; }
  .offset-xl-3 {
    margin-left: 25%; }
  .xl-4 {
    width: 33.33333%;
    float: left; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .xl-5 {
    width: 41.66667%;
    float: left; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .xl-6 {
    width: 50%;
    float: left; }
  .offset-xl-6 {
    margin-left: 50%; }
  .xl-7 {
    width: 58.33333%;
    float: left; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .xl-8 {
    width: 66.66667%;
    float: left; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .xl-9 {
    width: 75%;
    float: left; }
  .offset-xl-9 {
    margin-left: 75%; }
  .xl-10 {
    width: 83.33333%;
    float: left; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .xl-11 {
    width: 91.66667%;
    float: left; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .xl-12 {
    width: 100%;
    float: left; }
  .offset-xl-12 {
    margin-left: 100%; } }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  margin: 0;
  font-weight: 300;
  letter-spacing: 0px;
  margin-bottom: 0.5em; }

h1 {
  font-size: 2.4em; }

h2 {
  font-size: 2em;}

h3 {
  font-size: 1.7em; }

h4 {
  font-size: 1.4em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1em; }

p {
  margin: 10px 0; }

small {
  font-size: 0.75em; }

.big {
  font-size: 1.25em; }

b, strong {
  font-weight: 700; }

i, em {
  font-style: none;
font-family: FontAwesome;
}

img {
  max-width: 100%; }

a {
  color: #A92621;
  transition: all 0.25s;
  text-decoration: underline;
}
  a.secundary {
    color: #A2675A; }

a:active, a:focus, a:hover {
  color: #591114; }

ul, ol {
  margin-bottom: 0;
  padding-left: 0;
}
  ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0; }

ul li {
  list-style: disc outside none; }
  ul li li {
    list-style: circle outside none; }

ol li {
  list-style: decimal outside none; }

ul.unstyled, ol.unstyled {
  margin: 0;
  padding: 0; }
  ul.unstyled li, ol.unstyled li {
    margin: 0;
    padding: 0;
    list-style: none; }

blockquote {
  border-left: 2px solid #ddd;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  font-size: 1.1em;
  color: #777; }
  blockquote cite {
    font-size: 0.8em;
    color: #555; }
    blockquote cite:before {
      content: "— "; }

hr {
  border: 0;
  border-bottom: 1px solid #ededed;
  margin: 20px 0 20px 0;
  clear: both; }

pre, code {
  font-size: 13px;
  line-height: 1.5em;
  color: #333;
  background: #F7F7F9;
  border: 1px solid #E1E1E8;
  border-radius: 3px;
  padding: 0.8em 1em;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word; }

pre {
  margin-bottom: 1em; }

code {
  display: inline-block;
  padding: 0.1em 0.3em; }

button, input[type="submit"], input[type="button"] {
  font-weight: normal;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  outline: none;
  cursor: pointer;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.btn {
  display: inline-block;
/*  min-width: 120px;*/
  padding: 10px 15px;
  margin-bottom: 1em;
  border: none;
  border-radius: 3px;
  font-size: 1em;
  line-height: 1.4em;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.25s, background-color 0.25s, color 0.25s;
  background: #A92621;
  cursor: pointer;
  color: #fff;
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}
  .btn.btn-sm {
    padding: 5px 15px;
    min-width: 30px;
    font-size: 0.8em;
    line-height: 1.2em; }
  .btn.btn-lg {
    padding: 12px 45px;
    min-width: 200px;
    font-size: 1.4em; }
  .btn:hover {
    background-color: #591114;
    color: #fff; }
  .btn:active {
    background-color: #591114;
    color: #fff;
}  .btn.btn-success {
    background: #A2675A;
    color: #fff; }
    .btn.btn-success:hover {
      background-color: #4F3535;
      color: #fff; }
    .btn.btn-success:active {
      background-color: #009271;
      color: #fff;
      }
  .btn.btn-error {
    background: #EC6941;
    color: #fff; }
    .btn.btn-error:hover {
      background-color: #d23727;
      color: #fff; }
    .btn.btn-error:active {
      background-color: #bd2212;
      color: #fff;
      }
  .btn.btn-warning {
    background: #F39806;
    color: #fff; }
    .btn.btn-warning:hover {
      background-color: #dcab00;
      color: #fff; }
    .btn.btn-warning:active {
      background-color: #c79600;
      color: #fff;
      }
  .btn.btn-light {
    background: #F0EFED;
    color: #323031; }
    .btn.btn-light:hover {
      background-color: #F0EFED;
      color: #A2675A; }
    .btn.btn-light:active {
      background-color: #c2c6c7;
      color: #A2675A;}
  .btn.btn-dark {
    background: #41403E;
    color: #fff; }
    .btn.btn-dark:hover {
      background-color: #100f13;
      color: #fff; }
    .btn.btn-dark:active {
      background-color: black;
      color: #fff;
      }
  .btn.btn-empty {
    background: transparent;
    border-radius: 1000px;
    padding: 8px 25px;
    color: #fff;
    background: #688F3E; }
    .btn.btn-empty:hover {
      background: #33471E; }
    .btn.btn-empty:active {
      color: #fff;
      background: #33471E; }

    .btn.btn-empty.btn-success {
      border: 2px solid #A2675A;
    color: #fff;
      background: none; }
      .btn.btn-empty.btn-success:hover {
        background: none; }
      .btn.btn-empty.btn-success:active {
        background: none; }
    .btn.btn-empty.btn-error {
      border: 2px solid #EC6941;
      color: #fff;
      background: none; }
      .btn.btn-empty.btn-error:hover {
        background: none; }
      .btn.btn-empty.btn-error:active {
        background: none; }
    .btn.btn-empty.btn-warning {
      border: 2px solid #F39806;
      color: #F39806;
      background: none; }
      .btn.btn-empty.btn-warning:hover {
        color: #dcab00;
        border-color: #dcab00;
        background: none; }
      .btn.btn-empty.btn-warning:active {
        color: #c79600;
        border-color: #c79600;
        background: none; }
    .btn.btn-empty.btn-light {
      border: 2px solid #ddd;
      color: #999;
      background: none; }
      .btn.btn-empty.btn-light:hover {
        color: #848484;
        border-color: #c8c8c8;
        background: none; }
      .btn.btn-empty.btn-light:active {
        color: #6f6f6f;
        border-color: #b3b3b3;
        background: none; }
    .btn.btn-empty.btn-dark {
      border: 2px solid #41403E;
      color: #41403E;
      background: none; }
      .btn.btn-empty.btn-dark:hover {
        color: #100f13;
        border-color: #100f13;
        background: none; }
      .btn.btn-empty.btn-dark:active {
        color: black;
        border-color: black;
        background: none; }

input[type="text"].form-control, input[type="password"].form-control, input[type="date"].form-control, input[type="datetime"].form-control, input[type="email"].form-control, input[type="number"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="time"].form-control, input[type="url"].form-control, select.form-control, textarea.form-control {
  height: 2.625em;
  width: 100%;
  max-width: 100%;
  padding: 0.5em;
  margin-bottom: 1em;
  font-weight: normal;
  color: #555;
 /* font-size: 1em;*/
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  transition: border-color 0.25s, color 0.25s; }
  input[type="text"].form-control:focus, input[type="password"].form-control:focus, input[type="date"].form-control:focus, input[type="datetime"].form-control:focus, input[type="email"].form-control:focus, input[type="number"].form-control:focus, input[type="search"].form-control:focus, input[type="tel"].form-control:focus, input[type="time"].form-control:focus, input[type="url"].form-control:focus, select.form-control:focus, textarea.form-control:focus {
    border: 1px solid #A2675A;
    color: #111;
    outline: none; }
  input[type="text"].form-control.error, .error input[type="text"].form-control, input[type="password"].form-control.error, .error input[type="password"].form-control, input[type="date"].form-control.error, .error input[type="date"].form-control, input[type="datetime"].form-control.error, .error input[type="datetime"].form-control, input[type="email"].form-control.error, .error input[type="email"].form-control, input[type="number"].form-control.error, .error input[type="number"].form-control, input[type="search"].form-control.error, .error input[type="search"].form-control, input[type="tel"].form-control.error, .error input[type="tel"].form-control, input[type="time"].form-control.error, .error input[type="time"].form-control, input[type="url"].form-control.error, .error input[type="url"].form-control, select.form-control.error, .error select.form-control, textarea.form-control.error, .error textarea.form-control {
    border-color: #EC6941; }
  input[type="text"].form-control.warning, .warning input[type="text"].form-control, input[type="password"].form-control.warning, .warning input[type="password"].form-control, input[type="date"].form-control.warning, .warning input[type="date"].form-control, input[type="datetime"].form-control.warning, .warning input[type="datetime"].form-control, input[type="email"].form-control.warning, .warning input[type="email"].form-control, input[type="number"].form-control.warning, .warning input[type="number"].form-control, input[type="search"].form-control.warning, .warning input[type="search"].form-control, input[type="tel"].form-control.warning, .warning input[type="tel"].form-control, input[type="time"].form-control.warning, .warning input[type="time"].form-control, input[type="url"].form-control.warning, .warning input[type="url"].form-control, select.form-control.warning, .warning select.form-control, textarea.form-control.warning, .warning textarea.form-control {
    border-color: #F39806; }
  input[type="text"].form-control.success, .success input[type="text"].form-control, input[type="password"].form-control.success, .success input[type="password"].form-control, input[type="date"].form-control.success, .success input[type="date"].form-control, input[type="datetime"].form-control.success, .success input[type="datetime"].form-control, input[type="email"].form-control.success, .success input[type="email"].form-control, input[type="number"].form-control.success, .success input[type="number"].form-control, input[type="search"].form-control.success, .success input[type="search"].form-control, input[type="tel"].form-control.success, .success input[type="tel"].form-control, input[type="time"].form-control.success, .success input[type="time"].form-control, input[type="url"].form-control.success, .success input[type="url"].form-control, select.form-control.success, .success select.form-control, textarea.form-control.success, .success textarea.form-control {
    border-color: #A2675A; }

textarea {
  height: auto;
  min-height: 300px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  -moz-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select, select.form-control {
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHdpZHRoPSczNicgaGVpZ2h0PScyMCcgdmlld0JveD0nMCAwIDIwIDIwJz48cGF0aCBkPSdNMTcuNDE4IDYuMTA5YzAuMjcyLTAuMjY4IDAuNzA5LTAuMjY4IDAuOTc5IDBzMC4yNzEgMC43MDEgMCAwLjk2OWwtNy45MDggNy44M2MtMC4yNyAwLjI2OC0wLjcwNyAwLjI2OC0wLjk3OSAwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEgMC0wLjk2OXMwLjcwOS0wLjI2OCAwLjk3OSAwbDcuNDE5IDcuMTQxIDcuNDE4LTcuMTQxeicgZmlsbD0nIzQ0NDQ0NCc+PC9wYXRoPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 36px; } }

@-moz-document url-prefix() {
  select, select.form-control {
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHdpZHRoPSczNicgaGVpZ2h0PScyMCcgdmlld0JveD0nMCAwIDIwIDIwJz48cGF0aCBkPSdNMTcuNDE4IDYuMTA5YzAuMjcyLTAuMjY4IDAuNzA5LTAuMjY4IDAuOTc5IDBzMC4yNzEgMC43MDEgMCAwLjk2OWwtNy45MDggNy44M2MtMC4yNyAwLjI2OC0wLjcwNyAwLjI2OC0wLjk3OSAwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEgMC0wLjk2OXMwLjcwOS0wLjI2OCAwLjk3OSAwbDcuNDE5IDcuMTQxIDcuNDE4LTcuMTQxeicgZmlsbD0nIzQ0NDQ0NCc+PC9wYXRoPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 36px; } }

label {
  display: block;
  margin-bottom: 0.5em;
  line-height: 1.5em; }
  label.error, .error label {
    color: #EC6941; }
  label.warning, .warning label {
    color: #F39806; }
  label.success, .success label {
    color: #A2675A; }

::-webkit-input-placeholder {
  color: #999; }

:-moz-placeholder {
  color: #999; }

::-moz-placeholder {
  color: #999; }

:-ms-input-placeholder {
  color: #999; }

[type="search"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield; }

.form .checkbox-group, .form .radio-group {
  margin-bottom: 1em; }
.form.form-horizontal label {
  display: inline-block;
  width: 200px;
  max-width: 100%;
  font-size: 1em;
  vertical-align: top; }
.form.form-horizontal .checkbox-group, .form.form-horizontal .radio-group {
  display: inline-block;
  width: 200px;
  max-width: 100%; }
  .form.form-horizontal .checkbox-group label, .form.form-horizontal .radio-group label {
    display: block; }

.fancy-radio, .fancy-checkbox {
  position: relative;
  cursor: pointer; }
  .fancy-radio input, .fancy-checkbox input {
    opacity: 0;
    position: absolute; }
  .fancy-radio span:before, .fancy-radio span:after, .fancy-checkbox span:before, .fancy-checkbox span:after {
    box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    transition: all 0.25s; }

.fancy-checkbox {
  padding-left: 44px; }
  .fancy-checkbox span:before {
    width: 38px;
    height: 22px;
    border-radius: 11px;
    top: 1px;
    left: 0;
    background: #c3c5c4;
    border: 1px solid #c3c5c4; }
  .fancy-checkbox span:after {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #fff;
    top: 2px;
    left: 1px; }
  .fancy-checkbox input:checked + span:after {
    left: 17px; }
  .fancy-checkbox input:checked + span:before {
    background: #A2675A;
    border: 1px solid #A2675A; }
  .fancy-checkbox input:focus + span:before {
    border: 1px solid #8f9391; }
  .fancy-checkbox input:focus:checked + span:before {
    border: 1px solid #0e6351; }

.fancy-radio {
  padding-left: 28px; }
  .fancy-radio span:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 2px;
    left: 0;
    background: #fff;
    border: 1px solid #c3c5c4; }
  .fancy-radio span:after {
    border-radius: 50%;
    background: #fff;
    top: 12px;
    left: 10px;
    width: 0;
    height: 0; }
  .fancy-radio input:checked + span:after {
    width: 10px;
    height: 10px;
    top: 7px;
    left: 5px; }
  .fancy-radio input:checked + span:before {
    background: #A2675A; }
  .fancy-radio input:focus + span:before {
    border: 1px solid #0e6351; }




body {
	font-family: "yu-mincho-pr6","ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
/*font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6em;
  background-color: #fff;
  color: #555555; }

img {
  max-width: 100%; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.float-none {
  float: none; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
  line-height: 0; }
.clearfix:after {
  clear: both; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.uppercase {
  text-transform: uppercase; }

.color-main {
  color: #688F3E; }

.color-success {
  color: #A2675A; }

.color-error {
  color: #EC6941; }

.color-warning {
  color: #F39806; }

.color-light {
  color: #E9E6DF; }

.color-dark {
  color: #41403E; }

.color-black {
  color: #000; }

.color-white {
  color: #fff; }

.bg-main {
  background-color: #688F3E;
  color: #fff; }

.bg-success {
  background-color: #A2675A;
  color: #fff; }

.bg-error {
  background-color: #EC6941;
  color: #fff; }

.bg-warning {
  background-color: #F39806;
  color: #fff; }

.bg-light {
  background-color: #E9E6DF;
  color: #999; }

.bg-dark {
  background-color: #41403E;
  color: #fff; }

.bg-white {
  background-color: #fff; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.hide {
  display: none; }

.full-width {
  width: 100%; }

.middle {
  vertical-align: middle; }

.radius-3 {
  border-radius: 3px; }

.radius-5 {
  border-radius: 5px; }

.radius-10 {
  border-radius: 10px; }

.radius-15 {
  border-radius: 15px; }

.radius-big {
  border-radius: 1000px; }

.no-border {
  border: none; }

.ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@media screen and (min-width: 480px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 970px) {
 }

@media screen and (min-width: 1200px) {
 }

@media screen and (max-width: 479px) {
 }

@media screen and (min-width: 480px) and (max-width: 767px) {
 }

@media screen and (min-width: 768px) and (max-width: 969px) {
 }

@media screen and (min-width: 970px) and (max-width: 1199px) {
 }

@media screen and (min-width: 1200px) {
  }
