/************************
	All the Base styles
************************/
/* Reset *********/
* {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

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

html {
  line-height: 1;
  height: 100%; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* Base *********/
@font-face {
  font-family: "Circe-Regular";
  src: url("fonts/Circe-Regular.ttf");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Circe-Light";
  src: url("fonts/CRC35.otf");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Circe-Bold";
  src: url("fonts/CRC65.otf");
  font-style: normal;
  font-weight: normal; }
body {
  min-width: 320px;
  font: 100%/1.5em "Circe-Bold", "Circe-Regular", "Circe-Light";
  background-color: #fff;
  color: #000; }

a {
  text-decoration: none;
  color: #000;
  font-family: "Circe-Bold"; }

h2 {
  font-family: "Circe-Bold";
  color: #000; }

p {
  color: #000;
  font-family: "Circe-Light"; }

  b {
  font-family: "Circe-Bold" !important; }

<<<<<<< HEAD
  strong {
  font-family: "Circe-Bold" !important; }

=======
>>>>>>> 2e9b0ef8b11fa2cfd8ba4ebee1e073861eecc738
button {
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #000;
  border: none;
  border: 2px solid;
  font-family: "Circe-Bold";
  padding: 1% 0; }

input {
  cursor: pointer;
  border: none;
  border: 2px solid;
  background-color: #fff;
  border-color: #999999;
  outline: none;
  font-family: "Circe-Bold";
  color: #000;
  padding: 1%; }

*::-webkit-input-placeholder {
  color: #b2b2b2;
  opacity: 1;
  font-family: "Circe-Regular"; }

*:-moz-placeholder {
  color: #b2b2b2;
  opacity: 1;
  font-family: "Circe-Regular"; }

*::-moz-placeholder {
  color: #b2b2b2;
  opacity: 1;
  font-family: "Circe-Regular"; }

*:-ms-input-placeholder {
  color: #b2b2b2;
  opacity: 1;
  font-family: "Circe-Regular"; }

.container {
  min-height: 100%;
  width: 100%;
  position: relative; }

nav, section, footer {
  width: 100%;
  float: left;
  height: 100%; }

.container:before,
.container:after,
.row:before,
.row:after,
.clear:before,
.clear:after {
  content: " ";
  display: block; }

.container:after,
.row:after,
.clear:after {
  clear: both; }

.active_list {
  color: #a98e7e !important; }

.active_sub {
  display: block !important; }

.active_sub_list {
  color: #000 !important;
  text-decoration: underline !important; }

.active_language {
  color: #000 !important;
  text-decoration: underline !important; }

.item_active img {
  opacity: 0.5; }

.item_active p {
  text-decoration: underline; }

.menu_list_active {
  color: #a98e7e; }

.active-contacts p {
  display: none !important; }

.live {
  opacity: 1; }

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px), only screen and (min-width: 480px), only screen and (min-width: 768px) {
  b {
  font-family: "Circe-Bold" !important; }
 strong {
  font-family: "Circe-Bold" !important; }
  nav, section {
    width: 100%;
    height: auto; }

  nav {
    background-color: #fff;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.5);
    position: relative; }
    nav .nav {
      position: relative;
      background-color: #fff;
      width: 100%;
      height: 56px; }
      nav .nav .burgWrapper {
        position: absolute;
        left: 1.5625em;
        top: 6px;
        padding: 20px 0;
        display: block; }
        nav .nav .burgWrapper .burg {
          display: block;
          height: 2px;
          width: 18px;
          background: black;
          position: relative;
          transition: all .2s; }
          nav .nav .burgWrapper .burg:before {
            content: '';
            position: absolute;
            top: -7px;
            width: 18px;
            height: 2px;
            background: #000;
            transition: all .2s; }
          nav .nav .burgWrapper .burg:after {
            content: '';
            position: absolute;
            top: 7px;
            width: 18px;
            height: 2px;
            background: #000;
            transition: all .2s; }
        nav .nav .burgWrapper .activeBurg {
          background: transparent; }
          nav .nav .burgWrapper .activeBurg:before {
            -webkit-transform: rotate(45deg);
            top: 0;
            background: #4d4d4d; }
          nav .nav .burgWrapper .activeBurg:after {
            -webkit-transform: rotate(-45deg);
            top: 0;
            background: #4d4d4d; }
      nav .nav .logo {
        position: relative;
        width: 155px;
        margin: 0 auto;
        height: 56px;
        padding: 10px 0 0; }
        nav .nav .logo img {
          max-width: 100%;
          height: auto; }
    nav #menu_container {
      display: none; }
    nav ul {
      border-top: 1px solid #bfbfbf;
      margin: 0.625em 1.5625em 1.875em 1.5625em; }
      nav ul li a {
        padding: 8px 0;
        display: block;
        width: 100%;
        text-transform: uppercase;
        font-size: 0.875em;
        border-bottom: 1px solid #bfbfbf; }
      nav ul li:nth-child(5) .sort_menu,
      nav ul li:nth-child(6) .sort_menu {
        position: absolute;
        color: #d24a43;
        right: 30px;
        margin-top: 10px;
        cursor: pointer; }
      nav ul li:nth-child(5) ul,
      nav ul li:nth-child(6) ul {
        display: none;
        position: relative;
        border-top: 0;
        margin: 0 0em 0 0.3125em; }
        nav ul li:nth-child(5) ul li,
        nav ul li:nth-child(6) ul li {
          display: block; }
          nav ul li:nth-child(5) ul li a,
          nav ul li:nth-child(6) ul li a {
            padding: 8px 0;
            font-family: "Circe-Regular";
            color: #808080;
            text-transform: none;
            border: none; }
    nav .contacts {
      display: none; }

  section {
    background-color: #fff; }
    section .team_container {
      width: 100%;
      height: auto;
      padding: 0.4375em 0 1.875em 0;
      float: left; }
      section .team_container .description_wrapper {
        width: 100%;
        height: auto;
        background-color: #fff;
        float: left; }
        section .team_container .description_wrapper .description_car {
          float: left;
          width: 2px;
          height: 1.875em;
          display: none;
          background-color: #d24a43;
          transition: .1s; }
        section .team_container .description_wrapper #description {
          width: 100%;
          height: auto;
          padding: 0 6%;
          float: left; }
          section .team_container .description_wrapper #description .member {
            float: left;
            width: 47.32%;
            height: auto;
            background-color: #fff;
            margin-top: 15px; }
            section .team_container .description_wrapper #description .member .member_img {
              width: 100%;
              height: 25vh;
              min-height: 180px;
              background-size: cover;
              background-position: 50% 0%; }
            section .team_container .description_wrapper #description .member p.name {
              text-align: center;
              font-family: "Circe-Light";
              font-size: 0.8125em;
              margin-top: 4%; }
            section .team_container .description_wrapper #description .member p.position {
              font-family: "Circe-Light";
              text-align: center;
              font-size: 0.8125em;
              color: #808080; }
          section .team_container .description_wrapper #description .member:nth-child(odd) {
            margin: 15px 5.357142857142857% 0 0; } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px), only screen and (min-width: 1200px) {
  nav {
    width: 18.95161290322581%; }

  section {
    width: calc(100% - 18.95161290322581%); }

  nav, section {
    height: 100vh;
    float: left;
    display: inline-block; }

  .container {
    display: block; }

  nav {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5); }
    nav .nav {
      position: relative;
      width: 100%;
      height: 5.375em;
      box-shadow: none; }
      nav .nav .burgWrapper {
        position: absolute;
        left: 1.5625em;
        top: 6px;
        padding: 20px 0;
        display: none; }
      nav .nav .logo {
        height: auto;
        margin: 0 0 0 1.5625em;
        min-height: 60%;
        padding: 1.875em 0 0; }
        nav .nav .logo img {
          max-width: 100%;
          height: auto; }
    nav #menu_container {
      display: block !important; }
    nav ul {
      border-top: 0;
      margin: 0.625em 0.5em 0 1.5625em; }
      nav ul li a {
        padding: 3px 0;
        display: block;
        width: 100%;
        text-transform: uppercase;
        font-size: 0.875em;
        border: none; }
        nav ul li a:hover {
          color: #a98e7e;
          border: none; }
      nav ul li:nth-child(5) .sort_menu,
      nav ul li:nth-child(6) .sort_menu {
        display: none; }
      nav ul li:nth-child(5) ul,
      nav ul li:nth-child(6) ul {
        display: none;
        margin: 0em 0em 0 0.3125em; }
        nav ul li:nth-child(5) ul li,
        nav ul li:nth-child(6) ul li {
          display: block; }
          nav ul li:nth-child(5) ul li a,
          nav ul li:nth-child(6) ul li a {
            padding: 3px 0;
            font-family: "Circe-Regular";
            color: #808080;
            text-transform: none; }
            nav ul li:nth-child(5) ul li a:hover,
            nav ul li:nth-child(6) ul li a:hover {
              color: #000;
              text-decoration: underline; }
    nav .contacts {
      position: absolute;
      bottom: 2.5em;
      margin: 0 0.5em 0 1.5625em;
      display: block; }
      nav .contacts p {
        color: #808080;
        font-size: 0.875em; }
      nav .contacts span {
        color: #808080;
        font-size: 0.875em;
        font-family: "Circe-Light";
        padding-top: 0.55em;
        display: block; }
        nav .contacts span a {
          color: #808080;
          font-size: 0.875em;
          font-family: "Circe-Light"; }
          nav .contacts span a:hover {
            color: #000;
            text-decoration: underline; }
      nav .contacts p:first-child {
        padding-bottom: 1.25em; }

  section {
    background-color: #fff; }
    section .team_container {
      width: calc(100% - 2.45%);
      height: 100vh;
      margin: 0 0 0 2.45%;
      padding: 2.1875em 9.183673469387755% 2.5em 0;
      border-left: 1px solid #e0e0e0; }
      section .team_container .description_wrapper {
        width: 100%;
        height: 100%;
        background-color: #fff;
        overflow: hidden;
        position: relative; }
        section .team_container .description_wrapper .description_car {
          float: left;
          width: 2px;
          height: 1.875em;
          display: block;
          background-color: #d24a43;
          transition: .1s; }
        section .team_container .description_wrapper #description {
          position: absolute;
          width: 100%;
          height: 100%;
          padding: 0 7.865168539325843% 0 0;
          left: 7.865168539325843%;
          overflow-y: auto;
          margin: 0;
          margin: 0 0 3.846153846153846% 0; }
          section .team_container .description_wrapper #description .member {
            float: left;
            width: 22.56%;
            height: 50.0%;
            background-color: #fff;
            margin: 0 2.44% 0 0; }
            section .team_container .description_wrapper #description .member .member_img {
              width: 100%;
              height: 73.571429%;
              background-size: cover;
              background-position: 50% 0%; }
            section .team_container .description_wrapper #description .member p.name {
              text-align: center;
              font-family: "Circe-Light";
              font-size: 1.125em;
              margin-top: 4%; }
            section .team_container .description_wrapper #description .member p.position {
              font-family: "Circe-Light";
              text-align: center;
              font-size: 1.125em;
              color: #808080; }
          section .team_container .description_wrapper #description .member:last-child {
            margin: 0; }
          section .team_container .description_wrapper #description .member:nth-child(odd) {
            margin: 0 2.44% 0 0; } }
/****************************
	All the Sections styles
****************************/

/*# sourceMappingURL=team.css.map */
