/*  Phoenix ATS 
 *	Recruitment Software solution from Capital Software
 *	version 5
 *	http://www.phoenixats.com/
 */
.container-fluid {
  max-width: 1284px; }

.navbar-default {
  border: 0; }
  .navbar-default .navbar-brand {
    color: #ffffff; }
    .navbar-default .navbar-brand:hover {
      color: #f2f2f2; }
  .navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    padding: 16px 33px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #ffffff;
      text-decoration: underline; }
    @media (max-width: 991px) {
      .navbar-default .navbar-nav > li > a {
        padding: 12px 10px; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .navbar-default .navbar-nav > li > a {
        padding: 16px 18px; } }

.navbar-inverse {
  background: #2b2b2b;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  min-height: 20px; }

@media (max-width: 991px) {
  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .navbar-text {
    float: none;
    margin: 15px 0; }

  .navbar-collapse.collapse.in {
    display: block !important; }

  .collapsing {
    overflow: hidden !important; } }
@media screen and (max-width: 991px) {
  body {
    overflow-x: hidden; }

  .navbar-default {
    background-color: #eeeeee; }

  .container-fluid > .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px; }

  .navbar-collapse {
    background-color: #eeeeee; }
    .navbar-collapse .form-horizontal {
      max-width: 100%;
      padding: 0 15px; }
    .navbar-collapse .k-textbox {
      width: 100%; }
    .navbar-collapse .nav.navbar-nav a {
      color: #000;
      font-family: myriad-pro-n7, myriad-pro, "Lucida Grande", "Lucida Sans Unicode", Calibri, sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      display: block;
      padding: 15px 0;
      margin-left: 15px;
      margin-right: 15px;
      border-bottom: 1px solid white;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .navbar-collapse .nav.navbar-nav a:hover, .navbar-collapse .nav.navbar-nav a:focus {
        color: #000;
        text-decoration: none;
        text-indent: 2px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; } }
.btn {
  padding: 6px 20px;
  border: 0;
  text-align: left;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: myriad-pro, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (max-width: 767px) {
    .btn {
      margin-bottom: 5px; } }

.btn-social-icon {
  min-width: initial; }

.btn-default {
  background: #ffffff;
  border: 0; }
  .btn-default:hover, .btn-default:focus {
    background: #ffffff;
    border-color: #333333; }
  .btn-default:focus {
    -webkit-box-shadow: 0 0 0 #ffffff;
    -moz-box-shadow: 0 0 0 #ffffff;
    box-shadow: 0 0 0 #ffffff; }

.btn-primary, .btn-info {
  background: #000; }
  .btn-primary:hover, .btn-info:hover, .btn-primary:focus, .btn-info:focus {
    background-color: #333333;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }

a.btn {
  display: inline-block\9;
  margin-bottom: 3px\9; }

.main-content .search-jobs .control-label {
  font-size: 16px;
  font-size: 1.6rem; }

.form-control {
  border-color: #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .form-control:hover {
    border-color: #c4c4c4; }
  .form-control:focus {
    border-color: #c4c4c4;
    -webkit-box-shadow: 0 0 0 #ffffff;
    -moz-box-shadow: 0 0 0 #ffffff;
    box-shadow: 0 0 0 #ffffff; }

.thumbnail .caption {
  color: #000; }

.alert {
  margin: 20px 0;
  font-weight: bold; }

.alert-danger {
  background-color: #ffdcda;
  border-color: #f44336;
  color: #f44336; }

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #f58220;
  border-color: #f58220; }

.pagination > li > a, .pagination > li > span {
  color: #000; }

i#social {
  opacity: 0.85; }
  i#social:hover, i#social:focus {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1; }

.linkedinimport {
  font-family: myriad-pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 50px; }
  .linkedinimport i.fa-linkedin {
    line-height: 42px; }

.social-share > a:hover {
  text-decoration: none; }

.k-textbox {
  border-color: #ddd;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .k-textbox:hover {
    border-color: #c4c4c4; }
  .k-textbox:focus {
    border-color: #c4c4c4;
    -webkit-box-shadow: 0 0 0 #ffffff;
    -moz-box-shadow: 0 0 0 #ffffff;
    box-shadow: 0 0 0 #ffffff; }

.k-autocomplete.k-state-default,
.k-picker-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-dropdown-wrap.k-state-default,
.k-multiselect.k-header,
.k-state-default > .k-select {
  border-color: #ddd; }

.k-state-selected, .k-state-selected:link, .k-state-selected:visited,
.k-list > .k-state-selected, .k-list > .k-state-highlight,
.k-panel > .k-state-selected,
.k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler
.k-today.k-state-selected, .k-marquee-color {
  background-color: #f58220; }

.k-state-focused, .k-button:focus, .k-button.k-state-focused, .k-button:focus:active {
  -webkit-box-shadow: inset 0 0 7px 0 #f58220 !important;
  box-shadow: inset 0 0 7px 0 #f58220 !important; }

.field-validation-error.text-danger {
  color: #f44336;
  font-weight: bold;
  background: #ffdcda;
  display: inline-block;
  padding: 6px 20px 7px;
  margin-left: -5px;
  margin-top: 3px;
  border: 1px solid #f44336;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.input-validation-error .k-state-default,
.input-validation-error .k-select {
  border-color: #f44336; }

.input-validation-error .k-input {
  color: #f44336; }

section#loginForm .form-horizontal .form-group,
section#registerForm .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }

::-moz-selection {
  background: #daecae;
  color: #000; }

::selection {
  background: #daecae;
  color: #000; }

/* Password Strength */
.strength_meter {
  height: 7px;
  width: 100%;
  background: silver; }

.strength_meter div {
  height: 7px;
  width: 100%;
  text-align: center;
  color: black;
  font-weight: bold;
  line-height: 23px; }

.veryweak {
  background-color: #FFA0A0;
  border-color: #F04040 !important; }

.weak {
  background-color: #FFB78C;
  border-color: #FF853C !important; }

.medium {
  background-color: #FFEC8B;
  border-color: #FC0 !important; }

.strong {
  background-color: #C3FF88;
  border-color: #8DFF1C !important; }

body {
  font-family: myriad-pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000; }

p {
  font-family: myriad-pro, "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: myriad-pro-n7, myriad-pro, "Lucida Grande", "Lucida Sans Unicode", Calibri, sans-serif;
  font-style: capitalize; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000; }
    h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus {
      color: #000; }

h1 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700; }

h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600; }

h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600; }

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500; }

a {
  color: #f58220; }
  a:hover, a:focus {
    color: #f58220;
    text-decoration: underline; }

hr {
  border-color: #ddd; }

.body-content {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .body-content {
      margin-top: 0; } }

ul.nav-wizard li:before {
  border-left-color: #ffffff; }

ul.nav-wizard li a {
  color: #000; }
ul.nav-wizard li.active {
  color: #ffffff;
  background: #f58220; }
  ul.nav-wizard li.active a, ul.nav-wizard li.active a:active, ul.nav-wizard li.active a:focus, ul.nav-wizard li.active a:visited {
    color: #ffffff;
    background: #f58220; }

ul.nav-wizard li.active:after {
  border-left-color: #f58220; }

#JobNumberOrTitle.k-textbox {
  width: 100%; }

.tab-pane p {
  font-family: myriad-pro-n7, myriad-pro, "Lucida Grande", "Lucida Sans Unicode", Calibri, sans-serif;
  margin: 30px 0 20px; }

.job-search .form-group,
.tab-pane .form-group {
  margin-left: 0;
  margin-right: 0; }

#masthead {
  background-color: #f58220; }

.site-logo {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .site-logo {
      margin-top: 15px;
      max-width: 300px; } }
  @media (min-width: 1024px) {
    .site-logo {
      margin-top: 40px;
      margin-bottom: 30px; } }

.navbar-inverse {
  background: #000;
  border-top: 0;
  border-bottom: 10px solid #f58220; }
  @media (min-width: 992px) {
    .navbar-inverse .navbar-nav > li {
      border-left: 2px solid #f58220;
      border-right: 2px solid #f58220;
      margin-left: -2px; } }
  .navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 20px; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      background: #fff;
      color: #000; }

.sidebar .careernav a {
  display: block;
  margin-bottom: 10px;
  color: #777;
  padding-left: 5px;
  line-height: 36px;
  line-height: 3.6rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .sidebar .careernav a:hover, .sidebar .careernav a:focus {
    text-decoration: none;
    background-color: #eeeeee;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
.sidebar .careernav i {
  margin-right: 5px; }
.sidebar .careernav .username {
  padding: 0 15px;
  font-style: italic; }

.unauth > .nav-tabs {
  border-bottom: 1px solid #f58220; }
  .unauth > .nav-tabs li {
    width: 50%;
    border-bottom: 1px solid #f58220; }
    .unauth > .nav-tabs li a:hover,
    .unauth > .nav-tabs li a:focus {
      background-color: #eeeeee;
      border-color: #eeeeee; }
    .unauth > .nav-tabs li a {
      font-family: myriad-pro-n7, myriad-pro, "Lucida Grande", "Lucida Sans Unicode", Calibri, sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      margin: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      text-align: center; }
    .unauth > .nav-tabs li.active a {
      background-color: #f58220;
      border-color: #f58220;
      color: #ffffff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important; }

.gcc1.full-bleed {
  background-size: cover; }

.m10-footer .gcc1 {
  height: 150px;
  min-height: 150px; }

a.gcc {
  cursor: pointer; }

.gcc1 {
  min-height: 295px;
  position: relative;
  overflow: hidden;
  background-position: center center; }

.gcc {
  display: block;
  margin-bottom: 20px;
  background-size: cover; }

.bg-m10-orange {
  background-color: #f58220 !important; }

.gcc1 .content {
  padding: 20px; }

.m10-footer div {
  z-index: 2; }

.m10-white {
  color: #FFFFFF !important; }

.m10-black {
  color: #000000 !important; }

h2 {
  font-size: 20px;
  font-weight: 600; }

.gcc p {
  font-weight: 400; }

.gcc h1, .gcc h2, .gcc p {
  margin-bottom: 10px;
  margin-top: 0; }

.promo-area {
  height: 150px;
  background: #F58220;
  padding: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
  z-index: 0; }

.promo-area:hover {
  text-decoration: none; }

.promo-area .buttons {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%; }

@media (min-width: 1284px) {
  .promo-area .buttons {
    padding: 0 15px; }

  .promo-area .buttons .col-lg-6 {
    padding: 0 5px; }

  .promo-area .buttons .col-lg-6 button {
    display: block;
    width: 100%; } }
.promo-area h1 {
  font-size: 20px;
  font-weight: 600;
  font-weight: 700;
  color: #FFFFFF;
  margin: 5px 0; }

.promo-area h2 {
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 18px;
  padding: 0;
  margin-top: 0; }

.promo-area img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1; }

.media-tiles {
  margin-top: 10px;
  margin-bottom: 10px; }

.media-tiles.tiles-4 {
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 640px) {
  .media-tiles.tiles-4 .media-tile {
    width: 50%; } }
@media (min-width: 1024px) {
  .media-tiles.tiles-4 .media-tile {
    width: 25%; } }
.media-tiles.tiles-3 {
  margin-left: -10px;
  margin-right: -10px; }

@media (min-width: 818px) {
  .media-tiles.tiles-3 {
    max-width: 778px;
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 640px) {
  .media-tiles.tiles-3 .media-tile {
    width: 33.33333333%; } }
@media (min-width: 1024px) {
  .media-tiles.tiles-2 {
    width: 50%; } }
@media (min-width: 640px) {
  .media-tiles.tiles-2 .media-tile {
    width: 50%; } }
@media (min-width: 1024px) {
  .media-tiles.tiles-2 .media-tile {
    width: 25%; } }
@media (min-width: 640px) {
  .media-tiles {
    margin-top: 10px;
    margin-bottom: 20px; } }
@media (min-width: 1024px) {
  .media-tiles {
    margin-top: 25px;
    margin-bottom: 25px; } }
.media-tiles a:focus,
.media-tiles a:hover {
  text-decoration: none; }

.media-tiles div:focus {
  outline: none; }

.media-tiles .title {
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 600; }

.media-tiles p {
  font-size: 13px;
  line-height: 1.2em; }

.media-tiles .media-tile {
  height: 50px;
  margin-bottom: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%; }

.media-tiles .media-tile:last-child {
  margin-bottom: 0; }

.media-tiles .image-wrapper {
  text-align: center;
  width: 40px;
  height: 22px;
  margin-left: 9px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle; }

.media-tiles .image-wrapper img {
  height: inherit;
  display: block;
  margin: auto; }

.media-tiles a {
  display: block;
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #eeeeee;
  height: 50px;
  line-height: 46px; }

.media-tiles a:hover {
  background-color: #eeeeee;
  border-color: #f58220; }

.media-tiles a .description {
  display: inline-block; }

.media-tiles a .description {
  line-height: 1em;
  vertical-align: middle;
  max-width: calc(100% -  61px); }

.media-tiles a .description p {
  margin: 0;
  font-weight: 400; }

.m10-footer .media-tiles {
  margin-top: 10px;
  margin-bottom: 10px; }

@media (min-width: 640px) and (max-width: 1023px) {
  .m10-footer .media-tiles {
    margin-bottom: 0px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; } }
.m10-footer .media-tiles .media-tile {
  margin-bottom: 10px; }

.m10-footer .media-tiles .media-tile:last-child {
  margin-bottom: 0; }

@media (min-width: 1024px) {
  .m10-footer .media-tiles .media-tile {
    margin-bottom: 0; } }
.m10-footer .gcc1 .content img {
  max-width: 100%;
  max-height: 100%; }

.m10-footer {
  margin-top: 3em;
  padding: 0;
  /* Stamp as background item that doesn't highjack hover */ }

.m10-footer .main-content-separator {
  background: #000000;
  padding: 5px 0; }

.trade.m10-footer .main-content-separator {
  background: #4a4a4a; }

.m10-footer hr {
  border-color: rgba(255, 255, 255, 0.25);
  display: none; }

@media (min-width: 1024px) {
  .m10-footer hr {
    display: block;
    margin: 0; } }
.trade.m10-footer hr {
  display: block; }

@media (min-width: 1024px) {
  .trade.m10-footer hr {
    width: 80%; } }
.m10-footer .m10-footer-nav {
  background-color: #f58220;
  position: relative;
  overflow: hidden;
  height: 50px; }
  @media (min-width: 992px) {
    .m10-footer .m10-footer-nav {
      height: 270px; } }

.trade.m10-footer .m10-footer-nav {
  background-color: #000000; }

@media (min-width: 640px) {
  .m10-footer .m10-footer-nav {
    padding: 0 50px; } }
@media (min-width: 1024px) {
  .m10-footer .m10-footer-nav {
    padding: 0; } }
.m10-footer .links {
  float: left;
  width: 100%;
  border-bottom: 2px solid #f68e35; }

@media (min-width: 1024px) {
  .m10-footer .links {
    width: 25%;
    border-bottom: none; } }
.trade.m10-footer .links {
  border-bottom: 0;
  width: auto;
  margin-right: 40px; }

.trade.m10-footer .links ul {
  display: block;
  padding: 0;
  margin-left: 0; }

@media (max-width: 639px) {
  .trade.m10-footer .links {
    width: 100%; } }
.m10-footer .links .title {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding: 0 20px 0 10px; }

.trade.m10-footer .links .title {
  color: #FFFFFF;
  padding: 0; }

.trade.m10-footer .links .title i {
  display: none; }

@media (min-width: 640px) {
  .m10-footer .links .title {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding: 0 58px 0 58px; } }
@media (min-width: 1024px) {
  .m10-footer .links .title {
    padding: 0 20px 0 20px; } }
.m10-footer .links .title span,
.m10-footer .links .title i {
  display: inline-block;
  vertical-align: middle; }

.m10-footer .links .title span {
  width: calc(100% -  30px); }

.trade.m10-footer .links .title span {
  width: 100%; }

@media (min-width: 1024px) {
  .m10-footer .links .title span {
    width: 100%; } }
.m10-footer .links .title i {
  width: 30px;
  color: #ffffff; }

@media (min-width: 1024px) {
  .m10-footer .links .title i {
    display: none; } }
.m10-footer .links.expanded i:before {
  content: "\e113"; }

.m10-footer .links.expanded ul {
  display: block;
  padding-bottom: 12px; }

@media (min-width: 1024px) {
  .m10-footer .links.expanded ul {
    padding-bottom: 20px; } }
.m10-footer .links ul {
  display: none;
  list-style: none;
  margin-bottom: 0;
  width: 100%;
  padding-left: 10px;
  padding-right: 20px; }

@media (min-width: 640px) {
  .m10-footer .links ul {
    padding-left: 58px;
    padding-right: 58px; } }
@media (min-width: 1024px) {
  .m10-footer .links ul {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px; } }
.m10-footer .links li {
  padding: 7px 0;
  margin-bottom: 0; }

.trade.m10-footer .links li {
  width: 100%; }

.m10-footer .links li:first-child {
  padding-top: 0; }

@media (min-width: 640px) and (max-width: 1023px) {
  .m10-footer .links li {
    width: 50%;
    display: inline-block;
    float: left;
    padding-right: 10px; }

  .m10-footer .links li:first-child {
    padding-top: 7px; } }
.m10-footer .links a {
  font-weight: 600;
  font-size: 14px;
  vertical-align: middle;
  color: #ffffff; }

.m10-footer .links a:hover {
  color: #000000;
  text-decoration: none; }

.trade.m10-footer .links a:hover {
  color: #f58220; }

.m10-footer .m10-footer-contacts {
  padding-top: 15px;
  padding-bottom: 15px; }

@media (min-width: 640px) and (max-width: 1023px) {
  .m10-footer .m10-footer-contacts {
    text-align: center; } }
@media (min-width: 1024px) {
  .m10-footer .m10-footer-contacts {
    float: left; } }
.trade.m10-footer .m10-footer-contacts {
  text-align: left; }

.m10-footer .m10-footer-contact {
  display: block;
  vertical-align: top;
  margin: 0px auto 0;
  max-width: 330px;
  padding: 15px; }

.m10-footer .m10-footer-contact:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none; }

@media (min-width: 640px) {
  .m10-footer .m10-footer-contact {
    display: inline-block;
    max-width: initial;
    margin-right: 35px; }

  .m10-footer .m10-footer-contact:last-child {
    margin-right: 0; } }
.m10-footer .m10-footer-contact i {
  color: #000000; }

.trade.m10-footer .m10-footer-contact i {
  color: #FFFFFF; }

.m10-footer .m10-footer-contact i,
.m10-footer .m10-footer-contact .description {
  display: inline-block;
  vertical-align: top;
  float: left; }

.m10-footer .m10-footer-contact i {
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  margin-right: 12px; }

.m10-footer .m10-footer-contact i img {
  float: left; }

.m10-footer .m10-footer-contact .description {
  max-width: 248px;
  width: calc(100% -  52px); }

@media (min-width: 640px) {
  .m10-footer .m10-footer-contact .description {
    max-width: initial; } }
.m10-footer .m10-footer-contact .title {
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  line-height: 15px;
  text-align: left; }

.trade.m10-footer .m10-footer-contact .title {
  color: #f58220; }

.m10-footer .m10-footer-contact .m10-tel {
  font-size: 20px;
  line-height: 20px; }

.m10-footer .m10-footer-contact p {
  color: #FFFFFF;
  text-align: left;
  margin: 6px 0 0; }

.m10-footer .m10-footer-social {
  margin: 0 auto 30px;
  text-align: center; }

@media (min-width: 1024px) {
  .m10-footer .m10-footer-social {
    text-align: left;
    float: right;
    margin: 30px 15px 30px 0; } }
.trade.m10-footer .m10-footer-social {
  float: left;
  width: 100%;
  padding-left: 15px;
  margin-top: 10px;
  text-align: left; }

.m10-footer .m10-footer-social li {
  height: 32px;
  line-height: 32px;
  margin-right: 9px;
  padding: 0; }

.trade.m10-footer .m10-footer-social li {
  margin-right: 40px; }

@media (max-width: 639px) {
  .trade.m10-footer .m10-footer-social li {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left; } }
.m10-footer .m10-footer-social li:last-child {
  margin-right: 0px; }

.trade.m10-footer .m10-footer-social li {
  color: #FFFFFF; }

.m10-footer .m10-footer-social img {
  max-width: 100%; }

.trade.m10-footer .m10-footer-social svg {
  margin-right: 10px; }

.m10-footer .m10-footer-social svg .bg {
  fill: #000000; }

.trade.m10-footer .m10-footer-social svg .bg {
  fill: #4A4A4A; }

.m10-footer .m10-footer-social svg .fg {
  fill: #FFFFFF; }

.m10-footer .m10-footer-social a {
  float: left; }

.m10-footer .m10-footer-social a:hover svg .bg {
  fill: #FFFFFF; }

.m10-footer .m10-footer-social a:hover svg .fg {
  fill: #f58220; }

.m10-footer div {
  z-index: 2; }

.m10-footer .m10-footer-stamp {
  display: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 267px;
  position: absolute;
  width: 267px;
  height: 267px;
  right: -20px;
  top: 20px;
  opacity: 0.5;
  z-index: 1; }

@media (min-width: 1024px) {
  .m10-footer .m10-footer-stamp {
    display: block; } }
.m10-footer .m10-footer-nav .container {
  position: relative;
  z-index: 2; }

.m10-footer .checkout-footer {
  width: 100%;
  background: #000000; }

.m10-footer .checkout-footer .container {
  min-height: 60px;
  padding: 10px 20px; }

@media (min-width: 640px) {
  .m10-footer .checkout-footer .container {
    height: 60px;
    line-height: 60px;
    padding: 0 10px; } }
@media (min-width: 1024px) {
  .m10-footer .checkout-footer .container {
    height: 90px;
    line-height: 90px; } }
.m10-footer .checkout-footer .payment-logo {
  height: 22px; }

@media (max-width: 639px) {
  .m10-footer .checkout-footer .payment-logo {
    margin-top: 15px; } }
@media (min-width: 640px) {
  .m10-footer .checkout-footer .payment-logo {
    float: right; } }
.m10-footer .checkout-footer .payment-logo img {
  max-height: 100%; }

.row {
  margin-left: -10px;
  margin-right: -10px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

a.gcc {
  text-decoration: none; }

/*# sourceMappingURL=Site.css.map */
