@charset "UTF-8";
/*=======================================================================
  Variables parameters
=======================================================================*/
.box-line1, .box-line2, .box-line3, .box-plan, ul.mnav, ul.home-nav {
  *zoom: 1; }
  .box-line1:after, .box-line2:after, .box-line3:after, .box-plan:after, ul.mnav:after, ul.home-nav:after {
    content: "";
    display: table;
    clear: both; }

/*
$screen-xs:                  480px !default;
$screen-xs-min:              $screen-xs !default;
$screen-phone:               $screen-xs-min !default;
$screen-sm:                  640px !default;
$screen-sm-min:              $screen-sm !default;
$screen-tablet:              $screen-sm-min !default;

$screen-md:                  960px !default;
$screen-md-min:              $screen-md !default;
$screen-desktop:             $screen-md-min !default;

$screen-lg:                  1281px !default;
$screen-lg-min:              $screen-lg !default;
$screen-lg-desktop:          $screen-lg-min !default;

$screen-xs-max:              ($screen-sm-min - 1) !default;
$screen-sm-max:              ($screen-md-min - 1) !default;
$screen-md-max:              ($screen-lg-min - 1) !default;

*/
/* custom Colors
_____________________________________________________________________ */
/*文字色*/
/*みどり*/
/*背景*/
/*table背景等*/
body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  /*font-feature-settings : "pkna" 1;*/ }

/* ie10以降のみ適用
_____________________________________________________________________ */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: 'メイリオ', 'Meiryo', sans-serif; } }
img {
  max-width: 100%;
  height: auto; }

p {
  margin: 0; }

#main-box p {
  margin-bottom: 10px;
  line-height: 1.6; }

hr {
  clear: both; }

.clearfix {
  clear: both; }

ol li {
  margin-bottom: 10px;
  margin-left: -10px; }

ul {
  list-style: outside none none; }

.page-header {
  padding: 0;
  margin: 0;
  border: none; }

.moduletable {
  margin-bottom: 0;
  padding: 0; }

/*=======================================================================
  共通
=======================================================================*/
html {
  overflow: auto; }

#wrap {
  overflow-x: hidden;
  position: relative;
  margin: 0 auto 0;
  padding-top: 0 !important; }

/*=======================================================================
  Title
=======================================================================*/
.pageheader {
  background-color: #8cc63f; }
  .pageheader .container {
    text-align: center; }
    .pageheader .container h1 {
      vertical-align: middle;
      margin: 0;
      padding: 0;
      height: 60px;
      line-height: 60px;
      color: #000;
      font-size: 18px;
      font-weight: 600; }
      @media (min-width: 640px) {
        .pageheader .container h1 {
          height: 80px;
          line-height: 80px; } }
      @media (min-width: 960px) {
        .pageheader .container h1 {
          height: 100px;
          line-height: 100px; } }

h2 {
  display: block;
  box-sizing: border-box;
  position: relative;
  font-size: 20px;
  margin: 2em 0 1em;
  color: #000;
  padding-bottom: 4px;
  border-bottom: #8cc63f 3px solid;
  line-height: 1.6; }
  @media (min-width: 640px) {
    h2 {
      margin: 2em 0 1em;
      font-weight: bold; } }

h3 {
  margin: 0 0 0.4em;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #000; }

/*=======================================================================
  Basic Elements
=======================================================================*/
.pd-bo-0 {
  padding-bottom: 0 !important; }

#breadcrumbs {
  font-size: 10px;
  padding: 6px 0;
  background-color: transparent; }
  @media (min-width: 960px) {
    #breadcrumbs {
      font-size: 12px; } }

#breadcrumbs .fa-home {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  padding-top: 6px; }
  @media (min-width: 960px) {
    #breadcrumbs .fa-home {
      font-size: 16px; } }

#main-box {
  margin-bottom: 4em;
  min-height: 300px; }
  @media (min-width: 640px) {
    #main-box {
      min-height: 500px; } }

#cat-home #main-box {
  margin: 0;
  padding: 0;
  min-height: 300px; }

@media (max-width: 639px) {
  section .container {
    padding-left: 25px;
    padding-right: 25px; } }
.map,
.map iframe {
  height: 300px;
  width: 100%; }

.well {
  margin: 20px 0;
  padding: 20px 20px 10px; }

/*=======================================================================
  Header B pattern
=======================================================================*/
.header {
  line-height: 1; }

#navigation {
  box-shadow: none;
  transition: background-color 1s linear 0 , width 1s linear 0 , height 1s linear 0; }

#header .container {
  position: relative; }

#header {
  background-color: #fff;
  transition: background-color .3s linear 0; }

.bg-in {
  background-color: #fff !important; }

.bg-in #navigation {
  background-color: #fff !important;
  transition: background-color 0.3s linear 0; }

#brand {
  float: left;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px; }

#brand img {
  width: 140px !important;
  height: auto !important;
  padding: 0; }

#cat-home #header .navbar-default {
  background-color: #8cc63f; }

.topnav2 {
  display: none; }

@media (min-width: 960px) {
  .navbar-header {
    float: none; }

  .navbar-nav {
    display: table;
    width: 100%;
    margin-bottom: 20px; }

  .navbar-nav > li {
    display: table-cell;
    float: none; }

  .navbar-nav > li.item-133 {
    background-color: #221815; }

  .navbar-nav > li.item-133 img {
    width: 164px; }

  .navbar-nav > li > a {
    font-size: 16px;
    line-height: 1.4;
    padding: 5px 10px;
    text-align: center; }

  .navbar-default .navbar-nav > li > a {
    color: #000; }

  .navbar-default .navbar-nav > .alias-parent-active > a,
  .navbar-default .navbar-nav > .alias-parent-active > a:hover,
  .navbar-default .navbar-nav > .alias-parent-active > a:focus,
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #8cc63f;
    background-color: transparent; }

  #brand {
    float: none;
    margin: 0 auto;
    padding-left: 0;
    text-align: center; }

  #brand img {
    width: 204px !important;
    padding: 0; }

  ul.topnav2 {
    position: absolute;
    top: 0;
    right: 15px;
    margin: 0;
    padding: 0;
    width: 180px;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    list-style-type: none; }

  ul.topnav2 li {
    margin: 0;
    padding: 0;
    float: left;
    width: 180px;
    background-color: #22b573;
    list-style-type: none; }

  ul.topnav2 li.tnav-ccvd {
    width: 180px;
    background-color: #4cc3ba; }

  ul.topnav2 li.tnav-ccvd img {
    width: 152px; }

  ul.topnav2 li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px; }

  ul.topnav2 li a:hover {
    background-color: #273d4f; } }
@media (max-width: 959px) {
  ul.sp_gnav {
    margin: 0 -10px;
    padding: 0;
    overflow: hidden; }

  ul.sp_gnav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-top: #ccc 1px solid;
    font-size: 13px;
    width: 100%;
    display: block;
    background-color: #f2f2f2;
    vertical-align: top;
    color: #333; }

  ul.sp_gnav li a {
    position: relative;
    padding: 14px 20px !important;
    color: #222;
    display: block;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none; }

  ul.sp_gnav li a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #666;
    border-right: solid 2px #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ""; }

  ul.sp_gnav li a:active,
  ul.sp_gnav li a:hover {
    background-color: #ccc;
    text-decoration: underline; }

  .navbar-nav > li.item-133 {
    background-color: #221815; }

  .navbar-nav > li.item-133 img {
    height: 40px; }

  .navbar-toggle {
    border-radius: 0;
    padding: 10px !important; }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #000; }

  .navbar-toggle .icon-bar {
    display: block;
    width: 36px;
    height: 3px;
    border-radius: 1px; }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 8px; } }
@media (max-width: 960px) {
  #header .container {
    width: 100%; } }
/*=======================================================================
  Footer A pattern
=======================================================================*/
#footer {
  min-height: 200px;
  padding: 40px 0 20px;
  text-align: center;
  background-color: #f2f2f2; }

#footer img {
  margin: 0 auto 10px;
  width: 160px; }

#footer .copy {
  color: #777777;
  font-size: 11px;
  clear: both; }

@media (min-width: 640px) {
  #footer {
    min-height: 100px;
    padding: 60px 0 40px;
    background-color: #fff;
    background-image: url(../images/footer_bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: scroll; }

  #footer img {
    margin: 0 0 30px;
    width: 204px; } }
@media (min-width: 960px) {
  #footer {
    padding: 60px 0 60px; } }
#footer ul.infonav {
  text-align: left;
  margin: 20px -15px 16px;
  padding: 0; }

#footer ul.infonav li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 12px; }

#footer ul.infonav li a {
  color: #000;
  text-decoration: none;
  display: inline; }

#footer ul.infonav li a:hover {
  color: #333;
  text-decoration: none; }

@media (min-width: 640px) {
  #footer ul.infonav {
    text-align: center;
    margin: 10px auto 16px; }

  #footer ul.infonav li {
    border-right: 1px solid #000;
    display: inline;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    font-size: 13px; }

  #footer ul.infonav li:first-child {
    border-left: 1px solid #fff;
    padding-left: 10px; } }
@media (max-width: 639px) {
  #footer ul.infonav li {
    display: inline-block;
    border-bottom: #ccc 1px solid;
    background-color: #eee;
    width: 50%; }

  #footer ul.infonav li.item-132,
  #footer ul.infonav li.item-129 {
    width: 100%;
    display: block; } }
/*=======================================================================
  Table css
=======================================================================*/
/* table ta-line
_____________________________________________________________________ */
table.ta-line {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px; }

table.ta-line tr th {
  background-color: #f2f2f2; }

@media (max-width: 640px) {
  table.ta-line,
  table.ta-line tbody,
  table.ta-line tr,
  table.ta-line tr td,
  table.ta-line tr th {
    display: block;
    width: 100% !important; } }
/* table ta-type1
_____________________________________________________________________ */
.ta-type1 {
  border-collapse: collapse;
  border: 2px solid #ccc; }

.ta-type1 th {
  padding: 14px 10px !important;
  background-color: #e8f4d9;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
  font-weight: bold;
  vertical-align: top;
  text-align: left; }

.ta-type1 td {
  padding: 14px 10px !important;
  border: 2px solid #ccc;
  background-color: #fff;
  vertical-align: top; }

/* table ta-list
_____________________________________________________________________ */
.ta-list {
  border-collapse: collapse;
  border-top: 1px solid #ccc; }

.ta-list th {
  padding: 14px 10px !important;
  background-color: #e8f4d9;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  text-align: center; }

.ta-list td {
  padding: 14px 10px !important;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee; }

/*=======================================================================
  Box Line
=======================================================================*/
/* sample */
/* */
.box-line1 {
  box-sizing: border-box;
  border: 2px solid #eaeaea;
  border-radius: 3px;
  margin: 1em 0;
  padding: 30px 20px 20px; }
  @media print, screen and (min-width: 640px) {
    .box-line1 {
      padding: 30px; } }
  @media (min-width: 960px) {
    .box-line1 {
      padding: 20px 40px; } }
  .box-line1 h4 {
    margin: 0 0 .5em 0; }

#main-box .box-line1 p {
  margin-bottom: 0; }

.box-line2 {
  box-sizing: border-box;
  background-color: #eaeaea;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin: 1em 0;
  padding: 30px 20px 20px; }
  @media print, screen and (min-width: 960px) {
    .box-line2 {
      padding: 30px; } }
  .box-line2 h4 {
    margin: 0 0 .5em 0;
    color: #000; }

.box-line3 {
  box-sizing: border-box;
  border: 1px solid #e31c1c;
  border-radius: 3px;
  margin: 1em 0;
  padding: 30px 20px 20px; }
  @media print, screen and (min-width: 960px) {
    .box-line3 {
      padding: 30px; } }
  .box-line3 h4 {
    margin: 0 0 .5em 0;
    color: #000; }

.box-plan {
  border: 2px solid #ccc;
  box-sizing: border-box;
  padding: 15px; }
  .box-plan .plan-tit h3 {
    font-size: 24px;
    text-alin: center; }
  .box-plan .plan-tit small {
    font-size: 12px; }
  .box-plan .plan-cap {
    box-sizing: border-box;
    margin-right: -15px;
    margin-left: -15px;
    font-size: 24px;
    width: 100%;
    background-color: #e6e6e6;
    font-weight: bold; }
    .box-plan .plan-cap span {
      color: #ed1e79; }
    .box-plan .plan-cap small {
      font-size: 12px; }
  .box-plan .plan-price {
    background-color: #f2f2f2;
    font-size: 24px;
    font-weight: bold; }
    .box-plan .plan-price .small,
    .box-plan .plan-price small {
      font-size: 12px; }
  .box-plan .plan-mail {
    font-size: 24px;
    font-weight: bold; }
    .box-plan .plan-mail small {
      font-size: 12px; }

/*=======================================================================
  List icon
=======================================================================*/
ul.list-ico,
ul.list-ico-f {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none outside none; }

ul.list-ico li {
  margin: 0 0 5px;
  padding: 2px 0 2px 18px;
  background: url(../images/ico_circle1.gif) no-repeat scroll 0 0.4em transparent;
  line-height: 1.4;
  min-height: 1em; }

ul.list-ico-f li {
  margin: 0 20px 5px 0;
  padding: 2px 0 2px 18px;
  background: url(../images/ico_circle1.gif) no-repeat scroll 0 0.4em transparent;
  line-height: 1.4;
  min-height: 1em;
  display: inline;
  float: left; }

/*=======================================================================
  Listnews
=======================================================================*/
.listnews {
  text-align: left; }

ul.listnews li a {
  color: #fff;
  padding: 4px 5px; }
  ul.listnews li a span {
    font-weight: bold;
    margin-right: 10px; }
  ul.listnews li a:visited {
    color: #fff; }
  ul.listnews li a:hover {
    background-color: #fff;
    color: #8cc63f; }

/*=======================================================================
  Menu Nav mnav
=======================================================================*/
ul.mnav {
  margin: 0 -20px 20px;
  padding: 0;
  border-bottom: 1px solid #ccc; }
  @media print, screen and (min-width: 640px) {
    ul.mnav {
      margin: 0 auto 40px;
      text-align: center;
      border-bottom: none; } }
  ul.mnav li {
    position: relative;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
    border-top: 1px solid #ccc;
    color: #4d4d4d;
    font-size: 12px;
    line-height: 1.3; }
    @media print, screen and (min-width: 640px) {
      ul.mnav li {
        margin-bottom: 10px;
        padding-right: 10px;
        width: 33.33333%;
        float: left;
        border: none;
        font-size: 1em; } }
    @media print, screen and (min-width: 960px) {
      ul.mnav li {
        margin-bottom: 10px;
        padding-right: 10px;
        width: 20%;
        float: left;
        border: none;
        font-size: 1em; } }
    ul.mnav li a {
      display: block;
      box-sizing: border-box;
      background-color: #efefef;
      color: #4d4d4d;
      padding: 15px 20px;
      overflow: hidden; }
      @media print, screen and (min-width: 960px) {
        ul.mnav li a {
          padding: 14px 5px 14px 10px; } }
    ul.mnav li a::after {
      color: #fff;
      font-family: 'FontAwesome';
      content: "\f105";
      float: right;
      text-align: center;
      width: 1.6em; }
    ul.mnav li a.active::after, ul.mnav li.active a::after {
      color: #fff;
      font-family: 'FontAwesome';
      content: "\f107";
      float: right;
      text-align: center;
      width: 1.6em; }
    ul.mnav li a.hover,
    ul.mnav li a::hover {
      background-color: #ccc;
      color: #4d4d4d;
      text-decoration: none;
      transition: all 0.4s ease 0s; }

.mnav > li > a.active,
.mnav > li > a.active:focus,
.mnav > li.active > a {
  color: #fff;
  background-color: #fa6e98; }

/*=======================================================================
  Button
=======================================================================*/
.btn-green {
  border-radius: 10px !important; }

.btn-green a {
  color: #fff; }

/* more
_____________________________________________________________________ */
.more1 {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none outside none; }

.more1 a {
  margin: 0 0 5px;
  padding: 6px 0 6px 20px;
  background: url(../images/ico_01.png) no-repeat scroll 0 center transparent;
  line-height: 1.4;
  min-height: 1em; }

/*=======================================================================
  Home
=======================================================================*/
/* fullwidth
_____________________________________________________________________ */
#cat-home #fullwidth {
  background-color: #8cc63f;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center; }
  #cat-home #fullwidth h1 {
    margin: 0 0 20px;
    font-size: 46px;
    font-weight: bold; }
  #cat-home #fullwidth h2 {
    font-size: 15px;
    margin: 0;
    padding: 0;
    font-weight: bold; }
  #cat-home #fullwidth .sub-en {
    margin-bottom: 20px;
    font-size: 10px;
    text-align: center; }
  #cat-home #fullwidth img {
    padding: 20px 40px 0; }
  @media (min-width: 640px) {
    #cat-home #fullwidth {
      margin: 0 auto;
      padding: 30px 0; }
      #cat-home #fullwidth h1 {
        margin: 0 0 20px;
        font-size: 64px;
        font-weight: bold;
        text-align: left; }
      #cat-home #fullwidth h2 {
        font-size: 18px;
        margin: 0;
        padding: 0;
        font-weight: bold;
        line-height: 1.4;
        text-align: left; }
      #cat-home #fullwidth .sub-en {
        margin-bottom: 10px;
        font-size: 10px;
        text-align: left; }
      #cat-home #fullwidth img {
        padding: 0; } }
  @media (min-width: 960px) {
    #cat-home #fullwidth h1 {
      margin: 0 0 20px;
      font-size: 105px;
      font-weight: bold;
      text-align: left; } }

.leadtxt {
  font-size: 12px;
  line-height: 1.6;
  text-align: left; }
  @media (min-width: 640px) {
    .leadtxt {
      font-size: 14px; } }
  @media (min-width: 960px) {
    .leadtxt {
      width: 70%; } }

/* main
_____________________________________________________________________ */
#cat-home #main h2 {
  font-size: 20px;
  margin: 1.8em 0 1em;
  padding: 0;
  font-weight: bold;
  text-align: center;
  border: none;
  line-height: 1.6; }
  @media (min-width: 640px) {
    #cat-home #main h2 {
      font-size: 25px; } }

ul.home-nav {
  margin: 0;
  padding: 30px 0 20px; }
  @media print, screen and (min-width: 640px) {
    ul.home-nav {
      margin: 0 auto 40px; } }
  ul.home-nav li {
    position: relative;
    display: block;
    box-sizing: border-box;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    list-style-type: none;
    color: #000;
    background-color: #8cc63f;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6; }
    @media print, screen and (min-width: 640px) {
      ul.home-nav li {
        margin-right: 4%;
        margin-bottom: 40px;
        width: 48%;
        float: left; } }
    ul.home-nav li a {
      display: block;
      box-sizing: border-box;
      padding: 14px 20px;
      color: #000;
      overflow: hidden;
      background-image: url(../images/home2.png);
      background-position: 85% center;
      background-repeat: no-repeat;
      background-size: auto 80%;
      background-attachment: scroll; }
    ul.home-nav li a.hover,
    ul.home-nav li a:hover {
      background-color: #4d4d4d;
      text-decoration: none;
      transition: all 0.4s ease 0s; }

ul.home-nav li:nth-child(2n) {
  margin-right: 0; }

ul.home-nav li.hnav1 a {
  background-image: url(../images/home1.png); }

ul.home-nav li.hnav3 a {
  background-image: url(../images/home3.png); }

ul.home-nav li.hnav4 a {
  background-image: url(../images/home4.png); }

ul.home-nav li .sub-en {
  font-size: 10px;
  display: block; }

/*=======================================================================
  Pages
=======================================================================*/
.mg-to-1 {
  margin-top: 1; }

#main-box .red-b {
  color: #e53828;
  font-weight: bold; }

/* contact */
.telno {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-left: -.15em; }
  .telno:before {
    font-family: 'FontAwesome';
    content: "\f095";
    margin-right: .3em; }

/* sitemap */
#osmap {
  width: 100%; }
  @media (min-width: 640px) {
    #osmap {
      width: 80%;
      margin: 0 auto; } }
  #osmap .osmap-items {
    margin-top: 2em; }
  #osmap .osmap-items ul {
    padding: 0;
    margin: 0;
    line-height: 3; }
    #osmap .osmap-items ul li {
      display: block; }
      #osmap .osmap-items ul li a {
        color: #000;
        display: block;
        text-align: center; }
        #osmap .osmap-items ul li a:hover {
          text-decoration: underline;
          background-color: #efefef; }

/* map */
.map-box {
  position: relative; }

.menu-box {
  margin-top: 30px;
  background-color: #e6e6e6;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px; }
  .menu-box .module-content ul li:hover {
    background-color: #fff; }
  .menu-box a {
    font-size: 16px; }
  .menu-box .module-content ul li:before {
    margin-right: 5px; }

#cat-area .thumbnail {
  border: 0;
  background-color: #f2eee1;
  padding: 15px; }
  @media (min-width: 640px) {
    #cat-area .thumbnail {
      min-height: 440px; } }

#cat-house .alert.alert-warning {
  padding: 20px;
  background-color: #f2eee1; }
  #cat-house .alert.alert-warning p {
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: bold; }

/*=======================================================================
  Frontend Edit
=======================================================================*/
label {
  display: inline-block !important; }

.chzn-container-single .chzn-single {
  height: 30px !important; }

#jform_params_count_clicks_chzn .chzn-single {
  width: 150px; }

.icons .btn-group,
.icons .btn-group a[data-toggle="tab"][aria-expanded="false"],
ul.nav-tabs > li > a[data-toggle="tab"][aria-expanded="false"] {
  display: block !important; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  /*  float: left;
    position: relative !important;*/
  margin-left: 0 !important; }

.checkbox label, .radio label {
  padding-left: 20px;
  padding-right: 10px; }

label {
  display: block;
  margin-bottom: 5px; }

label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  font-family: arial; }

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

.control-group input, .control-group textarea, .control-group .uneditable-input {
  /*width: 100% !important */ }

.contact-form .control-group input, .contact-form .control-group textarea, .contact-form .control-group .uneditable-input {
  width: 100%; }

.email-copy-input {
  float: left; }

.control-group .control-label {
  padding-top: 7px;
  padding-bottom: 7px; }

div#jform_catid_chzn.chzn-container,
div#jform_catid_chzn.chzn-container div.chzn-drop,
div#jform_state_chzn.chzn-container,
div#jform_state_chzn.chzn-container div.chzn-drop,
div#jform_featured_chzn.chzn-container,
div#jform_featured_chzn.chzn-container div.chzn- drop,
div#jform_access_chzn.chzn-container,
div#jform_access_chzn.chzn-container div.chzn-drop,
div#jform_metadata_tags_chzn.chzn-container,
div#jform_metadata_tags_chzn.chzn-container div.chzn-drop,
div#jform_language_chzn.chzn-container div.chzn-drop,
div#jform_language_chzn.chzn-container,
div#jform_tags_chzn.chzn-container {
  width: 260px !important; }

#adminForm .btn-toolbar {
  margin-bottom: 1em; }

/*=======================================================================
  CCK Adjusts
=======================================================================*/
div.cck_button.cck_button_del,
div.cck_button.cck_button_add,
div.cck_button.cck_button_drag {
  height: 30px; }

/*=======================================================================
  Print css
=======================================================================*/
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    box-shadow: none !important; }

  a[href]:after {
    content: "" !important; }

  abbr[title]:after {
    content: "" !important; }

  a.back-to-top,
  .navbar {
    display: none !important; }

  .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.66667%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .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.66667%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .visible-xs {
    display: none !important; }

  .hidden-xs {
    display: block !important; }

  table.hidden-xs {
    display: table; }

  tr.hidden-xs {
    display: table-row !important; }

  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important; }

  .hidden-xs.hidden-print {
    display: none !important; }

  .hidden-md {
    display: none !important; }

  .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; }

  .hidden-sm {
    display: none !important; }

  .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; } }
