button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #ffcc00;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans";
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus {
    background-color: #b38f00;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: #e6e6e6;
  border: 1px solid #cccccc;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Open Sans";
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Open Sans";
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #b3b3b3; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #ffcc00;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(230, 184, 0, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #cccccc;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

h1, h2, h3, p {
  margin: 0; }

hr {
  border-bottom: 1px solid #cccccc;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

p {
  color: #999999;
  line-height: 1.5; }

a {
  color: #ffcc00;
  text-decoration: none; }

.type {
  border-bottom: 1px solid;
  display: inline-block;
  font-family: "Open Sans", "Lucida Sans Unicode";
  font-size: 0.7em;
  font-weight: 800;
  margin-bottom: 2em;
  padding: 0.3em 0;
  text-align: left;
  text-transform: uppercase; }

h1 {
  font-family: "Montserrat", serif;
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 0.5em; }
  @media (min-width: 40em) {
    h1 {
      font-size: 2.6em; } }

h2 {
  font-family: "Montserrat", serif;
  /* white-space: nowrap; */
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: -15px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4em; }
  @media (min-width: 768px) {
    h2 {
      min-width: 430px;
      font-size: 50px; }
      h2:after {
        width: 430px;
        height: 3px;
        background-color: #ffcc00;
        content: '';
        display: block;
        margin: 0 auto; } }

h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Open Sans", "Lucida Sans Unicode";
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #999999; }
  @media (min-width: 768px) {
    h3 {
      width: 500px; } }

h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-family: "Open Sans", "Lucida Sans Unicode"; }

code {
  background: #F7F7F7;
  border-radius: 4.5px;
  border: 1px solid #E0E0E0;
  font-size: 0.7em;
  font-style: normal;
  padding: 0.1em 0.4em;
  white-space: nowrap; }

h3 {
  font-family: "Open Sans", "Lucida Sans Unicode";
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 0.4em; }

p.date {
  color: rgba(153, 153, 153, 0.4);
  font-family: "Montserrat", serif;
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 0.3em; }

p {
  font-family: "Open Sans", "Lucida Sans Unicode";
  font-size: 1.3em;
  line-height: 1.4em;
  margin-bottom: 1.5em; }

a.read-more {
  display: inline-block;
  font-family: "Open Sans", "Lucida Sans Unicode";
  font-size: 0.8em;
  font-weight: 700;
  margin-left: 0.2em;
  position: relative;
  text-transform: uppercase; }
  a.read-more span {
    font-family: "Open Sans", "Lucida Sans Unicode";
    font-size: 1.5em;
    font-style: normal;
    position: absolute;
    right: -12px;
    top: -1px; }

hr {
  width: 3em; }

p.author {
  font-family: "Open Sans", "Lucida Sans Unicode"; }

nav {
  height: auto;
  height: 110px;
  background-color: white;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px; }
  nav.navbar-default {
    background-color: white;
    border: none; }
  nav .navbar-brand {
    padding-top: 20px;
    max-width: 200px;
    width: 80%; }
    @media (max-width: 320px) {
      nav .navbar-brand img {
        width: 80%; } }
  nav ul.navbar-right {
    margin-top: 40px;
    background-color: white; }
    @media (min-width: 768px) {
      nav ul.navbar-right {
        margin-top: 25px;
        position: relative;
        right: 30px; }
        nav ul.navbar-right a:link {
          color: #cccccc;
          padding-right: 30px;
          position: relative; }
          nav ul.navbar-right a:link:after {
            display: block;
            position: absolute;
            width: 10px;
            height: 10px;
            content: '/';
            left: -10px;
            top: 15px; }
            nav ul.navbar-right a:link:after:hover {
              color: #cccccc; }
          nav ul.navbar-right a:link:hover:after {
            color: #cccccc; } }
    nav ul.navbar-right i {
      display: none;
      color: #cccccc; }
      @media (min-width: 768px) {
        nav ul.navbar-right i {
          display: inline; } }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none; }

.hero {
  background-size: 100% auto;
  height: auto;
  padding-bottom: 0;
  background-color: black;
  line-height: 600px;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .hero {
      background-image: url("../images/mp.jpg");
      height: 600px;
      background-attachment: fixed; }
      .hero:after {
        background-position: 0 -200px;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: transparent;
        display: block;
        content: "";
        top: 0;
        left: 0;
        background-image: url("../images/dot.png");
        z-index: 1;
        background-size: 2px; } }
  @media (min-width: 1440px) {
    .hero {
      height: 600px; } }
  .hero .hero-inner {
    z-index: 2;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 40px 30px;
    width: 100%;
    border-top: 7px solid #ffcc00; }
    .hero .hero-inner button {
      margin: 0;
      position: absolute;
      right: 30px; }
    @media (min-width: 768px) {
      .hero .hero-inner {
        position: absolute;
        padding-top: 100px;
        width: 800px;
        height: 300px;
        background-color: rgba(0, 0, 0, 0.6);
        right: 50px;
        bottom: 50px; }
        .hero .hero-inner h1 {
          font-size: 4em;
          margin-bottom: 10px; } }
  .hero p {
    color: white; }
  .hero h1 {
    color: #ffcc00; }

section {
  padding-top: 110px;
  padding-bottom: 110px;
  width: 100vw; }
  section h3 {
    margin-bottom: 70px; }
  section p.content {
    text-align: center; }

section.offer {
  background-color: #f2f2f2;
  padding-top: 110px;
  padding-bottom: 110px; }
  section.offer .offer-wrapp {
    width: 100vw;
    background-color: transparent;
    padding-top: 110px;
    padding-bottom: 110px; }
  section.offer .offer-item > div.inner-wrapp {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    margin-bottom: 10px;
    width: 250px;
    height: 300px;
    margin: 20px auto; }
    section.offer .offer-item > div.inner-wrapp:hover .offer-inner {
      -webkit-transform: rotateY(0) rotateX(80deg);
      -moz-transform: rotateY(0) rotateX(80deg);
      -ms-transform: rotateY(0) rotateX(80deg);
      -o-transform: rotateY(0) rotateX(80deg);
      transform: rotateY(0) rotateX(80deg); }
    @media (min-width: 768px) {
      section.offer .offer-item > div.inner-wrapp {
        margin-bottom: 40px;
        -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.45);
        -moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.45);
        box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.45);
        			/*-webkit-box-shadow: 14px 14px 0px 0px rgba(50, 50, 50, 0.45);
        -moz-box-shadow:    14px 14px 0px 0px rgba(50, 50, 50, 0.45);
        box-shadow:         14px 14px 0px 0px rgba(50, 50, 50, 0.45); */ } }
    section.offer .offer-item > div.inner-wrapp .offer-inner {
      -webkit-transform: rotateY(odeg) rotateX(0deg);
      -moz-transform: rotateY(odeg) rotateX(0deg);
      -ms-transform: rotateY(odeg) rotateX(0deg);
      -o-transform: rotateY(odeg) rotateX(0deg);
      transform: rotateY(odeg) rotateX(0deg);
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      -webkit-transform-origin: center top;
      -moz-transform-origin: center top;
      -ms-transform-origin: center top;
      -o-transform-origin: center top;
      transform-origin: center top;
      width: 250px;
      height: 300px;
      background-color: white;
      margin: 0 auto;
      color: #4d4d4d;
      text-align: center;
      position: absolute;
      z-index: 2; }
    section.offer .offer-item > div.inner-wrapp .offer-label {
      width: 250px;
      height: 300px;
      background-color: white;
      margin: 0 auto;
      background-color: #4d4d4d;
      text-align: center;
      position: absolute;
      padding: 5% 10px; }
      section.offer .offer-item > div.inner-wrapp .offer-label p {
        color: white !important;
        max-width: 250px;
        font-weight: 400;
        font-size: 1.1em;
        margin-top: 30px; }
    section.offer .offer-item > div.inner-wrapp h4 {
      text-transform: uppercase;
      padding-top: 0px;
      font-family: "Open Sans", "Lucida Sans Unicode"; }
    section.offer .offer-item > div.inner-wrapp i {
      margin-top: 30px;
      padding: 20px;
      border-radius: 50%; }
    section.offer .offer-item > div.inner-wrapp p {
      color: #4d4d4d; }

.realization {
  position: relative;
  height: 2000px; }
  @media (min-width: 320px) {
    .realization {
      height: 3500px; } }
  @media (min-width: 370px) {
    .realization {
      height: 3000px; } }
  @media (min-width: 400px) {
    .realization {
      height: 2800px; } }
  @media (min-width: 480px) {
    .realization {
      height: 2500px; } }
  @media (min-width: 768px) {
    .realization {
      height: 2800px; } }
  .realization h4.addons {
    font-family: "Open Sans", "Lucida Sans Unicode";
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 0.5em;
    position: absolute;
    bottom: 20px;
    width: 500px;
    left: 50%;
    margin-left: -250px; }
    @media (min-width: 320px) {
      .realization h4.addons {
        font-size: 1.8em; } }
    @media (min-width: 768px) {
      .realization h4.addons {
        font-size: 2.6em;
        top: 2600px; } }
  .realization .star {
    position: absolute;
    bottom: 5px;
    text-align: center;
    right: 50px; }
  .realization svg {
    display: none;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .realization svg {
        display: block; } }
  .realization ul {
    position: absolute;
    width: 100vw; }
  .realization .item-realization {
    display: block;
    width: 100%;
    padding: 40px 5px;
    background-color: white;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.45);
    -moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.45);
    box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.45); }
    @media (min-width: 320px) {
      .realization .item-realization {
        padding: 100px;
        margin-bottom: 100px; } }
    @media (min-width: 768px) {
      .realization .item-realization {
        position: absolute;
        margin-bottom: 0;
        width: 500px;
        height: 500px;
        border-radius: 50%; } }
    .realization .item-realization img {
      text-align: center;
      width: 70px;
      height: 70px;
      position: relative;
      margin-left: -35px;
      left: 50%;
      top: -20px; }
    .realization .item-realization h4 {
      font-family: "Montserrat", serif;
      font-size: 1.8em;
      font-weight: 700;
      margin-bottom: 0.1em; }
      @media (min-width: 40em) {
        .realization .item-realization h4 {
          font-size: 2.6em; } }
    .realization .item-realization p {
      padding-top: 10px;
      width: 90%;
      text-align: center;
      display: block;
      margin: 0 auto; }
    @media (min-width: 768px) {
      .realization .item-realization:nth-of-type(even) {
        right: 10%; }
      .realization .item-realization:nth-of-type(odd) {
        left: 10%; } }

.item-realization:nth-of-type(1) {
  top: 300px; }

.item-realization:nth-of-type(2) {
  top: 800px; }

.item-realization:nth-of-type(3) {
  top: 1300px; }

.item-realization:nth-of-type(4) {
  top: 1800px; }

.item-realization:nth-of-type(5) {
  top: 2300px; }

.item-realization:nth-of-type(6) {
  top: 2800px; }

.item-realization:nth-of-type(7) {
  top: 3300px; }

.item-realization:nth-of-type(8) {
  top: 3800px; }

.item-realization:nth-of-type(9) {
  top: 4300px; }

.item-realization:nth-of-type(10) {
  top: 4800px; }

.contact {
  text-algin: left;
  background-color: #f9f9f9; }
  .contact h4 {
    font-family: "Montserrat", serif;
    font-weight: 600;
    display: inline;
    text-align: left;
    font-size: 26px; }
    @media (min-width: 440px) {
      .contact h4 {
        display: block;
        font-size: 80px; } }
    @media (min-width: 768px) {
      .contact h4 {
        font-size: 100px; } }
  .contact iframe {
    border-top: 5px solid #ff9955; }

footer {
  padding-top: 80px;
  width: 100vw;
  height: 300px;
  background-color: #4d4d4d;
  color: #cccccc; }
  footer a:link {
    font-family: "Montserrat", serif;
    font-size: 1.5em; }
  footer a:hover {
    color: #ff7a22;
    text-decoration: none; }
  footer .row > div {
    border-top: 2px solid #999999;
    padding: 0;
    padding-top: 10px; }
  footer .row > div:nth-of-type(2) {
    text-align: right; }

.muted {
  color: #cccccc; }

iframe {
  width: 100vw;
  pointer-events: none; }

.spacer {
  width: 100%;
  height: 50px; }

p {
  font-weight: 300; }

.portfolio {
  padding-top: 110px; }
  .portfolio h2 {
    text-align: left; }
    .portfolio h2:after {
      display: none; }
  .portfolio h3 {
    margin-bottom: 0px !important;
    font-weight: 400 !important;
    position: absolute;
    bottom: 5px; }
  .portfolio h3 {
    width: 100%;
    text-align: left;
    font-family: "Open Sans", "Lucida Sans Unicode";
    text-transform: capitalize;
    font-size: 2em;
    color: white;
    font-weight: 600; }
  .portfolio p {
    font-size: 1.2em;
    display: none; }
  .portfolio .drag h3 {
    color: #4d4d4d;
    text-align: center;
    bottom: 30px; }
  .portfolio .drag img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -70px; }
  .portfolio .more {
    background-color: #4d4d4d;
    display: block;
    color: black;
    font-size: 20px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    text-transform: capitalize;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 1000;
    line-height: 75px;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    font-size: 14px;
    line-height: 100px;
    color: white; }
  .portfolio li:hover .more {
    opacity: 0.8;
    text-decoration: none; }
  .portfolio .more:hover {
    background-color: #ffcc00;
    color: black; }
  .portfolio li[data-sizex|="1"] .more {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    font-size: 14px;
    line-height: 100px; }
  .portfolio .wrapper {
    -webkit-transform-origin: 100% 0%;
    perspective: 500px;
    perspective-origin: 10% 10%;
    animation-duration: 1.5s; }
  .portfolio .gridster li {
    animation-name: tada;
    transform-origin: 20% 40%;
    border: 1px solid #ffcc00;
    overflow: hidden;
    background-size: cover;
    cursor: move; }
    .portfolio .gridster li:after {
      width: 75px;
      height: 75px;
      border-radius: 50%;
      background-color: #ffcc00;
      content: '';
      display: block;
      position: absolute;
      display: none;
      top: 5px;
      right: 5px;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      z-index: 20;
      font-size: 12px;
      line-height: 100%;
      text-align: center;
      padding: 2px;
      text-transform: uppercase;
      padding-top: 25px; }
    .portfolio .gridster li .grid-label {
      width: 100%;
      height: 100%;
      background-color: black;
      z-index: 10;
      position: absolute;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      padding: 10px; }
    .portfolio .gridster li:hover .grid-label {
      opacity: 0.8; }
    .portfolio .gridster li:hover:after {
      opacity: 0.6; }

li[data-sizex|="1"] .grid-label {
  height: 100% !important;
  right: -100% !important;
  top: 0; }

li[data-sizex|="1"]:hover .grid-label {
  right: 0 !important; }

li[data-sizex|="1"]:after {
  bottom: 0;
  display: none; }

#header {
  background-color: #3f8dbf;
  float: left;
  width: 100%;
  height: 50px;
  color: white;
  line-height: 50px; }

#header a {
  color: white;
  text-decoration: none;
  display: block;
  font-size: 15px; }

#header-left {
  float: left;
  height: 50px; }

#header-left:hover #header-left-icon {
  background-color: #3F8DBF; }

#header-left:hover #header-left-text {
  background-color: #599BC8; }

#header-left-icon {
  float: left;
  height: 50px;
  width: 50px;
  text-align: center;
  background-color: #35759F;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s; }

#header-left-icon i {
  line-height: 50px;
  font-size: 20px; }

#header-left-text {
  float: left;
  height: 50px;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s; }

#header-left-text a {
  padding-left: 20px;
  padding-right: 20px; }

#header-right {
  float: right;
  height: 50px; }

#header-right:hover #header-right-icon {
  background-color: #3F8DBF; }

#header-right:hover #header-right-text {
  background-color: #599BC8; }

#header-right-icon {
  float: right;
  height: 50px;
  width: 50px;
  text-align: center;
  background-color: #35759F;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  font-size: 18px;
  line-height: 50px; }

#header-right-icon i {
  font-size: 20px;
  line-height: 50px; }

#header-right-text {
  float: right;
  height: 50px;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s; }

#header-right-text a {
  padding-right: 20px;
  padding-left: 20px; }

#wrapper {
  float: left;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px; }

#wrapper-center {
  width: 1100px;
  margin-right: auto;
  margin-left: auto; }

.wrapper-center-title {
  float: left;
  width: 100%;
  font-size: 18px; }

.wrapper-center-content {
  float: left;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 80px; }

.wrapper-center-content a {
  float: left;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #3F8DBF;
  display: block;
  line-height: 30px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  margin-right: 20px;
  margin-top: 20px; }

.wrapper-center-content a:hover {
  background-color: #262932; }

#loading {
  background-color: white;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100;
  margin-top: 0px;
  top: 0px; }

#loading-center {
  width: 100%;
  height: 100%;
  position: relative; }

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.object {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #4D4D4D;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #4D4D4D;
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite; }

#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px; }

#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

@-webkit-keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8); } }
@keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8); } }

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