@charset "UTF-8";
/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (<none>)
 * Config saved to config.json and <none>
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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: 700;
}

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 {
  -moz-box-sizing: content-box;
  -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;
  -moz-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;
  -moz-box-sizing: content-box;
  -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;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.075em;
  color: #2f3031;
  background-color: #ffffff;
}

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

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

a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}

a:focus {
  outline: 0;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 0px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #d5d5d5;
}

.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;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  color: #000000;
  text-transform: uppercase;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 15px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 15px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 42px;
}

h2,
.h2 {
  font-size: 36px;
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

p {
  margin: 0 0 30px;
}

.lead {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 14px;
  }
}
mark,
.mark {
  background-color: #DEFF5C;
  padding: 0.2em;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #000000;
}

a.text-primary:hover {
  color: #000000;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #f0f0f0;
  background-color: #000000;
}

a.bg-primary:hover {
  background-color: #000000;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #d5d5d5;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.6;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 11px 0px;
  padding-left: 50px;
  margin: 0 0 40px;
  font-size: 16px;
  font-weight: 400;
  border-left: 2px solid #d5d5d5;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #999999;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 50px;
  padding-left: 0;
  border-right: 2px solid #d5d5d5;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.6;
}

code,
kbd,
pre,
samp {
  font-family: "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

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

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

.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%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #000000;
  text-align: left;
}

th {
  text-align: left;
}

.btn {
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  padding: 12px 40px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

@media (min-width: 768px) {
  .btn {
    display: inline-block;
    margin-bottom: 0;
    width: auto;
  }
}
.btn:focus,
.btn:active {
  outline: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: #333333;
  background-color: transparent;
}

.btn-primary {
  color: #000;
  background-color: #a7dcee;
  border-color: #a7dcee;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #a7dcee;
  background-color: transparent;
}

.btn-white {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  color: #ffffff;
  background-color: transparent;
}

.btn-alt, .btn-alt:hover, .btn-alt:focus {
  background-color: transparent;
}

.btn-default.btn-alt {
  color: #333333;
}

.btn-primary.btn-alt {
  color: #000000;
}

.btn-white.btn-alt {
  color: #ffffff;
}

.btn-default.btn-alt:hover, .btn-default.btn-alt:focus {
  background-color: #333333;
  color: #ffffff;
}

.btn-primary.btn-alt:hover, .btn-primary.btn-alt:focus {
  background-color: #000000;
  color: #ffffff;
}

.btn-white.btn-alt:hover, .btn-white.btn-alt:focus {
  background-color: #ffffff;
  color: #333333;
}

.btn-link {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: #000000;
  padding-bottom: 7px;
}

.btn-lg {
  padding: 15px 42px;
  font-size: 18px;
  line-height: 1.4;
  border-radius: 0px;
}

.btn-sm {
  padding: 8px 30px;
  font-size: 12px;
  line-height: 1.6;
  border-radius: 0px;
}

.btn-xs {
  padding: 2px 10px;
  font-size: 12px;
  line-height: 1.6;
  border-radius: 0px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: normal;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #CDFCD8;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #CDF0FC;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #FCF3CD;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #FCCDCD;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.progress {
  overflow: hidden;
  height: 2px;
  margin-bottom: 40px;
  background-color: #eeeeee;
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

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

.clearfix:after,
.dl-horizontal dd: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;
}

.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;
  }
  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;
  }
  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: 1139px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1139px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1139px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1139px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  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: 1139px) {
  .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;
  }
  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;
  }
}
/* superslides */
#slides {
  position: relative;
}

#slides .slides-container {
  display: none;
}

#slides .scrollable {
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}

.slides-navigation a {
  position: absolute;
  display: block;
}

.slides-navigation a.prev {
  left: 0;
}

.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 5%;
  text-align: center;
  width: 100%;
}

.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=);
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}

.slides-pagination a.current {
  background: #222;
}

/* magnific popup */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Owl carosel */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
Template Name: candy
Template URI: http://demo.agnidesigns.com/Candy-HTML/index.html
Author: AgniHD
Version: 1.0

----------------------------------------------------------------------
TABLE OF CONTENTS
----------------------------------------------------------------------
	01. RESET
	02. MAP
	03. SKROLL PRESET
	04. HEADER & MENU
	05. PAGE HEADER
	06. FULLSCREEN - SLIDER
	07. FULLSCREEN - VIDEO BG
    08. OWL CAROUSEL
    09. SECTION - GENERAL STYLES
    10. ABOUT US
	11. MILESTONES
	12. PORTFOLIO
	13. CLIENTS
    14. CALL TO ACTION & TEAM
	15. SKILLS, PROGRESS BAR & SERVICES
    16. BLOG
    17. COMMENTS
    18. PRICING TABLE
    19. TESTIMONIALS
	20. CONTACT BAR
    21. CONTACT FORM
    22. FOOTER
    23. SHORTCODES(TABS, ACCORDIONS, LISTS, DROPCAP)
    24. PRELOADER
*/
/*
--------------------------
00. FONTS
--------------------------
*/
/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/montserrat-v13-latin-300.eot"); /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/montserrat-v13-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-v13-latin-300.woff2") format("woff2"), url("fonts/montserrat-v13-latin-300.woff") format("woff"), url("fonts/montserrat-v13-latin-300.ttf") format("truetype"), url("fonts/montserrat-v13-latin-300.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/montserrat-v12-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/montserrat-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-v12-latin-regular.woff2") format("woff2"), url("fonts/montserrat-v12-latin-regular.woff") format("woff"), url("fonts/montserrat-v12-latin-regular.ttf") format("truetype"), url("fonts/montserrat-v12-latin-regular.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/montserrat-v13-latin-italic.eot"); /* IE9 Compat Modes */
  src: local("Montserrat Italic"), local("Montserrat-Italic"), url("fonts/montserrat-v13-latin-italic.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-v13-latin-italic.woff2") format("woff2"), url("fonts/montserrat-v13-latin-italic.woff") format("woff"), url("fonts/montserrat-v13-latin-italic.ttf") format("truetype"), url("fonts/montserrat-v13-latin-italic.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/montserrat-v13-latin-500.eot"); /* IE9 Compat Modes */
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("fonts/montserrat-v13-latin-500.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-v13-latin-500.woff2") format("woff2"), url("fonts/montserrat-v13-latin-500.woff") format("woff"), url("fonts/montserrat-v13-latin-500.ttf") format("truetype"), url("fonts/montserrat-v13-latin-500.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/montserrat-v13-latin-600.eot"); /* IE9 Compat Modes */
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("fonts/montserrat-v13-latin-600.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-v13-latin-600.woff2") format("woff2"), url("fonts/montserrat-v13-latin-600.woff") format("woff"), url("fonts/montserrat-v13-latin-600.ttf") format("truetype"), url("fonts/montserrat-v13-latin-600.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/montserrat-v12-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("fonts/montserrat-v12-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-v12-latin-700.woff2") format("woff2"), url("fonts/montserrat-v12-latin-700.woff") format("woff"), url("fonts/montserrat-v12-latin-700.ttf") format("truetype"), url("fonts/montserrat-v12-latin-700.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* raleway-200 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 200;
  src: url("fonts/raleway-v12-latin-200.eot"); /* IE9 Compat Modes */
  src: local("Raleway ExtraLight"), local("Raleway-ExtraLight"), url("fonts/raleway-v12-latin-200.eot?#iefix") format("embedded-opentype"), url("fonts/raleway-v12-latin-200.woff2") format("woff2"), url("fonts/raleway-v12-latin-200.woff") format("woff"), url("fonts/raleway-v12-latin-200.ttf") format("truetype"), url("fonts/raleway-v12-latin-200.svg#Raleway") format("svg"); /* Legacy iOS */
}
/*
--------------------------
01. RESET
--------------------------
*/
img {
  width: 100%;
}

input, textarea {
  width: 100%;
}

article {
  margin-bottom: 40px;
}

a:hover, i:hover {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.transparent {
  transition-property: color, background-color;
  -webkit-transition-property: color, background-color;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}

/*
--------------------------
02. MAP
--------------------------
*/
#map_canvas {
  width: 100%;
  height: 600px;
}

#map_canvas img {
  max-width: none;
}

#map_canvas.map_canvas-2 {
  height: 1020px;
}

/*
--------------------------
03. SKROLL
--------------------------
*/
.skrollable {
  position: fixed;
}

.skrollr-mobile .skrollable {
  position: absolute;
}

.skrollable .skrollable {
  position: absolute;
}

.skrollable .skrollable .skrollable {
  position: static;
}

.skrollable.rel-img {
  position: relative;
}

/*
--------------------------
04. HEADER & MENU
--------------------------
*/
.header-navigation-menu {
  width: 100%;
  min-height: 80px;
  background-color: #fff;
  position: absolute;
  top: 0px;
  z-index: 99;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}

.dark-nav-menu {
  background-color: #222;
}

.transparent-nav-menu {
  background-color: transparent;
}

.header-sticky {
  position: fixed;
}

.spacer {
  min-height: 80px;
}

/*
.header-navigation-menu.transparent-nav-menu ~.spacer{
	display:none;
}*/
.header-navigation-menu .header-icon img {
  margin: 25px 0;
}

.header-logo {
  min-height: 80px;
  display: block;
  /*position:relative;
  top:-80px;*/
  background-color: #fff;
  border-bottom: 1px solid;
  border-color: #d5d5d5;
}

.header-icon {
  display: inline-block;
  float: left;
  max-height: 80px;
  max-width: 200px;
  width: auto;
  margin: 0;
  border-right-width: 0;
  border-right-style: solid;
  border-right-color: #eee;
}

.header-icon .logo-icon {
  text-decoration: none;
}

.header-icon .logo-icon:focus {
  outline: 0;
}

.header-icon .logo-icon.logo-lite {
  display: none;
}

.header-icon .logo-text {
  display: block;
  font-size: 20px;
  color: #db4360;
  text-decoration: none;
  line-height: 100px;
}

.header-icon img {
  float: left;
  max-width: 85%;
  width: auto;
  height: auto;
  max-height: 50px;
  margin: 10px 0;
}

.header-menu {
  height: 100%;
}

.nav-menu {
  float: right;
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0;
}

.default-nav-menu .nav-menu {
  font-weight: 400;
}

.default-nav-menu .nav-menu-content > li:first-child > a {
  padding-left: 0;
}

.default-nav-menu .nav-menu-content > li:last-child > a {
  padding-right: 0;
}

/*.header-navigation-menu .nav-menu{
	overflow:hidden;
}*/
.nav-menu > a {
  width: auto;
  display: inline-block !important;
}

.nav-menu-content {
  margin: 0px;
  padding: 28px 20px 28px 0px;
}

.header-navigation-menu .nav-menu-content {
  margin-right: -20px;
}

.nav-menu-content li {
  display: inline-block;
  position: relative;
}

.nav-menu-content > li {
  display: table-cell;
}

.nav-menu li ul {
  margin-bottom: 0;
  margin-left: 0;
}

.nav-menu-content li a {
  outline: medium none;
  display: block;
}

.nav-menu-content > li:first-child > a {
  border: 0;
}

.nav-menu-content > li > a {
  display: inline;
  border-left: 1px solid;
  border-color: #eee;
  padding: 5px 7px;
}

@media (min-width: 1200px) {
  .nav-menu-content > li > a {
    padding: 5px 12px;
  }
}
.nav-menu-content li.current-menu-item > a {
  color: #000000;
}

.nav-menu-content li ul li.current-menu-item > a {
  color: #000000;
}

.nav-menu-content .sub-menu,
.nav-menu-content .children {
  display: none;
  padding: 8px 0px;
  position: absolute;
  background-color: #ffffff;
  line-height: 30px;
  z-index: 4;
  right: -50px;
}

.nav-menu-content .sub-menu ul,
.nav-menu-content .children ul {
  right: 100%;
  top: 0px;
}

.nav-menu-content ul a,
.nav-menu-content ul ul a {
  width: 210px;
  font-size: 12px;
  margin: 0;
  padding: 12px 20px;
  line-height: 1.6;
}

@media (min-width: 992px) {
  ul.sub-menu a:hover {
    color: #000000;
  }
}
ul.nav-menu-content li:hover > ul,
.nav-menu-content ul li:hover > ul {
  display: block;
}

.tab-nav-menu {
  width: auto;
  max-width: 100%;
  background-color: #fff;
  overflow-y: auto;
  display: none;
}

.tab-nav-menu-content .sub-menu {
  padding-left: 25px;
  padding-top: 15px;
}

.tab-nav-menu-container {
  margin: auto;
}

.tab-nav-menu a:hover, .tab-nav-menu a:active, .tab-nav-menu a:focus {
  border-color: transparent;
  padding-bottom: 0;
}

.tab-nav-menu-content, .tab-nav-menu ol {
  margin: auto;
  display: none;
  padding: 30px;
}

.tab-nav-menu-content li {
  list-style: none;
  padding: 20px 0;
  border-bottom: 1px solid;
  border-color: #eee;
}

.tab-nav-menu-content > li:last-child {
  border-bottom: 0px solid;
}

.tab-nav-menu-content li a {
  font-size: 18px;
  text-decoration: none;
}

.tab-nav-menu-content .sub-menu {
  display: none;
}

.tab-nav-menu-content .sub-menu li:last-child {
  border-bottom: 0px;
}

.tab-nav-menu-content li a {
  padding-left: 0px;
  color: #000;
}

.tab-nav-menu-content li a.indicator {
  font-size: 24px;
  float: right;
  padding: 5px 10px;
  line-height: 1;
}

.indicator i {
  line-height: 0;
}

.toggle-nav-menu {
  display: none;
  float: right;
  color: #000;
  padding: 10px 0px;
}

.toggle-nav-menu > div {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  cursor: url(../img/candy_cur.cur), pointer;
}

.toggle-nav-menu a:hover {
  cursor: url(../img/candy_cur.cur), auto;
}

.toggle-nav-menu i {
  display: block;
  font-size: 40px;
  line-height: 0;
  padding: 10px 0;
  -webkit-transform: scale(0.7, 1);
  -ms-transform: scale(0.7, 1);
  transform: scale(0.7, 1);
  margin-right: -10px;
}

.toggle-nav-menu a:focus {
  outline: 0;
}

.minimal-nav-menu .toggle-nav-menu {
  display: table;
}

.minimal-nav-menu .nav-menu {
  display: none;
}

.minimal-nav-menu .tab-nav-menu, .minimal-nav-menu .tab-nav-menu a {
  display: block;
}

.burg {
  display: block;
  height: 0.18em;
  width: 28px;
  margin: 29px 0 28px 5px;
  background-color: #000;
  position: relative;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.burg:before {
  content: "";
  position: absolute;
  top: -8px;
  width: 28px;
  height: 0.18em;
  background-color: #000;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.burg:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 28px;
  height: 0.18em;
  background-color: #000;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.activeBurg {
  background-color: transparent;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.activeBurg:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

.activeBurg:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

.fullscreen-nav-menu .toggle-nav-menu {
  position: relative;
}

.fullscreen-nav-menu .toggle-nav-menu div:last-child {
  position: relative;
  z-index: 1;
}

.fullscreen-nav-menu .tab-nav-menu {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  max-height: none;
}

.fullscreen-nav-menu .tab-nav-menu-content {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fullscreen-nav-menu .tab-nav-menu a {
  display: inline-block;
}

.fullscreen-nav-menu .tab-nav-menu a.indicator {
  position: absolute;
  padding-left: 30px;
  color: rgba(183, 183, 183, 0.5);
}

.fullscreen-nav-menu .tab-nav-menu-content .sub-menu {
  padding-left: 0;
}

.fullscreen-nav-menu .tab-nav-menu-content li {
  border-bottom: 0;
}

.fullscreen-nav-menu .tab-nav-menu-content .sub-menu li {
  padding: 10px 0px;
}

.fullscreen-nav-menu .tab-nav-menu-content .sub-menu li a {
  font-size: 14px;
}

/* dark-nav-menu */
.dark-nav-menu .header-icon .logo-icon.logo-dark {
  display: none;
}

.dark-nav-menu .header-icon .logo-icon.logo-lite {
  display: block;
}

.dark-nav-menu .tab-nav-menu {
  background-color: #151515;
}

.dark-nav-menu .tab-nav-menu-content li a, .dark-nav-menu .toggle-nav-menu {
  color: #f0f0f0;
}

.dark-nav-menu .burg, .dark-nav-menu .burg:before, .dark-nav-menu .burg:after {
  background-color: #f0f0f0;
}

.dark-nav-menu .activeBurg {
  background-color: transparent;
}

.dynamic-nav-menu .header-icon .logo-icon.logo-dark {
  display: none;
}

.dynamic-nav-menu .header-icon .logo-icon.logo-lite {
  display: block;
}

.dynamic-nav-menu .nav-menu-content a {
  color: #f0f0f0;
  border-color: #444;
}

.dynamic-nav-menu .nav-menu-content .sub-menu, .dynamic-nav-menu .nav-menu-content .children {
  background-color: #151515;
  border-color: #222;
}

/*
.dynamic-nav-menu .tab-nav-menu{
	background-color:#151515;
}
.dynamic-nav-menu .tab-nav-menu-content li {
    border-color: #444;
}
.dynamic-nav-menu .tab-nav-menu-content li a{
	color:#f0f0f0;
}
*/
.dynamic-nav-menu .toggle-nav-menu {
  color: #f0f0f0;
}

.dynamic-nav-menu .burg, .dynamic-nav-menu .burg:before, .dynamic-nav-menu .burg:after {
  background-color: #f0f0f0;
}

.dynamic-nav-menu .activeBurg, .dynamic-nav-menu .activeBurg:before, .dynamic-nav-menu .activeBurg:after {
  background-color: #000;
}

.dynamic-nav-menu .activeBurg {
  background-color: transparent;
}

.dynamic-nav-menu.dark-nav-menu .header-icon .logo-icon.logo-dark {
  display: block;
}

.dynamic-nav-menu.dark-nav-menu .header-icon .logo-icon.logo-lite {
  display: none;
}

.dynamic-nav-menu.dark-nav-menu .tab-nav-menu {
  background-color: #fff;
}

.dynamic-nav-menu.dark-nav-menu .tab-nav-menu-content li a, .dynamic-nav-menu.dark-nav-menu .toggle-nav-menu {
  color: #000;
}

/*.dynamic-nav-menu.dark-nav-menu .burg, .dynamic-nav-menu.dark-nav-menu .burg:before, .dynamic-nav-menu.dark-nav-menu .burg:after{
	background-color:#000;
}
.dynamic-nav-menu.dark-nav-menu .activeBurg {
	background-color: transparent;
}*/
/*
--------------------------
05. PAGE HEADER
--------------------------
*/
.page-header {
  margin: 0;
  padding: 0;
  background-size: cover;
  border: 0;
  position: relative;
}

.page-header-container {
  display: block;
  height: 100%;
  position: relative;
  top: 0;
  display: table;
  margin: auto;
}

.page-header-content {
  display: table-cell;
  vertical-align: middle;
}

.page-header-title {
  font-size: 45px;
  letter-spacing: normal;
  margin-bottom: 0;
}

.page-header-additional-text {
  font-size: 15px;
}

.video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.page-header_blog_bg {
  background-image: url("../img/slide_12.jpg");
  background-size: cover;
  height: 420px;
}

.page-header_portfolio_bg {
  background-image: url("../img/portfolio_single_31.jpg");
  background-size: cover;
  height: 420px;
}

/*
--------------------------
06. FULLSCREEN SLIDER
--------------------------
*/
.slide-container {
  position: relative;
  display: table;
  height: 100%;
}

.slide-content {
  display: table-cell;
  vertical-align: middle;
}

.slides-navigation {
  margin-top: -35px;
}

.slides-navigation a {
  font-size: 32px;
  padding: 20px;
  line-height: 1;
  color: #000;
  opacity: 0;
}

.slides-navigation a:hover {
  opacity: 0.7;
}

.white .slides-navigation a {
  color: #f0f0f0;
}

.slides-navigation a i {
  line-height: 1;
}

.slides-pagination a {
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-color: #d5d5d5;
  background-color: #d5d5d5;
  border-radius: 60%;
  opacity: 0.4;
  margin: 8px;
}

.slides-pagination a.current {
  border-color: #000;
  background-color: #000;
  opacity: 1;
}

.white .slides-pagination a.current {
  border-color: #f0f0f0;
  background-color: #f0f0f0;
  opacity: 1;
}

.agni-slides .slide-content p {
  font-size: 60px;
  color: #f0f0f0;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 0;
}

.agni-video .slide-content p {
  margin-bottom: 20px;
}

.agni-slides .slide-content .text-slide-title, .agni-slides .slide-content .text-slide-additional-title {
  color: #000;
  margin-bottom: 10px;
}

.agni-slides .slide-content .text-slide-title {
  font-size: 50px;
}

.agni-slides .slide-content .text-slide-additional-title {
  font-size: 20px;
}

.agni-slides .slide-content a {
  margin-top: 20px;
}

.agni-slides .white .slide-content .text-slide-title {
  color: #f0f0f0;
}

/*
--------------------------
07. FULLSCREEN VIDEOBG
--------------------------
*/
.section-video-container {
  height: 450px;
}

.video-container {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.player-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../img/player_fallback.jpg");
  background-position: center;
  background-size: cover;
}

.section-video-controls {
  display: table;
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  margin-top: -32px;
  opacity: 0.5;
  text-align: center;
  z-index: 2;
}

.section-video-controls .command:before {
  font-family: "Ionicons";
  display: block;
  color: #f0f0f0;
  line-height: 1;
}

.section-video-controls .command-play {
  display: none;
}

.section-video-controls .command-play:before {
  content: "\f487";
}

.section-video-controls .command-pause:before {
  content: "\f477";
}

/*
--------------------------
08. OWL CAROUSEL
--------------------------
*/
.owl-carousel {
  overflow: hidden;
}

.owl-controls {
  display: block;
  margin-top: 30px;
  text-align: center;
}

.owl-dot {
  display: inline-block;
}

.owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d5d5d5;
  opacity: 0.5;
  margin: 0 10px;
}

.owl-dot.active span {
  background-color: #000;
  opacity: 1;
}

.custom-slider {
  margin-bottom: 70px;
}

.custom-slider .owl-controls {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: 0;
}

.owl-nav i {
  color: #000;
}

.owl-prev, .owl-next {
  display: inline-block;
  position: absolute;
  margin-top: -25px;
  background-color: #fff;
  padding: 11px 18px;
  line-height: 1;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  opacity: 0.5;
}

.owl-prev {
  left: -60px;
}

.owl-next {
  right: -60px;
}

.owl-carousel:hover .owl-prev {
  left: 0;
}

.owl-carousel:hover .owl-next {
  right: 0;
}

.owl-prev:hover, .owl-next:hover {
  opacity: 1;
}

/*
--------------------------
09. SECTION GENERAL STYLES
--------------------------
*/
.no-margin-padding {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.no-margin {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.remove-border {
  overflow: hidden;
}

.remove-border > div {
  margin-left: -1px !important;
  margin-top: -1px !important;
}

.remove-border-top {
  overflow: hidden;
}

.remove-border-top > div {
  margin-top: -1px !important;
}

.back-to-top a {
  position: fixed;
  bottom: 3%;
  right: 1.5%;
  padding: 10px 15px;
  z-index: 1;
  background-color: #fff;
  font-size: 24px;
  line-height: 1;
  outline: 0;
}

.primary-typo {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 400;
}

strong.primary-typo, .primary-typo.strong {
  font-weight: 700;
}

.btn.primary-typo {
  letter-spacing: 0.075em;
}

.default-typo {
  font-family: "Raleway", sans-serif;
  font-weight: 200;
}

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #000;
  opacity: 0.6;
}

.overlay.lite {
  background-color: #fff;
}

section i {
  color: #000000; /* keep it seperate*/
}

.section-bg-color {
  background-color: #f8faff;
}

.additional-bg-color {
  background-color: #151515;
}

.white, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p, .white li, .white .count, .white i {
  color: #f0f0f0;
}

.white .btn-link {
  color: #f0f0f0;
}

.white .btn-link:hover,
.white .btn-link:focus,
.white .btn-link:active {
  border-color: #f0f0f0;
}

.primary-bg-color i {
  color: #f0f0f0;
}

.margin-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.margin-160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.margin-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.margin-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.margin-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.margin-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.margin-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.margin-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.margin-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.margin-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.margin-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.margin-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.margin-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.margin-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.margin-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.margin-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.margin-top-160 {
  margin-top: 160px;
}

.margin-top-150 {
  margin-top: 150px;
}

.margin-top-140 {
  margin-top: 140px;
}

.margin-top-130 {
  margin-top: 130px;
}

.margin-top-120 {
  margin-top: 120px;
}

.margin-top-110 {
  margin-top: 110px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-bottom-160 {
  margin-bottom: 160px;
}

.margin-bottom-150 {
  margin-bottom: 150px;
}

.margin-bottom-140 {
  margin-bottom: 140px;
}

.margin-bottom-130 {
  margin-bottom: 130px;
}

.margin-bottom-120 {
  margin-bottom: 120px;
}

.margin-bottom-110 {
  margin-bottom: 110px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.padding-5p {
  padding: 5%;
}

.padding-5-25p {
  padding: 5.25%;
}

.padding-5-5p {
  padding: 5.5%;
}

.padding-5-75p {
  padding: 5.75%;
}

.padding-6p {
  padding: 6%;
}

.padding-6-25p {
  padding: 6.25%;
}

.padding-6-5p {
  padding: 6.5%;
}

.padding-6-75p {
  padding: 6.75%;
}

.padding-7p {
  padding: 7%;
}

.padding-7-25p {
  padding: 7.25%;
}

.padding-7-5p {
  padding: 7.5%;
}

.padding-7-75p {
  padding: 7.75%;
}

.padding-8p {
  padding: 8%;
}

.padding-8-25p {
  padding: 8.25%;
}

.padding-8-5p {
  padding: 8.5%;
}

.padding-8-75p {
  padding: 8.75%;
}

.padding-9p {
  padding: 9%;
}

.padding-9-25p {
  padding: 9.25%;
}

.padding-9-5p {
  padding: 9.5%;
}

.padding-9-75p {
  padding: 9.75%;
}

.padding-10p {
  padding: 10%;
}

.padding-10-25p {
  padding: 10.25%;
}

.padding-10-5p {
  padding: 10.5%;
}

.padding-10-75p {
  padding: 10.75%;
}

.padding-11p {
  padding: 11%;
}

.padding-11-25p {
  padding: 11.25%;
}

.padding-11-5p {
  padding: 11.5%;
}

.padding-11-75p {
  padding: 11.75%;
}

.padding-12p {
  padding: 12%;
}

.padding-12-25p {
  padding: 12.25%;
}

.padding-12-5p {
  padding: 12.5%;
}

.padding-12-75p {
  padding: 12.75%;
}

.padding-13p {
  padding: 13%;
}

.padding-40 {
  padding: 40px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-right-150 {
  padding-right: 150px;
}

.padding-right-140 {
  padding-right: 140px;
}

.padding-right-130 {
  padding-right: 130px;
}

.padding-right-120 {
  padding-right: 120px;
}

.padding-right-110 {
  padding-right: 110px;
}

.padding-right-100 {
  padding-right: 100px;
}

.padding-right-90 {
  padding-right: 90px;
}

.padding-right-80 {
  padding-right: 80px;
}

.padding-right-70 {
  padding-right: 70px;
}

.padding-right-60 {
  padding-right: 60px;
}

.padding-right-50 {
  padding-right: 50px;
}

.padding-right-40 {
  padding-right: 40px;
}

.padding-right-30 {
  padding-right: 30px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-right-15 {
  padding-right: 15px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-left-150 {
  padding-left: 150px;
}

.padding-left-140 {
  padding-left: 140px;
}

.padding-left-130 {
  padding-left: 130px;
}

.padding-left-120 {
  padding-left: 120px;
}

.padding-left-110 {
  padding-left: 110px;
}

.padding-left-100 {
  padding-left: 100px;
}

.padding-left-90 {
  padding-left: 90px;
}

.padding-left-80 {
  padding-left: 80px;
}

.padding-left-70 {
  padding-left: 70px;
}

.padding-left-60 {
  padding-left: 60px;
}

.padding-left-50 {
  padding-left: 50px;
}

.padding-left-40 {
  padding-left: 40px;
}

.padding-left-30 {
  padding-left: 30px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-left-10 {
  padding-left: 10px;
}

.section-heading {
  margin-bottom: 90px;
}

.heading {
  margin-top: 0px;
}

h6.heading {
  font-size: 16px;
  letter-spacing: 0.15em;
  font-weight: 500;
}

@media (min-width: 992px) {
  h6.heading {
    font-size: 20px;
  }
}
.heading-underlined:after {
  display: block;
  content: "";
  border-bottom: 1px solid;
  border-color: #d5d5d5;
  width: 45px;
  margin-top: 18px;
}

.section-heading .heading-underlined:after {
  width: 60px;
  margin: 25px 0;
}

.text-left .heading-underlined:after {
  margin-left: 0;
}

.text-center .heading-underlined:after {
  margin-left: auto;
  margin-right: auto;
}

.text-right .heading-underlined:after {
  margin-right: 0;
  margin-left: auto;
}

.heading-underlined.black:after {
  border-color: #000;
}

.heading-has-icon:before {
  font-size: 24px;
  padding-right: 15px;
  vertical-align: middle;
}

.additional-heading {
  font-size: 20px;
  z-index: 1;
  position: relative;
}

.big-heading {
  font-size: 60px;
  letter-spacing: 0;
  line-height: 1;
}

.huge-icon {
  font-size: 80px;
}

.large-icon {
  font-size: 64px;
}

.medium-icon {
  font-size: 45px;
}

.small-icon {
  font-size: 32px;
}

.has-icon:before {
  padding-right: 15px;
  vertical-align: middle;
  color: #a7dcee;
}

.has-icon.fa {
  display: inline-block;
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  line-height: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-variant: normal;
  font-size: inherit;
}

.list li.has-icon.fa {
  line-height: 2.75;
}

.fa:before {
  font-family: "FontAwesome";
}

.separator {
  display: table;
  margin: 20px auto;
  font-size: 24px;
  width: 100%;
}

.separator p {
  line-height: 1em;
  font-size: 100%;
  color: #D5D5D5;
  display: table-cell;
  white-space: pre;
}

.separator.separator_center p {
  padding: 0 0.8em;
}

.separator.separator_left {
  margin-left: 0;
}

.separator.separator_left p {
  padding: 0 0.8em 0 0;
}

.separator.separator_left .sep_holder {
  width: 100%;
}

.separator.separator_left .sep_holder.sep_holder_l {
  display: none;
}

.separator.separator_right {
  margin-right: 0px;
  margin-left: auto;
}

.separator.separator_right p {
  padding: 0 0 0 0.8em;
  margin: 0 !important;
}

.separator.separator_right .sep_holder {
  width: 100%;
}

.separator.separator_right .sep_holder.sep_holder_r {
  display: none;
}

.separator .sep_holder {
  display: table-cell;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.separator .sep_holder .sep_line {
  height: 1px;
  border-top: 1px solid #d5d5d5;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}

.separator_center {
  text-align: center;
}

.separator_left {
  text-align: left;
}

.separator_right {
  text-align: right;
}

/*
--------------------------
10. ABOUT US
--------------------------
*/
.about_bg {
  background-image: url(../img/about_bg.jpg);
  background-size: cover;
  background-position: center bottom;
}

.about-4_bg {
  background-image: url(../img/about-4_bg.jpg);
  background-size: 100% auto;
  background-position: center bottom;
}

/*
--------------------------
11. MILESTONES
--------------------------
*/
.mile-content {
  border-left: 1px solid;
  border-color: #d5d5d5;
  margin-top: 140px;
}

.mile-description {
  display: table;
  margin: auto;
  margin-bottom: 5px;
}

.mile-icon {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.mile-count {
  display: table-cell;
  text-align: left;
}

.mile-icon i {
  line-height: 1;
  padding: 0 10px;
}

.mile-count p {
  margin: 0;
  padding: 0 10px;
  font-size: 45px;
}

.mile-count .count {
  margin: 0;
}

.mile-title p {
  margin: 0;
}

/*
--------------------------
12. PORTFOLIO
--------------------------
*/
.portfolio-page {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.portfolio-filter {
  margin-bottom: 80px;
}

.portfolio-filter li {
  padding-right: 20px;
  font-weight: 400;
}

.filter a {
  border-bottom: 1px solid transparent;
}

.filter a:hover, .filter a:focus {
  padding-bottom: 7px;
  border-color: #d5d5d5;
}

.portfolio-thumbnail {
  cursor: url(../img/candy_cur.cur), auto;
}

.portfolio-guttered .portfolio-thumbnail {
  margin-bottom: 60px;
}

.portfolio-thumbnail-container {
  position: relative;
}

.portfolio-thumbnail-caption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  padding: 35px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.portfolio-thumbnail-caption:hover {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.portfolio-thumbnail-heading a {
  color: #f0f0f0;
  margin-right: -0.15em;
}

.portfolio-thumbnail-heading a:hover {
  border: transparent;
  padding-bottom: 0;
}

.portfolio-thumbnail-caption .portfolio-category {
  margin-right: -5px;
}

.portfolio-thumbnail-caption .portfolio-category li {
  color: #d5d5d5;
}

.portfolio-category li:after {
  content: ".";
  padding-left: 10px;
}

.portfolio-category li:last-child:after {
  content: "";
  padding-left: 0px;
}

/* Portfolio nav */
.portfolio-navigation {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #f3f5f8;
  padding: 24px;
}

.portfolio-nav-links {
  display: table;
  text-align: center;
}

.portfolio-navigation a {
  font-size: 32px;
  line-height: 0;
  width: 33.33333333%;
}

/* portfolio sharing */
.portfolio-sharing-panel .post-sharing-buttons {
  margin-right: auto;
}

/* Magnific popUp */
.mfp-main.mfp-bg {
  background: #fff;
  opacity: 1;
}

.mfp-main .mfp-container {
  padding: 0px;
}

.portfolio-single-content .spacer {
  display: none;
}

.mfp-main .mfp-content .portfolio-single-content .spacer {
  display: block;
}

a.mfp-close, a.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: table-cell;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-arrow-right:before {
  font-family: "Ionicons";
  content: "\f3d6";
}

.mfp-arrow-left:before {
  font-family: "Ionicons";
  content: "\f3d5";
}

/*
--------------------
13. CLIENTS
--------------------
*/
.carousel-clients .client {
  padding: 30px;
}

.client img {
  opacity: 0.4;
}

.client_bg {
  background-image: url(../img/client_bg.jpg);
  background-size: 100% auto;
  background-position: center;
}

.clients {
  margin-left: 0;
  border-right: 1px solid;
  border-color: #d5d5d5;
}

.clients .client {
  line-height: 100px;
  padding: 60px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-color: #d5d5d5;
  background-color: #f3f5f8;
}

/*
--------------------
14. CALL TO ACTION & TEAM
--------------------
*/
.calltoaction_bg {
  background-image: url(../img/calltoaction_bg.jpg);
  background-size: cover;
  background-position: center;
}

/* Team */
.member-content {
  display: table;
}

.member-image, .member-caption {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.member-image {
  padding-right: 15px;
}

.member-caption {
  padding-left: 15px;
}

.member-title-text {
  margin-bottom: 12px;
}

.member-title-text:after {
  margin-top: 12px;
}

.member-social-link {
  margin-top: 8px;
}

.member-description {
  margin-top: 10px;
  margin-bottom: 0;
}

.member-caption-2 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px;
  opacity: 0;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}

.member-caption-2:hover {
  opacity: 1;
}

/*
--------------------
15. SKILLS, PROGRESS BAR & SERVICES
--------------------
*/
.skills_bg {
  background-image: url(../img/skills_bg.jpg);
  background-size: 100% auto;
  background-position: center;
}

/* Progress bar */
.progress-heading {
  margin-bottom: 5px;
}

/* services 2 */
.service-2_bg {
  background-image: url(../img/service-2_bg.jpg);
  background-size: cover;
  background-position: center;
}

.service-2-content {
  display: table;
  padding: 0 8%;
}

.service-2-content.space-reduced {
  padding: 0;
}

.service-2-icon {
  display: table-cell;
  width: 100px;
  padding-right: 30px;
  vertical-align: top;
  line-height: 0;
}

.service-2-content.space-reduced .service-2-icon {
  width: 90px;
  padding-right: 20px;
}

.service-2-text {
  display: table-cell;
  max-width: 75%;
}

.service-3_bg {
  background-image: url(../img/service-3_bg.jpg);
  background-size: 100% auto;
  background-position: center bottom;
}

/*
--------------------
16. BLOG
--------------------
*/
.blog-minimal article {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.blog-minimal article .post-content:before {
  display: block;
  content: "";
  margin-top: 70px;
}

.blog-minimal article .post-content:after {
  display: block;
  content: "";
  width: 45%;
  margin: auto;
  margin-top: 70px;
  border-bottom: 1px solid;
  border-color: #d5d5d5;
}

.blog-minimal article:last-child .post-content:after {
  border-bottom: 0;
}

.text-left .blog-minimal article .post-content:after {
  margin-left: 0;
}

.text-right .blog-minimal article .post-content:after {
  margin-right: 0;
}

.post-thumbnail {
  position: absolute;
  top: 0px;
  bottom: 0px;
  opacity: 0;
}

.post-thumbnail-hovered {
  opacity: 1;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}

.post-thumbnail-hovered ~ .post-details .post-content:after {
  border-color: transparent;
}

.post-thumbnail-hovered ~ .post-details a, .post-thumbnail-hovered ~ .post-details .post-category li:after {
  color: #f0f0f0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.blog-minimal .post-content .post-title {
  line-height: 2;
}

.text-left .post-content {
  margin-left: 0;
}

.text-right .post-content {
  margin-right: 0;
  margin-left: auto;
  float: none;
}

.post-category li:after {
  content: ".";
  padding-left: 10px;
}

.post-category li:last-child:after {
  content: "";
  padding-left: 0px;
}

/* post sharing */
.post-sharing-buttons {
  margin-top: 90px;
  margin-right: -13px;
}

.post-sharing-buttons span {
  padding: 0 8px;
  font-size: 11px;
}

/* posts navigation */
.comment-navigation,
.posts-navigation,
.post-navigation {
  margin-bottom: 90px;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: table;
  width: 100%;
  padding: 30px;
  background-color: #f3f5f8;
}

.comment-navigation .nav-links span,
.posts-navigation .nav-links span,
.post-navigation .nav-links span {
  margin: 0 15px;
  vertical-align: middle;
}

.comment-navigation .nav-links i,
.posts-navigation .nav-links i,
.post-navigation .nav-links i {
  vertical-align: middle;
  line-height: 1;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  width: 50%;
  display: table-cell;
  border-right: 1px solid;
  border-color: #d5d5d5;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: right;
  width: 50%;
  display: table-cell;
}

/* Blog page */
.blog-content {
  margin-bottom: 20px;
}

.posts-number-navigation {
  margin-bottom: 90px;
}

ul.page-numbers {
  display: inline-block;
  padding: 20px 15px;
  background-color: #f3f5f8;
}

.page-numbers li a, .page-numbers li span {
  padding: 0 10px;
}

.page-numbers li span {
  border-bottom: 1px solid;
  border-color: #d5d5d5;
  padding-bottom: 7px;
}

.page-numbers .next {
  padding-left: 20px;
}

.page-numbers .prev {
  padding-right: 20px;
}

/*
--------------------
17. COMMENTS
--------------------
*/
#comments {
  margin-top: 50px;
}

#comments ol {
  list-style: none;
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

#comments .comment-list ol {
  padding-left: 45px;
  padding-top: 30px;
}

.comment-meta {
  display: table;
  width: 100%;
}

.comment-author-vcard, .comment-content {
  display: table-cell;
  vertical-align: middle;
}

.comment-author-vcard {
  width: 85px;
}

.comment-content {
  width: auto;
  padding-left: 15px;
}

.comments-title {
  margin-bottom: 50px;
}

.comment-author-vcard {
  border-right: 1px solid;
  border-color: #d5d5d5;
  padding: 15px 0;
}

.comment-author-vcard img {
  width: auto;
  max-width: 50px;
  display: inline-block;
  margin-bottom: 5px;
}

.comment-author-details {
  display: inline-block;
}

.comment-author-details span {
  margin: 0;
  padding-right: 7px;
}

.comment-content p {
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
}

.reply {
  display: block;
  text-align: right;
  padding-left: 0px;
  padding-bottom: 10px;
}

/*
--------------------
18. PRICING TABLE
--------------------
*/
.pricing-table-content {
  background-color: #f3f5f8;
  padding: 20px 0;
  position: relative;
}

.pricing-table-content.pricing-recommanded {
  top: -20px;
}

.pricing-table-content.pricing-recommanded .pricing-title:before {
  display: block;
  font-size: 32px;
  margin-bottom: 15px;
}

.pricing-cost-details {
  border-bottom: 1px solid;
  border-color: #d5d5d5;
  margin-top: 30px;
}

.pricing-recommanded .pricing-cost-details {
  margin-top: 0px;
}

.pricing-cost-details p {
  font-size: 60px;
  margin: 25px 0px 28px;
}

.pricing-cost-details p sup {
  display: inline-block;
  width: 0;
  right: 12px;
  top: -1.5em;
  font-size: 22px;
  padding-right: 3px;
}

.pricing-cost-details p sub {
  display: inline-block;
  width: 0;
  font-size: 14px;
}

.pricing-cost {
  color: #000;
  letter-spacing: normal;
}

.pricing-feature-details ul {
  padding: 0;
  margin: 40px 0;
}

.pricing-feature-details li {
  list-style: none;
  line-height: 3.5;
}

.pricing-button {
  margin-bottom: 30px;
}

/*
--------------------
19. TESTIMONIALS
--------------------
*/
.testimonials_bg {
  background-image: url(../img/testimonials_bg.jpg);
  background-size: cover;
  background-position: center;
}

.testimonial-avatar img {
  display: block;
  max-width: 40px;
  width: auto;
  margin: auto;
  margin-bottom: 10px;
}

/*
--------------------
20. CONTACT BAR
--------------------
*/
.contact-content {
  display: table;
  width: 100%;
}

.contact-details, .contact-icon {
  display: table-cell;
  vertical-align: middle;
}

.contact-icon {
  width: auto;
  padding-right: 10px;
}

.contact-details {
  width: auto;
  padding-left: 8%;
  border-left: 1px solid;
  border-color: #d5d5d5;
}

.contact-details p {
  margin-bottom: 10px;
}

.contact-heading-text {
  margin-bottom: 6px;
}

/*
--------------------
21. CONTACT FORM
--------------------
*/
.form-control::-webkit-input-placeholder {
  opacity: 0.9;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.9;
}

.form-control:-ms-input-placeholder {
  opacity: 0.9;
}

.floating-label-form-group input, .floating-label-form-group textarea {
  background-color: #f3f5f8;
  border: 0;
  outline: 0;
  box-shadow: none;
  letter-spacing: 0.075em;
}

.floating-label-form-group input:active, .floating-label-form-group textarea:active, .floating-label-form-group input:focus, .floating-label-form-group textarea:focus {
  box-shadow: none;
  outline: 0;
  border-color: #f0f0f0;
}

.floating-label-form-group input {
  height: auto;
  font-size: 12px;
  padding: 12px 20px;
  margin-bottom: 10px;
}

.floating-label-form-group input[type=radio] {
  padding: 0;
  margin-bottom: 0;
}

.floating-label-form-group textarea {
  padding: 15px 20px;
  height: 15.5em;
}

.required-alert ul {
  padding-left: 0;
}

.required-alert li {
  padding-left: 0;
  list-style: none;
}

/*
--------------------
22. FOOTER
--------------------
*/
.footer {
  background-color: #ffffff;
}

.footer-social {
  margin-top: 90px;
  margin-bottom: 25px;
}

.footer-social a {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-weight: 400;
  border-bottom: 1px solid transparent;
}

.footer-social a:hover, .footer-social a:focus {
  padding-bottom: 7px;
  border-color: #d5d5d5;
}

.social-icons {
  margin: 0;
}

.footer-social li {
  padding: 0 15px;
  margin-bottom: 15px;
}

.separator.footer-sep {
  width: 25px;
}

.separator.footer-sep .sep_line {
  border-color: #000;
}

/*
--------------------
23. SHORTCODES(TABS, ACCORDIONS, LISTS, DROPCAP)
--------------------
*/
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.nav-tabs {
  margin-bottom: 20px;
  margin-left: -15px;
}

.nav-tabs li {
  padding: 0 15px;
}

.nav-tabs li a {
  border-bottom: 1px solid transparent;
}

.nav-tabs li.active a, .nav-tabs li a:hover, .nav-tabs li a:focus {
  padding-bottom: 9px;
  border-color: #d5d5d5;
}

.panel {
  margin-bottom: 20px;
}

.panel-title {
  border-bottom: 1px solid transparent;
}

.panel-title:hover, .panel-title:focus {
  padding-bottom: 9px;
  border-color: #d5d5d5;
}

.panel-title.collapsed:hover, .panel-title.collapsed:focus {
  padding-bottom: 0px;
  border-color: transparent;
}

/* list */
.list {
  padding-left: 0;
}

.list li {
  list-style: none;
  line-height: 2.75;
}

/* Dropcap */
.dropcap:first-letter {
  background-color: #000;
  color: #f0f0f0;
  float: left;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin-right: 10px;
  padding: 15px;
}

/* Images */
.mfp-image-popup .mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-image-popup .mfp-close:hover, .mfp-image-popup .mfp-close:focus {
  opacity: 1;
}

.mfp-image-popup .mfp-close:active {
  top: 1px;
}

.mfp-image-popup .mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-popup .mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-image-popup .mfp-arrow:active {
  margin-top: -54px;
}

.mfp-image-popup .mfp-arrow:hover, .mfp-image-popup .mfp-arrow:focus {
  opacity: 1;
}

.mfp-image-popup .mfp-arrow:before, .mfp-image-popup .mfp-arrow:after, .mfp-image-popup .mfp-arrow .mfp-b, .mfp-image-popup .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-image-popup .mfp-arrow:after, .mfp-image-popup .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-image-popup .mfp-arrow:before, .mfp-image-popup .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-image-popup .mfp-arrow-left {
  left: 0;
}

.mfp-image-popup .mfp-arrow-left:after, .mfp-image-popup .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-image-popup .mfp-arrow-left:before, .mfp-image-popup .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-image-popup .mfp-arrow-right {
  right: 0;
}

.mfp-image-popup .mfp-arrow-right:after, .mfp-image-popup .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-image-popup .mfp-arrow-right:before, .mfp-image-popup .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

/* animate */
.animate {
  visibility: hidden;
  animation-duration: 1s;
  animation-delay: 0.5s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  -o-animation-duration: 1s;
  -o-animation-delay: 0.5s;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0.5s;
}

/* text-rotator */
.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateY(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 0);
  -o-transform: rotateY(180deg) translate3d(0, 0, 0);
  transform: rotateY(180deg) translate3d(0, 0, 0);
}

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateX(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 0);
  -o-transform: rotateX(180deg) translate3d(0, 0, 0);
  transform: rotateX(180deg) translate3d(0, 0, 0);
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}

/*
--------------------
24. PRELOADER
--------------------
*/
.throbbers_loader {
  display: table;
  margin: auto;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: url(../img/candy_cur.cur), auto;
  background-color: #fff;
  z-index: 999;
}

.throbbers_loader .throbber {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #000;
}

.throbbers_loader .throbber:after {
  display: block;
  margin: auto;
  margin-top: 20px;
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-animation: rotate 0.6s linear infinite;
  -moz-animation: rotate 0.6s linear infinite;
  -ms-animation: rotate 0.6s linear infinite;
  -o-animation: rotate 0.6s linear infinite;
  animation: rotate 0.6s linear infinite;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border-top: 1px solid #333;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #333;
  border-right: 1px solid #d5d5d5;
  content: "";
  opacity: 0.7;
}

@keyframes rotate {
  0% {
    -ms-transform: rotatez(-360deg);
    -webkit-transform: rotatez(-360deg);
    transform: rotatez(-360deg);
  }
  100% {
    -ms-transform: rotatez(0deg);
    -webkit-transform: rotatez(0deg);
    transform: rotatez(0deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -ms-transform: rotatez(-360deg);
    -webkit-transform: rotatez(-360deg);
    transform: rotatez(-360deg);
  }
  100% {
    -ms-transform: rotatez(0deg);
    -webkit-transform: rotatez(0deg);
    transform: rotatez(0deg);
  }
}
table {
  background-color: #ffffff;
}

table tr {
  border-bottom: 1px solid #fff;
}

table th, table td {
  font-size: 13px;
  padding: 15px 25px;
}

table th {
  vertical-align: top;
}

/* Custom */
.arrow-list > .has-icon:before, .arrow-link:before {
  font-size: 80% !important;
  margin-top: -2px !important;
  padding-right: 10px !important;
}

.arrow-list > .has-icon-margin-left:before {
  margin-left: -19px;
}

.full-width-underline:after {
  width: 100% !important;
}

@media only screen and (min-width: 992px) {
  .language-menu-element a {
    font-size: 11px;
    padding: 2px 5px !important;
  }
}
/* Media Queries for each site */
@media (max-width: 1599px) {
  .service-2-content {
    padding: 0px;
  }
}
@media (max-width: 1199px) {
  body {
    overflow-x: hidden;
    word-wrap: break-word;
  }
  .agni-slides .slide-content p {
    font-size: 45px;
  }
  .agni-video .slide-content .big-heading {
    font-size: 45px;
  }
  .agni-video .slide-content .additional-heading {
    font-size: 18px;
  }
  .agni-slides .slide-content .text-slide-title {
    font-size: 40px;
    margin-bottom: 0;
  }
  .agni-slides .slide-content .text-slide-additional-title {
    font-size: 18px;
  }
  .agni-slides .slide-content a {
    padding: 10px 36px;
    font-size: 13px;
    margin-top: 15px;
  }
  .page-header-title {
    font-size: 36px;
  }
  .page-header-additional-text {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .toggle-nav-menu {
    display: inline-block;
  }
  .nav-menu {
    display: none;
  }
  .tab-nav-menu, .tab-nav-menu a {
    display: block;
  }
  .agni-slides .slide-content p {
    font-size: 36px;
    line-height: 1.7857;
  }
  .agni-video .slide-content .big-heading {
    font-size: 36px;
  }
  .agni-video .slide-content .additional-heading {
    font-size: 17px;
  }
  .agni-video .slide-content p {
    margin-bottom: 10px;
  }
  .agni-slides .slide-content .text-slide-title {
    font-size: 32px;
    line-height: 1.4;
  }
  .agni-slides .slide-content .text-slide-additional-title {
    font-size: 17px;
  }
  .agni-slides .slide-content a {
    padding: 8px 24px;
    font-size: 12px;
    margin-top: 10px;
  }
  .page-header-title {
    font-size: 24px;
  }
  .page-header-additional-text {
    font-size: 14px;
  }
  .about-4_bg, .service-3_bg, .skills_bg, .client_bg {
    background-image: none;
  }
  .clients {
    margin-right: 0;
  }
  .portfolio-nav-links {
    width: 100%;
  }
  .contact-icon {
    width: 20%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .header-navigation-menu {
    min-height: 60px;
  }
  .spacer {
    min-height: 60px;
  }
  .header-navigation-menu .header-icon img {
    margin: 15px 0;
  }
  .header-logo {
    min-height: 60px;
  }
  .header-icon {
    max-height: 60px;
  }
  .header-icon img {
    max-height: 30px;
    margin: 15px 0;
  }
  .nav-menu {
    line-height: 60px;
  }
  .tab-nav-menu-content li a {
    font-size: 14px;
  }
  .tab-nav-menu-content li a.indicator {
    font-size: 18px;
  }
  .toggle-nav-menu {
    padding: 10px 0;
  }
  .toggle-nav-menu > div:first-child {
    font-size: 13px;
  }
  .toggle-nav-menu i {
    font-size: 30px;
    padding: 15px 0;
  }
  .burg {
    margin: 19px 0 18px 5px;
  }
  .slide-container {
    width: 100%;
  }
  .agni-slides .slide-content p {
    font-size: 24px;
  }
  .agni-video .slide-content .big-heading {
    font-size: 24px;
  }
  .agni-video .slide-content .additional-heading {
    font-size: 15px;
  }
  .page-header-title {
    font-size: 20px;
  }
  .page-header-additional-text {
    font-size: 13px;
  }
  .service-2-icon {
    width: 80px;
    padding-right: 10px;
  }
  .portfolio-thumbnail-caption {
    padding: 20px;
  }
  .member-image, .member-caption {
    width: 100%;
    display: block;
  }
  .member-caption {
    padding-top: 30px;
    padding-right: 15px;
  }
  .member-caption-2 {
    padding: 20px;
  }
  .post-thumbnail img {
    width: 200%;
  }
}
@media (max-width: 320px) {
  .toggle-nav-menu > div:first-child {
    display: none;
  }
  .agni-slides .slide-content p {
    font-size: 20px;
  }
  .agni-video .slide-content .big-heading {
    font-size: 20px;
  }
  .agni-video .slide-content .additional-heading {
    font-size: 14px;
  }
  .page-header-title {
    font-size: 18px;
  }
  .page-header-additional-text {
    font-size: 12px;
  }
}
/*
 *  Remodal - v1.0.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.0.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation: remodal-overlay-opening-keyframes 0.3s;
  animation: remodal-overlay-opening-keyframes 0.3s;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation: remodal-overlay-closing-keyframes 0.3s;
  animation: remodal-overlay-closing-keyframes 0.3s;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation: remodal-opening-keyframes 0.3s;
  animation: remodal-opening-keyframes 0.3s;
}

.remodal.remodal-is-closing {
  -webkit-animation: remodal-closing-keyframes 0.3s;
  animation: remodal-closing-keyframes 0.3s;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

h5 {
  font-weight: 500;
  font-size: 20px;
}

h6 {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  h5 {
    font-size: 26px;
  }
}
small {
  font-weight: 300;
}

.text-blue {
  color: #a7dcee;
}

.section-bg-color {
  background-color: transparent;
  background-image: url("../../img/bg_pattern.png");
}

.section-bg-grey {
  background: linear-gradient(to bottom, rgba(219, 219, 219, 0.2), rgba(219, 219, 219, 0.2));
}

.short-content {
  min-height: calc(100vh - 83px);
}

table tbody tr th {
  background-color: #dbdbdb;
  font-style: italic;
  padding: 13px;
}

table tbody tr td {
  font-weight: 400;
  padding: 13px;
}

@media (min-width: 768px) {
  table.fund-data-table th {
    width: 28%;
  }
  td.half-width-on-bigger-screen {
    width: 36%;
  }
}
.half-border-box {
  background-image: linear-gradient(#707070, #707070), linear-gradient(#707070, #707070), linear-gradient(#707070, #707070), linear-gradient(#707070, #707070);
  background-repeat: no-repeat;
  background-size: 1px 40%, 20% 1px, 1px 40%, 20% 1px, calc(100% - 8px) calc(100% - 8px);
  background-position: left top, left top, right bottom, right bottom, 1px 1px;
  height: auto;
  width: 100%;
}

.half-border-box-inverted {
  background-image: linear-gradient(#707070, #707070), linear-gradient(#707070, #707070), linear-gradient(#707070, #707070), linear-gradient(#707070, #707070);
  background-repeat: no-repeat;
  background-size: 1px 40%, 20% 1px, 1px 40%, 20% 1px, calc(100% - 8px) calc(100% - 8px);
  background-position: left bottom, left bottom, right top, right top, 1px 1px;
  height: auto;
  width: 100%;
}

.half-border-box, .half-border-box-inverted {
  display: flex;
  justify-content: center;
  align-items: center;
}

.half-border-box, .half-border-box-inverted .heading {
  letter-spacing: 2.4px;
}

@media (max-width: 590px) {
  table.table, table.table tbody, table.table tr, table.table th, table.table td {
    display: block;
  }
  table.table th {
    padding-top: 10px;
  }
  table.table td {
    padding-bottom: 10px;
  }
}
.text-justify-sm-min {
  text-align: left;
}

@media (min-width: 768px) {
  .text-justify-sm-min {
    text-align: justify;
  }
}
.footer {
  background-color: #1F2021;
}
.footer__menu {
  padding: 50px 0;
}
.footer__disclaimer {
  color: #a5acaf;
  padding-bottom: 20px;
}
.footer a {
  color: #a7dcee;
  font-weight: 300;
  letter-spacing: 0;
  display: block;
  padding: 0.5rem 0;
}
.footer a:hover {
  color: #ffffff;
}

@media (min-width: 992px) {
  .footer a {
    display: inline;
    margin-left: 1rem;
  }
  .footer a:first-child {
    margin-left: 0;
  }
}
.language-DE a {
  margin-right: 6px;
}

.language-menu-element a.active {
  background-color: #a7dcee;
  border: 1px solid #a7dcee;
  color: #fff;
  display: inline-block;
}

.language-menu-element a.non-active {
  border: 1px solid #000;
  display: inline-block;
}

/* Menu - Animating Link Underlines */
nav > ul.nav-menu-content > li > a {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

nav > ul.nav-menu-content > li.menu-element > a:before {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 8px;
  right: 8px;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

nav > ul.nav-menu-content > li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.sub-menu {
  padding-top: 0px !important;
}
.sub-menu li {
  border-bottom: 1px solid #eee;
}
.sub-menu li:last-child {
  border-bottom: none;
}
.sub-menu a:hover {
  text-decoration: underline;
}
.sub-menu__section-title {
  padding: 10px 20px;
  display: block !important;
  background-color: #ffffff;
  text-transform: uppercase;
  color: #a7dcee;
}
.sub-menu__in-section {
  padding-left: 30px !important;
}

.title-image {
  background-image: url("../../img/small_header_bg_xs.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 192px;
  margin-top: 60px;
  color: #fff;
  text-align: center;
  line-height: 192px;
}

@media (min-width: 768px) {
  .title-image {
    background-image: url("../../img/small_header_bg.png");
  }
}
.title-image h4 {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
  font-weight: 500;
  font-size: 33px;
  letter-spacing: 0;
}

.title-image-tall {
  background-image: url("../../img/tall_header_bg_xs.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  margin-top: 60px;
  color: #fff;
  line-height: 450px;
  display: flex;
}

.title-image-tall .container {
  margin: auto;
}

.title-image-tall h4 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 22px;
  max-width: 100%;
  line-height: 40px;
  margin: 0;
}

.title-image-tall h4.thin {
  color: #a7dcee;
  font-weight: 300;
}

@media (min-width: 768px) {
  .title-image-tall {
    background-image: url("../../img/tall_header_bg.png");
    text-align: center;
  }
  .title-image-tall h4 {
    font-size: 19px;
    line-height: 45px;
  }
}
@media (min-width: 992px) {
  .title-image-tall h4 {
    font-size: 25px;
    line-height: 45px;
  }
}
@media (min-width: 1200px) {
  .title-image-tall {
    margin-top: 81px;
    height: 550px;
    line-height: 550px;
  }
  .title-image-tall h4 {
    font-size: 30px;
  }
}
.title-image-sub {
  background-color: #1F2021;
  width: 100%;
}

.title-image-sub h6 {
  color: #ffffff;
  margin: 0;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.5px;
}

@media (min-width: 992px) {
  .title-image-sub h6 {
    font-size: 23px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1200px) {
  .title-image-sub h6 {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
.title-image-sub p {
  color: #bcbcbc;
  margin: 0;
  letter-spacing: 1.13px;
  font-weight: 500;
  font-size: 13px;
  height: 50px;
}

@media (min-width: 768px) {
  .title-image-sub p {
    height: auto;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #konzept .heading {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Service Box */
.home .services-container {
  height: 1494px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .services-container .services {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: 1fr;
  grid-row-gap: 60px;
}
.home .services-container .services__link {
  display: block;
  font-size: 15px;
  padding: 30px;
  text-align: center;
}
.home .services-container .services__link h5 {
  font-size: 19px;
}
.home .services-container .services__disabled {
  pointer-events: none;
}

@media (min-width: 334px) {
  .home .services-container {
    height: 1367px;
  }
}
@media (min-width: 356px) {
  .home .services-container {
    height: 1300px;
  }
}
@media (min-width: 368px) {
  .home .services-container {
    height: 1170px;
  }
}
@media (min-width: 402px) {
  .home .services-container {
    height: 1170px;
  }
}
@media (min-width: 402px) {
  .home .services-container {
    height: 1106px;
  }
}
@media (min-width: 498px) {
  .home .services-container {
    height: 975px;
  }
}
@media (min-width: 661px) {
  .home .services-container {
    height: 910px;
  }
}
@media (min-width: 992px) {
  .home .services-container {
    height: 586px;
  }
  .home .services-container .services {
    grid-template-columns: 46% 46%;
    grid-column-gap: 8%;
    margin-bottom: 0px;
  }
  .home .services-container .services__link {
    display: block;
    padding: 35px;
    height: 100%;
    width: 100%;
    text-align: left;
  }
  .home .services-container .services__link:hover {
    background-color: #fff;
  }
}
@media (min-width: 1200px) {
  .home .services__link h5 {
    font-size: 24px;
  }
}
/* News Box */
.news-box img {
  margin-bottom: 10px;
}

.news-box--title {
  font-size: 13px;
}

:root {
  --marquee-width: 100%;
  --marquee-height: 100px;
  /* --marquee-elements: 12; */ /* defined with JavaScript */
  --marquee-elements-displayed: 5;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
  width: var(--marquee-width);
  height: var(--marquee-height);
  overflow: hidden;
  position: relative;
}

.marquee:before, .marquee:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}

.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}
.marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: 100%;
}

.marquee-content li img {
  width: auto;
  height: auto;
  max-height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 600px) {
  :root {
    --marquee-height: 70px;
    --marquee-elements-displayed: 3;
  }
  .marquee-content li img {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.further-media-content {
  display: none;
}

.team-orga-chart {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: 1fr;
}
.team-orga-chart__item__header {
  font-weight: 700;
  padding: 15px;
  background-color: #dbdbdb;
}
.team-orga-chart__item__content {
  padding: 15px 15px 5px;
  background-color: #ffffff;
}
.team-orga-chart__item__content .arrow-list p {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .team-orga-chart {
    grid-template-columns: 49.5% 49.5%;
    grid-column-gap: 1%;
  }
}

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