@charset "UTF-8";
/*
  Theme Name: Millennium - web agency html template
  Author: Oleko
  Version: 1.0
  Tags: agency, business, clean, creative, design, minimal, modern, portfolio, professional, psd, site, studio, template
*/
/*=======================================================================
[Table of contents]
=========================================================================

1. Headers
2. Sliders
3. Services
4. Our company
5. Portfolio
6. Discuss the project
7. Our team
8. Our clients’ reviews
9. In us they trust
10. Map
11. Footer

==========================================================================*/
/* bootstrap grid */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i&subset=cyrillic-ext");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  -webkit-border-radius: 6px;
          border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  -webkit-border-radius: 50%;
          border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.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: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print, td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
img, legend {
  border: 0; }

legend, td, th {
  padding: 0; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, optgroup, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre, textarea {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

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

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

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

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome-4.6.3/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/font-awesome-4.6.3/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/font-awesome-4.6.3/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/font-awesome-4.6.3/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/font-awesome-4.6.3/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/font-awesome-4.6.3/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  -webkit-border-radius: .1em;
          border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url("../libs/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?d7yf1v");
  src: url("../libs/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v") format("embedded-opentype"), url("../fonts/pe-icon-7-stroke/Pe-icon-7-stroke.woff?d7yf1v") format("woff"), url("../fonts/pe-icon-7-stroke/Pe-icon-7-stroke.ttf?d7yf1v") format("truetype"), url("../fonts/pe-icon-7-stroke/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.pe-7s-album:before {
  content: "\e6aa"; }

.pe-7s-arc:before {
  content: "\e6ab"; }

.pe-7s-back-2:before {
  content: "\e6ac"; }

.pe-7s-bandaid:before {
  content: "\e6ad"; }

.pe-7s-car:before {
  content: "\e6ae"; }

.pe-7s-diamond:before {
  content: "\e6af"; }

.pe-7s-door-lock:before {
  content: "\e6b0"; }

.pe-7s-eyedropper:before {
  content: "\e6b1"; }

.pe-7s-female:before {
  content: "\e6b2"; }

.pe-7s-gym:before {
  content: "\e6b3"; }

.pe-7s-hammer:before {
  content: "\e6b4"; }

.pe-7s-headphones:before {
  content: "\e6b5"; }

.pe-7s-helm:before {
  content: "\e6b6"; }

.pe-7s-hourglass:before {
  content: "\e6b7"; }

.pe-7s-leaf:before {
  content: "\e6b8"; }

.pe-7s-magic-wand:before {
  content: "\e6b9"; }

.pe-7s-male:before {
  content: "\e6ba"; }

.pe-7s-map-2:before {
  content: "\e6bb"; }

.pe-7s-next-2:before {
  content: "\e6bc"; }

.pe-7s-paint-bucket:before {
  content: "\e6bd"; }

.pe-7s-pendrive:before {
  content: "\e6be"; }

.pe-7s-photo:before {
  content: "\e6bf"; }

.pe-7s-piggy:before {
  content: "\e6c0"; }

.pe-7s-plugin:before {
  content: "\e6c1"; }

.pe-7s-refresh-2:before {
  content: "\e6c2"; }

.pe-7s-rocket:before {
  content: "\e6c3"; }

.pe-7s-settings:before {
  content: "\e6c4"; }

.pe-7s-shield:before {
  content: "\e6c5"; }

.pe-7s-smile:before {
  content: "\e6c6"; }

.pe-7s-usb:before {
  content: "\e6c7"; }

.pe-7s-vector:before {
  content: "\e6c8"; }

.pe-7s-wine:before {
  content: "\e6c9"; }

.pe-7s-cloud-upload:before {
  content: "\e68a"; }

.pe-7s-cash:before {
  content: "\e68c"; }

.pe-7s-close:before {
  content: "\e680"; }

.pe-7s-bluetooth:before {
  content: "\e68d"; }

.pe-7s-cloud-download:before {
  content: "\e68b"; }

.pe-7s-way:before {
  content: "\e68e"; }

.pe-7s-close-circle:before {
  content: "\e681"; }

.pe-7s-id:before {
  content: "\e68f"; }

.pe-7s-angle-up:before {
  content: "\e682"; }

.pe-7s-wristwatch:before {
  content: "\e690"; }

.pe-7s-angle-up-circle:before {
  content: "\e683"; }

.pe-7s-world:before {
  content: "\e691"; }

.pe-7s-angle-right:before {
  content: "\e684"; }

.pe-7s-volume:before {
  content: "\e692"; }

.pe-7s-angle-right-circle:before {
  content: "\e685"; }

.pe-7s-users:before {
  content: "\e693"; }

.pe-7s-angle-left:before {
  content: "\e686"; }

.pe-7s-user-female:before {
  content: "\e694"; }

.pe-7s-angle-left-circle:before {
  content: "\e687"; }

.pe-7s-up-arrow:before {
  content: "\e695"; }

.pe-7s-angle-down:before {
  content: "\e688"; }

.pe-7s-switch:before {
  content: "\e696"; }

.pe-7s-angle-down-circle:before {
  content: "\e689"; }

.pe-7s-scissors:before {
  content: "\e697"; }

.pe-7s-wallet:before {
  content: "\e600"; }

.pe-7s-safe:before {
  content: "\e698"; }

.pe-7s-volume2:before {
  content: "\e601"; }

.pe-7s-volume1:before {
  content: "\e602"; }

.pe-7s-voicemail:before {
  content: "\e603"; }

.pe-7s-video:before {
  content: "\e604"; }

.pe-7s-user:before {
  content: "\e605"; }

.pe-7s-upload:before {
  content: "\e606"; }

.pe-7s-unlock:before {
  content: "\e607"; }

.pe-7s-umbrella:before {
  content: "\e608"; }

.pe-7s-trash:before {
  content: "\e609"; }

.pe-7s-tools:before {
  content: "\e60a"; }

.pe-7s-timer:before {
  content: "\e60b"; }

.pe-7s-ticket:before {
  content: "\e60c"; }

.pe-7s-target:before {
  content: "\e60d"; }

.pe-7s-sun:before {
  content: "\e60e"; }

.pe-7s-study:before {
  content: "\e60f"; }

.pe-7s-stopwatch:before {
  content: "\e610"; }

.pe-7s-star:before {
  content: "\e611"; }

.pe-7s-speaker:before {
  content: "\e612"; }

.pe-7s-signal:before {
  content: "\e613"; }

.pe-7s-shuffle:before {
  content: "\e614"; }

.pe-7s-shopbag:before {
  content: "\e615"; }

.pe-7s-share:before {
  content: "\e616"; }

.pe-7s-server:before {
  content: "\e617"; }

.pe-7s-search:before {
  content: "\e618"; }

.pe-7s-film:before {
  content: "\e6a5"; }

.pe-7s-science:before {
  content: "\e619"; }

.pe-7s-disk:before {
  content: "\e6a6"; }

.pe-7s-ribbon:before {
  content: "\e61a"; }

.pe-7s-repeat:before {
  content: "\e61b"; }

.pe-7s-refresh:before {
  content: "\e61c"; }

.pe-7s-add-user:before {
  content: "\e6a9"; }

.pe-7s-refresh-cloud:before {
  content: "\e61d"; }

.pe-7s-paperclip:before {
  content: "\e69c"; }

.pe-7s-radio:before {
  content: "\e61e"; }

.pe-7s-note2:before {
  content: "\e69d"; }

.pe-7s-print:before {
  content: "\e61f"; }

.pe-7s-network:before {
  content: "\e69e"; }

.pe-7s-prev:before {
  content: "\e620"; }

.pe-7s-mute:before {
  content: "\e69f"; }

.pe-7s-power:before {
  content: "\e621"; }

.pe-7s-medal:before {
  content: "\e6a0"; }

.pe-7s-portfolio:before {
  content: "\e622"; }

.pe-7s-like2:before {
  content: "\e6a1"; }

.pe-7s-plus:before {
  content: "\e623"; }

.pe-7s-left-arrow:before {
  content: "\e6a2"; }

.pe-7s-play:before {
  content: "\e624"; }

.pe-7s-key:before {
  content: "\e6a3"; }

.pe-7s-plane:before {
  content: "\e625"; }

.pe-7s-joy:before {
  content: "\e6a4"; }

.pe-7s-photo-gallery:before {
  content: "\e626"; }

.pe-7s-pin:before {
  content: "\e69b"; }

.pe-7s-phone:before {
  content: "\e627"; }

.pe-7s-plug:before {
  content: "\e69a"; }

.pe-7s-pen:before {
  content: "\e628"; }

.pe-7s-right-arrow:before {
  content: "\e699"; }

.pe-7s-paper-plane:before {
  content: "\e629"; }

.pe-7s-delete-user:before {
  content: "\e6a7"; }

.pe-7s-paint:before {
  content: "\e62a"; }

.pe-7s-bottom-arrow:before {
  content: "\e6a8"; }

.pe-7s-notebook:before {
  content: "\e62b"; }

.pe-7s-note:before {
  content: "\e62c"; }

.pe-7s-next:before {
  content: "\e62d"; }

.pe-7s-news-paper:before {
  content: "\e62e"; }

.pe-7s-musiclist:before {
  content: "\e62f"; }

.pe-7s-music:before {
  content: "\e630"; }

.pe-7s-mouse:before {
  content: "\e631"; }

.pe-7s-more:before {
  content: "\e632"; }

.pe-7s-moon:before {
  content: "\e633"; }

.pe-7s-monitor:before {
  content: "\e634"; }

.pe-7s-micro:before {
  content: "\e635"; }

.pe-7s-menu:before {
  content: "\e636"; }

.pe-7s-map:before {
  content: "\e637"; }

.pe-7s-map-marker:before {
  content: "\e638"; }

.pe-7s-mail:before {
  content: "\e639"; }

.pe-7s-mail-open:before {
  content: "\e63a"; }

.pe-7s-mail-open-file:before {
  content: "\e63b"; }

.pe-7s-magnet:before {
  content: "\e63c"; }

.pe-7s-loop:before {
  content: "\e63d"; }

.pe-7s-look:before {
  content: "\e63e"; }

.pe-7s-lock:before {
  content: "\e63f"; }

.pe-7s-lintern:before {
  content: "\e640"; }

.pe-7s-link:before {
  content: "\e641"; }

.pe-7s-like:before {
  content: "\e642"; }

.pe-7s-light:before {
  content: "\e643"; }

.pe-7s-less:before {
  content: "\e644"; }

.pe-7s-keypad:before {
  content: "\e645"; }

.pe-7s-junk:before {
  content: "\e646"; }

.pe-7s-info:before {
  content: "\e647"; }

.pe-7s-home:before {
  content: "\e648"; }

.pe-7s-help2:before {
  content: "\e649"; }

.pe-7s-help1:before {
  content: "\e64a"; }

.pe-7s-graph3:before {
  content: "\e64b"; }

.pe-7s-graph2:before {
  content: "\e64c"; }

.pe-7s-graph1:before {
  content: "\e64d"; }

.pe-7s-graph:before {
  content: "\e64e"; }

.pe-7s-global:before {
  content: "\e64f"; }

.pe-7s-gleam:before {
  content: "\e650"; }

.pe-7s-glasses:before {
  content: "\e651"; }

.pe-7s-gift:before {
  content: "\e652"; }

.pe-7s-folder:before {
  content: "\e653"; }

.pe-7s-flag:before {
  content: "\e654"; }

.pe-7s-filter:before {
  content: "\e655"; }

.pe-7s-file:before {
  content: "\e656"; }

.pe-7s-expand1:before {
  content: "\e657"; }

.pe-7s-exapnd2:before {
  content: "\e658"; }

.pe-7s-edit:before {
  content: "\e659"; }

.pe-7s-drop:before {
  content: "\e65a"; }

.pe-7s-drawer:before {
  content: "\e65b"; }

.pe-7s-download:before {
  content: "\e65c"; }

.pe-7s-display2:before {
  content: "\e65d"; }

.pe-7s-display1:before {
  content: "\e65e"; }

.pe-7s-diskette:before {
  content: "\e65f"; }

.pe-7s-date:before {
  content: "\e660"; }

.pe-7s-cup:before {
  content: "\e661"; }

.pe-7s-culture:before {
  content: "\e662"; }

.pe-7s-crop:before {
  content: "\e663"; }

.pe-7s-credit:before {
  content: "\e664"; }

.pe-7s-copy-file:before {
  content: "\e665"; }

.pe-7s-config:before {
  content: "\e666"; }

.pe-7s-compass:before {
  content: "\e667"; }

.pe-7s-comment:before {
  content: "\e668"; }

.pe-7s-coffee:before {
  content: "\e669"; }

.pe-7s-cloud:before {
  content: "\e66a"; }

.pe-7s-clock:before {
  content: "\e66b"; }

.pe-7s-check:before {
  content: "\e66c"; }

.pe-7s-chat:before {
  content: "\e66d"; }

.pe-7s-cart:before {
  content: "\e66e"; }

.pe-7s-camera:before {
  content: "\e66f"; }

.pe-7s-call:before {
  content: "\e670"; }

.pe-7s-calculator:before {
  content: "\e671"; }

.pe-7s-browser:before {
  content: "\e672"; }

.pe-7s-box2:before {
  content: "\e673"; }

.pe-7s-box1:before {
  content: "\e674"; }

.pe-7s-bookmarks:before {
  content: "\e675"; }

.pe-7s-bicycle:before {
  content: "\e676"; }

.pe-7s-bell:before {
  content: "\e677"; }

.pe-7s-battery:before {
  content: "\e678"; }

.pe-7s-ball:before {
  content: "\e679"; }

.pe-7s-back:before {
  content: "\e67a"; }

.pe-7s-attention:before {
  content: "\e67b"; }

.pe-7s-anchor:before {
  content: "\e67c"; }

.pe-7s-albums:before {
  content: "\e67d"; }

.pe-7s-alarm:before {
  content: "\e67e"; }

.pe-7s-airplay:before {
  content: "\e67f"; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel, .owl-carousel .owl-wrapper {
  display: none;
  position: relative; }

.owl-carousel {
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-buttons div, .owl-controls .owl-page {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: .5; }

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none; }

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: .5;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1; }

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  border-radius: 30px; }

.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) center center no-repeat; }

/*___________________________________________________________________________________________________________________________________________________
 _ jquery.mb.components                                                                                                                             _
 _                                                                                                                                                  _
 _ file: jquery.mb.YTPlayer.css                                                                                                                     _
 _ last modified: 05/01/16 17.43                                                                                                                    _
 _                                                                                                                                                  _
 _ Open Lab s.r.l., Florence - Italy                                                                                                                _
 _                                                                                                                                                  _
 _ email: matteo@open-lab.com                                                                                                                       _
 _ site: http://pupunzi.com                                                                                                                         _
 _       http://open-lab.com                                                                                                                        _
 _ blog: http://pupunzi.open-lab.com                                                                                                                _
 _ Q&A:  http://jquery.pupunzi.com                                                                                                                  _
 _                                                                                                                                                  _
 _ Licences: MIT, GPL                                                                                                                               _
 _    http://www.opensource.org/licenses/mit-license.php                                                                                            _
 _    http://www.gnu.org/licenses/gpl.html                                                                                                          _
 _                                                                                                                                                  _
 _ Copyright (c) 2001-2016. Matteo Bicocchi (Pupunzi);                                                                                              _
 ___________________________________________________________________________________________________________________________________________________*/
/**
* version: {{ version }}
*/
@font-face {
  font-family: 'ytpregular';
  src: url("font/ytp-regular.eot"); }

@font-face {
  font-family: 'ytpregular';
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format("woff"), url("font/ytp-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.mb_YTPlayer:focus {
  outline: 0; }

.mbYTP_wrapper {
  display: block;
  -webkit-transform: translateZ(0) translate3d(0, 0, 0);
          transform: translateZ(0) translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-family: "Droid Sans", sans-serif;
  -webkit-animation: fade .1s infinite alternate;
  /* Chrome, Safari, Opera */
  animation: fade .1s infinite alternate; }

/* Chrome, Safari, Opera */
@-webkit-keyframes fade {
  0% {
    opacity: .5; }
  100% {
    opacity: 1; } }

/* Standard syntax */
@keyframes fade {
  0% {
    opacity: .5; }
  100% {
    opacity: 1; } }

.YTPFullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border: none !important;
  opacity: 1 !important;
  background-color: #000; }

.mbYTP_wrapper iframe {
  max-width: 4000px !important; }

.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5); }

.inline_YTPlayer img {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }

/*CONTROL BAR*/
.mb_YTPBar .ytpicon {
  font-size: 20px;
  font-family: 'ytpregular'; }

.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px; }

.mb_YTPBar {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  display: block;
  width: 100%;
  height: 10px;
  padding: 5px;
  background: #333;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color: white;
  opacity: .1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mb_YTPBar.visible,
.mb_YTPBar:hover {
  opacity: 1; }

.mb_YTPBar .buttonBar {
  -webkit-transition: all .5s;
  transition: all .5s;
  background: transparent;
  font: 12px/14px Calibri;
  position: absolute;
  top: -30px;
  left: 0;
  padding: 5px;
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mb_YTPBar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4); }

.mb_YTPBar span {
  display: inline-block;
  font: 16px/20px Calibri, sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle; }

.mb_YTPBar span.mb_YTPTime {
  width: 130px; }

.mb_YTPBar span.mb_YTPUrl,
.mb_YTPBar span.mb_OnlyYT {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer; }

.mb_YTPBar span.mb_YTPUrl img {
  width: 60px; }

.mb_YTPBar span.mb_OnlyYT {
  left: 300px;
  right: auto; }

.mb_YTPBar span.mb_OnlyYT img {
  width: 25px; }

.mb_YTPBar span.mb_YTPUrl a {
  color: white; }

.mb_YTPBar .mb_YTPPlaypause,
.mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img {
  cursor: pointer; }

.mb_YTPBar .mb_YTPMuteUnmute {
  cursor: pointer; }

/*PROGRESS BAR*/
.mb_YTPBar .mb_YTPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0; }

.mb_YTPBar .mb_YTPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0; }

.mb_YTPBar .mb_YTPseekbar {
  height: 10px;
  width: 0;
  background: #bb110e;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
          box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px; }

.mb_YTPBar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/*RASTER OVERLAY*/
.YTPOverlay.raster {
  background: url("images/raster.png"); }

.YTPOverlay.raster.retina {
  background: url("images/raster@2x.png"); }

.YTPOverlay.raster-dot {
  background: url("images/raster_dot.png"); }

.YTPOverlay.raster-dot.retina {
  background: url("images/raster_dot@2x.png"); }

/*VOLUME SLIDER*/
.mb_YTPBar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.mb_YTPBar.compact .simpleSlider {
  width: 40px; }

.mb_YTPBar .simpleSlider.muted {
  opacity: .3; }

.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mb_YTPBar .level.horizontal {
  height: 100%;
  width: 0; }

.mb_YTPBar .level.vertical {
  height: auto;
  width: 100%; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain) */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

img {
  display: block; }

*,
.logo a,
.menu--top .nav-child a:hover,
.menu--top ul.nav.menu .active,
.menu--top ul.nav.menu li ul.nav-child li ul.nav-child a:hover,
.menu--top ul.nav.menu > li > a:hover,
a {
  text-decoration: none;
  list-style: none; }

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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

a, a:hover, a:focus {
  text-decoration: none;
  list-style: none; }

@font-face {
  font-family: "BebasNeue";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/BebasNeue/BebasNeue.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue/BebasNeue.woff") format("woff"), url("../fonts/BebasNeue/BebasNeue.ttf") format("truetype"); }

@font-face {
  font-family: "KaushanScript";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/KaushanScript-Regular/KaushanScript-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/KaushanScript-Regular/KaushanScript-Regular.woff") format("woff"), url("../fonts/KaushanScript-Regular/KaushanScript-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "BigJohn";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/BigJohn/BigJohn.eot?#iefix") format("embedded-opentype"), url("../fonts/BigJohn/BigJohn.woff") format("woff"), url("../fonts/BigJohn/BigJohn.ttf") format("truetype"); }

@font-face {
  font-family: "MyIcon";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/MyIcon/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/MyIcon/fonts/icomoon.woff") format("woff"), url("../fonts/MyIcon/fonts/icomoon.ttf") format("truetype"); }

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #AC0002;
  z-index: 99;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  line-height: 100px;
  /* Custom Menu */ }

header .logo a {
  font-family: "BigJohn";
  font-size: 25px;
  color: #ffffff;
  line-height: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

header .header--fixed {
  position: fixed;
  left: 20px;
  right: 20px;
  z-index: 99;
  /* Mobile Menu */ }

header .header--fixed .logo {
  z-index: 999;
  position: absolute;
  left: 30px;
  margin: 0 auto;
  top: 20px;
  line-height: 60px;
  text-align: center;
  -webkit-transition: left 1000ms ease;
  transition: left 1000ms ease; }

header .header--fixed .logo.active {
  left: 30px; }

header .header--fixed .navTrigger {
  background-color: darkturquoise;
  left: 1px;
  cursor: pointer;
  height: 3.75rem;
  position: absolute;
  top: 21px;
  width: 3.75rem;
  z-index: 993;
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.05);
          box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 350ms ease 350ms;
  transition: all 350ms ease 350ms; }

header .header--fixed .navTrigger div {
  background-color: #998675;
  height: 2px;
  position: absolute;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease; }

header .header--fixed .navTrigger div:first-of-type {
  left: 50%;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  width: 20px;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

header .header--fixed .navTrigger div:first-of-type + div {
  left: 50%;
  top: 50%;
  width: 17px;
  -webkit-transform: translateX(-80%) translateY(-50%);
      -ms-transform: translateX(-80%) translateY(-50%);
          transform: translateX(-80%) translateY(-50%); }

header .header--fixed .navTrigger div:first-of-type + div + div {
  left: 50%;
  top: -webkit-calc(50% + 5px);
  top: calc(50% + 5px);
  width: 14px;
  -webkit-transform: translateX(-20%) translateY(-50%);
      -ms-transform: translateX(-20%) translateY(-50%);
          transform: translateX(-20%) translateY(-50%); }

header .header--fixed .navTrigger:hover div:nth-child(2) {
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 20px;
  left: 50%; }

header .header--fixed .navTrigger:hover div:nth-child(3) {
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 20px;
  left: 50%; }

header .header--fixed .navTrigger.close {
  left: -webkit-calc(100% - 61px);
  left: calc(100% - 61px);
  -webkit-transition: all 350ms ease 350ms;
  transition: all 350ms ease 350ms; }

header .header--fixed .navTrigger.close div:first-of-type {
  opacity: 0; }

header .header--fixed .navTrigger.close div:first-of-type + div {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  width: 20px;
  top: 50%; }

header .header--fixed .navTrigger.close div:first-of-type + div + div {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  width: 20px;
  top: 50%; }

header .header--fixed .navTrigger.close:hover div {
  width: 30px !important; }

header .header--fixed .hidden--menu.mobile {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  background-color: #000083;
  z-index: 99;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

header .header--fixed .hidden--menu.mobile.show--menu {
  left: 0;
  opacity: 1;
  visibility: visible; }

header .header--fixed .hidden--menu.mobile .hidden--menu__in {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  margin: auto;
  background-color: #000083;
  z-index: 99;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

header .header--fixed .hidden--menu.mobile .hidden--menu__in .hidden--menu__social ul li {
  float: left;
  display: block; }

header .header--fixed .hidden--menu.mobile .hidden--menu__in .hidden--menu__social ul li i {
  color: #ffffff;
  font-size: 25px; }

header .header--fixed .hidden--menu.mobile .menu {
  position: absolute;
  top: 0;
  left: -50px;
  right: -50px;
  bottom: 0;
  margin: auto;
  max-height: 75%;
  overflow: auto;
  -webkit-transition: left 1000ms ease;
  transition: left 1000ms ease; }

header .header--fixed .hidden--menu.mobile .menu .hidden--menu__social i:hover {
  color: #a1ffee; }

header .header--fixed .hidden--menu.mobile .menu .menu--wrap {
  position: relative;
  margin: auto;
  display: table;
  height: 100%;
  max-width: 80%; }

header .header--fixed .hidden--menu.mobile .menu .menu--wrap .menu--wrap__in {
  display: table-cell;
  vertical-align: middle; }

header .header--fixed .hidden--menu.mobile .menu li {
  padding: 10px;
  display: table;
  position: relative;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  max-width: 100%; }

header .header--fixed .hidden--menu.mobile .menu li a:hover, header .header--fixed .hidden--menu.mobile .menu li i:hover {
  color: #AC0002; }

header .header--fixed .hidden--menu.mobile .menu li a {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold; }

header .header--fixed .hidden--menu.mobile .menu li > i {
  position: absolute;
  top: 20px;
  padding: 0 10px;
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 23px;
  font-weight: bold;
  cursor: pointer; }

header .header--fixed .hidden--menu.mobile .menu li .rotate--icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

header .header--fixed .hidden--menu.mobile .menu .sub-menu {
  display: none; }

header .header--fixed .hidden--menu.mobile .menu .sub-menu a {
  font-size: 26px; }

header .header--fixed .hidden--menu.mobile .menu > li > ul.disable {
  display: none; }

header .header--fixed .hidden--menu.mobile .menu i {
  color: #ffffff;
  font-size: 25px; }

header .menu--main ul.menu {
  margin: 0; }

header .menu--main ul.menu li {
  display: inline-block;
  position: relative;
  color: #ffffff;
  line-height: inherit; }

header .menu--main ul.menu li span {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 1s;
  transition: all 1s; }

header .menu--main ul.menu li:hover span {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  height: 20px;
  position: absolute;
  width: 1px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

header .menu--main ul.menu li:hover span::before {
  opacity: 1;
  position: absolute;
  top: -7px;
  right: -25px;
  margin: auto;
  content: "";
  height: 1px;
  width: 18px;
  border-top: 1px solid #a1ffee;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 5; }

header .menu--main ul.menu li:hover span::after {
  opacity: 1;
  position: absolute;
  bottom: -9px;
  left: -25px;
  margin: auto;
  content: "";
  height: 1px;
  width: 18px;
  border-top: 1px solid #a1ffee;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 5; }

header .menu--main ul.menu li ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  top: 110%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 10;
  line-height: 32px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

header .menu--main ul.menu li ul.sub-menu li {
  line-height: 16px;
  min-width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000; }

header .menu--main ul.menu li ul.sub-menu li:last-child {
  border-bottom: none; }

header .menu--main ul.menu li ul.sub-menu li a {
  display: block;
  line-height: 1;
  margin-bottom: 10px; }

header .menu--main ul.menu li ul.sub-menu li a:last-child {
  margin-bottom: 0; }

header .menu--main ul.menu li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  position: absolute;
  top: 100%; }

header .menu--main ul.menu li.active span {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  height: 20px;
  position: absolute;
  width: 1px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

header .menu--main ul.menu li.active span::before {
  opacity: 1;
  position: absolute;
  top: -7px;
  right: -25px;
  margin: auto;
  content: "";
  height: 1px;
  width: 18px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 5; }

header .menu--main ul.menu li.active span::after {
  opacity: 1;
  position: absolute;
  bottom: -9px;
  left: -25px;
  margin: auto;
  content: "";
  height: 1px;
  width: 18px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 5; }

header .menu--main ul.menu li a {
  position: relative;
  color: inherit;
  display: block;
  font-weight: 300;
  font-size: 16px;
  padding: 0 20px;
  z-index: 10;
  line-height: inherit; }

.navTrigger {
  display: none; }

/* Toggle Language */
.language {
  position: relative;
  float: left;
  width: 20%;
  text-align: center;
  line-height: inherit;
  color: #ffffff; }

.language:hover {
  cursor: pointer; }

.language:hover ul {
  display: block;
  visibility: visible;
  opacity: 1;
  top: 100%; }

.language .active-lang a {
  color: inherit; }

.language .active-lang a i {
  padding-left: 5px; }

.language ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 110%;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.language ul li {
  line-height: 32px;
  text-align: center; }

.language ul li a {
  color: inherit; }

/* Contacts Top */
.contacts {
  float: left;
  width: 80%;
  color: #ffffff;
  padding: 21px 0; }

.contacts .contacts__in {
  display: table;
  margin: 0 auto; }

.contacts .contacts__in .country span {
  cursor: pointer;
  line-height: 28px; }

.contacts .contacts__in .country span:first-child {
  float: left; }

.contacts .contacts__in .country span:last-child {
  float: right; }

.contacts .contacts__in p {
  clear: both;
  line-height: 28px; }

/* Small Header */
header.small {
  line-height: 70px; }

header.small .logo a, header.small .menu--main ul.menu > li, header.small .language, header.small .menu--main ul.menu li a {
  line-height: inherit; }

header.small .contacts .contacts__in p {
  line-height: 1; }

header.small .contacts {
  padding: 10px 0; }

/* Header Menu */
header.hidden--menu .menu--main, header.hidden--menu .header__in {
  display: none; }

header.hidden--menu .navTrigger {
  display: block; }

/* Figure background */
.triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-left: 38px solid #000000;
  border-bottom: 19px solid transparent; }

.triangle::before {
  position: absolute;
  top: -11px;
  left: -32px;
  content: '';
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-left: 38px solid #998675;
  border-bottom: 19px solid transparent; }

.square {
  position: absolute;
  width: 31px;
  height: 31px;
  background: #000083; }

.square::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  width: 31px;
  height: 31px;
  background: #998675; }

.circle {
  position: absolute;
  width: 34px;
  height: 34px;
  background: #000083;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.circle::before {
  position: absolute;
  top: 12px;
  left: 14px;
  content: '';
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-left: 34px solid #998675;
  border-bottom: 17px solid transparent; }

.square--line {
  position: absolute;
  width: 31px;
  height: 31px; }

.square--line::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -45px;
  width: 120px;
  height: 1px;
  background: #998675;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.square--line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 31px;
  background: #000000; }

.services .triangle {
  top: 20%;
  right: 24%; }

.reviews .triangle {
  bottom: 12%;
  left: 12%; }

.services--page .triangle {
  top: 23%;
  left: 12%; }

.portfolio--page .triangle {
  top: 8%;
  left: 8%; }

.location .triangle {
  top: 30%;
  right: 12%; }

.content--page section .triangle {
  top: 9%;
  right: 13%; }

.our_company .square {
  bottom: 19%;
  left: 8%; }

.discuss .square {
  top: 22%;
  right: 13%; }

.partners .square {
  bottom: 12%;
  right: 8%; }

.team .circle {
  top: 23%;
  left: 9%; }

.content--page__3 .circle {
  top: 39%;
  right: 13%; }

.content--page__2 .circle {
  bottom: 12%;
  right: 8%; }

.reviews .square--line {
  top: 10%;
  right: 25%; }

.portfolio--page .square--line {
  bottom: 4%;
  right: 3%; }

.page--services .square--line {
  top: 19%;
  right: 15%; }

.content--page__2 .square--line {
  top: 27%;
  left: 12%; }

/* Button */
.button--wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 62px; }

a.button {
  display: table;
  margin: 0 auto;
  height: 62px;
  color: #ffffff;
  font-family: "Roboto";
  z-index: 999;
  overflow: hidden; }

a.button .text {
  float: left;
  text-align: center;
  display: block;
  width: 140px;
  height: 62px;
  line-height: 62px;
  font-size: 20px;
  background-color: #000083;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

a.button .right {
  float: left;
  display: block;
  height: 62px;
  width: 87px;
  background-color: #000083;
  text-align: center;
  position: relative; }

a.button .right span {
  float: left;
  background-color: #ffffff;
  display: block;
  width: 13px;
  height: 2px;
  margin: 30px 0 30px 28px;
  padding: 0;
  -webkit-transition: width 350ms ease;
  transition: width 350ms ease; }

a.button .right img {
  display: block;
  float: left;
  width: 8px;
  height: 15px;
  padding: 0;
  margin: 23px 0;
  fill: #ffffff;
  line-height: 62px; }

a.button .right i {
  float: left;
  line-height: 62px; }

a.button .left {
  float: left;
  display: block;
  height: 62px;
  width: 87px;
  background-color: #bea691;
  text-align: center;
  position: relative; }

a.button .left span {
  float: right;
  background-color: #ffffff;
  display: block;
  width: 13px;
  height: 2px;
  margin: 30px 28px 30px 0;
  padding: 0;
  -webkit-transition: width 350ms ease;
  transition: width 350ms ease; }

a.button .left img, a.button .left i {
  display: block;
  float: right;
  width: 8px;
  height: 15px;
  padding: 0;
  margin: 23px 0;
  fill: #ffffff;
  line-height: 62px; }

a.button .down {
  float: left;
  display: block;
  height: 62px;
  width: 87px;
  background-color: #bea691;
  text-align: center;
  position: relative; }

a.button .down span {
  position: relative;
  background-color: #ffffff;
  display: block;
  width: 2px;
  height: 13px;
  margin: 22px auto;
  padding: 0;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease; }

a.button .down img, a.button .down i {
  display: block;
  position: absolute;
  left: -6px;
  bottom: -8px;
  width: 15px;
  height: 8px;
  padding: 0;
  margin: 0 auto;
  line-height: 62px; }

a.button:hover .text {
  background-color: rgba(0,0,131,0.63); }

a.button:hover .right span {
  width: 30px; }

a.button:hover .left span {
  width: 30px; }

a.button:hover .down span {
  height: 25px; }

a.button.dark .text {
  background-color: rgba(0,0,131,0.40); }

a.button.dark .right {
  background-color: rgba(0,0,131,0.90); }

a.button.dark:hover .text {
  background-color: #000083; }

a.button.portfolio__button {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0; }

a.button.portfolio__button .text {
  width: -webkit-calc(100% - 92px);
  width: calc(100% - 92px); }

a.button.portfolio__button .right {
  width: 92px; }

a.button.portfolio__button .right span {
  margin: 30px 0 30px 35px; }

/* Form Contact Us */
.page--contact__in {
  line-height: 48px;
  max-width: 60%;
  margin: 0 auto;
  text-align: justify;
  overflow: hidden; }

.page--contact__in span {
  font-size: 27px;
  font-weight: 300;
  font-style: italic;
  color: #000000; }

.page--contact__in input {
  font-size: 27px;
  line-height: 27px;
  font-weight: 300;
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  border: none;
  background-color: transparent;
  border-bottom: 1px #000000 solid;
  -webkit-border-radius: 0;
          border-radius: 0; }

.page--contact__in input:active, .page--contact__in input:focus, .page--contact__in input:hover {
  outline: none; }

.page--contact__in input[type="submit"] {
  float: left;
  width: -webkit-calc(360px - 87px);
  width: calc(360px - 87px);
  height: 62px;
  margin: 0 auto;
  display: block;
  border: none;
  background-color: #998675;
  color: #ffffff;
  -webkit-border-radius: 0;
          border-radius: 0; }

.page--contact__in input[type="submit"]::-webkit-input-placeholder {
  color: #ffffff; }

.page--contact__in .contact-form-submit {
  margin: 70px auto 0;
  display: block;
  width: 360px;
  overflow: hidden; }

.page--contact__in .contact-form-submit .submit {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.page--contact__in .contact-form-submit .right {
  float: left;
  display: block;
  height: 62px;
  width: 87px;
  background-color: #bea691;
  text-align: center;
  position: relative; }

.page--contact__in .contact-form-submit .right span {
  float: left;
  background-color: #ffffff;
  display: block;
  width: 13px;
  height: 2px;
  margin: 30px 0 30px 28px;
  padding: 0;
  -webkit-transition: width 350ms ease;
  transition: width 350ms ease; }

.page--contact__in .contact-form-submit .right img {
  display: block;
  float: left;
  width: 8px;
  height: 15px;
  padding: 0;
  margin: 23px 0;
  line-height: 62px; }

.page--contact__in .contact-form-submit .right i {
  color: #ffffff; }

.page--contact__in .contact-form-submit:hover .submit {
  background-color: rgba(0, 0, 0, 0.5);
  color: #AC0002; }

.page--contact__in .contact-form-submit:hover .right span {
  width: 30px; }

.page--contact__in .description--business {
  min-width: 410px; }

.page--contact__in .description {
  min-width: 70%; }

.page--contact__in #success, .page--contact__in #error {
  display: none;
  clear: both;
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  height: 45px;
  line-height: 45px; }

/* Section Slider */
.slider--info__content p {
  font-size: 22px; }

.owl-theme .owl-controls .owl-page span {
  background-color: initial;
  opacity: 1;
  border: 2px #ffffff solid; }

.owl-theme .owl-controls .owl-page.active span {
  background-color: #ffffff;
  border: none; }

.slider {
  position: relative;
  overflow: hidden;
  cursor: move; }

.slider .item .slider--info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slider .item .slider--info .slider--info__in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 400px;
  text-align: center;
  z-index: 5; }

.slider .item .slider--info .slider--info__in .slider--info__title {
  width: 90%;
  margin: 0 auto;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s; }

.slider .item .slider--info .slider--info__in .slider--info__title h2 {
  text-align: center;
  margin: 0 auto;
  font-family: "BebasNeue";
  font-weight: 200;
  color: #ffffff;
  text-transform: uppercase; }

.slider .item .slider--info .slider--info__in .slider--info__content {
  width: 60%;
  margin: 40px auto 80px;
  text-align: center;
  color: #ffffff;
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

.slider .item .slider--info .slider--info__in .slider--info__content p {
  font-weight: 300;
  line-height: 28px;
  text-overflow: ellipsis;
  overflow: hidden; }

.slider .item .slider--info .slider--info__in .slider--info__more {
  display: table;
  margin: 0 auto;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s; }

.slider--slide__buttons {
  position: absolute;
  left: 20px;
  bottom: 10px;
  z-index: 10; }

.slider--slide__buttons .play {
  float: left;
  cursor: pointer; }

.slider--slide__buttons .play img {
  width: 50px;
  height: 50px;
  fill: #ffffff; }

.slider--slide__buttons .mute {
  display: block;
  float: left;
  margin-right: 10px;
  cursor: pointer; }

.slider--slide__buttons .mute img {
  width: 50px;
  height: 50px;
  fill: #ffffff; }

#owl-slider {
  width: 100%;
  margin: 0 auto; }

#owl-slider .item video {
  width: 100%;
  display: block;
  margin: 0 auto; }

#owl-slider .item .slider--slide img {
  display: block;
  width: 100%;
  height: auto; }

#owl-slider .owl-controls {
  margin-top: 0;
  position: absolute;
  bottom: 20px;
  right: 20px; }

.slider--mouse {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 19px;
  margin: 0 auto;
  height: 32px;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.slider--mouse:hover {
  bottom: 15px; }

.slider--slide {
  display: block;
  background-size: cover;
  height: 100vh !important; }

.image--bg {
  width: 100%;
  height: 100%;
  background-size: cover; }

.video--bg {
  width: 100%;
  height: 100%; }

/* Section Services */
.services {
  padding-bottom: 200px;
  width: 100%;
  overflow: hidden; }

.services .circle--rotate {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px #AC0002 solid;
  width: 43%;
  height: 43%;
  margin: 50px auto 0;
  position: relative;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: 0; }

.services .circle--rotate > li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 10;
  visibility: hidden; }

.services .circle--rotate > li .icon {
  visibility: visible;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  font-size: 20px;
  color: #ffffff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: midnightblue;
  height: 10%;
  width: 10%;
  margin: -5% auto;
  z-index: 99;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.services .circle--rotate > li .icon:hover {
  background-color: #AC0002; }

.services .circle--rotate > li .icon:hover i {
  color: #a1ffee; }

.services .circle--rotate > li .icon figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.services .circle--rotate > li p, .services .circle--rotate > li h2, .services .circle--rotate > li h3, .services .circle--rotate > li h4, .services .circle--rotate > li h5 {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  text-align: inherit; }

.services .circle--rotate > li i {
  color: #ffffff;
  font-size: 35px;
  margin: auto;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: table; }

.services .circle--rotate > li i::before {
  display: table-cell;
  vertical-align: middle; }

.services .circle--rotate > li img {
  margin: auto; }

.services .block.active figure {
  color: #a1ffee; }

.services .circle--slider {
  position: relative; }

.services .circle--slider .rotate--circle {
  margin: 0 auto; }

.services .circle--slider .circle--rotate > li div {
  position: relative;
  overflow: visible; }

.services .circle--slider .circle--rotate > li div span {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 1s;
  transition: all 1s; }

.services .circle--slider .circle--rotate > li.active div {
  color: #000000;
  font-size: 20px;
  background-color: #AC0002;
  -webkit-transition: all 1s;
  transition: all 1s; }

.services .circle--slider .circle--rotate > li.active div span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.services .circle--slider .circle--rotate > li.active div span:before {
  opacity: 1;
  position: absolute;
  height: 1px;
  top: 0;
  right: 100%;
  bottom: 0;
  margin: auto;
  content: "";
  width: 40%;
  border-top: 1px solid #AC0002; /* Lineas rojas de alrededor del circulo */
  z-index: 5; }

.services .circle--slider .circle--rotate > li.active div span:after {
  opacity: 1;
  position: absolute;
  height: 1px;
  top: 0;
  left: 100%;
  bottom: 0;
  margin: auto;
  content: "";
  width: 40%;
  border-top: 1px solid #AC0002;
  z-index: 5; }

.services .circle--slider .count2 li:nth-child(2) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.services .circle--slider .count3 li:nth-child(2) {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
      transform: rotate(120deg); }

.services .circle--slider .count3 li:nth-child(3) {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
      transform: rotate(240deg); }

.services .circle--slider .count4 li:nth-child(2) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.services .circle--slider .count4 li:nth-child(3) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.services .circle--slider .count4 li:nth-child(4) {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
      transform: rotate(270deg); }

.services .circle--slider .count5 li:nth-child(2) {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
      transform: rotate(72deg); }

.services .circle--slider .count5 li:nth-child(3) {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
      transform: rotate(144deg); }

.services .circle--slider .count5 li:nth-child(4) {
  -webkit-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
      transform: rotate(216deg); }

.services .circle--slider .count5 li:nth-child(5) {
  -webkit-transform: rotate(-72deg);
  -ms-transform: rotate(-72deg);
      transform: rotate(-72deg); }

.services .circle--slider .count6 li:nth-child(2) {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
      transform: rotate(60deg); }

.services .circle--slider .count6 li:nth-child(3) {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
      transform: rotate(120deg); }

.services .circle--slider .count6 li:nth-child(4) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.services .circle--slider .count6 li:nth-child(5) {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
      transform: rotate(240deg); }

.services .circle--slider .count6 li:nth-child(6) {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
      transform: rotate(-60deg); }

.services .circle--slider .count7 li:nth-child(2) {
  -webkit-transform: rotate(51.5deg);
  -ms-transform: rotate(51.5deg);
      transform: rotate(51.5deg); }

.services .circle--slider .count7 li:nth-child(3) {
  -webkit-transform: rotate(103deg);
  -ms-transform: rotate(103deg);
      transform: rotate(103deg); }

.services .circle--slider .count7 li:nth-child(4) {
  -webkit-transform: rotate(154.5deg);
  -ms-transform: rotate(154.5deg);
      transform: rotate(154.5deg); }

.services .circle--slider .count7 li:nth-child(5) {
  -webkit-transform: rotate(206deg);
  -ms-transform: rotate(206deg);
      transform: rotate(206deg); }

.services .circle--slider .count7 li:nth-child(6) {
  -webkit-transform: rotate(-103deg);
  -ms-transform: rotate(-103deg);
      transform: rotate(-103deg); }

.services .circle--slider .count7 li:nth-child(7) {
  -webkit-transform: rotate(-51.5deg);
  -ms-transform: rotate(-51.5deg);
      transform: rotate(-51.5deg); }

.services .circle--slider .count8 li:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.services .circle--slider .count8 li:nth-child(3) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.services .circle--slider .count8 li:nth-child(4) {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg); }

.services .circle--slider .count8 li:nth-child(5) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.services .circle--slider .count8 li:nth-child(6) {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }

.services .circle--slider .count8 li:nth-child(7) {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }

.services .circle--slider .count8 li:nth-child(8) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.services .circle--slider .count9 li:nth-child(2) {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
      transform: rotate(40deg); }

.services .circle--slider .count9 li:nth-child(3) {
  -webkit-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
      transform: rotate(80deg); }

.services .circle--slider .count9 li:nth-child(4) {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
      transform: rotate(120deg); }

.services .circle--slider .count9 li:nth-child(5) {
  -webkit-transform: rotate(160deg);
  -ms-transform: rotate(160deg);
      transform: rotate(160deg); }

.services .circle--slider .count9 li:nth-child(6) {
  -webkit-transform: rotate(-160deg);
  -ms-transform: rotate(-160deg);
      transform: rotate(-160deg); }

.services .circle--slider .count9 li:nth-child(7) {
  -webkit-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
      transform: rotate(-120deg); }

.services .circle--slider .count9 li:nth-child(8) {
  -webkit-transform: rotate(-80deg);
  -ms-transform: rotate(-80deg);
      transform: rotate(-80deg); }

.services .circle--slider .count9 li:nth-child(9) {
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
      transform: rotate(-40deg); }

.services .circle--slider .count10 li:nth-child(2) {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
      transform: rotate(36deg); }

.services .circle--slider .count10 li:nth-child(3) {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
      transform: rotate(72deg); }

.services .circle--slider .count10 li:nth-child(4) {
  -webkit-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
      transform: rotate(108deg); }

.services .circle--slider .count10 li:nth-child(5) {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
      transform: rotate(144deg); }

.services .circle--slider .count10 li:nth-child(6) {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }

.services .circle--slider .count10 li:nth-child(7) {
  -webkit-transform: rotate(-144deg);
  -ms-transform: rotate(-144deg);
      transform: rotate(-144deg); }

.services .circle--slider .count10 li:nth-child(8) {
  -webkit-transform: rotate(-108deg);
  -ms-transform: rotate(-108deg);
      transform: rotate(-108deg); }

.services .circle--slider .count10 li:nth-child(9) {
  -webkit-transform: rotate(-72deg);
  -ms-transform: rotate(-72deg);
      transform: rotate(-72deg); }

.services .circle--slider .count10 li:nth-child(10) {
  -webkit-transform: rotate(-36deg);
  -ms-transform: rotate(-36deg);
      transform: rotate(-36deg); }

.services .circle--slider .animate-wrapper {
  width: 25%;
  height: 25%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.services .circle--slider .animate-wrapper .animate {
  opacity: 0;
  visibility: hidden; }

.services .circle--slider .animate-wrapper .animate .animate-title {
  position: absolute;
  top: -17%;
  text-align: center;
  left: 10%;
  right: 10%;
  margin: 0 auto; }

.services .circle--slider .animate-wrapper .animate .animate-title h4 {
  -webkit-transition: font-size 1s;
  transition: font-size 1s;
  text-align: center; }

.services .circle--slider .animate-wrapper .animate .animate-img {
  width: 25%;
  height: 25%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden; }

.services .circle--slider .animate-wrapper .animate .animate-img .animate-img__in {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-repeat: no-repeat;
  z-index: 3;
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
          transform: rotate3d(0, 0, 0, 0deg);
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover; }

.services .circle--slider .animate-wrapper .animate .animate-more {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  min-width: 131px;
  overflow: hidden;
  text-align: center;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 62px; }

.services .circle--slider .animate-wrapper .animate.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s;
  transition: all 1s; }

.services .circle--slider .animate-wrapper .animate.active .animate-more {
  opacity: 1;
  visibility: visible; }

.services .circle--slider .animate-wrapper .animate.active .animate-img__in {
  opacity: 1; }

.services .circle--slider .prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 250px;
  margin: auto;
  display: block;
  height: 62px;
  width: 87px;
  cursor: pointer; }

.services .circle--slider .prev span {
  float: right;
  background-color: #AC0002;
  display: block;
  width: 13px;
  height: 2px;
  margin: 30px 28px 30px 0;
  padding: 0;
  -webkit-transition: width 350ms ease;
  transition: width 350ms ease; }

.services .circle--slider .prev img {
  display: block;
  float: right;
  width: 8px;
  height: 15px;
  padding: 0;
  margin: 23px 0;
  fill: #AC0002;
  line-height: 62px; }

.services .circle--slider .prev i {
  color: #AC0002; }

.services .circle--slider .prev:hover span {
  width: 30px; }

.services .circle--slider .next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 250px;
  margin: auto;
  display: block;
  height: 62px;
  width: 87px;
  text-align: center;
  cursor: pointer; }

.services .circle--slider .next span {
  float: left;
  background-color: #AC0002;
  display: block;
  width: 13px;
  height: 2px;
  margin: 30px 0 30px 28px;
  padding: 0;
  -webkit-transition: width 350ms ease;
  transition: width 350ms ease; }

.services .circle--slider .next img {
  display: block;
  float: left;
  width: 8px;
  height: 15px;
  padding: 0;
  margin: 23px 0;
  fill: #AC0002;
  line-height: 62px; }

.services .circle--slider .next i {
  color: #AC0002 ; }

.services .circle--slider .next:hover span {
  width: 30px; }

/* Section Portfolio */
.portfolio-filter, .filter--masonry {
  margin: 0 auto;
  text-align: center; }

.portfolio-filter li, .filter--masonry li {
  display: inline-block;
  padding: 0 20px;
  cursor: pointer; }

.portfolio-filter li p, .filter--masonry li p {
  background: #ffffff;
  z-index: 10;
  position: relative;
  margin: 0;
  padding: 0 10px;
  font-weight: 300; }

.portfolio-filter li:after, .filter--masonry li:after {
  content: "";
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s; }

.portfolio-filter li.active, .filter--masonry li.active {
  color: #000083;
  position: relative; }

.portfolio-filter li.active::after, .filter--masonry li.active::after {
  opacity: 1;
  position: absolute;
  top: 7px;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  height: 1px;
  width: 60px;
  background: #AC0002;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 5; }

.wrapper--masonry .portfolio-in .portfolio-info .portfolio-info__in h4 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  font-size: 50px;
  height: 50px;
  font-family: "KaushanScript";
  color: #AC0002;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.wrapper--masonry .portfolio-in .portfolio-info .portfolio-info__in a {
  right: -100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.wrapper--masonry .portfolio-in .item-portfolio:hover h4 {
  left: 0;
  visibility: visible;
  opacity: 1; }

.wrapper--masonry .portfolio-in .item-portfolio:hover a {
  right: 0;
  visibility: visible;
  opacity: 1; }

.portfolio-wrapper {
  width: 100%;
  height: 1150px;
  margin: 50px auto 0;
  position: relative;
  overflow: hidden; }

.portfolio-wrapper .portfolio {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.portfolio-wrapper .portfolio-in {
  width: 100%;
  height: 100%; }

.portfolio-wrapper .portfolio-in .portfolio-info {
  display: block;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
          transform: rotate3d(0, 0, 0, 0deg);
  overflow: hidden; }

.portfolio-wrapper .portfolio-in .portfolio-info .portfolio-info__in {
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease; }

.portfolio-wrapper .portfolio-in .portfolio-info .portfolio-info__in h4 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  font-size: 50px;
  height: 50px;
  font-family: "KaushanScript";
  color: #998675;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: default; }

.portfolio-wrapper .portfolio-in .portfolio-info .portfolio-info__in a {
  right: -100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.portfolio-wrapper .portfolio-in .portfolio-info:hover .portfolio-info__in {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%; }

.portfolio-wrapper .portfolio-in .portfolio-info:hover .portfolio-info__in h4 {
  visibility: visible;
  opacity: 1;
  left: 0; }

.portfolio-wrapper .portfolio-in .portfolio-info:hover .portfolio-info__in a {
  visibility: visible;
  opacity: 1;
  right: 0; }

.portfolio-wrapper .portfolio-in .portfolio-info:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  height: 66%;
  width: 40%; }

.portfolio-wrapper .portfolio-in .portfolio-info:nth-child(2) {
  position: absolute;
  top: 0;
  left: 40%;
  height: 33%;
  width: 20%; }

.portfolio-wrapper .portfolio-in .portfolio-info:nth-child(3) {
  position: absolute;
  top: 66%;
  left: 0;
  height: 34%;
  width: 60%; }

.portfolio-wrapper .portfolio-in .portfolio-info:nth-child(4) {
  position: absolute;
  top: 33%;
  left: 40%;
  height: 33%;
  width: 20%;
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
          transform: rotate3d(0, 0, 0, 0deg); }

.portfolio-wrapper .portfolio-in .portfolio-info:nth-child(5) {
  position: absolute;
  top: 66%;
  left: 0;
  height: 34%;
  width: 60%; }

.portfolio-wrapper .portfolio-in .portfolio-info:nth-child(6) {
  position: absolute;
  top: 33%;
  left: 60%;
  height: 67%;
  width: 40%; }

.portfolio-wrapper .portfolio.active {
  visibility: visible;
  opacity: 1; }

.portfolio-wrapper .portfolio.active .portfolio-info {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out; }

.portfolio-wrapper .portfolio.active .portfolio-info:nth-child(1) {
  position: absolute;
  top: 33%;
  left: 60%;
  height: 67%;
  width: 40%; }

.portfolio-wrapper .portfolio.active .portfolio-info:nth-child(2) {
  position: absolute;
  top: 66%;
  left: 0;
  height: 34%;
  width: 60%; }

.portfolio-wrapper .portfolio.active .portfolio-info:nth-child(3) {
  position: absolute;
  top: 0;
  left: 60%;
  height: 33%;
  width: 40%; }

.portfolio-wrapper .portfolio.active .portfolio-info:nth-child(4) {
  position: absolute;
  top: 33%;
  left: 40%;
  height: 33%;
  width: 20%;
  -webkit-transform: rotate3d(0, 1, 0, 360deg);
          transform: rotate3d(0, 1, 0, 360deg); }

.portfolio-wrapper .portfolio.active .portfolio-info:nth-child(5) {
  position: absolute;
  top: 0;
  left: 40%;
  height: 33%;
  width: 20%; }

.portfolio-wrapper .portfolio.active .portfolio-info:nth-child(6) {
  position: absolute;
  top: 0;
  left: 0;
  height: 66%;
  width: 40%; }

/* Portfolio Masonry */
.wrapper--masonry {
  margin: 50px auto 0; }

.portfolio-wrapper.masonry:after {
  content: '';
  display: inline-block;
  width: 100%; }

.wrapper--masonry .portfolio-in .portfolio-info h4 {
  cursor: default; }

.wrapper--masonry .portfolio-in .portfolio-info .portfolio-info__in {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: transparent; }

.wrapper--masonry .portfolio-in .portfolio-info:hover .portfolio-info__in {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%; }

.portfolio-wrapper.masonry .mix,
.portfolio-wrapper.masonry .gap {
  display: inline-block;
  width: 49%; }

.portfolio-wrapper.masonry .mix {
  text-align: left;
  background: #03899c;
  margin-bottom: 2%; }

.portfolio-wrapper.masonry .mix.web {
  border-top: 2px solid limegreen; }

.portfolio-wrapper.masonry .mix.design {
  border-top: 2px solid yellow; }

.portfolio-wrapper.masonry .mix:after {
  content: attr(data-myorder);
  color: white;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 4% 6%;
  font-weight: 700; }

.portfolio-wrapper.masonry .mix:before {
  content: '';
  display: inline-block;
  padding-top: 60%; }

.wrapper--masonry .item-portfolio {
  height: 400px; }

.wrapper--masonry .item-portfolio .portfolio-info {
  height: 100%;
  background-size: cover; }

/* Masonry Mix*/
.wrapper--masonry.masonry--mix .item-portfolio:after {
  content: '';
  display: block;
  clear: both; }

.wrapper--masonry.masonry--mix .item-portfolio {
  width: 33.3%;
  height: 350px;
  float: left; }

.wrapper--masonry.masonry--mix .item-portfolio .portfolio-info {
  background-size: cover; }

.wrapper--masonry.masonry--mix .grid-item--width2 {
  height: 700px;
  width: 33.3%; }

.wrapper--masonry.masonry--mix .grid-item--width3 {
  height: 350px;
  width: 66.6%; }

@media all and (min-width: 420px) {
  .portfolio-wrapper.masonry .mix,
  .portfolio-wrapper.masonry .gap {
    width: 32%; } }

@media all and (min-width: 640px) {
  .portfolio-wrapper.masonry .mix,
  .portfolio-wrapper.masonry .gap {
    width: 23.5%; } }

/*  Section Our Company */
.our_company .row {
  position: relative;
  overflow: hidden; }

.our_company .our_company--video {
  position: relative;
  width: 50.95%;
  height: 533px;
  margin-left: 21%;
  z-index: 10;
  margin-bottom: 220px; }

.our_company .our_company--video .video--company {
  height: 100%;
  width: 100%; }

.our_company .our_company--video a.buttom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 132px;
  height: 132px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  border: 3px #ffffff solid;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer; }

.our_company .our_company--video a.buttom img {
  width: 46px;
  height: 51px;
  fill: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.our_company .our_company--video a.buttom:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border: 3px #ffffff solid; }

.our_company .our_company--video img {
  width: 100%;
  height: 100%; }

.our_company .our_company--video video, .our_company .our_company--video iframe {
  width: 100%;
  height: 100%; }

.our_company .our_company--slider {
  position: absolute;
  top: 220px;
  right: 21%;
  width: 50.95%;
  height: 533px;
  background-color: #998675;
  z-index: 5; }

.our_company #owl-our_company { /* CAJA DE TEXTO AZUL PLASTA */
  width: 27.8%;
  height: 360px;
  position: absolute;
  bottom: 0;
  right: 25.4%;
  background-color: #3232D3;
  z-index: 15;
  padding: 3.3% 3.3% 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease; }

.our_company #owl-our_company h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px; }

.our_company #owl-our_company p {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  padding-bottom: 15px;
  text-overflow: ellipsis;
  overflow: hidden; }

.our_company #owl-our_company .owl-prev {
  display: block;
  width: 40px;
  background: none;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 16px;
  left: -65px;
  margin: auto;
  padding: 0; }

.our_company #owl-our_company .owl-prev:hover span {
  width: 30px; }

.our_company #owl-our_company .owl-prev span {
  float: right;
  background-color: #ffffff;
  display: block;
  width: 13px;
  height: 2px;
  margin: 7px 0;
  padding: 0;
  -webkit-transition: width 350ms ease;
  transition: width 350ms ease; }

.our_company #owl-our_company .owl-prev svg {
  float: right;
  fill: #ffffff;
  width: 8px;
  height: 16px; }

.our_company #owl-our_company .owl-prev i {
  line-height: 16px; }

.our_company #owl-our_company .owl-next {
  display: block;
  width: 40px;
  background: none;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 16px;
  right: -65px;
  margin: auto;
  padding: 0; }

.our_company #owl-our_company .owl-next:hover span {
  width: 30px; }

.our_company #owl-our_company .owl-next span {
  float: left;
  background-color: #ffffff;
  display: block;
  width: 13px;
  height: 2px;
  margin: 7px 0;
  padding: 0;
  -webkit-transition: width 350ms ease;
  transition: width 350ms ease; }

.our_company #owl-our_company .owl-next svg {
  float: left;
  fill: #ffffff;
  width: 8px;
  height: 16px; }

.our_company #owl-our_company .owl-next i {
  line-height: 16px; }

.our_company #controlBar_video--company {
  opacity: 0; }

/* Section Discuss */
.discuss .row {
  position: relative; }

.discuss .discuss--left {
  position: relative;
  height: 515px;
  margin-left: 21%;
  width: 49%;
  margin-bottom: 220px; }

.discuss .discuss--left .discuss--left__image {
  width: 100%;
  height: 100%;
  background-size: cover; }

.discuss .discuss--left img {
  width: 100%;
  height: auto; }

.discuss .discuss--right {
  position: absolute;
  top: 220px;
  right: 21%;
  width: 35%;
  background: #000083; }

.discuss .discuss--right form > div {
  margin-top: 30px; }

.discuss .discuss--right form > div:first-child {
  margin-top: 50px; }

.discuss .discuss--right form input {
  width: 73%;
  height: 45px;
  margin: 0 auto;
  display: block;
  border: 2px #ffffff solid;
  background-color: transparent;
  padding-left: 15px;
  color: #ffffff;
  font-weight: 300;
  -webkit-border-radius: 0;
          border-radius: 0; }

.discuss .discuss--right form input:hover, .discuss .discuss--right form input:focus {
  border: 2px #e1e1e1 solid;
  outline: 0;
  color: #ffffff; }

.discuss .discuss--right form input:hover::-webkit-input-placeholder, .discuss .discuss--right form input:focus::-webkit-input-placeholder {
  color: #ffffff; }

.discuss .discuss--right form input::-webkit-input-placeholder {
  color: #ffffff; }

.discuss .discuss--right form textarea { /* area donde escribir el texto */
  width: 73%;
  height: 100px;
  margin: 0 auto;
  display: block;
  border: 2px #ffffff solid;
  background-color: #000083;
  padding: 17px 0 0 15px;
  resize: none;
  font-weight: 300;
  color: #ccc3ba;
  -webkit-border-radius: 0;
          border-radius: 0; }

.discuss .discuss--right form textarea:focus::-webkit-input-placeholder {
  color: transparent; }

.discuss .discuss--right form textarea:hover, .discuss .discuss--right form textarea:focus {
  border: 2px #ffffff solid;
  outline: 0;
  color: #ffffff; }

.discuss .discuss--right form textarea:hover::-webkit-input-placeholder, .discuss .discuss--right form textarea:focus::-webkit-input-placeholder {
  color: #ffffff; }

.discuss .discuss--right form textarea::-webkit-input-placeholder {
  color: #ffffff; }

.discuss .discuss--right form input[type="submit"] { /* PLASTA ROJA DE ENVIAR MENSAJE */
  float: left;
  width: -webkit-calc(100% - 87px);
  width: calc(100% - 87px);
  height: 62px;
  margin: 0 auto 50px;
  display: block;
  border: none;
  background-color: rgba(172,0,2,0.76); 
  color: #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 0;
          border-radius: 0; }

.discuss .discuss--right form .contact-form-submit {
  margin: 0 auto;
  display: block;
  width: 73%; }

.discuss .discuss--right form .contact-form-submit .submit {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.discuss .discuss--right form .contact-form-submit .right {
  float: left;
  display: block;
  height: 62px;
  width: 87px;
  background-color: #ffffff;
  text-align: center;
  position: relative; }

.discuss .discuss--right form .contact-form-submit .right span {
  float: left;
  background-color: #ffffff;
  display: block;
  width: 13px;
  height: 2px;
  margin: 30px 0 30px 28px;
  padding: 0;
  -webkit-transition: width 350ms ease;
  transition: width 350ms ease; }

.discuss .discuss--right form .contact-form-submit .right img {
  display: block;
  float: left;
  width: 8px;
  height: 15px;
  padding: 0;
  margin: 24px 0;
  fill: #AC0002 /* texto */;
  line-height: 62px; }

.discuss .discuss--right form .contact-form-submit .right i {
  color: #ffffff; }

.discuss .discuss--right form .contact-form-submit:hover .submit {
  background-color: rgba(0, 0, 0, 0.5); /* texto */
  color: #ffffff; }

.discuss .discuss--right form .contact-form-submit:hover .right span {
  width: 30px; }

.discuss #success, .discuss #error {
  display: none;
  width: 73%;
  margin: 30px auto 0;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  height: 45px;
  line-height: 45px; }

/* Section Our Team */
.team {
  margin-bottom: 160px; }

.team .team__in {
  max-width: 1170px;
  margin: 0 auto;
  padding-bottom: 160px; }

.team .team__in .member--team {
  float: left;
  width: 33.3%;
  height: 390px;
  position: relative;
  overflow: hidden; }

.team .team__in .member--team .member--team__photo {
  width: 100%;
  height: 100%; }

.team .team__in .member--team .member--team__photo img {
  width: 100%;
  height: 100%; }

.team .team__in .member--team .member--team__position {
  position: absolute;
  top: 44%;
  right: 200%;
  font-size: 22px;
  color: #fff;
  background-color: rgba(153, 134, 117, 0.75);
  height: 90px;
  max-width: 250px;
  display: table;
  padding: 24px 25px 0;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease; }

.team .team__in .member--team .member--team__name {
  position: absolute;
  top: 58%;
  right: -200%;
  font-family: "Roboto";
  font-weight: 500;
  color: #a1ffee;
  font-size: 70px;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease; }

.team .team__in .member--team:hover .member--team__position {
  right: 0; }

.team .team__in .member--team:hover .member--team__name {
  right: 14%; }

/* Section Reviews */
.reviews__in {
  width: 100%;
  overflow: hidden; }

.reviews__in #owl-reviews .item .reviews--content {
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
  font-size: 26px;
  line-height: 48px;
  font-weight: 300;
  font-style: italic;
  pointer-events: none; }

.reviews__in #owl-reviews .item .reviews--author {
  text-align: center;
  display: block;
  margin: 64px auto 0;
  font-weight: 300;
  font-size: 16px;
  pointer-events: none; }

.reviews__in #owl-reviews .owl-controls .owl-buttons .owl-prev {
  width: 60px;
  display: block;
  background: none !important;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 16px;
  left: 10%;
  margin: auto;
  padding: 0; }

.reviews__in #owl-reviews .owl-controls .owl-buttons .owl-prev:hover span {
  width: 30px; }

.reviews__in #owl-reviews .owl-controls .owl-buttons .owl-prev span {
  float: right;
  background-color: #998675;
  display: block;
  width: 13px;
  height: 2px;
  margin: 7px 0;
  padding: 0;
  -webkit-transition: width 350ms ease;
  transition: width 350ms ease; }

.reviews__in #owl-reviews .owl-controls .owl-buttons .owl-prev svg {
  float: right;
  fill: #998675;
  width: 8px;
  height: 16px; }

.reviews__in #owl-reviews .owl-controls .owl-buttons .owl-prev i {
  line-height: 16px;
  color: #998675; }

.reviews__in #owl-reviews .owl-controls .owl-buttons .owl-next {
  display: block;
  width: 60px;
  background: none !important;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 16px;
  right: 10%;
  margin: auto;
  padding: 0; }

.reviews__in #owl-reviews .owl-controls .owl-buttons .owl-next:hover span {
  width: 30px; }

.reviews__in #owl-reviews .owl-controls .owl-buttons .owl-next span {
  float: left;
  background-color: #AC0002;
  display: block;
  width: 13px;
  height: 2px;
  margin: 7px 0;
  padding: 0;
  -webkit-transition: width 350ms ease;
  transition: width 350ms ease; }

.reviews__in #owl-reviews .owl-controls .owl-buttons .owl-next svg {
  float: left;
  fill: #998675;
  width: 8px;
  height: 16px; }

.reviews__in #owl-reviews .owl-controls .owl-buttons .owl-next i {
  line-height: 16px;
  float: left;
  color: #998675; }

.reviews__in #pagination span {
  pointer-events: none;
  display: block;
  text-align: center;
  margin: 64px auto 0;
  font-weight: 300;
  font-size: 15px; }

/* Section Partners Logo */
.partners .row {
  max-width: 1170px; }

.partners .partners__in .partners--logo {
  display: block;
  height: 100px;
  line-height: 0;
  margin: 0 0 160px; }

.partners .partners__in .partners--logo:nth-child(3n+1) img {
  float: left; }

.partners .partners__in .partners--logo:nth-child(2n+1) img {
  float: left; }

.partners .partners__in .partners--logo:nth-child(3n) img {
  float: right; }

.partners .partners__in .partners--logo:nth-child(3n+2) img {
  margin: 0 auto;
  float: none; }

.partners .partners__in .partners--logo img {
  display: block;
  margin: 0 auto;
  -webkit-transition: fill 500ms ease;
  transition: fill 500ms ease;
  fill: #998675; }

.partners .partners__in .partners--logo img:hover {
  fill: #000000; }

/* Footer */
footer {
  background-color: #AC0002;
  overflow: hidden;
  color: #ffffff;
  font-weight: 300; }

footer .footer__in {
  padding: 70px 10%;
  overflow: hidden;
  display: table;
  margin: 0 auto; }

footer .footer__in .footer--block {
  float: left;
  display: block;
  max-width: 195px;
  margin: 0 0 0 75px; }

footer .footer__in .footer--block .logo a {
  font-family: "BigJohn";
  font-size: 25px;
  color: #ffffff;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease; }

footer .footer__in .footer--block .logo a:hover {
  color: #3232D3; }

footer .footer__in .footer--block .footer--block__text {
  padding-top: 15px;
  line-height: 32px;
  font-size: 16px; }

footer .footer__in .footer--block .footer--block__menu li a:hover {
  color: #3232D3; }

footer .footer__in .footer--block h4 {
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 16px; }

footer .footer__in .footer--block li {
  display: block;
  line-height: 32px; }

footer .footer__in .footer--block li:first-child {
  padding: 20px 0 0; }

footer .footer__in .footer--block li a {
  list-style: none;
  text-decoration: none;
  color: #ffffff; }

footer .footer__in .footer--block:first-child {
  margin-left: 0; }

footer .footer__in .footer--block__social ul {
  padding: 20px 0 0; }

footer .footer__in .footer--block__social ul li {
  float: left;
  margin: -3px 0 0;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: table; }

footer .footer__in .footer--block__social ul li a {
  display: table-cell;
  vertical-align: middle; }

footer .footer__in .footer--block__social ul li:first-child {
  padding: 0;
  margin-left: -12px; }

footer .footer__in .footer--block__social ul li:hover {
  background-color: #a1ffee; }

footer .footer__in .footer--block__social ul li:hover a {
  color: #000000; }

footer .footer__in .footer--bottom {
  position: relative;
  display: block;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  padding: 120px 0 0;
  font-size: 14px; }

footer .footer__in .footer--bottom .footer--bottom__in {
  max-width: 80%;
  display: block;
  margin: 0 auto; }

footer .footer__in .footer--bottom .footer--bottom__in a {
  text-decoration: underline;
  list-style: none;
  color: inherit;
  line-height: 16px; }

footer .footer__in .footer--bottom .footer--bottom__in a:hover {
  color: #3232D3; }

footer .footer__in .footer--bottom #back--top {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 60px;
  width: 30px;
  cursor: pointer; }

footer .footer__in .footer--bottom #back--top .back--top__up span {
  position: absolute;
  bottom: 0;
  right: 10px;
  background-color: #ffffff;
  display: block;
  width: 2px;
  height: 27px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease; }

footer .footer__in .footer--bottom #back--top .back--top__up img {
  position: absolute;
  top: -8px;
  right: -6px;
  display: block;
  width: 15px;
  height: 8px;
  fill: #ffffff; }

footer .footer__in .footer--bottom #back--top:hover span {
  height: 45px; }

/* Page Services */
.services--page {
  padding: 100px 0 160px 0; }

.services--page .services--page__in {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.services--page .services--page__in .block {
  display: block;
  float: left;
  min-width: 33%;
  height: 300px; }

.services--page .services--page__in .block .block__in {
  max-width: 360px;
  height: 100%;
  margin: 0 auto;
  padding: 35px 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.services--page .services--page__in .block .block__in:hover {
  background-color: #e7efef; }

.services--page .services--page__in .block .block__in:hover .block--icon {
  background-color: #AC0002;
  border: 1px #AC0002 solid; }

.services--page .services--page__in .block .block__in:hover .block--icon i {
  color: #ffffff; }

.services--page .services--page__in .block .block__in .block--icon {
  position: relative;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px #000000 solid;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.services--page .services--page__in .block .block__in .block--icon i {
  font-size: 30px;
  color: #000000;
  margin: auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: table;
  width: 100%;
  height: 100%; }

.services--page .services--page__in .block .block__in .block--icon i::before {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.services--page .services--page__in .block .block__in .block--title h3 {
  font-size: 20px;
  text-align: center;
  margin: 30px 0;
  color: #000000; }

.services--page .services--page__in .block .block__in .block--content p {
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  color: #000000; }

/* Page Portfolio */
.portfolio--page {
  width: 100%;
  padding: 100px 0 160px 0;
  margin: 0 auto; }

.portfolio--page .block {
  display: block;
  position: relative;
  width: 50%;
  overflow: hidden;
  float: left; }

.portfolio--page .block .block__in {
  display: block;
  position: relative;
  width: 100%; }

.portfolio--page .block:hover .block--active {
  opacity: 1; }

.portfolio--page .block:hover .block--active .block--active__logo img {
  top: 0; }

.portfolio--page .block:hover .block--active .block--active__logo p {
  top: 0; }

.portfolio--page .block:hover .block--active .block--active__bottom span {
  margin: 0 !important; }

.portfolio--page .block .block--image {
  position: relative;
  display: block; }

.portfolio--page .block .block--image img {
  display: block;
  width: 100%;
  height: auto; }

.portfolio--page .block .block--active {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.portfolio--page .block .block--active:before {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; }

.portfolio--page .block .block--active .block--active__logo p {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-family: "KaushanScript";
  color: #998675;
  font-size: 70px;
  display: block;
  width: 100%;
  height: 100px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.portfolio--page .block .block--active .block--active__logo img {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20%;
  height: auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.portfolio--page .block .block--active .block--active__bottom {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #000000;
  font-size: 20px; }

.portfolio--page .block .block--active .block--active__bottom span {
  padding: 0 60px; }

.portfolio--page .block .block--active .block--active__bottom span:first-child {
  float: left;
  margin-left: -100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.portfolio--page .block .block--active .block--active__bottom span:last-child {
  float: right;
  margin-right: -100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.button--portfolio {
  margin-top: 70px; }

.button--portfolio a.button .text {
  width: 273px; }

/* Page contacts */
.section--image__contact {
  padding-bottom: 160px;
  background: no-repeat 0 50%;
  background-size: cover; }

.section--image__contact h3 {
  color: #ffffff; }

.section--image__contact p {
  color: #ffffff; }

.section--image__contact .page--contact__in span {
  color: #ffffff; }

.section--image__contact .page--contact__in #contact-form-2 > input {
  border-bottom: 1px #ffffff solid;
  color: #ffffff; }

.section--image__contact .page--contact__in #contact-form-2 > input::-webkit-input-placeholder {
  color: #ffffff; }

.section--image__contact .page--contact__in #contact-form-2 > input::-moz-placeholder {
  color: #ffffff; }

.section--image__contact .page--contact__in #contact-form-2 > input:-moz-placeholder {
  color: #ffffff; }

.section--image__contact .page--contact__in #contact-form-2 > input:-ms-input-placeholder {
  color: #ffffff; }

.location .location__in {
  position: relative; }

.location .location__in .location--left {
  margin: 70px 0 230px 21%;
  width: 650px;
  height: 400px; }

.location .location__in .location--left img {
  width: 100%;
  height: 100%; }

.location .location__in .location--right {
  position: absolute;
  bottom: -70px;
  right: 21%;
  height: 400px;
  width: 650px;
  background-color: #BC232A; }

.location .location__in .location--right h4 {
  font-size: 26px;
  font-weight: 500;
  font-style: italic;
  color: #ffffff;
  text-align: center;
  padding: 90px 0 40px;
  text-transform: uppercase; }

.location .location__in .location--right p {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  padding-bottom: 20px; }

.location .location__in .location--right p strong {
  font-weight: bold; }

.location .location__in .location--right .location--social ul {
  display: table;
  margin: 20px auto 0; }

.location .location__in .location--right .location--social ul li {
  float: left; }

.location .location__in .location--right .location--social ul li i {
  color: #ffffff;
  padding: 0 10px; }

.location .location__in .location--right .slider--location {
  position: relative; }

.location .location__in .location--right .slider--location .owl-item {
  height: 400px; }

.location .location__in .location--right .slider--location .owl-controls {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  width: 100%; }

.location .location__in .location--right .slider--location .owl-controls .owl-prev {
  display: block;
  width: 40px;
  background: none;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 16px;
  left: 8%;
  margin: auto;
  padding: 0; }

.location .location__in .location--right .slider--location .owl-controls .owl-prev:hover span {
  width: 30px; }

.location .location__in .location--right .slider--location .owl-controls .owl-prev span {
  float: right;
  background-color: #ffffff;
  display: block;
  width: 13px;
  height: 2px;
  margin: 7px 0;
  padding: 0;
  -webkit-transition: width 350ms ease;
  transition: width 350ms ease; }

.location .location__in .location--right .slider--location .owl-controls .owl-prev svg {
  float: right;
  fill: #ffffff;
  width: 8px;
  height: 16px; }

.location .location__in .location--right .slider--location .owl-controls .owl-prev i {
  line-height: 16px; }

.location .location__in .location--right .slider--location .owl-controls .owl-next {
  display: block;
  width: 40px;
  background: none;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 16px;
  right: 8%;
  margin: auto;
  padding: 0; }

.location .location__in .location--right .slider--location .owl-controls .owl-next:hover span {
  width: 30px; }

.location .location__in .location--right .slider--location .owl-controls .owl-next span {
  float: left;
  background-color: #ffffff;
  display: block;
  width: 13px;
  height: 2px;
  margin: 7px 0;
  padding: 0;
  -webkit-transition: width 350ms ease;
  transition: width 350ms ease; }

.location .location__in .location--right .slider--location .owl-controls .owl-next svg {
  float: left;
  fill: #ffffff;
  width: 8px;
  height: 16px; }

.location .location__in .location--right .slider--location .owl-controls .owl-next i {
  line-height: 16px; }

/* Page Project */
.project--page .page--project__in {
  position: relative;
  overflow: hidden; }

.project--page .page--project__in .page--project__left {
  width: 23%;
  float: left;
  margin-left: 19%; }

.project--page .page--project__in .page--project__left h4 {
  font-size: 30px;
  color: #000000; }

.project--page .page--project__in .page--project__left p {
  padding-top: 30px;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px; }

.project--page .page--project__in .page--project__left .project--details {
  margin-top: 80px; }

.project--page .page--project__in .page--project__left .project--details table {
  width: 80%; }

.project--page .page--project__in .page--project__left .project--details table tr {
  float: left;
  width: 50%;
  margin-top: 30px; }

.project--page .page--project__in .page--project__left .project--details table tr:first-child {
  font-weight: bold; }

.project--page .page--project__in .page--project__left .project--details table tr th {
  display: block;
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px; }

.project--page .page--project__in .page--project__right {
  margin-bottom: 250px;
  float: left;
  width: 58%;
  position: relative; }

.project--page .page--project__in .page--project__right .desktop {
  width: 100%; }

.project--page .page--project__in .page--project__right .desktop img {
  float: right;
  margin-right: 40px;
  max-width: 90%; }

.project--page .page--project__in .page--project__right .laptop {
  position: absolute;
  bottom: -90px;
  left: -14%; }

.project--page .page--project__in .page--project__right .laptop img {
  max-width: 93%;
  float: right; }

.project--image img {
  width: 100%;
  height: auto; }

.project--button {
  display: table;
  margin: 160px auto; }

.project--button a {
  float: left;
  margin: 0; }

.project--button a.all_project--button {
  width: 62px;
  height: 62px;
  background-color: #998675;
  margin: 0 185px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.project--button a.all_project--button:hover {
  background-color: rgba(0, 0, 0, 0.5); }

.project--button a.all_project--button .all_project--button__in {
  padding: 14px; }

.project--button a.all_project--button .all_project--button__in span {
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.project--button a.all_project--button .all_project--button__in span:nth-child(1) {
  margin: 0 1px 1px 0; }

.project--button a.all_project--button .all_project--button__in span:nth-child(2) {
  margin: 0 0 1px 1px; }

.project--button a.all_project--button .all_project--button__in span:nth-child(3) {
  margin: 1px 1px 0 0; }

.project--button a.all_project--button .all_project--button__in span:nth-child(4) {
  margin: 1px 0 0 1px; }

/*Page Content*/
.content--page {
  padding-top: 100px; }

.content--page .content--page__in {
  padding: 0 21%;
  overflow: hidden; }

.content--page .content--page__in h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px; }

.content--page .content--page__in p {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px;
  padding: 0; }

.content--page .content--page__in p:last-child {
  margin-bottom: 0; }

.content--page__1 {
  padding-bottom: 160px; }

.content--page__1 .content--page__in p {
  text-indent: 30px;
  text-align: justify; }

.content--page__1 .content--page__in .padding-right {
  padding-right: 15px;
  padding-top: 40px;
  width: 50%;
  float: left;
  overflow: hidden; }

.content--page__1 .content--page__in .padding-left {
  padding-left: 15px;
  padding-top: 40px;
  width: 50%;
  float: left;
  overflow: hidden; }

.content--page__1 .content--page__in p:last-child {
  margin-bottom: 0; }

.content--page__2 {
  margin-bottom: 160px; }

.content--page__2 > h3 {
  padding: 0 0 40px;
  text-align: center;
  font-size: 30px; }

.content--page__2 .content--page__in {
  position: relative; }

.content--page__2 .content--page__in .content--top p {
  text-indent: 30px;
  text-align: justify; }

.content--page__2 .content--page__in img {
  width: 100%;
  margin: 40px 0; }

.content--page__2 .content--page__in .row div .content--box {
  margin: 0 15px;
  text-align: justify; }

.content--page__2 .content--page__in .row div .content--box p {
  text-indent: 30px; }

.content--page__3 {
  margin: 0 0 160px;
  position: relative; }

.content--page__3 img {
  width: 100%;
  height: auto; }

.content--page__3 .row {
  position: relative; }

.content--page__3 .row .content--text {
  position: relative;
  overflow: hidden;
  line-height: 25px;
  display: table; }

.content--page__3 .row .content--text .content--text__in {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10% 10px;
  margin: auto; }

.content--page__3 .row .content--text .content--text__in h4 {
  font-size: 30px;
  text-align: center;
  padding-bottom: 40px; }

.content--page__3 .row:last-child > div {
  float: right; }

.clear {
  clear: both;
  height: 0; }

.display--none {
  display: none; }

.hidden {
  visibility: hidden;
  opacity: 0; }

.show {
  visibility: visible;
  opacity: 1;
  display: block; }

body {
  color: #000000;
  font-family: Roboto; }

h2 {
  font-size: 150px; }

h3 {
  font-size: 60px; }

h4 {
  font-size: 26px; }

section {
  position: relative; }

section > h3 {
  font-family: "BebasNeue";
  color: #000000;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 70px; }

section > h3.subtitle {
  padding-bottom: 40px; }

section > p {
  display: block;
  margin: 0 auto 70px;
  text-align: center;
  width: 750px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*::-webkit-input-placeholder {
  color: #710c1b;
  opacity: 1; }

*:-moz-placeholder {
  color: #710c1b;
  opacity: 1; }

*::-moz-placeholder {
  color: #710c1b;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #710c1b;
  opacity: 1; }

*:focus::-webkit-input-placeholder {
  color: transparent; }

*:focus::-moz-placeholder {
  color: transparent; }

*:focus:-moz-placeholder {
  color: transparent; }

*:focus:-ms-input-placeholder {
  color: transparent; }

input:focus:required:invalid,
textarea:focus:required:invalid {
  color: #666; }

input:required:valid,
body textarea:required:valid {
  color: #666; }

input {
  -webkit-appearance: none;
  list-style: none;
  outline: none; }

input::-ms-clear {
  display: none; }

.row {
  max-width: 1920px;
  margin: 0 auto; }

.row [class*="col-"] {
  margin: 0 auto;
  padding: 0; }

.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.container-fluid {
  padding: 0; }

.section--bg {
  background-color: #e7efef;
  padding-bottom: 160px; }

.color--white {
  color: #ffffff !important; }

.dark--bg {
  position: relative; }

.dark--bg:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.pattern--bg {
  position: relative; }

.pattern--bg:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/bg_slider.png) repeat; }

.color--hover {
  color: #AC0002 !important; }

/* Preloader */
.preloader {
  background: #ffffff;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  margin: auto;
  overflow: hidden;
  display: table;
  width: 100%;
  height: 100%; }

.pace-activity {
  z-index: 2000;
  margin: auto;
  width: 300px;
  height: 300px;
  pointer-events: none;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle; }

.pace-activity::before,
.pace-activity::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 50%;
  display: block;
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  content: ''; }

.pace-activity::before {
  margin-left: -40px;
  width: 80px;
  height: 80px;
  border-right-color: #998675;
  border-left-color: #998675;
  -webkit-animation: pace-theme-corner-indicator-spin 3s linear infinite;
  animation: pace-theme-corner-indicator-spin 3s linear infinite; }

.pace-activity::after {
  bottom: 0;
  top: 0;
  margin: auto auto auto -20px;
  width: 40px;
  height: 40px;
  border-top-color: #998675;
  border-bottom-color: #998675;
  -webkit-animation: pace-theme-corner-indicator-spin 1s linear infinite;
          animation: pace-theme-corner-indicator-spin 1s linear infinite; }

@-webkit-keyframes pace-theme-corner-indicator-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@keyframes pace-theme-corner-indicator-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

/* Page 404 */
.error {
  position: relative; }

.error .error--image img {
  position: relative;
  width: 100%;
  min-height: 500px;
  height: 100vh;
  object-fit: cover; }

.error .error--image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75); }

.error .error--box {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  display: table;
  margin: auto; }

.error .error--box h5 {
  font-size: 70px;
  display: block;
  color: #ffffff;
  font-weight: bold;
  text-align: center; }

.error .error--box h5 span {
  color: #998675; }

.error .error--box p {
  display: block;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin: 30px; }

/* My Icon*/
[class^="icon-"], [class*=" icon-"] {
  font-family: MyIcon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative; }

.icon-down:before {
  content: "\e900"; }

.icon-mouse:before {
  content: "\e902"; }

.icon-pause_2:before {
  content: "\e903"; }

.icon-pause_t:before {
  content: "\e904"; }

.icon-play:before {
  content: "\e905"; }

.icon-play_2:before {
  content: "\e906"; }

.icon-left {
  float: right;
  line-height: 62px; }

.icon-left:before {
  content: "\e901";
  margin-right: -4px; }

.icon-right {
  line-height: 62px; }

.icon-right:before {
  content: "\e907";
  margin-left: -4px;
  float: left; }

.icon-up:before {
  content: "\e908"; }

.icon-vol_off:before {
  content: "\e909"; }

.icon-vol_on:before {
  content: "\e90a"; }

/* Media Screen */
@media only screen and (min-width: 1400px) {
  .page--contact > h3 {
    padding-top: 210px; } }

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  /* Main */
  section > h3.subtitle {
    padding-top: 100px;
    padding-bottom: 10px; }
  .services {
    padding-bottom: 140px; }
  .section--bg {
    padding-bottom: 100px; }
  .team {
    margin-bottom: 100px; }
  /* Header */
  header {
    line-height: 70px; }
  header .logo a {
    font-size: 22px; }
  header .menu--main ul.menu > li {
    height: 70px; }
  header .language {
    height: 70px; }
  header .contacts {
    padding: 7px 0; }
  /* Slider*/
  .slider .item .slider--info .slider--info__in {
    max-height: 280px; }
  .slider--slide__buttons .mute img {
    width: 40px;
    height: 40px; }
  .slider--slide__buttons .play img {
    width: 40px;
    height: 40px; }
  .slider--mouse {
    height: 28px; }
  h2 {
    font-size: 100px; }
  .slider .item .slider--info .slider--info__in .slider--info__content p {
    font-size: 18px; }
  .slider--info__content {
    margin: 20px auto 60px !important; }
  /* Buttons */
  .button--wrap {
    height: 42px; }
  a.button {
    height: 42px; }
  a.button .text {
    font-size: 16px;
    width: 120px;
    height: 42px;
    line-height: 42px; }
  a.button .right {
    width: 67px;
    height: 42px;
    line-height: 42px; }
  a.button .right span {
    margin: 20px 0 20px 24px !important; }
  a.button .right img {
    margin: 14px 0; }
  a.button .left {
    width: 67px;
    height: 42px;
    line-height: 42px; }
  a.button .left span {
    margin: 20px 24px 20px 0 !important; }
  a.button .left img {
    margin: 14px 0; }
  .project--button a.all_project--button {
    width: 42px;
    height: 42px;
    margin: 0 70px; }
  .project--button a.all_project--button .all_project--button__in {
    padding: 12px; }
  .project--button a.all_project--button .all_project--button__in span {
    width: 8px;
    height: 8px; }
  a.button .right img {
    margin: 14px auto; }
  a.button .right i {
    line-height: 42px; }
  a.button .down {
    width: 50px;
    height: 42px;
    line-height: 42px; }
  a.button .down span {
    height: 12px;
    margin: 12px auto; }
  a.button:hover .down span {
    height: 15px; }
  /* Services */
  h4 {
    font-size: 20px; }
  h3 {
    font-size: 45px; }
  section > h3 {
    padding-top: 100px;
    padding-bottom: 50px; }
  .services .circle--slider .prev {
    left: 150px; }
  .services .circle--slider .next {
    right: 150px; }
  .services .circle--rotate > li i {
    font-size: 32px; }
  /* Our Company */
  .our_company #owl-our_company p {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 10px; }
  .our_company #owl-our_company {
    height: 300px; }
  .our_company .our_company--video {
    height: 373px; }
  .our_company .our_company--slider {
    height: 373px;
    overflow: hidden; }
  .our_company #owl-our_company {
    right: 26%; }
  .our_company .our_company--video a.buttom {
    width: 100px;
    height: 100px; }
  .our_company .our_company--video a.buttom img {
    width: 35px;
    height: 40px; }
  /* Portfolio */
  section.portfolio--masonry > h3.subtitle {
    padding-top: 100px;
    padding-bottom: 20px; }
  .portfolio-wrapper {
    height: 788px; }
  a.button.portfolio__button .right span {
    margin: 20px 0 20px 32px !important; }
  .portfolio-wrapper, .wrapper--masonry {
    margin: 30px auto 0; }
  .wrapper--masonry .item-portfolio {
    height: 250px; }
  .wrapper--masonry .item-portfolio.grid-item--width2 {
    height: 500px; }
  .wrapper--masonry .item-portfolio.grid-item--width3 {
    height: 250px; }
  /* Discuss the project */
  .discuss .discuss--left {
    height: 373px; }
  .discuss .discuss--right form > div:first-child {
    margin-top: 30px; }
  #contact-form {
    font-size: 14px; }
  .discuss .discuss--right form input {
    height: 35px; }
  .discuss .discuss--right form textarea {
    padding: 9px 0 0 15px; }
  .discuss .discuss--right form textarea {
    height: 85px; }
  .discuss .discuss--right form > div {
    margin-top: 20px; }
  .discuss .discuss--right form .contact-form-submit {
    width: 73%; }
  .discuss .discuss--right form input[type="submit"] {
    height: 42px;
    font-size: 16px;
    margin: 0 auto 30px; }
  .discuss .discuss--right form .contact-form-submit .right {
    height: 42px; }
  .discuss .discuss--right form .contact-form-submit .right span {
    margin: 20px 0 20px 28px; }
  .discuss .discuss--right form .contact-form-submit .right img {
    margin: 14px 0;
    width: 6px; }
  .discuss .discuss--right form .contact-form-submit .right i {
    line-height: 42px; }
  .discuss #success, .discuss #error {
    margin-top: 20px; }
  /* Our Team */
  .team .team__in {
    max-width: 850px; }
  .team .team__in .member--team {
    height: 285px; }
  .team .team__in .member--team .member--team__position {
    font-size: 18px;
    padding: 10px 11px 0px;
    height: 65px; }
  .team .team__in .member--team .member--team__name {
    font-size: 55px; }
  /* Our Team */
  .reviews__in #owl-reviews .item .reviews--content {
    max-width: 530px;
    font-size: 18px; }
  .reviews__in #owl-reviews .item .reviews--author {
    font-size: 12px;
    margin: 34px auto 0; }
  .reviews__in #pagination span {
    font-size: 12px;
    margin: 34px auto 0; }
  .reviews__in #owl-reviews .item .reviews--content {
    line-height: 38px; }
  /* Partners Logo */
  .partners__in {
    max-width: 850px;
    margin: 0 auto; }
  .partners .partners__in .partners--logo img {
    width: auto;
    max-width: 250px;
    height: 85px; }
  .partners .partners__in .partners--logo {
    margin: 0 0 100px; }
  /* Partners Logo */
  footer .footer__in {
    padding: 70px 0;
    width: 850px;
    margin: 0 auto; }
  footer .footer__in .footer--block {
    margin: 0 0 0 30px; }
  footer .footer__in .footer--block .logo a {
    font-size: 22px; }
  footer .footer__in .footer--block .footer--block__text {
    padding-top: 10px;
    line-height: 24px;
    font-size: 12px; }
  footer .footer__in .footer--block li:first-child {
    padding: 10px 0 0; }
  footer .footer__in .footer--block li {
    line-height: 26px;
    font-size: 12px; }
  footer .footer__in .footer--block .footer--block__menu li {
    font-size: 12px; }
  footer .footer__in .footer--bottom {
    padding: 80px 0 0; }
  /* Page Services */
  .services--contact__in {
    line-height: 36px; }
  .services--contact__in span {
    font-size: 24px; }
  .services--contact__in input {
    font-size: 24px;
    line-height: 28px; }
  .services--page {
    padding: 100px 0 100px; }
  .services--page .services--page__in .block {
    height: auto; }
  /* Page Portfolio */
  .portfolio--page .block .block--active .block--active__logo p {
    font-size: 50px;
    height: 50px; }
  .portfolio--page .block .block--active .block--active__bottom {
    bottom: 20px; }
  .portfolio--page .block .block--active .block--active__bottom span {
    font-size: 14px;
    line-height: 18px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 70%; }
  .button--portfolio {
    margin-top: 100px; }
  .portfolio--page {
    padding: 80px 0 100px 0; }
  /* Page Contacts */
  .location .location__in .location--left {
    width: 500px;
    height: 300px;
    margin-bottom: 200px; }
  .location .location__in .location--right {
    width: 500px;
    height: 300px; }
  .location .location__in .location--right h4 {
    padding: 40px 0 40px; }
  .location .location__in .location--right .slider--location .owl-item {
    height: 300px; }
  .location .location__in .location--right .slider--location .owl-controls .owl-prev {
    left: 4%; }
  .location .location__in .location--right .slider--location .owl-controls .owl-next {
    right: 4%; }
  section > p {
    margin: 0 auto 40px; }
  /* Contact Form 2 */
  .section--image__contact {
    padding-bottom: 100px;
    padding-top: 70px; }
  .page--contact__in {
    line-height: 38px;
    max-width: 80%; }
  .page--contact__in span {
    font-size: 24px; }
  .page--contact__in input {
    font-size: 24px; }
  .page--contact__in input[type="submit"] {
    width: -webkit-calc(340px - 87px);
    width: calc(340px - 87px);
    height: 42px;
    font-size: 20px; }
  .page--contact__in .contact-form-submit .right {
    height: 42px;
    width: 67px; }
  .page--contact__in .contact-form-submit .right span {
    margin: 20px 0 22px 20px;
    padding: 0; }
  .page--contact__in .contact-form-submit .right img {
    margin: 16px 0;
    line-height: 42px; }
  .page--contact__in .contact-form-submit .right i {
    line-height: 42px;
    font-size: 12px; }
  /* Project Page */
  .project--page .page--project__in .page--project__left h4 {
    text-align: center; }
  .project--page .page--project__in .page--project__left {
    width: 80%;
    float: none;
    margin: 60px auto 100px;
    overflow: hidden; }
  .project--page .page--project__in .page--project__left .project--description {
    width: 60%;
    float: left;
    overflow: hidden; }
  .project--page .page--project__in .page--project__left .project--details {
    width: 40%;
    float: left;
    overflow: hidden;
    margin: 0; }
  .project--page .page--project__in .page--project__left .project--details table {
    width: 90%;
    margin: 0 auto; }
  .project--page .page--project__in .page--project__left .project--details table tbody {
    display: table;
    margin: 0 auto; }
  .project--page .page--project__in .page--project__left .project--details table tbody tr {
    padding: 0;
    width: auto; }
  .project--page .page--project__in .page--project__left .project--details table tbody tr:first-child {
    margin-right: 20px; }
  .project--page .page--project__in .page--project__left .project--details table tbody tr:first-child th {
    text-align: right; }
  .project--page .page--project__in .page--project__left .project--details table tbody tr:last-child {
    float: left;
    margin-left: 20px; }
  .project--page .page--project__in .page--project__left .project--details table tbody tr:last-child th {
    text-align: left; }
  .project--page .page--project__in .page--project__right {
    width: 100%;
    margin: 0 auto 100px;
    position: relative; }
  .project--page .page--project__in .page--project__right .desktop img {
    float: right;
    margin-top: 0;
    margin-right: 5%;
    width: 70%; }
  .project--page .page--project__in .page--project__right .laptop {
    position: absolute;
    bottom: 0;
    left: 5%; }
  .project--page .page--project__in .page--project__right .laptop img {
    width: 80%;
    float: left; }
  .project--button {
    margin: 100px auto; }
  /* Content Page */
  .content--page .content--page__in {
    padding: 0 10%; }
  .content--page {
    padding-top: 70px; }
  .content--page__1 {
    padding-bottom: 100px; }
  .content--page__2 {
    margin-bottom: 100px; }
  .content--page__2 .content--page__in img {
    margin: 40px 0; }
  .content--page .content--page__in h3 {
    margin-bottom: 20px; }
  /* Figure Background */
  .triangle {
    border-top: 14px solid transparent;
    border-left: 28px solid #000083;
    border-bottom: 14px solid transparent; }
  .triangle::before {
    top: -7px;
    left: -23px;
    border-top: 14px solid transparent;
    border-left: 28px solid #000083;
    border-bottom: 14px solid transparent; }
  .square {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #000083; }
  .square::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 25px;
    height: 25px;
    background:  #AC0002; }
  .circle {
    width: 24px;
    height: 24px; }
  .circle::before {
    top: 10px;
    left: 12px;
    border-top: 12px solid transparent;
    border-left: 24px solid #AC0002;
    border-bottom: 12px solid transparent; }
  .square--line {
    width: 25px;
    height: 25px; }
  .square--line::before {
    top: 50%;
    left: -38px;
    width: 100px; }
  .square--line::after {
    width: 25px;
    height: 25px; }
  .content--page section .triangle {
    top: 9%;
    right: 5%; }
  .content--page__2 .square--line {
    top: 9%;
    left: 5%; }
  .content--page__3 .circle {
    top: 39%;
    right: 5%; } }

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  /* Main */
  .navTrigger {
    display: block; }
  section > h3 {
    padding-top: 70px;
    padding-bottom: 40px; }
  section > p {
    max-width: 80%; }
  .services {
    padding-bottom: 80px; }
  .section--bg {
    padding-bottom: 70px; }
  .team {
    margin-bottom: 50px; }
  section > p {
    margin: 0 auto 40px; }
  /* Mobile Menu */
  header .header--fixed .hidden--menu.mobile .menu li a {
    font-size: 25px; }
  header .header--fixed .hidden--menu.mobile .menu li > i {
    top: 15px;
    font-size: 20px; }
  header .header--fixed .hidden--menu.mobile .menu .sub-menu a {
    font-size: 20px; }
  header .header--fixed .hidden--menu.mobile .hidden--menu__in .hidden--menu__social ul li i {
    font-size: 20px; }
  /* Header */
  header .header__in {
    display: none; }
  header .logo a {
    line-height: 70px;
    font-size: 22px; }
  header .menu--main ul.menu > li {
    height: 70px; }
  header .menu--main ul.menu > li a {
    line-height: 70px; }
  header .language {
    height: 70px;
    line-height: 70px; }
  header .contacts {
    padding: 7px 0; }
  /* Slider */
  .slider .item .slider--info .slider--info__in {
    max-height: 280px; }
  .slider--slide__buttons .mute img {
    width: 25px;
    height: 25px; }
  .slider--slide__buttons .play img {
    width: 25px;
    height: 25px; }
  .slider--mouse {
    height: 18px; }
  h2 {
    font-size: 46px; }
  .slider .item .slider--info .slider--info__in .slider--info__content p {
    font-size: 16px;
    line-height: 22px; }
  .slider--info__content {
    margin: 10px auto 30px !important; }
  #owl-slider .owl-controls {
    bottom: 11px; }
  /* Buttons */
  .button--wrap {
    height: 42px; }
  a.button {
    height: 42px; }
  a.button .text {
    font-size: 16px;
    width: 120px;
    height: 42px;
    line-height: 42px; }
  a.button .right {
    width: 67px;
    height: 42px;
    line-height: 42px; }
  a.button .right span {
    margin: 20px 0 20px 24px !important; }
  a.button .right img {
    margin: 15px 0;
    width: 6px;
    height: 12px; }
  a.button .right i {
    line-height: 42px;
    font-size: 12px; }
  a.button .left {
    width: 67px;
    height: 42px;
    line-height: 42px; }
  a.button .left span {
    margin: 20px 24px 20px 0 !important; }
  a.button .left img {
    margin: 14px 0; }
  .project--button a.all_project--button {
    width: 42px;
    height: 42px;
    margin: 0 70px; }
  .project--button a.all_project--button .all_project--button__in {
    padding: 12px; }
  .project--button a.all_project--button .all_project--button__in span {
    width: 8px;
    height: 8px; }
  a.button .down {
    width: 50px;
    height: 42px;
    line-height: 42px; }
  a.button .down span {
    width: 1px;
    height: 12px;
    margin: 12px auto; }
  a.button .down img {
    left: -5px;
    bottom: -7px;
    width: 11px; }
  .button--portfolio a.button .text {
    width: auto;
    padding: 0 20px; }
  a.button:hover .down span {
    height: 12px; }
  /* Services */
  .services .circle--rotate {
    width: 70%; }
  .animate-wrapper {
    width: 75%; }
  .services .circle--slider .animate-wrapper {
    width: 45%; }
  h4 {
    font-size: 16px; }
  h3 {
    font-size: 45px; }
  .services .circle--slider .prev {
    display: none; }
  .services .circle--slider .next {
    display: none; }
  .services .circle--slider .animate-wrapper .animate .animate-title {
    top: -14%; }
  /* Our Company */
  .our_company #owl-our_company p {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 10px; }
  .our_company #owl-our_company {
    height: 300px; }
  .our_company .our_company--video {
    height: 373px; }
  .our_company .our_company--slider {
    height: 373px;
    overflow: hidden; }
  .our_company .our_company--video {
    margin-left: 10%;
    width: 75%; }
  .our_company .our_company--slider {
    right: 10%;
    width: 75%; }
  .our_company #owl-our_company {
    right: 20%;
    width: 50%; }
  .our_company .our_company--video a.buttom {
    width: 100px;
    height: 100px; }
  .our_company .our_company--video a.buttom img {
    width: 35px;
    height: 40px; }
  /* Portfolio */
  .portfolio-wrapper {
    height: 466px; }
  a.button.portfolio__button .right span {
    margin: 20px 0 20px 32px !important; }
  .portfolio-wrapper, .wrapper--masonry {
    margin: 20px auto 0; }
  .wrapper--masonry .item-portfolio {
    height: 200px; }
  .wrapper--masonry .item-portfolio.grid-item--width2 {
    height: 400px; }
  .wrapper--masonry .item-portfolio.grid-item--width3 {
    height: 200px; }
  /* Discuss The Project */
  .discuss .discuss--left {
    height: 350px;
    width: 75%;
    margin-left: 10%; }
  .discuss .discuss--right form > div:first-child {
    margin-top: 30px; }
  #contact-form {
    font-size: 14px; }
  .discuss .discuss--right form input {
    height: 35px; }
  .discuss .discuss--right form textarea {
    padding: 9px 0 0 15px; }
  .discuss .discuss--right form textarea {
    height: 85px; }
  .discuss .discuss--right form > div {
    margin-top: 15px; }
  .discuss .discuss--right {
    right: 10%;
    width: 50%; }
  .discuss .discuss--right form .contact-form-submit {
    width: 73%; }
  .discuss .discuss--right form input[type="submit"] {
    height: 42px;
    font-size: 16px;
    margin: 0 auto 30px; }
  .discuss .discuss--right form .contact-form-submit .right {
    height: 42px; }
  .discuss .discuss--right form .contact-form-submit .right span {
    margin: 20px 0 20px 28px; }
  .discuss .discuss--right form .contact-form-submit .right img {
    margin: 14px 0;
    width: 6px; }
  .discuss .discuss--right form .contact-form-submit .right i {
    line-height: 42px; }
  .discuss #success, .discuss #error {
    margin-top: 15px; }
  /* Our Team */
  .team .team__in {
    max-width: 80%; }
  .team .team__in .member--team {
    height: 207px; }
  .team .team__in .member--team .member--team__position {
    font-size: 18px;
    padding: 10px 11px 0;
    height: 65px; }
  .team .team__in .member--team .member--team__name {
    font-size: 55px; }
  /* Reviews */
  .reviews__in #owl-reviews .item .reviews--content {
    max-width: 60%;
    font-size: 16px; }
  .reviews__in #owl-reviews .item .reviews--author {
    font-size: 12px;
    margin: 34px auto 0; }
  .reviews__in #pagination span {
    font-size: 12px;
    margin: 34px auto 0; }
  .reviews__in #owl-reviews .item .reviews--content {
    line-height: 38px; }
  .reviews__in #owl-reviews .owl-controls .owl-buttons .owl-prev {
    left: 3%; }
  .reviews__in #owl-reviews .owl-controls .owl-buttons .owl-next {
    right: 3%; }
  /* Partners Logo */
  .partners__in {
    max-width: 80%;
    margin: 0 auto; }
  .partners .partners__in .partners--logo {
    margin: 0 0 60px;
    height: 60px; }
  .partners .partners__in .partners--logo img {
    height: 60px;
    width: auto; }
  /* Map */
  section .map {
    height: 373px !important; }
  /* Footer */
  footer .footer__in {
    padding: 70px 10%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  footer .footer__in .footer--block {
    margin: 0 0 40px; }
  footer .footer__in .footer--block .logo a {
    font-size: 22px; }
  footer .footer__in .footer--block .footer--block__text {
    padding-top: 8px;
    line-height: 24px;
    font-size: 12px; }
  footer .footer__in .footer--block li:first-child {
    padding: 10px 0 0; }
  footer .footer__in .footer--block li {
    line-height: 26px;
    font-size: 12px; }
  footer .footer__in .footer--block .footer--block__menu li {
    font-size: 12px; }
  footer .footer__in .footer--bottom {
    width: 100%;
    padding: 50px 0 0;
    font-size: 12px; }
  /* Page Services */
  .services--page .services--page__in .block .block__in {
    max-width: 200px; }
  .services--contact__in {
    line-height: 26px; }
  .services--contact__in span {
    font-size: 18px; }
  .services--contact__in input {
    font-size: 18px;
    line-height: 22px; }
  .services--contact__in .description--business {
    min-width: inherit; }
  .services--page {
    padding: 20px 0 40px 0; }
  .services--page .services--page__in .block .block__in .block--title h3 {
    margin: 20px 0; }
  /* Page Portfolio */
  .portfolio--page .block .block--active .block--active__logo p {
    font-size: 40px;
    height: 40px; }
  .portfolio--page .block .block--active .block--active__bottom {
    bottom: 7px; }
  .portfolio--page .block .block--active .block--active__bottom span {
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 70%; }
  .button--portfolio {
    margin-top: 70px; }
  .portfolio--page {
    padding: 0 0 70px 0; }
  /* Page Contacts */
  .location .location__in .location--left {
    width: 500px;
    height: 300px;
    margin-left: 10%; }
  .location .location__in .location--right {
    width: 500px;
    height: 300px;
    right: 10%; }
  .location .location__in .location--right h4 {
    padding: 40px 0 40px; }
  .location .location__in .location--right .slider--location .owl-item {
    height: 300px; }
  .location .location__in .location--right .slider--location .owl-controls .owl-prev {
    left: 4%; }
  .location .location__in .location--right .slider--location .owl-controls .owl-next {
    right: 4%; }
  /* Contact Form 2 */
  .section--image__contact {
    padding-bottom: 40px;
    background-size: cover; }
  #contact-form-2 {
    line-height: 30px; }
  #contact-form-2 span {
    font-size: 14px;
    display: block;
    text-align: left;
    color: #ffffff; }
  #contact-form-2 input {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    padding: 8px 5px;
    width: 100%;
    border: 1px #ffffff solid !important;
    margin-bottom: 5px; }
  #contact-form-2 > input {
    color: #000000 !important;
    width: 100%;
    min-width: inherit; }
  .page--services #contact-form-2 span {
    color: #000000; }
  #contact-form-2 .contact-form-submit input[type="submit"] {
    width: -webkit-calc(100% - 67px);
    width: calc(100% - 67px);
    height: 42px;
    color: #ffffff; }
  #contact-form-2 .contact-form-submit {
    margin: 70px auto 0;
    display: table;
    width: auto; }
  #contact-form-2 .contact-form-submit .right {
    height: 42px;
    width: 67px; }
  #contact-form-2 .contact-form-submit .right span {
    width: 13px;
    height: 2px;
    margin: 20px 0 20px 20px; }
  #contact-form-2 .contact-form-submit .right img {
    width: 8px;
    height: 15px;
    padding: 0;
    margin: 14px 0;
    line-height: 42px; }
  #contact-form-2 .contact-form-submit .right i {
    line-height: 42px;
    font-size: 12px; }
  .page--contact #contact-form-2 > input {
    color: #ffffff !important; }
  section > h3.subtitle {
    padding-bottom: 10px; }
  /* Project page */
  .project--page .page--project__in .page--project__left h4 {
    text-align: center; }
  .project--page .page--project__in .page--project__left {
    width: 80%;
    float: none;
    margin: 30px auto 70px;
    overflow: hidden; }
  .project--page .page--project__in .page--project__left .project--description {
    width: 60%;
    float: left;
    overflow: hidden; }
  .project--page .page--project__in .page--project__left .project--details {
    width: 40%;
    float: left;
    overflow: hidden;
    margin: 0; }
  .project--page .page--project__in .page--project__left h4 {
    font-size: 26px; }
  .project--page .page--project__in .page--project__left p {
    font-size: 14px; }
  .project--page .page--project__in .page--project__left .project--description {
    width: 100%; }
  .project--page .page--project__in .page--project__left .project--details {
    width: 100%;
    margin-top: 40px; }
  .project--page .page--project__in .page--project__left .project--details table {
    width: 80%;
    margin: 0 auto; }
  .project--page .page--project__in .page--project__left .project--details table tbody {
    display: table;
    margin: 0 auto; }
  .project--page .page--project__in .page--project__left .project--details table tbody tr {
    padding: 0;
    width: auto;
    font-size: 14px; }
  .project--page .page--project__in .page--project__left .project--details table tbody tr:first-child {
    margin-right: 20px; }
  .project--page .page--project__in .page--project__left .project--details table tbody tr:first-child th {
    text-align: right; }
  .project--page .page--project__in .page--project__left .project--details table tbody tr:last-child {
    float: left;
    margin-left: 20px; }
  .project--page .page--project__in .page--project__left .project--details table tbody tr:last-child th {
    text-align: left; }
  .project--page .page--project__in .page--project__right {
    width: 100%;
    margin: 0 auto 70px;
    position: relative; }
  .project--page .page--project__in .page--project__right .desktop img {
    float: right;
    margin-top: 0;
    margin-right: 5%;
    width: 70%; }
  .project--page .page--project__in .page--project__right .laptop {
    position: absolute;
    bottom: 0;
    left: 5%; }
  .project--page .page--project__in .page--project__right .laptop img {
    width: 60%;
    float: left; }
  .project--button {
    margin: 70px auto; }
  /* Content Page */
  .content--page .content--page__in h3 {
    font-size: 24px;
    margin-bottom: 20px; }
  .content--page .content--page__in p {
    font-size: 14px; }
  .content--page .content--page__in {
    padding: 0 10%; }
  .content--page {
    padding-top: 0; }
  .content--page__1 {
    padding-bottom: 70px; }
  .content--page__2 > h3 {
    padding: 70px 0 40px;
    font-size: 26px; }
  .content--page__2 .content--page__in img {
    margin: 20px 0; }
  .content--page__2 .content--page__in .row div .content--box {
    padding: 0 10px 20px;
    margin: 0; }
  .content--page__2 {
    padding-top: 0;
    margin-bottom: 70px; }
  .content--page__2 > h3 {
    padding: 0 0 30px; }
  .content--page .content--page__in p {
    margin-bottom: 20px; }
  .content--page__2 {
    margin-bottom: 70px; }
  .content--page__3 .row .content--image img {
    min-width: 300px; }
  .content--page__3 .row {
    display: block; }
  .content--page__3 {
    margin: 0 0 100px;
    position: relative; }
  /* Figure Background */
  .triangle {
    border-top: 14px solid transparent;
    border-left: 28px solid #000000;
    border-bottom: 14px solid transparent; }
  .triangle::before {
    top: -7px;
    left: -23px;
    border-top: 14px solid transparent;
    border-left: 28px solid #998675;
    border-bottom: 14px solid transparent; }
  .square {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #000083; }
  .square::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 25px;
    height: 25px;
    background: #000083; }
  .circle {
    width: 24px;
    height: 24px; }
  .circle::before {
    top: 10px;
    left: 12px;
    border-top: 12px solid transparent;
    border-left: 24px solid #998675;
    border-bottom: 12px solid transparent; }
  .square--line {
    width: 25px;
    height: 25px; }
  .square--line::before {
    top: 50%;
    left: -38px;
    width: 100px; }
  .square--line::after {
    width: 25px;
    height: 25px; }
  .services .triangle {
    top: 20%;
    right: 10%; }
  .reviews .square--line {
    top: 10%;
    right: 7%; }
  .team .circle {
    top: 23%;
    left: 3%; }
  .discuss .square {
    top: 22%;
    right: 4%; }
  .our_company .square {
    bottom: 19%;
    left: 4%; }
  .partners .square {
    bottom: 12%;
    right: 4%; }
  .services--page .triangle {
    top: 23%;
    left: 4%; }
  .page--services .square--line {
    top: 19%;
    right: 7%; }
  .location .triangle {
    top: 30%;
    right: 5%; }
  .content--page section .triangle {
    top: 9%;
    right: 2%; }
  .content--page__2 .square--line {
    top: 5%;
    left: 5%; }
  .content--page__3 .circle {
    top: 39%;
    right: 5%; } }

@media only screen and (min-width: 0px) and (max-width: 600px) {
  /* Main */
  .navTrigger {
    display: block; }
  section > h3 {
    padding-top: 40px;
    padding-bottom: 30px; }
  section > h3.subtitle {
    padding-bottom: 10px; }
  section > p {
    margin: 0 auto 40px;
    width: 70%;
    font-size: 14px;
    line-height: 18px; }
  .section--bg {
    padding-bottom: 40px; }
  .team {
    margin-bottom: 50px; }
  /* Mobile Menu */
  header .logo a {
    line-height: 70px; }
  header .header--fixed .hidden--menu.mobile .menu li a {
    font-size: 25px; }
  header .header--fixed .hidden--menu.mobile .menu li > i {
    top: 15px;
    font-size: 20px; }
  header .header--fixed .hidden--menu.mobile .menu i {
    font-size: 25px; }
  header .header--fixed .hidden--menu.mobile .menu .sub-menu a {
    font-size: 20px; }
  /* Header */
  header .header__in {
    display: none; }
  section h3 {
    font-size: 28px; }
  /* Slider */
  .owl-theme .owl-controls .owl-page span {
    border: 1px #ffffff solid; }
  .slider--video .slider--slide .figure {
    display: block; }
  .slider--slide video, .slider--slide img {
    opacity: 0; }
  .slider--slide__buttons {
    display: none !important; }
  .slider--info {
    margin-top: 20%; }
  h2 {
    font-size: 36px;
    color: #ffffff; }
  .slider .item .slider--info .slider--info__in .slider--info__content {
    width: 80%; }
  .slider--slide .figure {
    background-size: cover !important;
    background-position: right center !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .slider--slide__buttons .mute img {
    width: 20px;
    height: 20px; }
  .slider--slide__buttons .play img {
    width: 20px;
    height: 20px; }
  .slider--mouse {
    height: 18px; }
  h2 {
    font-size: 40px; }
  .slider .item .slider--info .slider--info__in .slider--info__content p {
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    position: relative;
    max-height: 180px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical; }
  .slider--info__content {
    margin: 10px auto 30px !important; }
  #owl-slider .owl-controls {
    bottom: 11px; }
  /* Buttons */
  .button--wrap {
    height: 32px; }
  a.button {
    height: 32px; }
  a.button .text {
    font-size: 12px;
    width: auto;
    padding: 0 10px;
    height: 32px;
    line-height: 32px; }
  a.button .right {
    width: 50px;
    height: 32px;
    line-height: 32px; }
  a.button .right span {
    margin: 15px 0 15px 15px !important; }
  a.button .right img {
    margin: 10px 0;
    width: 6px;
    height: 11px; }
  a.button .right i {
    line-height: 32px;
    font-size: 12px; }
  a.button .left {
    width: 50px;
    height: 32px;
    line-height: 32px; }
  a.button .left span {
    margin: 15px 15px 15px 0 !important; }
  a.button .left img {
    margin: 9px 0; }
  .project--button a.all_project--button {
    width: 32px;
    height: 32px;
    margin: 0 10px; }
  .project--button a.all_project--button .all_project--button__in {
    padding: 7px; }
  .project--button a.all_project--button .all_project--button__in span {
    width: 8px;
    height: 8px; }
  a.button .down {
    width: 50px;
    height: 32px;
    line-height: 32px; }
  a.button .down span {
    width: 1px;
    height: 9px;
    margin: 8px auto; }
  a.button .down img {
    left: -5px;
    bottom: -7px;
    width: 11px; }
  a.button:hover .down span {
    height: 9px; }
  .button--portfolio a.button .text {
    width: auto;
    padding: 0 20px; }
  a.button:hover .right span {
    width: 13px; }
  /* Services */
  .services {
    padding-bottom: 50px; }
  .services .circle--rotate {
    width: 85% !important;
    margin: 10px auto 0; }
  .services .circle--slider .animate-wrapper {
    width: 50%; }
  h4 {
    font-size: 12px; }
  h3 {
    font-size: 45px; }
  .services .circle--slider .prev {
    display: none; }
  .services .circle--slider .next {
    display: none; }
  .services .circle--rotate > li i {
    font-size: 16px; }
  .services .circle--slider .animate-wrapper .animate .animate-title {
    top: -15%; }
  .services .circle--rotate > li .icon {
    height: 13%;
    width: 13%; }
  /* Our company */
  #our_company--botton {
    display: none; }
  .our_company #owl-our_company p {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 10px; }
  .our_company #owl-our_company {
    height: 300px; }
  .our_company .our_company--video {
    display: none; }
  .our_company--slider {
    display: none; }
  .our_company #owl-our_company {
    position: relative;
    right: 0;
    left: 0;
    width: 70%;
    margin: 0 auto;
    height: auto;
    background-color: #AC0002;
    color: #ffffff; }
  .our_company #owl-our_company .owl-prev {
    left: -52px; }
  .our_company #owl-our_company .owl-prev span {
    background-color: #AC0002;
    width: 20px; }
  .our_company #owl-our_company .owl-prev svg {
    fill: #AC0002; }
  .our_company #owl-our_company .owl-prev i {
    color: #AC0002; }
  .our_company #owl-our_company .owl-prev:hover span {
    width: 25px; }
  .our_company #owl-our_company .owl-next {
    right: -52px; }
  .our_company #owl-our_company .owl-next span {
    background-color: #AC0002;
    width: 20px; }
  .our_company #owl-our_company .owl-next svg {
    fill: #AC0002; }
  .our_company #owl-our_company .owl-next i {
    color: #AC0002; }
  .our_company #owl-our_company .owl-next:hover span {
    width: 25px; }
  /* Portfolio */
  .portfolio-wrapper {
    height: 400px; }
  .portfolio-filter li p, .filter--masonry li p {
    padding: 0 10px;
    font-size: 12px; }
  .portfolio-filter li.active::after, .filter--masonry li.active::after {
    top: 7px;
    width: 40px; }
  .portfolio-wrapper, .wrapper--masonry {
    margin: 20px auto 0; }
  a.button.portfolio__button .right span {
    margin: 20px 0 20px 32px !important; }
  .portfolio-wrapper .portfolio-in .portfolio-info .portfolio-info__in h4 {
    font-size: 24px; }
  .portfolio-wrapper .portfolio .portfolio-info {
    position: absolute !important;
    height: 120px !important;
    width: 50% !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    cursor: pointer; }
  .portfolio-wrapper .portfolio .portfolio-info:nth-child(1) {
    top: 0;
    right: 0;
    left: auto; }
  .portfolio-wrapper .portfolio .portfolio-info:nth-child(2) {
    top: 120px;
    right: 0;
    left: auto; }
  .portfolio-wrapper .portfolio .portfolio-info:nth-child(3) {
    top: 240px;
    right: 0;
    left: auto; }
  .portfolio-wrapper .portfolio .portfolio-info:nth-child(4) {
    top: 0;
    left: 0;
    right: auto; }
  .portfolio-wrapper .portfolio .portfolio-info:nth-child(5) {
    top: 120px;
    left: 0;
    right: auto; }
  .portfolio-wrapper .portfolio .portfolio-info:nth-child(6) {
    top: 240px;
    left: 0;
    right: auto; }
  .portfolio-wrapper .portfolio a.button.portfolio__button .text {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    font-size: 12px; }
  .portfolio-wrapper .portfolio a.button.portfolio__button .right {
    width: 50px;
    display: block; }
  .portfolio-wrapper .portfolio a.button.portfolio__button .right span {
    margin: 15px 0 15px 15px !important; }
  .portfolio-wrapper .portfolio.active .portfolio-info:nth-child(1) {
    top: 120px;
    right: 50%;
    left: auto; }
  .portfolio-wrapper .portfolio.active .portfolio-info:nth-child(2) {
    top: 0;
    right: 50%;
    left: auto; }
  .portfolio-wrapper .portfolio.active .portfolio-info:nth-child(3) {
    top: 240px;
    right: 50%;
    left: auto; }
  .portfolio-wrapper .portfolio.active .portfolio-info:nth-child(4) {
    top: 120px;
    left: 50%;
    right: auto; }
  .portfolio-wrapper .portfolio.active .portfolio-info:nth-child(5) {
    top: 0;
    left: 50%;
    right: auto; }
  .portfolio-wrapper .portfolio.active .portfolio-info:nth-child(6) {
    top: 240px;
    left: 50%;
    right: auto; }
  .wrapper--masonry .item-portfolio {
    height: 150px;
    width: 50%; }
  /* Discuss The Project */
  .discuss .discuss--left {
    height: 0;
    width: 70%;
    margin-left: 10%;
    margin-bottom: 0; }
  .discuss .discuss--left .discuss--left__image {
    display: none; }
  .discuss .discuss--right {
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 70%;
    position: relative; }
  .discuss .discuss--right form > div:first-child {
    margin-top: 20px; }
  #contact-form {
    font-size: 12px;
    padding: 10px 0 10px; }
  .discuss .discuss--right form input {
    height: 25px;
    padding: 1px 0 0 5px; }
  .discuss .discuss--right form textarea {
    padding: 1px 0 0 5px;
    height: 55px; }
  .discuss .discuss--right form > div {
    margin-top: 10px; }
  .discuss .discuss--right form .contact-form-submit {
    width: 73%; }
  .discuss .discuss--right form input[type="submit"] {
    height: 32px;
    font-size: 12px;
    float: none;
    width: 100%;
    margin: 0 auto 20px; }
  .discuss .discuss--right form .contact-form-submit .right {
    display: none;
    height: 32px; }
  .discuss .discuss--right form .contact-form-submit .right span {
    margin: 20px 0 20px 28px; }
  .discuss .discuss--right form .contact-form-submit .right img {
    margin: 14px 0; }
  .discuss .discuss--right form .contact-form-submit .right i {
    line-height: 32px; }
  .discuss #success, .discuss #error {
    margin-top: 10px; }
  /* Our Team */
  .team .team__in {
    max-width: 80%; }
  .team .team__in .member--team {
    height: auto; }
  .team .team__in .member--team .member--team__position {
    font-size: 12px;
    padding: 5px 5px 0;
    height: 35px;
    text-overflow: ellipsis; }
  .team .team__in .member--team .member--team__name {
    font-size: 36px; }
  .team .team__in .member--team .member--team__photo img {
    height: auto; }
  .team .team__in .member--team {
    width: 50%; }
  /* Reviews */
  .reviews__in #owl-reviews .item .reviews--content {
    max-width: 70%;
    font-size: 12px;
    line-height: 16px; }
  .reviews__in #owl-reviews .item .reviews--author {
    font-size: 10px;
    margin: 20px auto 0; }
  .reviews__in #pagination span {
    font-size: 10px;
    margin: 20px auto 0; }
  .reviews__in #owl-reviews .owl-controls .owl-buttons .owl-prev {
    left: -6%; }
  .reviews__in #owl-reviews .owl-controls .owl-buttons .owl-next {
    right: -6%; }
  /* Partners Logo */
  .partners__in {
    max-width: 80%;
    margin: 0 auto;
    overflow: hidden; }
  .partners .partners__in .partners--logo img {
    width: auto;
    max-width: 100%;
    height: 45px;
    float: left !important; }
  .partners .partners__in .partners--logo {
    margin: 0 0 40px;
    height: 45px;
    min-width: 50%; }
  /* Map */
  section .map {
    height: 300px !important; }
  /* Footer */
  footer .footer__in {
    padding: 30px 10%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  footer .footer__in .footer--block {
    margin: 0 0 30px;
    width: 100%;
    max-width: 100%; }
  footer .footer__in .footer--block h4 {
    text-align: center; }
  footer .footer__in .footer--block .logo a {
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    display: block; }
  footer .footer__in .footer--block .footer--block__text {
    padding-top: 8px;
    line-height: 24px;
    font-size: 12px;
    text-align: center; }
  footer .footer__in .footer--block li:first-child {
    padding: 10px 0 0; }
  footer .footer__in .footer--block li {
    line-height: 26px;
    font-size: 12px;
    text-align: center; }
  footer .footer__in .footer--block .footer--block__menu li {
    font-size: 12px; }
  footer .footer__in .footer--block__social ul {
    display: table;
    margin: 0 auto; }
  footer .footer__in .footer--bottom {
    width: 100%;
    padding: 0;
    font-size: 12px; }
  /* Page Portfolio */
  .portfolio--page .block .block--active .block--active__logo p {
    font-size: 30px;
    height: 30px; }
  .portfolio--page .block .block--active .block--active__bottom {
    bottom: 5px; }
  .portfolio--page .block .block--active .block--active__bottom span {
    font-size: 10px;
    line-height: 14px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 70%; }
  .button--portfolio {
    margin-top: 40px; }
  .portfolio--page {
    padding: 0 0 40px 0; }
  /* Page Contacts */
  .page--contact__in {
    max-width: 90%; }
  .section--image__contact {
    background: inherit; }
  .section--image__contact p {
    color: #000000; }
  .section--image__contact h3 {
    color: #000000; }
  .section--image__contact {
    padding-bottom: 40px;
    background: none !important; }
  /* Contact Form 2 */
  #contact-form-2 {
    line-height: 20px;
    width: 80%;
    margin: 0 auto; }
  #contact-form-2 span {
    font-size: 14px;
    display: block;
    text-align: left;
    color: #000000; }
  #contact-form-2 input {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    padding-left: 5px;
    width: 100%;
    border: 1px #ffffff solid !important;
    margin-bottom: 5px; }
  #contact-form-2 > input {
    color: #000000 !important;
    width: 100%;
    min-width: inherit; }
  #contact-form-2 .contact-form-submit input[type="submit"] {
    width: -webkit-calc(100% - 47px);
    width: calc(100% - 47px);
    height: 32px;
    color: #ffffff; }
  #contact-form-2 .contact-form-submit {
    margin: 40px auto 0;
    display: table;
    width: auto; }
  #contact-form-2 .contact-form-submit .right {
    height: 32px;
    width: 47px; }
  #contact-form-2 .contact-form-submit .right span {
    width: 13px;
    height: 2px;
    margin: 15px 0 15px 15px; }
  #contact-form-2 .contact-form-submit .right img {
    width: 8px;
    height: 15px;
    padding: 0;
    margin: 9px 0;
    line-height: 32px; }
  #contact-form-2 .contact-form-submit .right i {
    line-height: 32px;
    font-size: 10px; }
  /* Page Location */
  .location .location__in .location--left {
    width: 400px;
    height: 300px;
    margin-left: 10%; }
  .location .location__in .location--left img {
    display: none; }
  .location .location__in .location--right {
    width: 70%;
    height: 250px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0; }
  .location .location__in .location--right h4 {
    padding: 20px 0 20px;
    font-size: 18px; }
  .location .location__in .location--right .slider--location .owl-item {
    height: 250px; }
  .location .location__in .location--right .slider--location .owl-controls .owl-prev {
    left: -20%; }
  .location .location__in .location--right .slider--location .owl-controls .owl-prev span {
    background-color: #998675; }
  .location .location__in .location--right .slider--location .owl-controls .owl-prev svg {
    fill: #998675; }
  .location .location__in .location--right .slider--location .owl-controls .owl-prev i {
    color: #998675; }
  .location .location__in .location--right .slider--location .owl-controls .owl-next {
    right: -20%; }
  .location .location__in .location--right .slider--location .owl-controls .owl-next span {
    background-color: #998675; }
  .location .location__in .location--right .slider--location .owl-controls .owl-next svg {
    fill: #998675; }
  .location .location__in .location--right .slider--location .owl-controls .owl-next i {
    color: #998675; }
  .location .location__in .location--right p {
    font-size: 12px; }
  .location .location__in .location--left {
    margin: 40px 0 40px 0;
    width: 100%;
    height: 250px; }
  .location .location__in .location--right .location--social ul {
    margin: 0 auto 0; }
  .location {
    background-color: #e7efef;
    padding-bottom: 10px; }
  /* Page Services */
  .services--page {
    padding: 20px 0 20px 0; }
  .services--contact__in {
    line-height: 20px; }
  .services--page .services--page__in .block {
    height: auto; }
  .services--page .services--page__in .block .block__in {
    padding: 20px 0; }
  .services--page .services--page__in .block .block__in .block--content p {
    font-size: 14px; }
  .services--page .services--page__in .block .block__in .block--title h3 {
    margin: 20px 0; }
  /* Project Page */
  .project--page .page--project__in .page--project__left h4 {
    text-align: center; }
  .project--page .page--project__in .page--project__left {
    width: 80%;
    float: none;
    margin: 0 auto 40px;
    overflow: hidden; }
  .project--page .page--project__in .page--project__left .project--description {
    width: 60%;
    float: left;
    overflow: hidden; }
  .project--page .page--project__in .page--project__left .project--details {
    width: 40%;
    float: left;
    overflow: hidden;
    margin: 0; }
  .project--page .page--project__in .page--project__left h4 {
    font-size: 16px; }
  .project--page .page--project__in .page--project__left p {
    font-size: 12px;
    padding-top: 10px; }
  .project--page .page--project__in .page--project__left .project--description {
    width: 100%; }
  .project--page .page--project__in .page--project__left .project--details {
    width: 100%;
    margin-top: 40px; }
  .project--page .page--project__in .page--project__left .project--details table {
    width: 100%;
    margin: 0 auto; }
  .project--page .page--project__in .page--project__left .project--details table tbody {
    display: table;
    margin: 0 auto; }
  .project--page .page--project__in .page--project__left .project--details table tbody tr {
    padding: 0;
    width: auto; }
  .project--page .page--project__in .page--project__left .project--details table tbody tr th {
    font-size: 12px; }
  .project--page .page--project__in .page--project__left .project--details table tbody tr:first-child {
    margin-right: 10px; }
  .project--page .page--project__in .page--project__left .project--details table tbody tr:first-child th {
    text-align: right; }
  .project--page .page--project__in .page--project__left .project--details table tbody tr:last-child {
    float: left;
    margin-left: 10px; }
  .project--page .page--project__in .page--project__left .project--details table tbody tr:last-child th {
    text-align: left; }
  .project--page .page--project__in .page--project__right {
    width: 100%;
    margin: 0 auto 40px;
    position: relative; }
  .project--page .page--project__in .page--project__right .desktop img {
    float: right;
    margin-top: 0;
    margin-right: 5%;
    width: 70%; }
  .project--page .page--project__in .page--project__right .laptop {
    position: absolute;
    bottom: 0;
    left: 5%; }
  .project--page .page--project__in .page--project__right .laptop img {
    width: 60%;
    float: left; }
  .project--button {
    margin: 40px auto; }
  /* Content Page */
  .content--page {
    padding-top: 0; }
  section > h3 {
    padding-top: 40px;
    padding-bottom: 10px; }
  .content--page__3 .row {
    display: block; }
  .content--page .content--page__in h3 {
    font-size: 18px;
    margin-bottom: 20px; }
  .content--page .content--page__in p {
    font-size: 12px;
    margin-bottom: 10px; }
  .content--page__1 .content--page__in .padding-right {
    padding-right: 0;
    width: 100%; }
  .content--page__1 .content--page__in .padding-left {
    padding-left: 0;
    padding-top: 40px;
    width: 100%; }
  .content--page__1 {
    padding-bottom: 40px; }
  .content--page__2 > h3 {
    padding: 40px 0 40px;
    font-size: 18px; }
  .content--page .content--page__in {
    padding: 0 10%; }
  .content--page__3 .row .content--text .content--text__in {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding: 0 0 20px; }
  .content--page__3 .row .content--text .content--text__in h4 {
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 18px; }
  .content--page__2 .content--page__in .row div .content--box {
    padding: 0 15px 20px !important;
    margin: 0; }
  .content--page__3 {
    margin-top: 40px; }
  .content--page__3 {
    margin: 0 0 20px;
    position: relative; }
  .content--page__2 > h3 {
    padding: 0 0 20px; }
  .content--page__2 {
    margin-bottom: 0; }
  .content--page__2 .content--page__in img {
    margin: 20px 0; }
  .content--page__2 .content--page__in .row div .content--box p {
    text-indent: 15px; }
  /* Figure Background */
  .triangle, .square, .circle, .square--line {
    display: none; }
  /* Page 404 */
  .error .error--box h5 {
    font-size: 30px; }
  .error .error--box p {
    margin: 10px;
    font-size: 14px; } }

@media only screen and (min-width: 500px) and (max-width: 600px) {
  .partners .partners__in .partners--logo {
    min-width: inherit; } }

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .content--page__3 .row .content--text .content--text__in h4 {
    padding: 20px 0; }
  .content--page__3 .row .content--text .content--text__in {
    padding: 0 0 20px; } }

/* Color Schemes */
/* Button */
a.button .text {
  background-color: #3232D3; }

a.button .right {
  background-color: #000083; }

a.button .down {
  background-color: #bea691; }

/* Preloader */
.pace-activity::before {
  border-right-color: #BC232A;
  border-left-color: #000083; }

.pace-activity::after {
  border-top-color: #000083;
  border-bottom-color: #BC232A; }

/* Mobile Menu*/
header .header--fixed .navTrigger div {
  background-color: #692400; }

/* Figure Bg*/
.triangle::before {
  border-left-color: #AC0002; }

.square::before {
  background-color: #AC0002; }

.circle::before {
  border-left-color: #AC0002; }

.square--line::before {
  background-color: #AC0002; }

/* Header */
header .logo a:hover {
  color: #AC0002; }

header .menu--main ul.menu li > a:hover {
  color: #a1ffee; }

.contacts .contacts__in .country span.active {
  color: #a1ffee; }

.language ul li a:hover {
  color: #a1ffee; }

.language:hover .active-lang a {
  color: #a1ffee; }

.color--hover {
  color: #AC0002 !important; }

/* Services */
.services .circle--rotate > li .icon:hover i {
  color: #a1ffee; }

.services .circle--slider .circle--rotate > li.active div {
  background-color: #AC0002; }

.services .circle--rotate > li .icon:hover {
  background-color: #000083; }

.services .circle--slider .prev span, .services .circle--slider .next span {
  background-color: #AC0002; }

.services .circle--slider .prev i {
  color: #AC0002; }

.services .circle--slider .next i {
  color: #AC0002; }

/* Our Company */
.our_company .our_company--slider { /* PLASTA ROJA CUADRADA NUESTRA COMPAÑIA */
  background-color: #AC0002; }

/* Portfolio */
.portfolio-filter li.active {
  color: #000083; }

.portfolio-filter li.active::after {
  background-color: #AC0002; }

.portfolio-wrapper .portfolio-in .portfolio-info .portfolio-info__in h4 {
  color: #bea691; }

/* Discuss */
.discuss .discuss--right {
  background-color: #000083; }

.discuss .discuss--right form .contact-form-submit .right {
  background-color: #AC0002; }

/* Team */
.team .team__in .member--team .member--team__name {
  color: #a1ffee; }

.team .team__in .member--team .member--team__position {
  background-color: rgba(190, 166, 145, 0.75); }

/* Reviews */
.reviews__in #owl-reviews .owl-controls .owl-buttons .owl-prev span, .reviews__in #owl-reviews .owl-controls .owl-buttons .owl-next span {
  background-color: #998675; }

.reviews__in #owl-reviews .owl-controls .owl-buttons .owl-prev i {
  color: #998675; }

.reviews__in #owl-reviews .owl-controls .owl-buttons .owl-next i {
  color: #998675; }

/* Page Services */
.services--page .services--page__in .block .block__in:hover .block--icon {
  background-color: #000083;
  border-color: #998675; }

.page--contact__in input[type="submit"] {
  background-color: #000083; }

.page--contact__in .contact-form-submit .right {
  background-color: #AC0002; }

/* Page Portfolio */
.portfolio--page .block .block--active .block--active__logo p {
  color: #998675; }

/* Page Contacts */
.location .location__in .location--right {
  background-color: #000083; }
