@import url(https://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,600,600italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);
@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.otf") format("opentype"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal; }
/*

$debugcolor-1 : pink;
$debugcolor-2 : teal;
$debugcolor-3 : olive;
$debugcolor-4 : yellow;
$debugcolor-5 : orange;
$debugcolor-6 : tan;

$debugcolor-1 : transparent;
$debugcolor-2 : transparent;
$debugcolor-3 : transparent;
$debugcolor-4 : transparent;
$debugcolor-5 : transparent;
$debugcolor-6 : transparent;


$debugcolor-1 : pink;
$debugcolor-2 : teal;
$debugcolor-3 : olive;
$debugcolor-4 : yellow;
$debugcolor-5 : orange;
$debugcolor-6 : tan;




$debugcolor-1 : #D4AC0D;
$debugcolor-2 : #F9E79F;
$debugcolor-3 : #A3E4D7;
$debugcolor-4 : #AED6F1;
$debugcolor-5 : #EDBB99;
$debugcolor-6 : #E6B0AA;
*/
/* BORDER RADIUS */
@gridGutterWidth {
  width: 30px; }
@gridColumnWidth {
  width: 70px; }
/* iCheck plugin Square skin, orange
----------------------------------- */
/* line 4, ../sass/icheck.scss */
.checkbox,
.radio {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0 20px 0 0;
  padding: 0;
  width: 25px;
  height: 26px;
  background: url(../images/icheck.png) no-repeat;
  border: none;
  cursor: pointer;
  left: 15px; }

/* line 19, ../sass/icheck.scss */
#more_deatil.radio.checked:after {
  position: absolute;
  content: '';
  left: -7px;
  width: 39px;
  height: 19px;
  top: 31px;
  z-index: 99;
  background: url(../images/arrow.png) no-repeat; }

/* line 31, ../sass/icheck.scss */
.checkbox {
  background-position: 0 0; }

/* line 34, ../sass/icheck.scss */
.checkbox.hover {
  background-position: 0 0; }

/* line 37, ../sass/icheck.scss */
.checkbox.checked {
  background-position: 0 -29px; }

/* line 40, ../sass/icheck.scss */
.checkbox.disabled {
  background-position: 0 -58px;
  cursor: default; }

/* line 44, ../sass/icheck.scss */
.radio {
  background-position: 0 -84px; }

/* line 47, ../sass/icheck.scss */
.radio.hover {
  background-position: 0 -84px; }

/* line 50, ../sass/icheck.scss */
.radio.checked {
  background-position: 0 -109px; }

/* line 53, ../sass/icheck.scss */
.radio.disabled {
  background-position: 0 -133px;
  cursor: default; }

/*------- select -------- */
/* line 60, ../sass/icheck.scss */
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

/* line 65, ../sass/icheck.scss */
.selectric-responsive {
  width: 100%; }

/* line 69, ../sass/icheck.scss */
.selectric {
  background: white;
  position: relative;
  border-bottom: 1px solid #ebebeb; }
  /* line 73, ../sass/icheck.scss */
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 18px;
    line-height: 40px;
    color: #005a9f;
    height: 48px; }
  /* line 84, ../sass/icheck.scss */
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: white;
    text-align: center;
    font-size: 24px;
    background: #ff974a; }
    /* line 96, ../sass/icheck.scss */
    .selectric .button:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0; }

/* line 110, ../sass/icheck.scss */
.selectric-disabled {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 116, ../sass/icheck.scss */
  .selectric-disabled .button {
    background: #c7c7c7; }
  /* line 119, ../sass/icheck.scss */
  .selectric-disabled .label {
    color: #c7c7c7; }

/* line 126, ../sass/icheck.scss */
.selectric-hover .selectric .button {
  color: white; }

/* line 132, ../sass/icheck.scss */
.selectric-open {
  z-index: 999999; }
  /* line 134, ../sass/icheck.scss */
  .selectric-open .selectric-items {
    display: block; }
  /* line 138, ../sass/icheck.scss */
  .selectric-open .selectric .button {
    background: #f86a00;
    color: white; }

/* line 146, ../sass/icheck.scss */
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

/* line 152, ../sass/icheck.scss */
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none; }

/* line 158, ../sass/icheck.scss */
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

/* line 174, ../sass/icheck.scss */
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
/* line 181, ../sass/icheck.scss */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  z-index: -1; }
  /* line 188, ../sass/icheck.scss */
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  /* line 192, ../sass/icheck.scss */
  .selectric-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
    /* line 199, ../sass/icheck.scss */
    .selectric-items ul li {
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 18px;
      line-height: 31px;
      min-height: 48px;
      display: block;
      padding: 8px;
      border-bottom: 1px solid #ebebeb;
      color: #005a9f;
      cursor: pointer;
      font-weight: 700; }
      /* line 212, ../sass/icheck.scss */
      .selectric-items ul li.selected {
        background: #f86a00;
        color: white; }
      /* line 216, ../sass/icheck.scss */
      .selectric-items ul li:hover {
        background: #f86a00;
        color: white; }
  /* line 222, ../sass/icheck.scss */
  .selectric-items .disabled {
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

/* line 232, ../sass/icheck.scss */
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

/* line 236, ../sass/icheck.scss */
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

/* line 247, ../sass/icheck.scss */
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

/* line 251, ../sass/icheck.scss */
.selectric-items .selectric-group li {
  padding-left: 25px; }
