/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
}

::-moz-selection {
    background: #EEDBC1;
    text-shadow: none;
}

::selection {
    background: #EEDBC1;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
a {text-decoration: none;}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

input[type='text']:active,
input[type='text']:focus{
  /* border: 1px solid #87CEFA !important; */
}

.nanobar {
    height: 4px;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.nanobar .bar {
    background: #38f none repeat scroll 0 0;
    /*border-radius: 4px;*/
    box-shadow: 0 0 10px #59d;
    margin: 0 auto;
}
html{
    background:white;
}

header img.right{
  position: absolute;
  top:0;
  right:0;
  width: 103px;
}
header img.center{
  position: absolute;
  top:32px;
  left:300px;
}
header img.left{
  position: absolute;
  top:12px;
  left:20px;
  width: 255px;
}
/*header{
    height: 177px;
    font-size: 13px;
    background-image: url(/assets/img/layout/header_bg.png);
    background-repeat: no-repeat;
}*/
#sidebar{
  /*background-image: url(/assets/img/layout/menu_repeat.jpg);
  background-repeat: repeat-y;
  overflow:hidden;*/
  background-color: white;
}
footer a:link,
footer a:hover,
footer a:visited,
footer a:active{
    color: white;
}
#content .body{
    /*TEMP*/
    /*background-image: url(/assets/img/underconstruction.jpg);*/
    background-size: 100%  auto;
    min-height: 600px;
}
.cd-user-modal-static input,
.cd-user-modal input,
.cd-user-modal{
    color: #222;
}
#content{
    color: #4d4d4d;
    /*background: white;*/
    overflow: hidden;
}
/*footer ul li{
  display: inline-block;
  position: relative;
  line-height:43px;
  font-size:14px;
  font-weight:lighter;
  text-transform: initial;
  color:#ababab;
  white-space: nowrap;
  padding: 0 15px;
}
footer{
    padding: 8px;
    background: #ff7621;
    text-align: center;
    font-size: 10px;
    padding-top: 10px;
    color: #fff;

    clear: both;
    display: table;
    position: relative;
    text-align: center;
}*/
.epilogue div{
    font-size: .9em;
}
.epilogue{
    padding: 5px 20px 0 0 !important;
}
.copyright{color: #666;}

footer hr{border-color:#3c948b;margin:10px 0 4px;}

.cd-user-modal-static a,
.cd-user-modal a,
footer a {
  cursor: pointer;
}
footer .avatar {
    text-align: center;
    padding-top:10px;
}
footer .avatar img{
    width: 125px;
}
.noty_text{font-weight: bold;}

._editing{background: #A9FCA9;}

.ckeditor{
  border: 1px solid black;
  padding: 5px;
}

/* =========================================================================
    MANAGER
    ======================================================================== */

#manager header ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      background-color: #333;
      font-size: 1.2em;
  }
  #manager header li {
      float: left;
  }
  #manager header li.b {
      border-left:solid 1px white;
  }
  #manager header li span.outer,
  #manager header li a {
      display: block;
      color: white;
      text-align: center;
      padding: 8px 10px;
      text-decoration: none;
  }
  /* Change the link color to #111 (black) on hover */
  #manager header li a:hover {
      background-color: #111;
  }
  #manager header .active {
      background-color: #074A07;
  }

#manager header aside{
  float: right;
  height: 100%;
  vertical-align: top;
  padding: 15px;
}
#manager header figure{
  margin: 8px 0 0 8px;
}
#manager header{
  background: white;
  color: black;
  height: 100px;
  font-size: .7em;
  -webkit-box-shadow: 0px 0px 5px 0px #222222;
  -moz-box-shadow: 0px 0px 5px 0px #222222;
  box-shadow: 0px 0px 5px 0px #222222;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
#manager #body > table td.mainContent > section{
  padding: 10px;
}
#manager #body > table td.nav nav{
  padding: 10px 0 10px 10px;
}
#manager #body > table td.mainContent{
  width: 100%;
  font-size: 12px;
}
#manager #body > table td.divider{
  background-color: #074A07;
  width: 4px;
}
#manager #body > table td{
  vertical-align: top;
}
#manager #body > table td.nav{
  width: 220px;
}
#manager #body > table{
  width: 100%;
}
#manager #body{
  margin-top:100px;
}

#manager #body > table td.nav h3 {
  padding: 0 15px;
}
#manager #body > table td.nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      background-color: #444;
      font-size: .8em;
  }
  #manager #body > table td.nav li {
      /*float: left;*/
  }
  #manager #body > table td.nav li.b {
      border-left:solid 1px white;
  }
  #manager #body > table td.nav li span.outer,
  #manager #body > table td.nav li a {
      display: block;
      color: white;
      text-align: left;
      padding: 8px 10px;
      text-decoration: none;
  }
  /* Change the link color to #111 (black) on hover */
  #manager #body > table td.nav li a:hover {
      background-color: #111;
  }
  #manager #body > table td.nav .active {
      background-color: #074A07;
  }
input,textarea,select{color: black; padding: 5px;}
a,a:link,a:hover,.a:active,a:visited{color:inherit;}

.nav nav{
    /*font-family: "Trajan Pro", serif;*/
    font-family: 'Alegreya SC',serif;
    font-size:1.5em !important;
}

.table.full {width: 100%;}
.table {
    border: 1px solid #cbcbcb;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}
.table caption {
    color: #000;
    font: italic 85%/1 arial,sans-serif;
    padding: 1em 0;
    text-align: center;
}
.table  div > div,
.table td, .table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 0.5em 1em;
}
div.table > div:first-child, .table td:first-child, .table th:first-child {
    border-left-width: 0;
}
div.table.thead
.table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom;
}
.table > div,
.table td {
    background-color: transparent;
}
div.table .table-odd,
.table-odd td {
    background-color: #d9d9d9;
}
.table-striped tr:nth-child(2n-1) td {
    background-color: #d9d9d9;
}
.table-bordered td {
    border-bottom: 1px solid #cbcbcb;
}
.table-bordered tbody > tr:last-child > td {
    border-bottom-width: 0;
}
.table-horizontal td, .table-horizontal th {
    border-bottom: 1px solid #cbcbcb;
    border-width: 0 0 1px;
}
.table-horizontal tbody > tr:last-child > td {
    border-bottom-width: 0;
}
.table.thead > div{
  padding-left:20px;
}
.table.thead {
  font-weight:bold;
}

table.datatable th {
  text-align: left;
}
div.datatable,
table.datatable {
    border-collapse: collapse;
    width: 100%;
    color: black;
}

div.datatable.thead > div,
table.datatable th, table.datatable td {
    text-align: left;
    padding: 8px;
}
table.datatable tr:nth-child(even){background-color: #f2f2f2}
table.datatable tr:nth-child(odd){background-color: white}

table.datatable.clean tr:nth-child(even){background-color: transparent;}
table.datatable.clean tr:nth-child(odd){background-color: transparent;}


.dataTables_wrapper{background:white;padding: 10px 0 5px; }
.dataTables_info{padding: 0 0 0 10px;}
.dataTables_length{padding:0 0 0 10px;}
.dataTables_filter{padding:0 10px 0 0;}
.dataTables_wrapper label {color: black;}
div.datatable.thead,
table.datatable th {
    background-color: #074A07;
    color: white;
}

table.dataTable {
        border-collapse: separate;
        border-spacing: 0;
        clear: both;
        margin: 0 auto;
        width: 100%;

    }
    table.dataTable thead th, table.dataTable tfoot th {
        font-weight: bold;
    }
    table.dataTable thead th, table.dataTable thead td {
        border-bottom: 1px solid #111;
        padding: 10px 18px;
    }
    table.dataTable thead th:active, table.dataTable thead td:active {
        outline: medium none;
    }
    table.dataTable tfoot th, table.dataTable tfoot td {
        border-top: 1px solid #111;
        padding: 10px 18px 6px;
    }
    table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
        cursor: pointer;
    }
    table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
        background-position: right center;
        background-repeat: no-repeat;
    }
    table.dataTable thead .sorting {
        background-image: url("../images/sort_both.png");
    }
    table.dataTable thead .sorting_asc {
        background-image: url("../images/sort_asc.png");
    }
    table.dataTable thead .sorting_desc {
        background-image: url("../images/sort_desc.png");
    }
    table.dataTable thead .sorting_asc_disabled {
        background-image: url("../images/sort_asc_disabled.png");
    }
    table.dataTable thead .sorting_desc_disabled {
        background-image: url("../images/sort_desc_disabled.png");
    }
    table.dataTable tbody tr {
        background-color: #fff;
    }
    table.dataTable tbody tr.selected {
        background-color: #b0bed9;
    }
    table.dataTable tbody th, table.dataTable tbody td {
        padding: 8px 10px;
    }
    table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
        border-top: 1px solid #ddd;
    }
    table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
        border-top: medium none;
    }
    table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
        border-right: 1px solid #ddd;
        border-top: 1px solid #ddd;
    }
    table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
        border-left: 1px solid #ddd;
    }
    table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
        border-top: medium none;
    }
    table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
        background-color: #f9f9f9;
    }
    table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
        background-color: #acbad4;
    }
    table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
        background-color: #444;
        color: white;
    }
    table.dataTable.hover tbody tr.selected:hover, table.dataTable.display tbody tr.selected:hover {
        background-color: #aab7d1;
    }
    table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
        background-color: #fafafa;
    }
    table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
        background-color: #acbad5;
    }
    table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
        background-color: #f1f1f1;
    }
    table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
        background-color: #f3f3f3;
    }
    table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
        background-color: #f5f5f5;
    }
    table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
        background-color: #a6b4cd;
    }
    table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
        background-color: #a8b5cf;
    }
    table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
        background-color: #a9b7d1;
    }
    table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
        background-color: #fafafa;
    }
    table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
        background-color: #fcfcfc;
    }
    table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
        background-color: #fefefe;
    }
    table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
        background-color: #acbad5;
    }
    table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
        background-color: #aebcd6;
    }
    table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
        background-color: #afbdd8;
    }
    table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
        background-color: #eaeaea;
    }
    table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
        background-color: #ececec;
    }
    table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
        background-color: #efefef;
    }
    table.dataTable.display tbody tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_1 {
        background-color: #a2aec7;
    }
    table.dataTable.display tbody tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_2 {
        background-color: #a3b0c9;
    }
    table.dataTable.display tbody tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_3 {
        background-color: #a5b2cb;
    }
    table.dataTable.no-footer {
        border-bottom: 1px solid #111;
    }
    table.dataTable.nowrap th, table.dataTable.nowrap td {
        white-space: nowrap;
    }
    table.dataTable.compact thead th, table.dataTable.compact thead td {
        padding: 4px 17px 4px 4px;
    }
    table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
        padding: 4px;
    }
    table.dataTable.compact tbody th, table.dataTable.compact tbody td {
        padding: 4px;
    }
    table.dataTable th.dt-left, table.dataTable td.dt-left {
        text-align: left;
    }
    table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
        text-align: center;
    }
    table.dataTable th.dt-right, table.dataTable td.dt-right {
        text-align: right;
    }
    table.dataTable th.dt-justify, table.dataTable td.dt-justify {
        text-align: justify;
    }
    table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
        white-space: nowrap;
    }
    table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
        text-align: left;
    }
    table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
        text-align: center;
    }
    table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
        text-align: right;
    }
    table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
        text-align: justify;
    }
    table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
        white-space: nowrap;
    }
    table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
        text-align: left;
    }
    table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
        text-align: center;
    }
    table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
        text-align: right;
    }
    table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
        text-align: justify;
    }
    table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
        white-space: nowrap;
    }
    table.dataTable, table.dataTable th, table.dataTable td {
        box-sizing: content-box;
    }
    .dataTables_wrapper {
        clear: both;
        position: relative;
    }
    .dataTables_wrapper .dataTables_length {
        float: left;
    }
    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: right;
    }
    .dataTables_wrapper .dataTables_filter input {
        margin-left: 0.5em;
    }
    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding-top: 0.755em;
    }
    .dataTables_wrapper .dataTables_paginate {
        float: right;
        padding-top: 0.25em;
        text-align: right;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        border: 1px solid transparent;
        border-radius: 2px;
        box-sizing: border-box;
        color: #333 !important;
        cursor: pointer;
        display: inline-block;
        margin-left: 2px;
        min-width: 1.5em;
        padding: 0.2em 0.6em;
        text-align: center;
        text-decoration: none !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 0%, #dcdcdc 100%) repeat scroll 0 0;
        border: 1px solid #979797;
        color: #333 !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        background: transparent none repeat scroll 0 0;
        border: 1px solid transparent;
        box-shadow: none;
        color: #666 !important;
        cursor: default;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #585858 0%, #111 100%) repeat scroll 0 0;
        border: 1px solid #111;
        color: white !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%) repeat scroll 0 0;
        box-shadow: 0 0 3px #111 inset;
        outline: medium none;
    }
    .dataTables_wrapper .dataTables_paginate .ellipsis {
        padding: 0 1em;
    }
    .dataTables_wrapper .dataTables_processing {
        background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
        font-size: 1.2em;
        height: 40px;
        left: 50%;
        margin-left: -50%;
        margin-top: -25px;
        padding-top: 20px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 100%;
    }
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
        color: #333;
    }
    .dataTables_wrapper .dataTables_scroll {
        clear: both;
    }
    .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    }
    .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
        vertical-align: middle;
    }
    .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
        height: 0;
        margin: 0 !important;
        overflow: hidden;
        padding: 0 !important;
    }
    .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-bottom: 1px solid #111;
    }
    .dataTables_wrapper.no-footer div.dataTables_scrollHead table, .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
        border-bottom: medium none;
    }
    .dataTables_wrapper::after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
    }
    @media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }
    }
    @media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
    }
    }

/* =========================================================================
    LOGIN BOX
    ======================================================================== */


/* --------------------------------

xsigin/signup popup

-------------------------------- */
.cd-user-modal-static {
  color:black;
}
.cd-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 54, 66, 0.9);
  z-index: 3;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-user-modal-static.is-visible .cd-user-modal-container,
.cd-user-modal.is-visible .cd-user-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-user-modal-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: #FFF;
  margin: 3em auto 4em;
  cursor: auto;
  border-radius: 0.25em;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-user-modal-container .cd-switcher {
    padding: 0;
}
.cd-user-modal-container .cd-switcher:after {
  content: "";
  display: table;
  clear: both;
}
.cd-user-modal-container .cd-switcher li {
  width: 50%;
  float: left;
  text-align: center;
  list-style: none;
}
.cd-user-modal-container .cd-switcher li:first-child a {
  border-radius: .25em 0 0 0;
}
.cd-user-modal-container .cd-switcher li:last-child a {
  border-radius: 0 .25em 0 0;
}
.cd-user-modal-container .cd-switcher a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #d2d8d8;
  color: #809191;
}
.cd-user-modal-container .cd-switcher a.selected {
  background: #FFF;
  color: #505260;
}
@media only screen and (min-width: 600px) {
  .cd-user-modal-container {
    margin: 4em auto;
  }
  .cd-user-modal-container .cd-switcher a {
    height: 70px;
    line-height: 70px;
  }
}

.cd-form {
  padding: 1.4em;
}
.cd-form .fieldset {
  position: relative;
  margin: 1.4em 0;
}
.cd-form .fieldset:first-child {
  margin-top: 0;
}
.cd-form .fieldset:last-child {
  margin-bottom: 0;
}
.cd-form label {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-form label.image-replace {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.cd-form label.cd-username {
  //background-image: url("../img/cd-icon-username.svg");
}
.cd-form label.cd-email {
  //background-image: url("../img/cd-icon-email.svg");
}
.cd-form label.cd-password {
  //background-image: url("../img/cd-icon-password.svg");
}
.cd-form input {
  margin: 0;
  padding: 0;
  border-radius: 0.25em;
}
.cd-form input.full-width {
  width: 100%;
}
.cd-form input.has-padding {
  padding: 12px 20px 12px 50px;
}
.cd-form input.has-border {
  border: 1px solid #d2d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input.has-border:focus {
  border-color: #343642;
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  outline: none;
}
.cd-form input.has-error {
  border: 1px solid #d76666;
}
.cd-form input[type=password] {
  /* space left for the HIDE button */
  padding-right: 65px;
}
.cd-form input[type=submit] {
  padding: 16px 0;
  cursor: pointer;
  background: #2f889a;
  color: #FFF;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .cd-form input[type=submit]:hover, .no-touch .cd-form input[type=submit]:focus {
  background: #3599ae;
  outline: none;
}
.cd-form .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  color: #343642;
}
.cd-form .cd-error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, 0.9);
  padding: .8em;
  z-index: 2;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0.25em;
  /* prevent click and touch events */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}
.cd-form .cd-error-message::after {
  /* triangle */
  content: '';
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}
.cd-form .cd-error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  -moz-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0;
}
@media only screen and (min-width: 600px) {
  .cd-form {
    padding: 2em;
  }
  .cd-form .fieldset {
    margin: 2em 0;
  }
  .cd-form .fieldset:first-child {
    margin-top: 0;
  }
  .cd-form .fieldset:last-child {
    margin-bottom: 0;
  }
  .cd-form input.has-padding {
    padding: 16px 20px 16px 50px;
  }
  .cd-form input[type=submit] {
    padding: 16px 0;
  }
}

.cd-form-message {
  padding: 1.4em 1.4em 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .cd-form-message {
    padding: 2em 2em 0;
  }
}

.cd-form-bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -45px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-form-bottom-message a {
  color: #FFF;
  text-decoration: underline;
}

.cd-close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  background: url("../img/cd-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 1170px) {
  .cd-close-form {
    display: none;
  }
}

#cd-login, #cd-signup, #cd-reset-password {
  display: none;
}

#cd-login.is-selected, #cd-signup.is-selected, #cd-reset-password.is-selected {
  display: block;
}






/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]: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;
    }
}
.category-breadcrumbs{font-size:13px;font-weight:normal;}
.category-breadcrumbs ul{margin:0;padding:0;}
.category-breadcrumbs li{float:left; padding: 0 0 0 10px;list-style:none;}
.category-breadcrumbs li:after{content: '>';padding: 0 0 0 7px;}
.category-breadcrumbs li:last-child:after{content: '';}


#_frontNav {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}
#_frontNav li {
  padding: 0;
  margin: 0;
  height: 30px;
  margin-right: 16px;
  list-style: none;
  background-repeat: no-repeat;
  background-position:center;
  background-size:75%;
}
#_frontNav li a, #_frontNav li a:visited {
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  height: 30px;
  background-repeat: no-repeat;
  padding:0;
  background-position:center;
  background-size:75%;
}
#_frontNav li.about {background-image: url(/assets/img/layout/about_roll.png);width:70px;}
#_frontNav li.about a {background-image: url(/assets/img/layout/about.png);}
#_frontNav li.vip {background-image: url(/assets/img/layout/vip_roll.png);width:85px;}
#_frontNav li.vip a {background-image: url(/assets/img/layout/vip.png);}
#_frontNav li.shipping {background-image: url(/assets/img/layout/shipping_roll.png);width:180px;}
#_frontNav li.shipping a {background-image: url(/assets/img/layout/shipping.png);}
#_frontNav li.reference {background-image: url(/assets/img/layout/reference_roll.png);width:110px;}
#_frontNav li.reference a {background-image: url(/assets/img/layout/reference.png);}
#_frontNav li.contact {background-image: url(/assets/img/layout/contact_roll.png);width:85px;}
#_frontNav li.contact a {background-image: url(/assets/img/layout/contact.png);}
#_frontNav li.creative {background-image: url(/assets/img/layout/creative_roll.png);width:135px;}
#_frontNav li.creative a {background-image: url(/assets/img/layout/creative.png);}
#_frontNav li a:hover {background: none;}