/* Theme
  ==========================================================================

  1.0 Base
    1.1 General
    1.2 Typography
    1.3 Forms
  2.0 Layout
    2.1 Blocks
    2.2 Grid
  3.0 Module
    3.1 Sections
    3.3 Parts
    3.3 Navigation
  4.0 State
    4.1 Animations
    4.2 Plugins

*/
/* 1.0 Base
  ========================================================================== */
/* 1.1 General
  -------------------------------------------------------------------------- */
@import url("/Includes/Fonts/Gotham-Bold.css");
@import url("/Includes/Fonts/Gotham-Book.css");
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

html {
  height: 100%;
  font-size: 62.5%; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 55%; } }

body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  font-family: "Gotham-Book", sans-serif;
  font-weight: normal;
  line-height: 1;
  overflow-x: hidden; }
  body > div, body > form {
    font-size: 1.4rem; }

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

figure {
  margin: 0; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  margin: 30px 0 50px 0;
  height: 1px;
  border: none;
  background: #c0bfbf; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border: 0; }

p {
  font-size: 1.5rem;
  line-height: 2.5rem; }
  @media screen and (max-width: 767px) {
    p {
      font-size: 1.5rem !important;
      line-height: 2.5rem !important; } }

.divMyCMSPageContent div, .divMyCMSPageContent p {
  margin: 1em 0; }
  @media screen and (max-width: 767px) {
    .divMyCMSPageContent div, .divMyCMSPageContent p {
      font-size: 1.5rem !important;
      line-height: 2.5rem !important; } }

table {
  width: 100%;
  max-width: none;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed; }
  table tr th, table tr td {
    text-align: left;
    border: none;
    line-height: 1.5; }
  table tr th {
    text-transform: uppercase;
    letter-spacing: 0px; }

/* 1.2 Typography
  -------------------------------------------------------------------------- */
h1, h2, h3, h4 {
  font-family: "Gotham-Book", sans-serif; }

h1 {
  font-size: 3.6rem;
  line-height: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #5c2711;
  letter-spacing: 5px;
  font-family: 'Gotham-Bold'; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 2.6rem; } }

h2 {
  font-size: 2.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #e8af63;
  letter-spacing: 4px;
  font-family: 'Gotham-Book'; }

h3 {
  font-size: 1.8rem; }

h4 {
  font-size: 1.4rem; }

blockquote {
  margin: 2.5% 0;
  padding: 0;
  font-family: "Gotham-Book", sans-serif;
  font-weight: normal;
  font-size: 3.0rem;
  line-height: 1.25; }
  @media screen and (max-width: 767px) {
    blockquote {
      font-size: 1.6rem; } }

.center {
  text-align: center; }

/* 1.3 Forms
  -------------------------------------------------------------------------- */
form {
  height: 100%; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

legend {
  padding: 0;
  border: 0; }

label, .label {
  font-weight: normal;
  color: black;
  font-family: 'Gotham-Book';
  font-size: 1.4rem; }

input, textarea {
  padding: 12px 15px;
  width: 100%;
  font-family: "Gotham-Book", sans-serif;
  border: solid 1px #c0bfbf;
  background: white;
  outline: none;
  font-family: 'Gotham-Book';
  font-size: 1.4rem; }

.input {
  position: relative; }
  .input .requiredField {
    position: absolute;
    right: 10px;
    top: 4px;
    color: red;
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
    font-size: 1.4rem; }
    .input .requiredField i {
      font-size: 1.8rem; }

textarea {
  padding: 12px 15px;
  height: 150px; }

input[type="checkbox"] {
  width: inherit;
  height: inherit;
  margin-right: 11px; }

/*input[type="submit"] {
  margin: 25px 0;
  padding: 5px 50px;
  font-size: 2.4rem;
  width: auto;
  text-align: center;
  color: white;
  border: none;
  border-radius: 10px;
  background: black;
  &:hover {
    color: black;
    background: white;
  }
}*/
::-webkit-input-placeholder {
  color: #999999; }

:-moz-placeholder {
  color: #999999; }

::-moz-placeholder {
  color: #999999; }

:-ms-input-placeholder {
  color: #999999; }

.button {
  font-family: "Gotham-Book", sans-serif;
  font-size: 1.4rem;
  border-width: 1px;
  border-style: solid;
  border-color: #e8af63;
  color: #e8af63;
  text-transform: uppercase;
  padding: 18px 34px;
  display: inline-block;
  margin: 20px 0;
  letter-spacing: 3px;
  width: initial;
  line-height: 1; }

.readMore {
  color: #9f885d;
  font-family: "Gotham-Book", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 1px; }
  .readMore i {
    font-size: 2rem; }
  .readMore .readMoreText {
    display: block; }
  .readMore .readLessText {
    display: none; }
  .readMore.active .readMoreText {
    display: none !important; }
  .readMore.active .readLessText {
    display: block !important; }

.sideContent img {
  margin: 0 10px; }
.sideContent ul li p {
  margin: 0; }

.services .sideContent {
  overflow: hidden;
  max-height: 294px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  @media screen and (max-width: 767px) {
    .services .sideContent {
      max-height: 292px; } }
.services .active .sideContent {
  max-height: 2000px; }

.profiles .sideContent {
  overflow: hidden;
  max-height: 343px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  @media screen and (max-width: 767px) {
    .profiles .sideContent {
      max-height: 350px; } }
.profiles .active .sideContent {
  max-height: 2000px; }

/* 2.0 Layout
  ========================================================================== */
/* 2.1 Blocks
  -------------------------------------------------------------------------- */
#site-wrap {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  background-color: #f1f5f8; }
  #site-wrap .page-row {
    display: table-row;
    min-height: 1px;
    overflow: hidden; }
  #site-wrap .page-row-expanded {
    height: 100%; }

.content-main {
  padding-top: 60px !important; }
  @media screen and (max-width: 767px) {
    .content-main {
      padding-top: 20px !important; } }

#site-header {
  font-family: "Gotham-Book", sans-serif;
  display: inline-block;
  width: 100%; }
  #site-header section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    #site-header section::after {
      clear: both;
      content: "";
      display: table; }
  #site-header img {
    display: inline-block;
    margin: 35px 0 30px;
    padding: 0 10px;
    width: 100%;
    max-width: 800px; }
  #site-header #nav-header {
    list-style: none;
    padding: 0 0 20px 0;
    display: inline-block;
    border-bottom: #c0bfbf 1px solid; }
    #site-header #nav-header li {
      display: inline-block;
      margin: 0 20px;
      position: relative; }
      @media screen and (max-width: 767px) {
        #site-header #nav-header li {
          margin: 0 !important; } }
      #site-header #nav-header li a {
        font-size: 1.5rem;
        color: #231f20;
        text-transform: uppercase; }
      #site-header #nav-header li.active a, #site-header #nav-header li:hover a {
        color: #e8af63; }
      #site-header #nav-header li ul {
        display: none;
        text-align: left;
        position: absolute;
        left: -10px;
        width: 200px;
        margin: 0;
        padding: 10px;
        background-color: white;
        z-index: 100; }
        #site-header #nav-header li ul li {
          display: block;
          margin: 0;
          padding: 5px 0; }
    @media screen and (max-width: 767px) {
      #site-header #nav-header {
        display: block;
        display: none;
        position: block;
        background: white; }
        #site-header #nav-header::after {
          clear: both;
          content: "";
          display: table; }
        #site-header #nav-header.is-toggled {
          display: block; }
        #site-header #nav-header li {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          border-bottom: 1px solid rgba(0, 0, 0, 0.05);
          padding: 10px 0;
          /*        ul {
                    display:block;
                    text-align: center;
                    position: inherit;
                    left: inherit;
                    width: 100%;
                    li {
                      padding: 10px 0;
                      a {
                        font-weight: 400;
                        text-transform: inherit;
                      }
                      &:first-child {
                        padding-top: 0 !important;
                      }
                      &:last-child {
                        border:none !important;
                        padding-bottom: 0 !important;
                      }
                    }
                  }*/ }
          #site-header #nav-header li:last-child {
            margin-right: 0; }
          #site-header #nav-header li a {
            font-weight: 600; } }
  #site-header .toggle-nav {
    display: none;
    font-size: 3.0rem;
    text-align: center;
    line-height: 50px;
    color: #231f20;
    position: absolute;
    right: 10px;
    top: 10px; }
    #site-header .toggle-nav.is-toggled {
      color: #231f20; }
    @media screen and (max-width: 767px) {
      #site-header .toggle-nav {
        display: block; } }

#site-main section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px; }
  #site-main section::after {
    clear: both;
    content: "";
    display: table; }
  #site-main section .breadcrumbs {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    #site-main section .breadcrumbs:last-child {
      margin-right: 0; }
  #site-main section .left-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0; }
    #site-main section .left-content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      #site-main section .left-content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        text-align: center; }
        #site-main section .left-content:last-child {
          margin-right: 0; } }
    #site-main section .left-content h1 {
      margin-top: 0; }
    #site-main section .left-content h3 {
      text-transform: uppercase;
      color: #e8af63;
      font-weight: normal;
      margin-bottom: 5px; }
  #site-main section .right-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    float: right;
    margin-left: 2.35765%;
    margin-right: 0;
    font-size: 1.5rem;
    line-height: 2.5rem; }
    #site-main section .right-content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      #site-main section .right-content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        #site-main section .right-content:last-child {
          margin-right: 0; } }
    #site-main section .right-content h1 {
      font-weight: 500; }
    @media screen and (max-width: 767px) {
      #site-main section .right-content h2 {
        text-align: center; } }
    #site-main section .right-content .button {
      padding: 12px 34px; }
    #site-main section .right-content .divDate {
      font-family: "Gotham-Book", sans-serif;
      font-size: 1.4rem;
      text-transform: uppercase; }
#site-main div {
  display: block; }
  #site-main div.background {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: -215px;
    padding-top: 215px;
    margin-bottom: -1px; }
    @media screen and (max-width: 767px) {
      #site-main div.background {
        margin-top: 0 !important;
        padding-top: 0 !important;
        margin-bottom: 0px !important; } }
    #site-main div.background .button {
      border-color: #6c4a2c;
      color: #6c4a2c;
      background-color: rgba(255, 255, 255, 0.25); }
  #site-main div.texture {
    background: url(/Images/background.jpg) repeat; }
    #site-main div.texture .button {
      border-color: #ffffff;
      color: #ffffff; }
    #site-main div.texture .smallTitle {
      color: #ffffff; }
  #site-main div.white {
    background-color: #ffffff; }
    #site-main div.white .smallTitle {
      color: #e8af63; }
  #site-main div.grey {
    background-color: #f1f5f8; }
    #site-main div.grey .smallTitle {
      color: #000000; }
#site-main .homeSections .smallTitle {
  font-family: "Gotham-Book", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 30px 0;
  text-align: center; }
#site-main .homeSections .title {
  padding: 75px 10px; }
  @media screen and (max-width: 767px) {
    #site-main .homeSections .title {
      padding: 0 10px !important; } }
  #site-main .homeSections .title p {
    max-width: 550px;
    margin: 0 auto; }
#site-main .homeSections p {
  line-height: 2.5rem;
  font-size: 1.5rem; }
  @media screen and (max-width: 767px) {
    #site-main .homeSections p {
      line-height: 2.5rem !important;
      font-size: 1.5rem !important; } }
#site-main .homeSections .services {
  padding: 0 10px; }
  #site-main .homeSections .services h2 {
    color: white; }
#site-main .homeSections .about {
  padding: 0 10px 60px; }
  @media screen and (max-width: 767px) {
    #site-main .homeSections .about {
      padding: 0 10px; } }
  #site-main .homeSections .about .leftInner {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    #site-main .homeSections .about .leftInner:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      #site-main .homeSections .about .leftInner {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        text-align: center; }
        #site-main .homeSections .about .leftInner:last-child {
          margin-right: 0; } }
  #site-main .homeSections .about .rightInner {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    #site-main .homeSections .about .rightInner:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      #site-main .homeSections .about .rightInner {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        text-align: center; }
        #site-main .homeSections .about .rightInner:last-child {
          margin-right: 0; } }
    #site-main .homeSections .about .rightInner h2 {
      padding-top: 30px; }
#site-main .homeSections .latest {
  padding: 0 10px 60px; }
  @media screen and (max-width: 767px) {
    #site-main .homeSections .latest {
      padding: 0 10px !important; } }
  #site-main .homeSections .latest .leftInner {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    #site-main .homeSections .latest .leftInner:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      #site-main .homeSections .latest .leftInner {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        text-align: center; }
        #site-main .homeSections .latest .leftInner:last-child {
          margin-right: 0; } }
    #site-main .homeSections .latest .leftInner h2 {
      font-size: 3rem; }
    #site-main .homeSections .latest .leftInner .date {
      font-family: "Gotham-Book", sans-serif;
      font-size: 1.4rem; }
  #site-main .homeSections .latest .rightInner {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    padding-top: 100px; }
    #site-main .homeSections .latest .rightInner:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      #site-main .homeSections .latest .rightInner {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        display: none; }
        #site-main .homeSections .latest .rightInner:last-child {
          margin-right: 0; } }
#site-main .homeSections .entities {
  padding: 0 10px 60px;
  /*
  ul {
    list-style:none;
    margin: 0 auto 50px;
    padding: 0;
    li {
      border-right: 1px solid #d7d7d7;
      padding: 0 50px;
      &:last-child {
        border-right: none;
      }
      @include media($mobile) {
        border-right: none !important;
        padding:0 5px !important;
      }
    }
  }
  */ }
  @media screen and (max-width: 767px) {
    #site-main .homeSections .entities {
      padding: 0 10px !important; } }
  #site-main .homeSections .entities #entities-slider .owl-item {
    height: 200px; }
    #site-main .homeSections .entities #entities-slider .owl-item .imageContainer {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      padding: 20px; }
      #site-main .homeSections .entities #entities-slider .owl-item .imageContainer img {
        max-height: 200px; }
  #site-main .homeSections .entities p {
    max-width: 550px;
    margin: 0 auto; }

#site-footer {
  min-height: 73px !important;
  background-color: #e8af63;
  color: white;
  font-family: "Gotham-Book", sans-serif; }
  #site-footer section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px; }
    #site-footer section::after {
      clear: both;
      content: "";
      display: table; }
  #site-footer div {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    #site-footer div:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      #site-footer div {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        text-align: center !important;
        padding: 10px 0 !important; }
        #site-footer div:last-child {
          margin-right: 0; } }
  #site-footer img {
    display: inline-block; }
  #site-footer .footCopyright {
    padding: 30px 0; }
    #site-footer .footCopyright a {
      color: white; }
  #site-footer .footSocial {
    padding: 18px 0;
    text-align: center; }
    #site-footer .footSocial img {
      padding: 0 2px; }
  #site-footer .footDigerati {
    padding: 23px 0;
    text-align: right; }

.breadcrumbs {
  font-family: "Gotham-Book", sans-serif;
  color: #8e8d8d;
  margin-bottom: 30px; }
  .breadcrumbs a {
    color: black; }

.italic {
  font-style: italic; }

.right {
  float: right; }

.invisibleButton {
  display: none !important; }

.profiles {
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    .profiles {
      margin-top: 0 !important; } }
  .profiles img {
    max-width: 320px;
    width: 100%;
    border-radius: 50%; }
    @media screen and (max-width: 767px) {
      .profiles img {
        padding-right: 0 !important; } }
  .profiles .white {
    background-color: white;
    padding: 60px 0; }
    @media screen and (max-width: 767px) {
      .profiles .white {
        padding: 0 !important; } }
  .profiles .grey {
    padding: 60px 0; }
    @media screen and (max-width: 767px) {
      .profiles .grey {
        padding: 0 !important; } }
  @media screen and (max-width: 767px) {
    .profiles .left-content {
      margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    .profiles .right-content {
      margin-bottom: 30px; } }

.services .imageContainer {
  width: 300px;
  max-width: 80%;
  background-color: #e8af63;
  border-radius: 50%; }
  @media screen and (max-width: 767px) {
    .services .imageContainer {
      margin: 0 auto; } }
  .services .imageContainer img {
    width: 100%; }
.services .white {
  background-color: white;
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .services .white {
      padding: 0 !important; } }
.services .grey {
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .services .grey {
      padding: 0 !important; } }
@media screen and (max-width: 767px) {
  .services .left-content {
    margin-top: 30px; } }
@media screen and (max-width: 767px) {
  .services .right-content {
    margin-bottom: 30px; } }

.blog-item h1 {
  font-family: "Gotham-Book", sans-serif; }
  @media screen and (max-width: 767px) {
    .blog-item h1 {
      text-align: center !important; } }
@media screen and (max-width: 767px) {
  .blog-item .button {
    margin: 0 auto;
    display: table; } }

.ulCategories {
  text-transform: uppercase;
  list-style: none;
  padding: 0; }
  .ulCategories li {
    font-family: "Gotham-Book", sans-serif;
    color: #e8af63;
    padding: 10px 0;
    border-bottom: solid 1px #c0bfbf;
    font-size: 1.6rem; }
    .ulCategories li a {
      color: #242424; }
      .ulCategories li a i {
        font-size: 1.8rem; }

#home-slider .owl-item img {
  margin: -30px; }
#home-slider .owl-item p {
  margin: 0 100px; }
  @media screen and (max-width: 767px) {
    #home-slider .owl-item p {
      margin: 0 !important; } }
#home-slider .owl-buttons .owl-prev {
  background: none !important;
  position: absolute;
  left: 0;
  top: 45%; }
  @media screen and (max-width: 767px) {
    #home-slider .owl-buttons .owl-prev {
      top: 20% !important; } }
#home-slider .owl-buttons .owl-next {
  background: none !important;
  position: absolute;
  right: 0;
  top: 45%; }
  @media screen and (max-width: 767px) {
    #home-slider .owl-buttons .owl-next {
      top: 20% !important; } }
#home-slider .owl-pagination {
  padding: 30px 0; }
  #home-slider .owl-pagination .owl-page {
    display: inline-block !important; }
    #home-slider .owl-pagination .owl-page.active span {
      border: white 1px solid; }
    #home-slider .owl-pagination .owl-page span {
      width: 15px !important;
      height: 15px !important;
      opacity: 1 !important;
      border: black 1px solid;
      background: #e8af63 !important; }

#entities-slider .owl-pagination {
  padding: 30px 0; }
  #entities-slider .owl-pagination .owl-page {
    display: inline-block !important; }
    #entities-slider .owl-pagination .owl-page.active span {
      border: white 1px solid; }
    #entities-slider .owl-pagination .owl-page span {
      width: 15px !important;
      height: 15px !important;
      opacity: 1 !important;
      border: black 1px solid;
      background: #e8af63 !important; }

/* 2.2 Grid
  -------------------------------------------------------------------------- */
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  .container::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0 15px; } }

.clipped > *:first-child,
.clipped > *:first-child > *:first-child,
.clipped > *:first-child > *:first-child > *:first-child {
  margin-top: 0 !important; }

.clipped > *:last-child,
.clipped > *:last-child > *:last-child,
.clipped > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0 !important; }

/* 3.0 Module
  ========================================================================== */
/* 3.1 Sections
  -------------------------------------------------------------------------- */
/* 3.2 Parts
  -------------------------------------------------------------------------- */
/* 3.4 Navigation
  -------------------------------------------------------------------------- */
ul#nav-header {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  text-decoration: none;
  color: #e8af63;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  a img {
    border: none; }

/* 4.0 State
  ========================================================================== */
/* 4.1 Animations
  -------------------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* 4.2 Plugins
  -------------------------------------------------------------------------- */
.leftInner img {
  max-width: 320px;
  width: 100%;
  border-radius: 50%; }

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